2004-03-05 David Carlton <carlton@kealia.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2004-03-05 David Carlton <carlton@kealia.com>
2
3 * gdb.cp/rtti.exp: Add 'print *obj3' test.
4 * gdb.cp/rtti.h: Update copyright.
5 (namespace n2::n3): New.
6 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
7 (n2::n3::func3): New.
8 (main): Call n2::n3::func3.
9 * gdb.cp/rtti2.cc: Update copyright.
10 (n2::create3): New.
11
12 2004-03-04 Mark Kettenis <kettenis@gnu.org>
13
14 * gdb.asm/openbsd.inc: Fix typo.
15
16 2004-03-03 Fred Fish <fnf@redhat.com>
17
18 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
19 "val" instead of unused "size". Update copyright year.
20
21 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22
23 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
24 to use unsigned char.
25 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
26 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
27
28 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
29
30 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
31 line of output.
32
33 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
34
35 * gdb.base/relocate.c (dummy): Initialize.
36
37 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
38
39 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
40 a breakpoint at exit.
41
42 2004-02-27 Fred Fish <fnf@redhat.com>
43
44 * gdb.base/chng-syms.exp: Add expect condition to match failing
45 case that isn't a timeout.
46
47 2004-02-27 Andrew Cagney <cagney@redhat.com>
48
49 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
50 support.
51
52 2004-02-26 Fred Fish <fnf@redhat.com>
53
54 * gdb.arch/gdb1431.c: Remove.
55 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
56 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
57 of "until" incorrectly.
58
59 2004-02-26 J. Brobecker <brobecker@gnat.com>
60
61 * gdb.cp/class2.cc (empty): New class.
62 (refer): New function.
63 (main): Declare an object of type empty and use it.
64 * gdb.cp/class2.exp: Print the value of an object of type empty.
65
66 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
67
68 * gdb.base/langs.exp: Update query string to match the
69 new nquery format used for pending breakpoints.
70
71 2004-02-26 Andrew Cagney <cagney@redhat.com>
72
73 Fix PR i18n/1570.
74 * gdb.base/charset.c: Update copyright notice.
75 (main, init_string): Remove the escape character '\e' tests.
76 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
77 * gdb.base/charset.exp (valid_host_charset): Ditto.
78 * gdb.base/setvar.exp: Ditto.
79
80 2004-02-24 Andrew Cagney <cagney@redhat.com>
81
82 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
83 mmapped data in core file" PASS and FAIL messages consistent.
84
85 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
86 setting a breakpoint. Work around PR java/1565.
87
88 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
89
90 * lib/gdb.exp (gdb_breakpoint): Update query string to match
91 new nquery format.
92 * gdb.base/pending.exp: Ditto.
93
94 2004-02-22 Mark Kettenis <kettenis@gnu.org>
95
96 * configure.in: Run stabs tests on *BSD.
97 * configure: Regenerated.
98
99 2004-02-21 Mark Kettenis <kettenis@gnu.org>
100
101 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
102
103 2004-02-20 Fred Fish <fnf@redhat.com>
104
105 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
106 blank in test for "returns short", for consistency with other
107 "returns xxx" tests. Update copyright year.
108
109 2004-02-19 Fred Fish <fnf@redhat.com>
110
111 New testcase for PR breakpoint/1558.
112 * gdb.arch/gdb1558.exp: New file.
113 * gdb.arch/gdb1558.c: New file.
114
115 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
116
117 * gdb.base/nodebug.exp: Fix typo.
118
119 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
120
121 Committed by Jim Blandy <jimb@redhat.com>.
122
123 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
124
125 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
126
127 * gdb.base/float.exp: Support s390*-*-* targets.
128
129 2004-02-17 Adam Fedor <fedor@gnu.org>
130
131 * gdb.base/gdb1555.exp: New file.
132 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
133
134 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
135
136 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
137
138 2004-02-16 Fred Fish <fnf@redhat.com>
139
140 * gdb.arch/gdb1291.c: Remove
141 * gdb.arch/gdb1291.s: New test input file.
142 * gdb.arch/gdb1291.exp: Expand test to check case that should not
143 fail. Test for correct result, known incorrect result, other
144 failures and timeouts.
145
146 2004-02-16 Andrew Cagney <cagney@redhat.com>
147
148 * gdb.base/bigcore.exp: New file.
149 * gdb.base/bigcore.c: New file.
150
151 2004-02-13 Andrew Cagney <cagney@redhat.com>
152
153 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
154 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
155 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
156 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
157 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
158 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
159 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
160 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
161 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
162 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
163
164 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
165
166 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
167 executed is an alloc instruction.
168
169 2004-02-11 David Carlton <carlton@kealia.com>
170
171 * gdb.cp/breakpoint.exp: New.
172 * gdb.cp/breakpoint.cc: New.
173
174 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
175
176 Partial fix for PR gdb/1543.
177 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
178 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
179 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
180 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
181 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
182 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
183 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
184 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
185 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
186 to bug-gdb@prep.ai.mit.edu .
187 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
188 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
189 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
190 Likewise.
191
192 2004-02-10 Andrew Cagney <cagney@redhat.com>
193
194 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
195 using gdb_internal_error_resync.
196
197 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
198
199 * gdb.threads/thread-specific.exp: Stop early if no threads are
200 found.
201
202 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
203
204 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
205
206 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
207
208 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
209 breakpoints.
210
211 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
212
213 * config/sim.exp (gdb_load): Handle $arg == "".
214 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
215 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
216
217 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
218
219 * gdb.base/maint.exp: Update test to reflect
220 obstack changes.
221
222 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
223
224 * gdb.base/pendshr.c (pendfunc): New function that calls
225 pendfunc1.
226 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
227
228 2004-02-04 Fred Fish <fnf@redhat.com>
229
230 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
231 function symbols and update copyright years.
232 * gdb.arch/gdb1291.c: Ditto.
233
234 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
235
236 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
237
238 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
239
240 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
241
242 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
243
244 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
245
246 2004-02-02 Fred Fish <fnf@redhat.com>
247
248 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
249 remote targets. Update copyright years.
250
251 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
252
253 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
254 support.
255 * gdb.base/langs.exp: Fix test which attempts to create
256 breakpoint on non-existent function to handle new pending
257 support.
258 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
259 a breakpoint.
260 * gdb.base/pending.exp: New test.
261 * gdb.base/pending.c: New file.
262 * gdb.base/pendshr.c: Ditto.
263
264 2004-02-02 David Carlton <carlton@kealia.com>
265
266 * gdb.cp/overload.exp: Add overloadNamespace tests.
267 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
268 (overloadNamespace, XXX): New.
269 (main): Call XXX::marker2.
270
271 2004-02-01 Fred Fish <fnf@redhat.com>
272
273 * gdb.base/dump.exp: Use runto_main instead of "runto main".
274 * gdb.base/finish.exp: Ditto.
275 * gdb.base/gcore.exp: Ditto.
276 * gdb.base/huge.exp: Ditto.
277 * gdb.base/info-proc.exp: Ditto.
278 * gdb.base/return2.exp: Ditto.
279 * gdb.threads/gcore-thread.exp: Ditto.
280
281 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
282
283 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
284
285 2004-02-01 Mark Kettenis <kettenis@gnu.org>
286
287 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
288 that opening the file succeeds on OpenBSD.
289
290 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
291
292 * gdb.threads/thread-specific.c: New file.
293 * gdb.threads/threads-specific.exp: New test script.
294 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
295 to expect_out.
296
297 2004-02-01 Mark Kettenis <kettenis@gnu.org>
298
299 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
300 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
301 only on the "print_small_structs from print_long_arg_list" test.
302
303 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
304
305 * gdb.base/completion.exp: Kill a stray backslash.
306
307 From Jim Ingham <jingham@apple.com>:
308 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
309 agrees with the result from sending a tab.
310
311 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
312
313 * gdb.base/chng-syms.exp: Remove stray newline.
314
315 2004-01-31 Mark Kettenis <kettenis@gnu.org>
316
317 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
318 *-*-openbsd*.
319 * gdb.asm/openbsd.inc: New file.
320
321 2004-01-30 Mark Kettenis <kettenis@gnu.org>
322
323 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
324 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
325 *-*solaris2*. Remove commented out default settings for
326 asm-flags. Replace gdb_compile with target_link.
327
328 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
329
330 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
331 for all tests. Remove old hp-ux and cygnus xfail cases.
332
333 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
334
335 * gdb.base/chng-syms.exp: New file.
336 * gdb.base/chng-syms.c: New file.
337
338 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
339
340 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
341 Provide arms for current output in all my configurations.
342
343 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
344
345 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
346 * lib/compiler.cc: Likewise.
347 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
348 get the right preprocessor. Eval the output directly. Remove
349 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
350 hp_f77_compiler and hp_f90_compiler completely.
351 (gdb_preprocess): Delete.
352 (get_compiler): Delete.
353
354 2004-01-24 Mark Kettenis <kettenis@gnu.org>
355
356 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
357 <string.h>.
358
359 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
360
361 * gdb.mi/mi-stack.exp: Update copyright.
362
363 2004-01-23 David Carlton <carlton@kealia.com>
364
365 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
366 test for cp_lookup_transparent_type.
367 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
368 call them.
369
370 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
371
372 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
373 after -var-update.
374
375 2004-01-23 David Carlton <carlton@kealia.com>
376
377 * gdb.cp/namespace.cc (C::ensureRefs): New.
378 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
379
380 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
381
382 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
383 case "-stack-list-locals 2".
384 * gdb.mi/mi-var-child.exp: Test for case
385 "-var-list-children --all-values NAME".
386
387 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
388
389 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
390
391 2004-01-18 Mark Kettenis <kettenis@gnu.org>
392
393 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
394 used with gdb_test_multiple.
395
396 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
397 read at address 0. This fixes PR testsuite/1504.
398
399 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
400
401 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
402 Remove downloading, guessing the host executable, the calls to
403 gdb_file_cmd and gdb_target_cmd, and "load" support.
404 (infer_host_exec): New function broken out from gdb_load.
405 (gdb_load): New wrapper for gdbserver_gdb_load.
406 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
407 gdb_target_cmd. Use -target-select.
408 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
409 Download binaries to the host. Clear last_mi_remote_file when
410 we load a new binary.
411 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
412 call gdbserver_gdb_load and mi_gdb_target_cmd.
413
414 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
415
416 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
417 type patterns.
418
419 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
420
421 * gdb.cp/templates.exp: Fix typo in test name of
422 "print Foo<volatile char*>::foo".
423
424 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
425
426 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
427
428 2004-01-16 Ben Elliston <bje@wasabisystems.com>
429
430 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
431 (clean mostlyclean): Remove empty rm.
432
433 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
434
435 * gdb.base/setvar.exp: Add copyright years.
436
437 2004-01-14 David Carlton <carlton@bactrian.org>
438
439 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
440 PR c++/1511 and update coment.
441 * gdb.cp/templates.exp: Update patterns to match current output.
442 If changes involve something other than whitespace, KFAIL
443 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
444
445 2004-01-14 David Carlton <carlton@kealia.com>
446
447 * gdb.cp/namespace.exp: Add tests involving classes defined within
448 namespaces.
449 * gdb.cp/namespace.cc (C::CClass): New.
450 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
451
452 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
453
454 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
455 what debug info we have. Print a better message if something goes
456 wrong while producing the separate debug info file.
457
458 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
459
460 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
461
462 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
463
464 * gdb.base/callfuncs.c: Add copyright notice.
465
466 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
467
468 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
469 inheritance. PR gdb/1498, PR gcc/13539.
470
471 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
472
473 * gdb.threads/gcore-thread.exp: Prefix name of binary with
474 test specific name.
475 * gdb.mi/gdb669.exp: Ditto.
476 * gdb.mi/mi-pthreads.exp: Ditto.
477 * gdb.mi/mi1-pthreads.exp: Ditto.
478 * gdb.mi/mi2-pthreads.exp: Ditto.
479
480 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
481
482 * gdb.cp/member-ptr.cc: Add copyright notice.
483
484 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
485
486 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
487 some patterns for recent versions of gcc and hpacc. Delete
488 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
489 Delete tests that access a NULL pointer-to-member-data. This
490 script is still disabled for gcc.
491
492 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
493
494 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
495 escaped correctly.
496
497 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
498
499 * gdb.base/sepdebug.exp: New file.
500 * gdb.base/sepdebug.c: New file.
501 * lib/gdb.exp (separate_debug_filename): New procedure.
502 (gdb_gnu_strip_debug): New procedure.
503
504 2004-01-12 Andrew Cagney <cagney@redhat.com>
505
506 * gdb.mi/ChangeLog: Delete file. Renamed to ...
507 * gdb.mi/ChangeLog-1999-2003: New file.
508
509 2004-01-12 Andrew Cagney <cagney@redhat.com>
510
511 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
512 "Renaming a directory to a non-empty directory returns ENOTEMPTY
513 or EEXIST", treat EBUSY as an XFAIL.
514
515 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
516
517 * gdb.base/scope.exp: Remove obsolete setup_xfail for
518 hp_cc_compiler.
519
520 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
521
522 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
523 decorations.
524
525 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
526
527 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
528 and "(aCC)" decorations. Remove obsolete doco about old
529 test results.
530
531 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
532
533 * gdb.cp/exception.exp: Fix typo in doco.
534
535 2004-01-09 Mark Kettenis <kettenis@gnu.org>
536
537 * gdb.base/gdb1476.exp: Fix typo.
538
539 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
540
541 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
542 file.
543
544 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
545
546 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
547 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
548 Use gdb_compile. Remove restriction on gcc. Add some patterns
549 for recent version of gdb. Delete second half, which was a copy
550 of the first half with different build flags. This test is
551 still disabled because it is still not ready for production.
552
553 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
554
555 * gdb.cp/exception.cc: Add copyright notice.
556 * gdb.cp/exception.exp: Add a notice that this file is broken
557 because of line number changes caused by addition of copyright
558 notice.
559
560 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
561
562 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
563 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
564
565 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
566
567 * gdb.cp/classes.exp: Accept gnu abi 2.
568 * gdb.cp/derivation.exp: Likewise.
569 * gdb.cp/overload.exp: Likewise.
570 * gdb.cp/virtfunc.exp: Likewise.
571
572 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
573
574 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
575 semicolon after end of function.
576
577 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
578
579 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
580 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
581 boilerplate code for compiling and running the program under
582 test. Add some string method tests.
583
584 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
585
586 * gdb.cp/bs15503.cc: Add copyright notice.
587 * gdb.cp/bs15503.exp: Adjust line number.
588
589 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
590
591 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
592 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
593
594 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
595
596 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
597 hp_cc_compiler.
598
599 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
600
601 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
602 * gdb.cp/ctti.exp: Use the marker instead of "next".
603 With gcc, run further before bailing.
604
605 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
606
607 * gdb.cp/cttiadd.cc: Add copyright notice.
608 * gdb.cp/cttiadd1.cc: Likewise.
609 * gdb.cp/cttiadd2.cc: Likewise.
610 * gdb.cp/cttiadd3.cc: Likewise.
611
612 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
613
614 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
615 Use gdb_test, gdb_test_multiple. Use floating-point values that
616 have exact representations in IEEE-ish formats.
617
618 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
619
620 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
621 compilers. Delete duplicate call to get_compiler_info.
622 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
623 * gdb.base/volatile.exp: Likewise.
624
625 2004-01-07 Mark Kettenis <kettenis@gnu.org>
626
627 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
628 memory at address 0.
629
630 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
631
632 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
633 to test for hp-ux assembler. Fix copyright years.
634
635 2004-01-07 Andrew Cagney <cagney@redhat.com>
636
637 * gdb.base/fileio.c (strerrno): Add "EBUSY".
638
639 2004-01-07 Andrew Cagney <cagney@redhat.com>
640
641 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
642 when creating the read-only file. From analysis by Roland McGrath
643 and Elena Zannoni.
644
645 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
646
647 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
648
649 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
650
651 * gdb.base/cvexpr.c: Be type-safe with function pointers and
652 data pointers.
653
654 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
655
656 * gdb.cp/m-static.exp: Compile one source file at a time.
657 Delete unused call to get_compiler_info.
658
659 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
660
661 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
662 * gdb.base/call-rt-st.exp: Likewise.
663 * gdb.base/nodebug.exp: Likewise.
664 * gdb.base/volatile.exp: Likewise.
665 * gdb.cp/ref-types.exp: Likewise.
666 * gdb.cp/templates.exp: Likewise.
667
668 2004-01-05 Mark Kettenis <kettenis@gnu.org>
669
670 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
671
672 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
673
674 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
675 hppa*-hp-hpux*.
676
677 2004-01-04 Mark Kettenis <kettenis@gnu.org>
678
679 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
680 x86_64-*-*.
681
682 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
683 sparc64-*-* and sparc*-solaris2*.
684
685 2004-01-04 Mark Kettenis <kettenis@gnu.org>
686
687 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
688 return ${tests}" test. The ${tests} already mentions the
689 filename.
690
691 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
692
693 * gdb.cp/local.exp: Accept gcc abi 2.
694
695 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
696
697 * gdb.cp/templates.exp: Accept gcc abi 2.
698
699 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
700
701 * lib/compiler.cc: Remove supports_template_debugging.
702 * gdb.cp/templates.exp: Do not test supports_template_debugging.
703
704 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
705
706 * gdb.cp/namespace.exp: Accept gcc abi 2.
707
708 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
709
710 * gdb.cp/method.exp: Accept gcc abi 2.
711
712 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
713
714 * gdb.cp/classes.exp: Generate identical results as old version.
715 * gdb.cp/derivation.exp: Likewise.
716 * gdb.cp/overload.exp: Likewise.
717 * gdb.cp/virtfunc.exp: Likewise.
718
719 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
720
721 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
722 mysterious bug with sourceware version of expect.
723
724 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
725
726 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
727 current versions of gcc, including gcc abi 2. Remove gratuitous
728 restart of test program. Use gdb_test_multiple and gdb_test for
729 all tests. Add patterns to xfail missing "const" in "const char *"
730 and kfail PR gdb/1155.
731
732 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
733
734 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
735 current versions of gcc, including gcc abi 2. Remove gratuitous
736 restart of test program. Use gdb_test_multiple and gdb_test for
737 all tests. Add patterns to kfail PR gdb/1498.
738
739 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
740
741 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
742 current versions of gcc, including gcc abi 2. Use "breakpoint"
743 and "continue" instead of restarting the target program. Use
744 gdb_test_multiple and gdb_test for all tests.
745
746 2004-01-01 Mark Kettenis <kettenis@gnu.org>
747
748 * gdb.asm/asm-source.exp: Update copyright year. Link statically
749 for *-*-solaris2*.
750
751 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
752
753 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
754 current versions of gcc, including gcc abi 2. Use "breakpoint"
755 and "continue" instead of restarting the target program several
756 times. Use gdb_test_multiple and gdb_test for all tests.
757
758 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
759
760 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
761 source files.
762
763 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
764
765 * gdb.base/environ.exp: Handle compiling test case from multiple
766 source files.
767
768 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
769
770 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
771
772 2003-12-17 Jim Blandy <jimb@redhat.com>
773
774 * gdb.base/freebpcmd.c: Add copyright notice.
775
776 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
777
778 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
779
780 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
781
782 2003-12-13 Jim Blandy <jimb@redhat.com>
783
784 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
785
786 2003-12-12 Kevin Buettner <kevinb@redhat.com>
787
788 * gdb.asm/frv.inc: New file.
789 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
790
791 2003-12-09 Fred Fish <fnf@redhat.com>
792
793 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
794 functions to break1.c and leave prototypes behind. Add more
795 "set breakpoint NN here" comments.
796 * gdb.base/break1.c: New file.
797
798 * gdb.base/break.exp: Handle compiling test case from multiple
799 source files and change source file references as needed.
800 * gdb.base/completion.exp: Ditto.
801 * gdb.base/condbreak.exp: Ditto.
802 * gdb.base/define.exp: Ditto.
803 * gdb.base/ena-dis-br.exp: Ditto.
804 * gdb.base/info-proc.exp: Ditto.
805 * gdb.base/maint.exp: Ditto.
806 * gdb.base/until.exp: Ditto.
807
808 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
809 hardcoded line numbers.
810 * gdb.base/define.exp: Ditto.
811 * gdb.base/ena-dis-br.exp: Ditto.
812 * gdb.base/maint.exp: Ditto.
813 * gdb.base/until.exp: Ditto.
814
815 * gdb.base/completion.exp: Use "break1" for completion tests since
816 "break" is no longer a unique prefix.
817
818 2003-12-06 Andrew Cagney <cagney@redhat.com>
819
820 * gdb.base/structs.exp (test_struct_returns): When applicable, set
821 "return_value_unimplemented". When an unimplemented struct return
822 architecture, report incorrect values as a KFAIL
823
824 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
825
826 * gdb.cp/rtti.exp: Accept new wording of warning from
827 cp_lookup_rtti_type.
828
829 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
830
831 Partial fix for PR testsuite/1456.
832 * gdb.base/scope.exp (test_at_main): Replace references to
833 gcc_compiled with calls to test_compiler_info.
834 (test_at_foo): Likewise.
835 (test_at_bar): Likewise.
836
837 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
838
839 Partial fix for PR testsuite/1456.
840 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
841 to test_compiler_info.
842
843 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
844
845 * gdb.base/so-impl-ld.exp: Update copyright notice.
846
847 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
848
849 Partial fix for PR testsuite/1456.
850 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
851 to test_compiler_info.
852
853 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
854
855 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
856 from current versions of gdb. Clean up regular expressions.
857 Delete redundant timeout case.
858
859 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
860
861 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
862 from current versions of gdb. Clean up regular expressions.
863 Delete redundant timeout case.
864
865 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
866
867 Partial fix for PR testsuite/1456.
868 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
869 gcc_compiled with call to test_compiler_info.
870
871 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
872
873 Partial fix for PR testsuite/1456.
874 * gdb.base/list.exp (test_list_function): Delete unused declaration
875 of gcc_compiled.
876
877 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
878
879 Partial fix for PR testsuite/1456.
880 * gdb.base/complex.exp: Replace reference to gcc_compiled with
881 call to test_compiler_info.
882
883 2003-11-29 Mark Kettenis <kettenis@gnu.org>
884
885 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
886 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
887 it to create the appropriate note.inc.
888 * gdb.asm/asmsrc1.s: Include "note.inc".
889 * gdb.asm/netbsd.inc: New file.
890 * gdb.asm/empty.inc: New file.
891
892 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
893
894 Partial fix for PR testsuite/1456.
895 * gdb.base/constvars.exp: Replace references to gcc_compiled with
896 calls to test_compiler_info.
897
898 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
899
900 Partial fix for PR testsuite/1456.
901 * gdb.base/volatile.exp: Replace references to gcc_compiled with
902 calls to test_compiler_info.
903
904 2003-11-27 Mark Kettenis <kettenis@gnu.org>
905
906 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
907 pattern for the KFAILs.
908
909 2003-11-25 Adam Fedor <fedor@gnu.org>
910
911 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
912 * gdb.objc/objcdecode.m: New file.
913
914 2003-11-25 Adam Fedor <fedor@gnu.org>
915
916 * gdb.objc/nondebug.exp: Test for PR objc/1236.
917 * gdb.objc/nondebug.m: New file.
918
919 2003-11-26 Ben Elliston <bje@wasabisystems.com>
920
921 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
922 NetBSD as it does on FreeBSD. Modelled on a similar change by
923 Mark Kettenis on 2003-05-30.
924 (link-flags): Set to "--entry _start" regardless of target.
925 Special linker flags are to be appended to $link-flags.
926 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
927
928 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
929
930 * gdb.cp/method.exp: Accept output of new demangler.
931
932 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
933
934 * gdb/class2.exp: New file.
935 * gdb/class2.cc: New file.
936
937 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
938
939 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
940 of new demangler.
941
942 2003-11-23 Mark Kettenis <kettenis@gnu.org>
943
944 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
945 of gdb_test "run".
946
947 2003-11-23 Mark Kettenis <kettenis@gnu.org>
948
949 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
950 "continue" into "run".
951
952 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
953
954 Partial fix for PR testsuite/1456.
955 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
956 call to test_compiler_info.
957 * gdb.cp/ctti.exp: Likewise.
958 * gdb.cp/derivation.exp: Likewise.
959 * gdb.cp/member-ptr.exp: Likewise.
960 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
961 reference to gcc_compiled.
962
963 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
964
965 Fix PR testsuite/1463.
966 * gdb.base/structs.exp (start_structs_test): Call
967 get_debug_format before using the debug format.
968
969 2003-11-22 Andrew Cagney <cagney@redhat.com>
970
971 * lib/gdb.exp (gdb_test_multiple): Add simple example.
972 * gdb.base/structs.exp: Use gdb_test_multiple.
973
974 2003-11-20 Andrew Cagney <cagney@redhat.com>
975
976 * gdb.base/structs.exp: Handle and recover from internal errors.
977 Replace "foo${n}" with "foo<n>" in test messages.
978
979 * gdb.base/structs.exp: Update copyright. Rewrite.
980 * gdb.base/structs.c: Update copyright. Rewrite.
981
982 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
983 resync count exceeded.
984
985 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
986 from the internal error.
987 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
988 Original from Jim Blandy.
989 (gdb_test_multiple): Use gdb_internal_error_resync.
990
991 2003-11-19 Andrew Cagney <cagney@redhat.com>
992
993 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
994 KFAIL.
995
996 2003-11-17 Mark Kettenis <kettenis@gnu.org>
997
998 New testcase for PR backtrace/1435.
999 * gdb.arch/i386-unwind.exp: New file.
1000 * gdb.arch/i386-unwind.c: New file.
1001
1002 2003-11-17 Andrew Cagney <cagney@redhat.com>
1003
1004 * lib/gdb.exp (compiler_info): New global.
1005 (test_compiler_info): New function.
1006 (get_compiler_info): Set compiler_info.
1007 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
1008 "compiler_info" to gcc-<major>-<minor>.
1009
1010 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
1011
1012 * gdb.trace/configure: Remove.
1013
1014 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
1015
1016 * gdb.base/break.c: Add comments to aid finding line numbers for
1017 breakpoints.
1018 * gdb.base/break.exp: Remove all references to explicit line
1019 numbers.
1020
1021 2003-11-11 Nick Clifton <nickc@redhat.com>
1022
1023 * gdb.base/shreloc.exp: Do not run for targets which do not
1024 support shared objects.
1025
1026 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
1027
1028 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
1029 Don't run tests if nofileio flag is given.
1030
1031 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
1032
1033 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
1034 as well as 'Watchpoint'.
1035
1036 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
1037
1038 Reported by Jim Ingham <jingham@apple.com>:
1039 * gdb.base/annota1.exp: Match at least one occurrence of the
1040 signal handler annotation.
1041
1042 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
1043
1044 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
1045 as well as 'Watchpoint'.
1046
1047 2003-11-05 Michael Chastain <mec@shout.net>
1048
1049 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
1050
1051 2003-11-03 Kris Warkentin <kewarken@qnx.com>
1052
1053 * gdb.arch/gdb1291.c: New test file.
1054 * gdb.arch/gdb1291.exp: New test script.
1055 * gdb.arch/gdb1431.c: New test file.
1056 * gdb.arch/gdb1431.exp: New test script.
1057
1058 2003-10-22 Michael Chastain <mec@shout.net>
1059
1060 * gdb.mi/pthreads.c: Add copyright notice.
1061
1062 2003-10-22 Michael Chastain <mec@shout.net>
1063
1064 * gdb.threads/pthreads.c: Add copyright notice.
1065
1066 2003-10-20 Michael Chastain <mec@shout.net>
1067
1068 * gdb.base/gdb1056.exp: New test script.
1069
1070 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
1071
1072 * gdb.threads/killed.exp: Use gdb_run_cmd.
1073
1074 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
1075
1076 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
1077 create a core file.
1078 * gdb.threads/gcore-thread.exp: Likewise.
1079
1080 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
1081
1082 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
1083 type, based on char type.
1084 (struct bit_flags_short_t): New bitfield type, based on short type.
1085 (init_bit_flags_char): New fuction.
1086 (init_bit_flags_short): Ditto.
1087 (print_bit_flags_char): Ditto.
1088 (print_bit_flags_short): Ditto.
1089 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
1090
1091 2003-10-11 Michael Chastain <mec@shout.net>
1092
1093 * gdb.base/call-rt-st.exp: Update copyright year.
1094
1095 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1096
1097 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
1098 * gdb.disasm/sh3.s: Ditto.
1099
1100 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
1101
1102 * gdb.threads/switch-threads.exp: New test.
1103 * gdb.threads/switch-threads.c: New source file.
1104
1105 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
1106
1107 * gdb.base/ending-run.exp: Add sh specific case.
1108
1109 2003-10-06 Andrew Cagney <cagney@redhat.com>
1110
1111 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
1112 * gdb.disasm/mn10200.exp: Delete obsolete file.
1113
1114 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
1115
1116 * ChangeLog: Correct an entry command.exp -> commands.exp.
1117 * gdb.base/commands.exp (bp_deleted_in_command_test)
1118 (temporary_breakpoint_commands): Check noargs.
1119
1120 2003-09-25 David Carlton <carlton@kealia.com>
1121
1122 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
1123 of some print tests, where appropriate. Add tests for C::D::cd,
1124 E::ce, F::cXfX, G::XgX.
1125 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
1126
1127 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
1128
1129 * lib/java.exp (java_init): Import target_alias before using it.
1130
1131 2003-09-25 David Carlton <carlton@kealia.com>
1132
1133 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
1134
1135 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
1136
1137 * gdb.base/selftest.exp: Accomodate more instruction reordering
1138 weirdness.
1139
1140 2003-09-17 Michael Chastain <mec@shout.net>
1141
1142 * gdb.cp/gdb1355.exp: New file.
1143 * gdb.cp/gdb1355.c: New file.
1144
1145 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
1146
1147 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
1148 * gdb.asm/sh.inc: New file.
1149
1150 2003-09-11 David Carlton <carlton@kealia.com>
1151
1152 * gdb.cp/namespace.exp: Add tests for namespace types.
1153 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
1154 (test_namespace): New.
1155
1156 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1157
1158 * gdb.base/relocate.exp: Handle new gdb output at startup.
1159 * gdb.stabs/weird.exp: Ditto.
1160
1161 2003-09-08 Michael Chastain <mec@shout.net>
1162
1163 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
1164
1165 2003-09-07 Michael Chastain <mec@shout.net>
1166
1167 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
1168 'parse error'.
1169
1170 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
1171
1172 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
1173
1174 2003-08-30 Michael Chastain <mec@shout.net>
1175
1176 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
1177 * gdb.gdb/observer.exp: Ditto.
1178 * gdb.gdb/xfullpath.exp: Ditto.
1179
1180 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1181
1182 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
1183 *-*-*bsd*.
1184
1185 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
1186
1187 * gdb.base/dump.exp: Skip for ia64.
1188
1189 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
1190
1191 * gdb.asm/asm-source.exp: Add ia64 support.
1192 * gdb.asm/ia64.inc: New file.
1193
1194 2003-08-22 Michael Chastain <mec@shout.net>
1195
1196 * gdb.cp: New directory.
1197 * gdb.cp/*: Copy from gdb.c++/*.
1198 * gdb.c++/*: Remove.
1199 * Makefile.in: Change gdb.c++ to gdb.cp.
1200 * configure.in: Ditto.
1201 * configure: Regnerate.
1202
1203 2003-08-18 Mark Kettenis <kettenis@gnu.org>
1204
1205 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
1206 * gdb.arch/i386-prologue.c (gdb1338): Add function.
1207
1208 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
1209
1210 * mi-var-display.exp (-var-list-children weird): Accept function
1211 pointers with argument types.
1212 * mi1-var-display.exp (-var-list-children weird): Likewise.
1213 * mi2-var-display.exp (-var-list-children weird): Likewise.
1214
1215 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
1216
1217 * gdb.base/annota3.exp: Add missing newline.
1218
1219 2003-08-06 Michael Chastain <mec@shout.net>
1220
1221 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
1222
1223 2003-08-12 Michael Snyder <msnyder@redhat.com>
1224
1225 * gdb.base/float.exp: Add test for SH.
1226
1227 2003-08-10 Mark Kettenis <kettenis@gnu.org>
1228
1229 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
1230
1231 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
1232
1233 * gdb.base/completion.exp: Remove reduntant completion test
1234 on filename.
1235
1236 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
1237
1238 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
1239 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
1240 gdb.trace/save-trace.exp: Make sure that full pathnames are
1241 escaped correctly.
1242
1243 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
1244
1245 * configure.in: Don't generate config.h from config.hin.
1246 * configure: Regenerate.
1247 * config.hin: Remove file.
1248 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
1249 * gdb.threads/pthreads.c: Ditto.
1250
1251 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
1252
1253 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1254 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
1255 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
1256 Replace ld24 with seth/add3.
1257
1258 2003-08-02 Andrew Cagney <cagney@redhat.com>
1259
1260 * gdb.base/annota3.exp: New file.
1261 * gdb.base/annota3.c: New file.
1262 * gdb.c++/annota3.exp: New file.
1263 * gdb.c++/annota3.cc: New file.
1264
1265 2003-07-29 Michael Chastain <mec@shout.net>
1266
1267 * gdb.threads/tls.c (spin): Check errno only if sem_wait
1268 actually failed.
1269 (do_pass): Likewise.
1270 * gdb.threads/tls.exp: Always initialize no_of_threads.
1271
1272 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
1273
1274 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
1275 pattern.
1276 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
1277 * gdb.threads/tls.exp: Recognize one case of the host library not
1278 supporting TLS.
1279
1280 2003-07-27 Andrew Cagney <cagney@redhat.com>
1281
1282 * gdb.base/fileio.exp: Use SH when running commands using
1283 remote_exec.
1284
1285 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
1286
1287 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1288 * gdb.base/relocate.c (dummy): New padding array.
1289
1290 2003-07-22 Michael Snyder <msnyder@redhat.com>
1291
1292 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
1293
1294 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
1295 patterns to be more general, accepting old and new output.
1296 Some output chars (such as '+') also must be quoted.
1297 Some addresses are displayed numerically instead of
1298 symbolically.
1299
1300 2003-07-23 Michael Snyder <msnyder@redhat.com>
1301
1302 * gdb.base/return2.exp: Don't test long-long return.
1303
1304 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
1305 * gdb.disasm/t01_mov.exp: Ditto.
1306 * gdb.disasm/t02_mova.s: Ditto.
1307 * gdb.disasm/t02_mova.exp: Ditto.
1308 * gdb.disasm/t03_add.s: Ditto.
1309 * gdb.disasm/t03_add.exp: Ditto.
1310 * gdb.disasm/t04_sub.s: Ditto.
1311 * gdb.disasm/t04_sub.exp: Ditto.
1312 * gdb.disasm/t05_cmp.s: Ditto.
1313 * gdb.disasm/t05_cmp.exp: Ditto.
1314 * gdb.disasm/t06_ari2.s: Ditto.
1315 * gdb.disasm/t06_ari2.exp: Ditto.
1316 * gdb.disasm/t07_ari3.s: Ditto.
1317 * gdb.disasm/t07_ari3.exp: Ditto.
1318 * gdb.disasm/t08_or.s: Ditto.
1319 * gdb.disasm/t08_or.exp: Ditto.
1320 * gdb.disasm/t09_xor.s: Ditto.
1321 * gdb.disasm/t09_xor.exp: Ditto.
1322 * gdb.disasm/t10_and.s: Ditto.
1323 * gdb.disasm/t10_and.exp: Ditto.
1324 * gdb.disasm/t11_logs.s: Ditto.
1325 * gdb.disasm/t11_logs.exp: Ditto.
1326 * gdb.disasm/t12_bit.s: Ditto.
1327 * gdb.disasm/t12_bit.exp: Ditto.
1328 * gdb.disasm/t13_otr.s: Ditto.
1329 * gdb.disasm/t13_otr.exp: Ditto.
1330
1331 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
1332
1333 * gdb.threads/tls.exp :Add kfail for 'info address' case.
1334
1335 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
1336
1337 * gdb.threads/tls.c : New file.
1338 * gdb.threads/tls.exp : New file.
1339 * gdb.threads/tls-main.c : New file.
1340 * gdb.threads/tls-shared.c : New file.
1341 * gdb.threads/tls-shared.exp : New file.
1342
1343 2003-07-22 Andreas Schwab <schwab@suse.de>
1344
1345 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
1346
1347 2003-07-20 Andreas Schwab <schwab@suse.de>
1348
1349 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
1350 due to insn reordering.
1351
1352 2003-07-15 Andrew Cagney <cagney@redhat.com>
1353
1354 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
1355
1356 2003-07-15 Michael Chastain <mec@shout.net>
1357
1358 * gdb.base/gdb1250.exp: New file.
1359 * gdb.base/gdb1250.c: New file.
1360
1361 2003-07-09 Michal Ludvig <mludvig@suse.cz>
1362
1363 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
1364 expansion of size_t to 'unsigned long', not only to 'unsigned'.
1365
1366 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
1367
1368 * gdb.threads/tls.c: New file.
1369 * gdb.threads/tls.exp: New file.
1370 * gdb.threads/tls-main.c: New file.
1371 * gdb.threads/tls-shared.c: New file.
1372 * gdb.threads/tls-shared.exp: New file.
1373
1374 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
1375
1376 * gdb.base/annota1.exp: Make sure that we properly escape the
1377 full path of the source file. Xfail more permissive patterns,
1378 due to a compiler debug info problem.
1379
1380 2003-07-07 Andreas Schwab <schwab@suse.de>
1381
1382 * gdb.asm/m68k.inc: New file.
1383 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
1384
1385 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
1386 arguments"): Also match negative number.
1387
1388 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
1389
1390 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1391
1392 * gdb.base/store.c (charest): New typedef.
1393 (add_char): Rename to add_charest, update.
1394 (wack_char): Rename to wack_charest, update types. Return l + r
1395 to keep r live across the call.
1396 (wack_short, wack_int, wack_long, wack_longest, wack_float)
1397 (wack_double, wack_doublest): Return l + r to keep r live across
1398 the call.
1399 * gdb.base/store.exp: Accomodate store.c changes.
1400
1401 2003-06-30 David Carlton <carlton@kealia.com>
1402
1403 * gdb.c++/maint.exp (test_invalid_name): New.
1404 (test_first_component): Add tests for invalid names.
1405
1406 2003-06-29 Michael Chastain <mec@shout.net>
1407
1408 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
1409 output of '<VTT for class>' for virtual base classes.
1410
1411 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1412
1413 * gdb.base/completion.exp: Tab-complete "complet" instead of
1414 "compl".
1415 * gdb.base/complex.exp, gdb.base/complex.c: New files.
1416
1417 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1418
1419 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
1420 * gdb.base/volatile.exp: Likewise.
1421
1422 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1423
1424 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
1425 gdb/1265.
1426
1427 2003-06-28 Michael Chastain <mec@shout.net>
1428 Daniel Jacobowitz <drow@mvista.com>
1429
1430 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
1431 initial line count of 'captured_main' from 26 to 32.
1432 (test_with_self): Allow xmalloc call to be interleaved with the
1433 preceding two lines.
1434
1435 2003-06-24 Joel Brobecker <brobecker@gnat.com>
1436
1437 * gdb.base/bang.exp: New testcase.
1438
1439 2003-06-23 Joel Brobecker <brobecker@gnat.com>
1440
1441 * gdb.base/langs.exp: Add some tests for the "minimal" language
1442 support.
1443
1444 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
1445
1446 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
1447 the testcase.
1448
1449 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1450
1451 * gdb.base/relocate.exp: Test add-symbol-file with a variable
1452 offset.
1453
1454 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1455
1456 * gdb.c++/pr-1210.cc: New file.
1457 * gdb.c++/pr-1210.exp: New file.
1458
1459 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1460
1461 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
1462 000-exec-continue.
1463
1464 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1465
1466 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
1467 on *-*-*bsd* instead of *-*-freebsd*.
1468
1469 2003-06-14 Andrew Cagney <cagney@redhat.com>
1470
1471 * gdb.base/store.exp: Test longest and doublest. Test all
1472 parameters. Weaken return statement match.
1473 * gdb.base/store.c: Add longest and doublest - aka long long and
1474 long double functions. Put all parameters into local register
1475 variables. Use negative values.
1476
1477 2003-06-14 Andrew Cagney <cagney@redhat.com>
1478
1479 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
1480 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
1481 exit status.
1482 * gdb.base/fileio.exp: Disable target when nointerrupts and
1483 noinferiorio, instead of limiting it to remote. Use remote_exec
1484 instead of system.
1485
1486 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
1487
1488 * gdb.base/float.exp: Add ia64 support.
1489
1490 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
1491
1492 * gdb.base/fileio.exp: Run only on remote targets.
1493
1494 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
1495
1496 * gdb.base/fileio.c: New file, testing File-I/O.
1497 * gdb.base/fileio.exp: Ditto.
1498
1499 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
1500
1501 * gdb.base/shreloc.exp: New file, check symbol values obtained from
1502 shared objects after relocation at load time (gdb PR/1132).
1503 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
1504 as above, part of the shared object relocation test.
1505
1506 2003-06-08 Mark Kettenis <kettenis@gnu.org>
1507
1508 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
1509 fully filled history list.
1510 * gdb.base/gdb_history: New file.
1511
1512 * gdb.base/signals.exp: XFAIL "continue to func1" on
1513 i*86-*-freebsd*.
1514
1515 * gdb.base/attach.exp: When trying to attach to a nonexistent
1516 process, make it possible to specify the PID based on the target,
1517 and do so for *-*-freebsd*.
1518
1519 2003-06-02 Richard Henderson <rth@redhat.com>
1520
1521 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
1522
1523 2003-06-02 Richard Henderson <rth@redhat.com>
1524
1525 * gdb.base/selftest.exp: Next over lim_at_start initialization.
1526
1527 2003-06-02 Richard Henderson <rth@redhat.com>
1528
1529 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
1530
1531 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
1532
1533 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
1534 of globalvar.
1535
1536 2003-06-01 Mark Kettenis <kettenis@gnu.org>
1537
1538 * gdb.asm/asm-source.exp: Check for memory read errors in
1539 disassembler test on *BSD too.
1540
1541 2003-06-01 Richard Henderson <rth@redhat.com>
1542
1543 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
1544 for .frame.
1545 (gdbasm_call): Lose ldgp.
1546 (gdbasm_startup): Add frame information.
1547 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
1548
1549 2003-05-31 Mark Kettenis <kettenis@gnu.org>
1550
1551 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
1552 i?86-*-*.
1553
1554 2003-05-30 Mark Kettenis <kettenis@gnu.org>
1555
1556 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1557 FreeBSD.
1558
1559 2003-05-29 Richard Henderson <rth@redhat.com>
1560
1561 * gdb.asm/alpha.inc: New file.
1562 * gdb.asm/asm-source.exp: Use it.
1563
1564 2003-05-29 Jim Blandy <jimb@redhat.com>
1565
1566 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
1567 'core.PID'.
1568
1569 2003-05-22 Jim Blandy <jimb@redhat.com>
1570
1571 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
1572 backtrace.
1573
1574 2003-05-20 David Carlton <carlton@math.stanford.edu>
1575
1576 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
1577 this time.
1578
1579 2003-05-19 David Carlton <carlton@bactrian.org>
1580
1581 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
1582 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
1583
1584 2003-05-19 David Carlton <carlton@bactrian.org>
1585
1586 * gdb.c++/namespace.exp: Add namespace scope and anonymous
1587 namespace tests.
1588 Bump copyright date.
1589 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
1590 (main): Call C::D::marker2.
1591 * gdb.c++/namespace1.cc: New file.
1592
1593 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
1594
1595 Roland McGrath <roland@redhat.com>
1596 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
1597 there is no manager thread.
1598
1599 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
1600
1601 * gdb.threads/schedlock.exp: Remove assumption that all threads
1602 will run in a particular small time slice. Also ensure we break
1603 in one of the child threads rather than the main thread.
1604
1605 2003-05-07 Jim Blandy <jimb@redhat.com>
1606
1607 Add support for assembly source testing on the s390x.
1608 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
1609 architecture.
1610 * gdb.asm/s390x.inc: New file.
1611
1612 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
1613 succession of 'if' statements.
1614
1615 2003-05-05 Andrew Cagney <cagney@redhat.com>
1616
1617 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
1618
1619 2003-05-05 Andrew Cagney <cagney@redhat.com>
1620
1621 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
1622 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
1623
1624 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
1625
1626 * gdb.base/charset.exp: Update based on new behavior of set/show
1627 charset commands.
1628
1629 2003-05-01 Andrew Cagney <cagney@redhat.com>
1630
1631 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
1632 variable do not give memory errors.
1633
1634 2003-04-30 Adam Fedor <fedor@gnu.org>
1635
1636 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
1637 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
1638 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
1639 gdb.objc/basicclass.m: : New files
1640
1641 * lib/gdb.exp (gdb_compile_objc): New procedure.
1642
1643 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1644
1645 * gdb.base/signals.exp: Make backtrace tests more specific.
1646
1647 2003-04-23 David Carlton <carlton@bactrian.org>
1648
1649 * gdb.c++/maint.exp (test_first_component): Add tests for
1650 'operator' in more locations.
1651
1652 2003-04-16 Kevin Buettner <kevinb@redhat.com>
1653
1654 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
1655
1656 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
1657
1658 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
1659 func marke' instead. Update test name.
1660
1661 2003-04-15 David Carlton <carlton@math.stanford.edu>
1662
1663 * gdb.c++/maint.exp: New file.
1664
1665 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
1666
1667 * gdb.threads/schedlock.c: Change type of thread function argument
1668 to long, to avoid warnings on 64-bit platforms.
1669
1670 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
1671
1672 * gdb.base/attach.exp: Add new message from ptrace in case of
1673 attaching to nonexistent process.
1674
1675 2003-04-11 Jim Blandy <jimb@redhat.com>
1676
1677 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1678 gdb.c++/userdef.cc: Place comments on the lines to which the
1679 marker function might return.
1680 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1681 gdb.c++/userdef.exp: Look for those comments to check that we've
1682 returned to the right place, instead of checking line numbers.
1683
1684 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
1685
1686 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
1687 match on sourcefile name, instead of directory name.
1688
1689 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
1690
1691 * gdb.base/completion.exp: Use string_to_regexp to match the
1692 working directory name.
1693
1694 2003-04-09 Jim Blandy <jimb@redhat.com>
1695
1696 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1697 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
1698 after an inferior function call, report the failure, but allow the
1699 test to continue.
1700
1701 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1702
1703 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1704 with -DPROTOTYPES.
1705
1706 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1707
1708 * gdb.base/break.exp: Revert last patch.
1709
1710 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1711
1712 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1713 with -DPROTOTYPES.
1714
1715 2003-04-02 Andrew Cagney <cagney@redhat.com>
1716
1717 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1718 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1719 matching directories by the name breakpoint.
1720 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1721 Make "continue to marker1" consistent.
1722 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1723 message consistent.
1724 * lib/gdb.exp: Put "the program is no longer running", and "the
1725 program exited" in parenthesis.
1726 * lib/mi-support.exp: Ditto.
1727
1728 2003-04-02 Bob Rossi <bob_rossi@cox.net>
1729
1730 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1731
1732 2003-03-29 Andrew Cagney <cagney@redhat.com>
1733
1734 * gdb.base/sizeof.c (main): Print the value of '\377'.
1735 * gdb.base/sizeof.exp: Check the sign of '\377'.
1736
1737 2003-03-27 Michael Chastain <mec@shout.net>
1738
1739 * gdb.base/gdb1090.exp: New file.
1740 * gdb.base/gdb1090.cc: New file.
1741
1742 2003-03-27 J. Brobecker <brobecker@gnat.com>
1743
1744 * gdb.gdb/observer.exp: New regression test.
1745
1746 2003-03-27 Michael Chastain <mec@shout.net>
1747
1748 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1749 * gdb.base/ptype.exp: Likewise.
1750
1751 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
1752
1753 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1754
1755 2003-03-26 Michael Chastain <mec@shout.net>
1756
1757 * gdb.base/ptype.exp: Actually use some typedef'd types.
1758
1759 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1760
1761 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1762 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1763
1764 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1765
1766 * gdb.base/default.exp: Fix regular expression.
1767
1768 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1769
1770 * gdb.base/args.exp: Fix regular expression.
1771
1772 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1773
1774 * gdb.base/help.exp: Allow Win32 child process.
1775
1776 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1777
1778 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1779 when stepping out of main().
1780
1781 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1782
1783 * gdb.base/default.exp: Check for win32 specific message when calling
1784 "run" without executable.
1785
1786 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1787
1788 * gdb.base/args.exp: Expect .exe in output.
1789
1790 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1791
1792 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1793 Cygwin native.
1794
1795 2003-03-17 Andrew Cagney <cagney@redhat.com>
1796
1797 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1798 vector registes.
1799 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1800 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1801
1802 2003-03-17 David Carlton <carlton@math.stanford.edu>
1803
1804 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1805 test, for PR breakpoints/38.
1806 Call test_watchpoint_and_breakpoint.
1807 * gdb.base/watchpoint.c (func3): New function.
1808 (main): Call func3.
1809
1810 2003-03-04 David Carlton <carlton@math.stanford.edu>
1811
1812 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1813 Garply<Garply<char> >:: garply".
1814 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1815 with respect to PR c++/1111; note also PR c++/1113.
1816 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1817 respect to PR c++/1062.
1818 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1819
1820 2003-03-03 David Carlton <carlton@math.stanford.edu>
1821
1822 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1823 with respect to PR c++/57.
1824 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1825 c++/826.
1826 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1827 respect to PR c++/57.
1828
1829 2003-03-03 David Carlton <carlton@math.stanford.edu>
1830
1831 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1832 respect to PR c++/33 into FAILs.
1833
1834 2003-03-03 Michael Chastain <mec@shout.net>
1835
1836 * configure.in: Update copyright years.
1837
1838 2003-03-03 Michael Chastain <mec@shout.net>
1839
1840 * Makefile.in: Update copyright years.
1841
1842 2003-02-28 David Carlton <carlton@math.stanford.edu>
1843
1844 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1845 print class instead of struct and/or superfluous protection
1846 specifiers, as long as the resulting output is equivalent to the
1847 source code.
1848 Delete FIXME from end of messages on tests that don't need
1849 fixing.
1850
1851 2003-02-28 David Carlton <carlton@math.stanford.edu>
1852
1853 * gdb.c++/templates.exp (do_tests): Allow const in the two
1854 Foo<volatile char *>::foo tests.
1855
1856 2003-02-27 Michael Snyder <msnyder@redhat.com>
1857
1858 * gdb.base/restore.c (main): Return zero, so exit code
1859 will be consistant.
1860
1861 2003-02-26 David Carlton <carlton@math.stanford.edu>
1862
1863 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1864 char *>::foo" test with respect to PR c++/33. Create a new test
1865 which is identical to that one except that it doesn't put the
1866 space between the "char" and the "*"; KFAIL it, too.
1867
1868 2003-02-26 David Carlton <carlton@math.stanford.edu>
1869
1870 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1871 template types into either PASSes or KFAILs (corresponding to PR
1872 c++/57). Tweak indentation. Update copyright.
1873
1874 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1875
1876 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1877
1878 2003-02-13 Michael Chastain <mec@shout.net>
1879
1880 * gdb.base/exprs.exp: Remove i960 remnants.
1881 * gdb.base/funcargs.exp: Likewise.
1882 * gdb.base/list.exp: Likewise.
1883 * gdb.base/ptype.exp: Likewise.
1884
1885 2003-02-14 David Carlton <carlton@math.stanford.edu>
1886
1887 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1888 pEe->D::vg()" from XFAIL to KFAIL.
1889
1890 2003-02-13 Jason Molenda (jmolenda@apple.com)
1891
1892 * gdb.base/maint.exp: Update maint print statistics regexp to include
1893 new entries.
1894
1895 2003-02-13 Michael Chastain <mec@shout.net>
1896
1897 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1898
1899 2003-02-12 Michael Chastain <mec@shout.net>
1900
1901 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1902 * gdb.c++/inherit.exp: Likewise.
1903 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1904 * gdb.c++/templates.exp: Likewise.
1905 * gdb.c++/virtfunc.exp: Likewise.
1906
1907 2003-02-06 Jason Molenda (jason-cl@molenda.com)
1908
1909 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1910 why the code is written that way.
1911
1912 2003-02-05 Michael Chastain <mec@shout.net>
1913
1914 * gdb.base/dump.exp: Add missing copyright line.
1915
1916 2003-02-05 Jason Molenda (jason-cl@molenda.com)
1917
1918 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
1919 at the beginning so the breakpoint doesn't get set on the loop.
1920
1921 2003-02-05 Michael Chastain <mec@shout.net>
1922
1923 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1924 output for configurations with gcc 2.95.3.
1925
1926 2003-02-05 Keith Seitz <keiths@redhat.com>
1927 Andrew Cagney <ac131313@redhat.com>
1928
1929 * gdb.mi/mi-cli.exp: New file.
1930
1931 2003-02-04 Michael Chastain <mec@shout.net>
1932
1933 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1934 Call perror and then continue.
1935
1936 2003-02-03 Michael Chastain <mec@shout.net>
1937
1938 * gdb.c++/pr-1023.cc: New file.
1939 * gdb.c++/pr-1023.exp: New file.
1940
1941 2003-02-05 Jim Blandy <jimb@redhat.com>
1942
1943 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1944 it's local to foobar. Check for it there, and check that it's not
1945 present in main.
1946 * gdb.c++/local.cc (marker2): New function.
1947 (foobar): Call marker1.
1948 (main): Call marker2 instead of marker1.
1949
1950 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1951
1952 * gdb.disasm/mn10200.exp: Obsolete file.
1953 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1954 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1955 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1956
1957 2003-02-04 David Carlton <carlton@math.stanford.edu>
1958
1959 * gdb.c++/overload.exp: Test intToChar(1).
1960 * gdb.c++/overload.cc (intToChar): New.
1961 (main): Call intToChar.
1962
1963 2003-02-03 David Carlton <carlton@math.stanford.edu>
1964
1965 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1966 'might_kfail' arg.
1967 KFAIL some of the continue_to_bp_overloaded calls, according to
1968 PR c++/1025.
1969
1970 2003-02-01 Michael Chastain <mec@shout.net>
1971
1972 * gdb.base/advance.c (marker1): New marker function.
1973 * gdb.base/advance.exp: When the 'advance' command lands on the
1974 return breakpoint, it can legitimately stop on either the
1975 current line or the next line. Accommodate both outcomes.
1976 * gdb.base/until.exp: Likewise.
1977
1978 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1979
1980 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1981 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1982 now a list, not a tuple.
1983 * gdb.mi/mi-var-display.exp: Ditto.
1984 * gdb.mi/gdb792.exp: Ditto.
1985
1986 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1987
1988 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1989 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1990 stack backtraces.
1991 * gdb.mi/mi-syn-frame.c: Part of same.
1992
1993 2003-02-01 Mark Kettenis <kettenis@gnu.org>
1994
1995 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1996 gdb.mi/mi1-pthreads.exp: Return instead of calling
1997 gdb_suppress_entire_file.
1998
1999 2003-02-01 Mark Salter <msalter@redhat.com>
2000
2001 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
2002
2003 2003-01-31 Mark Salter <msalter@redhat.com>
2004
2005 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
2006 Support empty arg.
2007
2008 2003-01-30 Michael Chastain <mec@shout.net>
2009
2010 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
2011 This was a workaround for a UTF-8 bug in readline 4.3. The bug
2012 has been fixed in gdb/readline on 2003-01-09.
2013
2014 2003-01-29 Michael Snyder <msnyder@redhat.com>
2015
2016 * gdb.base/maint.exp: Allow for leading underscore in symbol.
2017 * gdb.base/display.exp: Allow for leading underscore in symbol.
2018 * gdb.base/args.exp: Skip if target does not support args passing.
2019
2020 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
2021
2022 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2023 gdb_test. Accept a list of expect arguments as the third
2024 parameter.
2025 (gdb_test): Use it.
2026
2027 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
2028
2029 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
2030 allow for different test tree configurations. Update some
2031 tescases accordingly.
2032 * gdb.arch/altivec-regs.exp: Ditto.
2033 * gdb.asm/asm-source.exp: Ditto.
2034 * gdb.base/advance.exp: Ditto.
2035 * gdb.base/display.exp: Ditto.
2036 * gdb.base/long_long.exp: Ditto.
2037 * gdb.base/mips_pro.exp: Ditto.
2038 * gdb.base/overlays.exp: Ditto.
2039 * gdb.base/relocate.exp: Ditto.
2040 * gdb.base/setshow.exp: Ditto.
2041 * gdb.base/step-line.exp: Ditto.
2042 * gdb.base/step-test.exp: Ditto.
2043 * gdb.base/until.exp: Ditto.
2044 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
2045
2046 2003-01-17 David Carlton <carlton@math.stanford.edu>
2047
2048 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
2049 corresponding to PR c++/945.
2050 Update copyright.
2051
2052 2003-01-17 David Carlton <carlton@math.stanford.edu>
2053
2054 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
2055 corresponding to PR c++/68.
2056
2057 2003-01-17 David Carlton <carlton@math.stanford.edu>
2058
2059 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
2060 (test_paddr_hairy_functions): Call print_addr_2_kfail for
2061 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
2062
2063 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
2064
2065 * gdb.base/break.exp: Fix change of default location, because of
2066 removal of until tests.
2067 * gdb.base/help.exp: Update test for new 'until' help message.
2068 Add test for help on 'advance'.
2069 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
2070
2071 2003-01-15 Mark Kettenis <kettenis@gnu.org>
2072
2073 * gdb.base/default.exp: Adapt "info float" test for recent changes
2074 to that command. Add test for "info vector".
2075 * gdb.base/float.exp: New file. Add test for "info float" that
2076 resembles the old test in gdb.base/default.exp.
2077
2078 2003-01-15 David Carlton <carlton@math.stanford.edu>
2079
2080 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
2081
2082 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
2083
2084 * gdb.base/break.exp: Move the tests of until command from here...
2085 * gdb.base/until.exp: ... to here. New file. Add other tests.
2086 * gdb.base/advance.c: New file.
2087 * gdb.base/advance.exp: New file.
2088
2089 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
2090
2091 * gdb.base/args.c: New file.
2092 * gdb.base/args.exp: New file.
2093
2094 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
2095
2096 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
2097
2098 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
2099
2100 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
2101
2102 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
2103
2104 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
2105 dates.
2106
2107 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
2108
2109 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
2110
2111 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
2112
2113 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
2114 (ptype &*"foo").
2115 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
2116
2117 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2118
2119 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
2120 * gdb.mi/mi1-console.exp: Likewise.
2121
2122 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2123
2124 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
2125 * gdb.mi/mi1-console.exp: Likewise.
2126
2127 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
2128
2129 * gdb.c++/overload.exp: Remove some fixed XFAILs.
2130
2131 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
2132
2133 * gdb.base/detach.exp: New test.
2134
2135 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
2136
2137 * Makefile.in (ALL_SUBDIRS): New variable.
2138 (subdirs, clean, distclean): Use it.
2139 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
2140 regenerating Makefile, since it is generated from the top level.
2141 * gdb.asm/Makefile.in: Likewise.
2142 * gdb.base/Makefile.in: Likewise.
2143 * gdb.c++/Makefile.in: Likewise.
2144 * gdb.disasm/Makefile.in: Likewise.
2145 * gdb.java/Makefile.in: Likewise.
2146 * gdb.mi/Makefile.in: Likewise.
2147 * gdb.threads/Makefile.in: Likewise.
2148 * gdb.trace/Makefile.in: Likewise.
2149
2150 2003-01-09 David Carlton <carlton@math.stanford.edu>
2151
2152 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
2153 Add copyright year 2003.
2154
2155 2003-01-06 Michael Chastain <mec@shout.net>
2156
2157 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
2158 When selecting a thread, 'line' and 'file' are optional.
2159 * gdb.mi/mi1-pthreads.exp: Likewise.
2160
2161 2003-01-06 Andreas Schwab <schwab@suse.de>
2162
2163 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
2164 failures.
2165
2166 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2167
2168 Fix PR gdb/844
2169 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
2170 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
2171
2172 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
2173 instead of calling gdb_suppress_entire_file.
2174 * gdb.threads/print-threads.exp: Likewise.
2175 * gdb.threads/schedlock.exp: Likewise.
2176
2177 * gdb.threads/killed.exp: Return instead of calling
2178 gdb_suppress_entire_file.
2179 * gdb.threads/linux-dp.exp: Likewise.
2180 * gdb.threads/pthreads.exp: Likewise.
2181
2182 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2183
2184 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
2185 stabs.
2186 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
2187 * gdb.base/whatis.exp: Always allow (void) after function names.
2188
2189 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2190
2191 * gdb.c++/casts.exp: Correct regexp.
2192
2193 2003-01-04 Mark Kettenis <kettenis@gnu.org>
2194
2195 * configure.in: Call AC_CONFIG_HEADER. Don't call
2196 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
2197 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
2198 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
2199 aforementioned directories in the AC_OUPUT call.
2200 * config.hin: New file.
2201 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
2202 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
2203 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
2204 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
2205 pass -I$objdir instead of -I$objdir/$subdir in compilation.
2206 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
2207 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
2208 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
2209 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
2210 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
2211 gdb.threads/configure.in, gdb.threads/configure,
2212 gdb.threads/config.in, gdb.trace/configure.in,
2213 gdb.trace/configure: Removed.
2214
2215 2003-01-03 Michael Chastain <mec@shout.net>
2216
2217 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
2218 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
2219
2220 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
2221
2222 * gdb.base/store.exp: Fix regular expressions.
2223
2224 2002-12-28 Mark Kettenis <kettenis@gnu.org>
2225
2226 * configure.in: Rewrite.
2227 * configure: Regenerated.
2228
2229 2003-01-03 David Carlton <carlton@math.stanford.edu>
2230
2231 * gdb.base/psymtab.exp: New file.
2232 * gdb.base/psymtab1.c: Ditto.
2233 * gdb.base/psymtab2.c: Ditto.
2234
2235 2002-12-23 Adam Fedor <fedor@gnu.org>
2236
2237 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
2238
2239 2002-12-23 David Carlton <carlton@math.stanford.edu>
2240
2241 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
2242 and current_directory initialization.
2243
2244 2002-12-22 Jim Blandy <jimb@redhat.com>
2245
2246 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
2247 rather than as part of the output file name.
2248
2249 * gdb.base/attach.exp: There's no need to copy the test program to
2250 /tmp; that was only ever necessary on HP/UX, and this test is
2251 entirely disabled there anyway.
2252
2253 2002-12-21 Jim Blandy <jimb@redhat.com>
2254
2255 * gdb.c++/psmang.exp: Doc fix.
2256
2257 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
2258 test.
2259
2260 2002-12-20 David Carlton <carlton@math.stanford.edu>
2261
2262 * gdb.c++/annota2.exp: KFAIL annotate-quit.
2263
2264 2002-12-18 Michael Chastain <mec@shout.net>
2265
2266 * gdb.c++/annota2.exp: Add copyright year 2002.
2267
2268 2002-12-17 David Carlton <carlton@math.stanford.edu>
2269
2270 * gdb.c++/try_catch.cc: Add marker comments.
2271 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
2272 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
2273 * gdb.c++/m-static.cc: Ditto.
2274 * gdb.c++/m-static1.cc: Ditto.
2275 * gdb.c++/try_catch.cc: Ditto.
2276
2277 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
2278
2279 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
2280 to see whether we are using the new -environment-directory
2281 command which resets via -r or the old version of the command
2282 which may prompt the user. Part of fix for gdb/741.
2283
2284 2002-12-13 Andrew Cagney <ac131313@redhat.com>
2285
2286 * gdb.fortran/types.exp: Update obsolete comment.
2287 * gdb.fortran/exprs.exp: Ditto.
2288 * lib/gdb.exp: Delete obsolete code.
2289 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
2290 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
2291 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
2292 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
2293 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
2294 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
2295 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
2296 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
2297 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
2298 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
2299 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
2300 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
2301 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
2302 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
2303 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
2304 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
2305 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
2306 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
2307 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
2308 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
2309 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
2310 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
2311 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
2312 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
2313 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
2314 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
2315 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
2316 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
2317 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
2318 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
2319 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
2320 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
2321 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
2322 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
2323 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
2324 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
2325 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
2326
2327 2002-12-11 David Carlton <carlton@math.stanford.edu>
2328
2329 * gdb.c++/m-data.exp: Add test for members that shadow global
2330 variables: see PR gdb/804.
2331 * gdb.c++/m-data.cc: Ditto.
2332
2333 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
2334
2335 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
2336
2337 2002-12-06 David Carlton <carlton@math.stanford.edu>
2338
2339 * gdb.base/store.c: Don't declare functions static.
2340
2341 2002-12-04 Andrew Cagney <ac131313@redhat.com>
2342
2343 * gdb.base/store.exp, gdb.base/store.c: New files.
2344
2345 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
2346
2347 * gdb.base/selftest.exp: Update for current gdb.
2348
2349 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
2350
2351 * gdb.base/maint.exp: Only dump symbols from one source file
2352 or objfile.
2353
2354 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
2355
2356 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
2357 function call.
2358
2359 2002-11-25 Jim Blandy <jimb@redhat.com>
2360
2361 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
2362 function appearing in error message.
2363
2364 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
2365
2366 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
2367
2368 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
2369
2370 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
2371 for mi1 and current mi is in correct format. New mi startup message
2372 should be in mi console format. This is part of fix for PR gdb/604.
2373
2374 2002-09-18 Fernando Nasser <fnasser@redhat.com>
2375
2376 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
2377 which explicitly prints the zero offset as "+0".
2378
2379 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
2380
2381 * gdb.threads/schedlock.c (args): Make unsigned.
2382
2383 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
2384
2385 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
2386 numbers. Allow "foo2|selected stack frame".
2387 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
2388 * gdb.asm/asmsrc2.s: Likewise.
2389 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
2390 comments.
2391 * gdb.asm/mips.inc: New file.
2392
2393 2002-10-18 Adam Fedor <fedor@gnu.org>
2394
2395 * gdb.base/default.exp: Update expected output to include 'ObjC'.
2396 * gdb.base/help.exp: Likewise.
2397
2398 2002-10-17 Kevin Buettner <kevinb@redhat.com>
2399
2400 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
2401 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
2402
2403 2002-10-02 Jim Blandy <jimb@redhat.com>
2404
2405 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
2406
2407 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2408
2409 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
2410 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
2411 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
2412 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
2413 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
2414 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
2415 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
2416
2417 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2418
2419 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
2420 * mi0-disassemble.exp, mi0-eval.exp: Delete.
2421 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
2422 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
2423 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
2424 * mi0-var-block.exp, mi0-var-child.exp: Delete.
2425 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
2426
2427 2002-09-27 Kevin Buettner <kevinb@redhat.com>
2428
2429 * gdb.base/annota1.exp (info break): Make directory components of
2430 path optional since not all compilers emit this debug information.
2431
2432 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
2433 step ends up stepping out of the function instead of stopping on
2434 the epilogue.
2435
2436 2002-09-26 Keith Seitz <keiths@redhat.com>
2437
2438 * lib/insight-support.exp (gdbtk_start): Figure out where
2439 the insight executable is based on where gdb is. Use this
2440 executable to start insight instead of gdb.
2441
2442 2002-09-25 Andrew Cagney <cagney@redhat.com>
2443
2444 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
2445
2446 2002-09-24 Andrew Cagney <ac131313@redhat.com>
2447
2448 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
2449 test_isolated_complaints.
2450 (test_empty_complaint): New function.
2451 (test_empty_complaints): New function. Check no output when no
2452 complaints.
2453
2454 2002-09-19 Jim Blandy <jimb@redhat.com>
2455
2456 * gdb.base/charset.exp, gdb.base/charset.c: New files.
2457
2458 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2459
2460 * gdb.gdb/complaints.exp: New file.
2461
2462 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2463
2464 * gdb.base/maint.exp: Check `help maint internal-warning'.
2465
2466 2002-09-18 David Carlton <carlton@math.stanford.edu>
2467
2468 * gdb.c++/m-static.exp: Remove breakpoints depending on line
2469 numbers, and replace them by a single breakpoint after the
2470 constructors are all finished.
2471 Add test 4.
2472 * gdb.c++/m-static.cc: Add test 4.
2473 * gdb.c++/m-static.h: New file.
2474 * gdb.c++/m-static1.cc: New file.
2475
2476 * gdb.c++/printmethod.exp: New file.
2477 * gdb.c++/printmethod.cc: New file.
2478
2479 * gdb.c++/pr-574.exp: New file.
2480 * gdb.c++/pr-574.cc: New file.
2481
2482 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
2483
2484 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
2485 embedded targets which never actually exit.
2486
2487 2002-09-18 Fernando Nasser <fnasser@redhat.com>
2488
2489 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
2490 "don't step after run" as unresolved or unsupported, instead of xfail.
2491
2492 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
2493
2494 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
2495 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
2496 Add newline to expected string in "step out of main (status wrapper)"
2497 case.
2498
2499 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
2500
2501 * lib/gdb.exp (rerun_to_main): Allow restarting application.
2502 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
2503
2504 2002-09-17 Tom Tromey <tromey@redhat.com>
2505
2506 * gdb.base/printcmds.exp (test_print_string_constants): Expect
2507 \000, not \0, in double-quoted string.
2508
2509 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2510
2511 * gdb.base/commands.exp: Don't expect a "Program exited normally"
2512 string after running the commands execution on breakpoint tests.
2513
2514 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
2515
2516 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
2517
2518 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2519
2520 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
2521
2522 2002-09-10 Keith Seitz <keiths@redhat.com>
2523
2524 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
2525 runto proc.
2526 (mi_run_to_main): Use mi_runto.
2527 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
2528
2529 2002-09-10 Keith Seitz <keiths@redhat.com>
2530
2531 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
2532 regexp for stopping at main. Could have multiple event notifications.
2533 Don't assume that main was declared with no parameters.
2534 (mi_next): Use mi_step_to.
2535 (mi_step): Use mi_next_to.
2536
2537 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
2538
2539 * gdb.base/default.exp: Fix expected string in `info float' test.
2540
2541 2002-09-09 Ben Elliston <bje@redhat.com>
2542
2543 * config/mips.exp: Update comments.
2544 * config/mips-idt.exp: Likewise.
2545 * config/nind.exp: Likewise.
2546 * config/slite.exp: Likewise.
2547 * config/sparclet.exp: Likewise.
2548 * config/udi.exp: Likewise.
2549 * config/vx.exp: Likewise.
2550 * config/vxworks29k.exp: Likewise.
2551
2552 2002-09-05 Jim Blandy <jimb@redhat.com>
2553
2554 * gdb.threads/killed.exp: Fix test failure message.
2555
2556 2002-09-04 Keith Seitz <keiths@redhat.com>
2557
2558 * lib/mi-support.exp: Update copyright.
2559 (mi_gdb_test): Increase the priority of the expected pattern
2560 so that it matches gdb_test.
2561
2562 2002-09-03 Keith Seitz <keiths@redhat.com>
2563
2564 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
2565 Use integer comparison instead of string comparison for testing
2566 whether binary was built.
2567
2568 2002-09-03 Jim Blandy <jimb@redhat.com>
2569
2570 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
2571
2572 2002-08-29 Jim Blandy <jimb@redhat.com>
2573
2574 * gdb.threads/pthreads.exp: Move the portable thread compilation
2575 code into a function in lib/gdb.exp, and call that from here.
2576 * lib/gdb.exp (gdb_compile_pthreads): New function.
2577
2578 2002-08-29 Keith Seitz <keiths@redhat.com>
2579
2580 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
2581 expect_out so that callers can get at it.
2582
2583 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2584
2585 * gdb.threads/print-threads.c: New file.
2586 * gdb.threads/print-threads.exp: New file.
2587 * gdb.threads/schedlock.c: New file.
2588 * gdb.threads/schedlock.exp: New file.
2589
2590 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2591
2592 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
2593 not altivec.c.
2594
2595 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2596
2597 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
2598 targets. The problem should be fixed now.
2599
2600 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2601
2602 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2603 2002-07-24 change that removes final dots from error messages.
2604
2605 2002-08-13 Tom Tromey <tromey@redhat.com>
2606
2607 * gdb.base/readline.exp: New file.
2608
2609 2002-08-01 Andrew Cagney <ac131313@redhat.com>
2610
2611 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
2612 supress message.
2613
2614 2002-08-01 Andrew Cagney <cagney@redhat.com>
2615
2616 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
2617 CHILL_FOR_TARGET and CHILL_LIB.
2618 * configure.in (configdirs): Remove gdb.chill.
2619 * configure: Regenerate.
2620 * lib/gdb.exp: Obsolete references to chill.
2621 * gdb.fortran/types.exp: Ditto.
2622 * gdb.fortran/exprs.exp: Ditto.
2623
2624 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2625
2626 * gdb.base/shlib-call.exp (additional_flags): Conditionally
2627 set Irix-specific compile and link flags.
2628
2629 2002-07-29 Kevin Buettner <kevinb@redhat.com>
2630
2631 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
2632 source files. The ``-o'' option doesn't work with the ``-E'' option
2633 when using the Irix compiler.
2634
2635 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
2636
2637 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
2638 Improve support for reusing an exec file. Copy exec file
2639 to target, and run gdbserver on the target instead of on the host.
2640
2641 2002-07-18 Jim Blandy <jimb@redhat.com>
2642
2643 * gdb.base/ending-run.exp: Don't expect to see the program end in
2644 some orderly fashion when we're running on a real stand-alone
2645 board.
2646
2647 * gdb.base/interrupt.exp: Correct logic for skipping tests on
2648 targets that don't support interrupts.
2649
2650 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2651
2652 * gdb.base/attach.exp: Add patterns to match output from /proc-based
2653 systems.
2654 Move comments in expect statements to inside the actions, so that they
2655 don't get matched against.
2656
2657 2002-07-10 Mark Kettenis <kettenis@gnu.org>
2658
2659 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
2660 function when asleep" test.
2661
2662 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2663
2664 * gdb.base/page.exp: Rewrite to handle problems with very long
2665 `info set' output. Update copyright.
2666
2667 2002-06-26 Andrew Cagney <ac131313@redhat.com>
2668
2669 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
2670 gdb.threads-hp.
2671 * gdb.hp/configure: Regenerate.
2672 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
2673 * gdb.hp/gdb.threads-hp/configure: Delete file.
2674 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
2675
2676 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2677
2678 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
2679 setlocale, bindtextdomain and textdomain.
2680
2681 2002-06-11 Jim Blandy <jimb@redhat.com>
2682
2683 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
2684 preprocessor macro information is present.
2685
2686 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
2687 tests.
2688
2689 2002-06-06 Michael Snyder <msnyder@redhat.com>
2690
2691 * gdb.base/overlays.exp: Record addresses of overlay
2692 functions in TCL variables rather than in GDB variables,
2693 to avoid having GDB convert them to pointers (with loss
2694 of information).
2695
2696 * gdb.base/d10v.ld: Merge in several years worth of
2697 default linker script changes.
2698 * gdb.base/long_long.exp: Add check for sizeof (long double).
2699
2700 2002-06-06 Michal Ludvig <mludvig@suse.cz>
2701
2702 * gdb.asm/asm-source.exp: Add x86-64 target.
2703 * gdb.asm/x86_64.inc: New.
2704
2705 2002-05-30 Michael Chastain <mec@shout.net>
2706
2707 From Benjamin Kosnik <bkoz@redhat.com>:
2708 * gdb.c++/m-static.cc: New file.
2709 * gdb.c++/m-static.exp: New file.
2710
2711 2002-05-28 Michael Snyder <msnyder@redhat.com>
2712
2713 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2714 precision.
2715
2716 2002-05-27 Michael Chastain <mec@shout.net>
2717
2718 From Benjamin Kosnik <bkoz@redhat.com>:
2719 * gdb.c++/m-data.cc: New file.
2720 * gdb.c++/m-data.exp: New file.
2721
2722 2002-05-27 Michael Chastain <mec@shout.net>
2723
2724 From Benjamin Kosnik <bkoz@redhat.com>:
2725 * gdb.c++/try_catch.cc: New file.
2726 * gdb.c++/try_catch.exp: New file.
2727
2728 2002-05-27 Michael Chastain <mec@shout.net>
2729
2730 * gdb.c++/local.exp: Accept more nested types in output.
2731
2732 2002-05-26 Michael Chastain <mec@shout.net>
2733
2734 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2735
2736 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2737
2738 * lib/gdb.exp (gdb_wrapper_init): Just because
2739 gdb_wrapper_file exists, this does not mean that the file
2740 should not be rebuilt. That is what gdb_wrapper_initialized
2741 is for.
2742 (default_gdb_init): Reset gdb_wrapper_initialized.
2743
2744 2002-05-23 Michael Snyder <msnyder@redhat.com>
2745
2746 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2747 the precision of the floating point test results.
2748 * gdb.base/call-rt-st.exp: Ditto.
2749
2750 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2751 * gdb.base/call-rt-st.exp: Ditto.
2752
2753 2002-05-19 Michael Chastain <mec@shout.net>
2754
2755 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2756
2757 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
2758
2759 * configure.in (configdirs): Add gdb.arch.
2760 * configure: Regenerate.
2761
2762 2002-05-17 Jim Blandy <jimb@redhat.com>
2763
2764 * gdb.base/completion.exp: Recognize the more detailed error
2765 messages produced by the macro expander's lexical analyzer.
2766
2767 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2768
2769 * gdb.arch/altivec-abi.c: New file.
2770 * gdb.arch/altivec-abi.exp: New file.
2771 * gdb.arch/altivec-regs.c: New file.
2772 * gdb.arch/altivec-regs.exp: New file.
2773
2774 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
2775
2776 * gdb.base/maint.exp (maint print type): Update for new type
2777 structure.
2778
2779 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2780
2781 * gdb.arch: New directory.
2782 * gdb.arch/configure.in: New file.
2783 * gdb.arch/configure: New file.
2784 * gdb.arch/Makefile.in: New file.
2785
2786 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
2787
2788 * gdb.asm/asm-source.exp: Add v850 as supported target.
2789 * gdb.asm/v850.inc: New file.
2790
2791 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
2792
2793 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2794
2795 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
2796
2797 * gdb.base/break.exp: Check 'break "marker2"'.
2798
2799 2002-05-10 Michael Snyder <msnyder@redhat.com>
2800
2801 * gdb.base/long_long.exp: Fix typo.
2802
2803 2002-05-10 Jim Blandy <jimb@redhat.com>
2804
2805 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2806 a bug.
2807
2808 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2809 Recognize more detailed error message produced by the macro
2810 expander's lexical analyzer.
2811 * lib/gdb.exp (test_print_reject): Same.
2812
2813 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2814
2815 * gdb.c++/method.exp: Fix typo.
2816
2817 2002-05-08 Michael Snyder <msnyder@redhat.com>
2818
2819 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2820 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
2821 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
2822 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2823 Add iftarget clause for strongarm.
2824
2825 2002-05-06 Michael Snyder <msnyder@redhat.com>
2826
2827 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2828 (gdb_continue_to_end): Accept output from status wrapper.
2829 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2830 Clean up fail messages to match pass messages.
2831
2832 Enable the "needs_status_wrapper" testsuite feature.
2833 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2834 (gdb_compile): Conditionally call gdb_wrapper_init.
2835 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2836 * gdb.c++/method.exp: Recognize output from status wrapper.
2837
2838 2002-05-06 Ben Elliston <bje@redhat.com>
2839 From Graydon Hoare <graydon@redhat.com>
2840
2841 * config/sid.exp: Include support for "rawsid" protocol.
2842
2843 2002-05-03 Jim Blandy <jimb@redhat.com>
2844
2845 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2846 * gdb.c++/hang3.C: New file.
2847
2848 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2849
2850 * gdb.base/default.exp: Remove obsolete code.
2851 * gdb.c++/misc.exp: Ditto. Update copyright.
2852 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2853 * gdb.base/whatis.exp: Ditto. Update copyright.
2854 * gdb.base/scope.exp: Ditto. Update copyright.
2855 * gdb.base/ptype.exp: Ditto. Update copyright.
2856 * gdb.base/printcmds.exp: Ditto. Update copyright.
2857 * gdb.base/opaque.exp: Ditto. Update copyright.
2858 * gdb.base/list.exp: Ditto.
2859 * gdb.base/funcargs.exp: Ditto. Update copyright.
2860 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2861 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2862 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2863 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2864 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2865 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2866
2867 2002-05-02 Michael Snyder <msnyder@redhat.com>
2868
2869 * gdb.base/watchpoint.exp: Add xscale target.
2870 * gdb.base/long_long.exp: Add xscale target.
2871 * gdb.base/default.exp: Add xscale target.
2872
2873 2002-05-01 Jim Blandy <jimb@redhat.com>
2874
2875 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2876 gdb.c++/hang.exp: New test.
2877
2878 2002-05-01 Fred Fish <fnf@redhat.com>
2879
2880 * gdb.base/completion.exp: Handle completions of "./Make" for
2881 more than one completion possibility, as is the case when we
2882 build and test in the source tree.
2883
2884 2002-04-29 Anthony Green <green@redhat.com>
2885
2886 * gdb.java/jmisc1.exp: New file.
2887 * gdb.java/jmisc2.exp: New file.
2888
2889 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2890
2891 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2892
2893 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
2894
2895 * gdb.base/help.exp: Change 'help status' to allow for target
2896 dependent output differences.
2897
2898 2002-04-22 Michael Chastain <mec@shout.net>
2899
2900 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2901
2902 2002-04-22 Michael Chastain <mec@shout.net>
2903
2904 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2905
2906 2002-04-17 David S. Miller <davem@redhat.com>
2907
2908 * gdb.asm/sparc64.inc: New file.
2909 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2910
2911 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2912
2913 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2914 instruction file directly into the build tree. Clean up at end of
2915 test.
2916
2917 2002-04-18 David S. Miller <davem@redhat.com>
2918
2919 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2920 handle 64-bit platforms correctly.
2921 * gdb.base/maint.exp: Likewise.
2922
2923 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2924
2925 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2926 ``-fpic'' when compiling files comprising a shared library, but
2927 it does need additional linker flags in order to find shared
2928 libraries at run time.
2929
2930 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2931
2932 * gdb.base/cvexpr.c (use): New function.
2933 (main): Invoke use() on all global variables to prevent
2934 some linkers from deleting these otherwise unused symbols.
2935
2936 2002-04-17 Michael Chastain <mec@shout.net>
2937 From David S. Miller <davem@redhat.com>
2938
2939 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2940 handle 64-bit platforms correctly.
2941
2942 2002-04-12 Michael Snyder <msnyder@redhat.com>
2943 From Jim Blandy <jimb@redhat.com>
2944 * gdb.base/foo.c (foox): Remove section attribute; the linker
2945 script can handle this instead.
2946 * gdb.base/bar.c (barx): Same.
2947 * gdb.base/baz.c (bazx): Same.
2948 * gdb.base/grbx.c (grbxx): Same.
2949
2950 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2951 manager doesn't automatically unmap overlays unnecessarily.
2952
2953 2002-04-10 Martin M. Hunt <hunt@redhat.com>
2954
2955 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2956 stepping out of main.
2957
2958 2002-04-09 Michael Chastain <mec@shout.net>
2959
2960 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2961 scope so that the nested scope tests will make sense.
2962 * gdb.c++/local.exp: Write patterns that actually work with gcc
2963 (the HP patterns "were never known to work with gcc").
2964 Keep the old aCC patterns too.
2965
2966 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2967
2968 * gdb.base/attach.exp: Correct target board test.
2969
2970 2002-04-08 Michael Chastain <mec@shout.net>
2971
2972 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2973 in a const method. Add some xfail and fail cases for configurations
2974 that do not emit the "const ...".
2975
2976 2002-04-07 Michael Chastain <mec@shout.net>
2977
2978 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2979 Accept "A * const" and "const A * const" as type of "this".
2980 Fix spelling of getFunky throughout. Make messages uniform.
2981
2982 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2983
2984 Work around for PR gdb/285:
2985 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2986
2987 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2988
2989 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2990 instructions file at run time instead of configure time.
2991 Sometimes we run the test in a directory that is not the one we
2992 configured in.
2993 * gdb.asm/configure.in: Delete creation of symlink.
2994 * gdb.asm/configure: Regenerate.
2995
2996 2002-04-05 J. Brobecker <brobecker@gnat.com>
2997
2998 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2999 xfullpath () function.
3000
3001 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
3002
3003 * gdb.asm/Makefile.in: Correct dependencies.
3004
3005 * gdb.asm/powerpc.inc: New file.
3006 * gdb.asm/asm-source.exp: Add PowerPC.
3007 * gdb.asm/configure.in: Likewise.
3008 * gdb.asm/configure: Regenerated.
3009
3010 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
3011
3012 * gdb.base/relocate.exp: New file.
3013 * gdb.base/relocate.c: New file.
3014
3015 2002-04-04 Fred Fish <fnf@redhat.com>
3016
3017 * gdb.base/step-test.exp: Update comment regarding stopping in
3018 memcpy/bcopy calls inserted as part of the compiler runtime.
3019
3020 2002-04-04 Michael Snyder <msnyder@redhat.com>
3021
3022 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
3023
3024 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
3025
3026 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
3027 (gdb_expect): Remove $notransfer hack.
3028
3029 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
3030
3031 * gdb.c++/classes.exp ("calling method for small class"): Match
3032 updated register output.
3033
3034 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
3035
3036 Fix PR gdb/452
3037 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
3038 when finished. Make gdb_file_cmd send "exec-file" when
3039 appropriate.
3040
3041 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
3042
3043 * gdb.base/attach.exp: Remove extra setup_xfail.
3044
3045 2002-03-26 Michael Snyder <msnyder@redhat.com>
3046
3047 * gdb.base/default.exp: Add tests for dump, append, and restore.
3048 * gdb.base/help.exp: Add tests for dump, append, and restore.
3049 * gdb.base/dump.exp: New file, test dump, append and restore.
3050 * gdb.base/dump.c: New file.
3051
3052 2002-03-27 Michael Snyder <msnyder@redhat.com>
3053
3054 * gdb.base/help.exp: Modify expect strings to reflect
3055 clean-ups in help messages.
3056
3057 2002-03-26 Fred Fish <fnf@redhat.com>
3058
3059 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
3060 have debugging info for those functions and the compiler uses them
3061 internally to copy structs around.
3062
3063 2002-03-26 Fred Fish <fnf@redhat.com>
3064
3065 * gdb.base/list.exp: Revert the change made yesterday and add note
3066 about why we don't list the default lines for remote targets.
3067
3068 2002-03-25 Michael Snyder <msnyder@redhat.com>
3069
3070 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
3071
3072 2002-03-25 Fred Fish <fnf@redhat.com>
3073
3074 * gdb.base/list.exp: This test works on remote targets so remove
3075 the short circuit for remote targets. Update copyright.
3076
3077 2002-03-25 Fred Fish <fnf@redhat.com>
3078
3079 * gdb.base/attach.exp: Fix logic error that was suppressing this
3080 test for all non hppa*-*-hpux* targets, instead of the hp target.
3081 Move comments closer to the suppression point. Also now need to
3082 check that we are running natively.
3083
3084 2002-03-22 Michael Snyder <msnyder@redhat.com>
3085
3086 * gdb.base/default.exp: Add test for gcore. Update copyright.
3087 * gdb.base/help.exp: Add test for gcore. Update copyright.
3088
3089 2002-03-06 Fred Fish <fnf@redhat.com>
3090
3091 * gdb.base/funcargs.c: Remove extraneous ';' character.
3092 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
3093
3094 2002-03-04 Michael Chastain <mec@shout.net>
3095
3096 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
3097 accommodate gcc v3 function signature.
3098 * gdb.mi/mi0-var-cmd-exp: Ditto.
3099
3100 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3101
3102 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
3103 ``GNU/Linux'' or ``Linux kernel''
3104 * testsuite/gdb.threads/pthreads.c: Ditto.
3105
3106 2002-02-24 Michael Chastain <mec@shout.net>
3107
3108 * gdb.threads/pthreads.c (thread1): Add a return statement.
3109 (thread2): Likewise.
3110 (foo): Likewise.
3111
3112 2002-02-23 Michael Chastain <mec@shout.net>
3113
3114 * gdb.threads/linux-dp.c (philosopher): Add a return statement
3115 to placate gcc.
3116
3117 2002-02-23 Michael Chastain <mec@shout.net>
3118
3119 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
3120 test "ptype bint". The test passes on all my stabs configurations.
3121
3122 2002-02-21 Jim Blandy <jimb@redhat.com>
3123
3124 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
3125 filename at a time, and watch for the ones we want to see.
3126
3127 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
3128 types of pointers to prototyped functions.
3129
3130 2002-02-20 Andrew Cagney <ac131313@redhat.com>
3131
3132 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
3133 signed, unsigned and straight char.
3134 (padding_char, padding_short, padding_int, padding_long,
3135 padding_long_long, padding_float, padding_double,
3136 padding_long_double): New global variables.
3137 (fill, fill_structs): New functions.
3138
3139 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
3140 for correctly sized writes. Update copyright.
3141 (get_valueof): New procedure.
3142 (get_sizeof): Call get_valueof.
3143 (check_valueof): New procedure.
3144 (check_padding): New procedure.
3145
3146 2002-02-20 Michael Chastain <mec@shout.net>
3147
3148 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
3149 to setup_xfail. Document some of the remaining calls.
3150
3151 2002-02-18 Michael Chastain <mec@shout.net>
3152
3153 * gdb.c++/userdef.exp: Update copyright year.
3154
3155 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
3156
3157 * gdb.c++/userdef.exp: Test overloaded operators properly.
3158 Remove xfails.
3159
3160 2002-02-14 Michael Snyder <msnyder@redhat.com>
3161
3162 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
3163
3164 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3165
3166 * gdb.base/a2-run.exp: Check for a remote target properly.
3167 * gdb.base/annota1.exp: Likewise.
3168 * gdb.base/list.exp: Likewise.
3169 * gdb.base/reread.exp: Likewise.
3170 * gdb.base/scope.exp: Likewise.
3171 * gdb.base/shlib-call.exp: Likewise.
3172 * gdb.base/term.exp: Likewise.
3173 * gdb.c++/annota2.exp: Likewise.
3174
3175 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
3176
3177 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
3178
3179 2002-02-10 Michael Chastain <mec@shout.net>
3180
3181 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
3182 (call_after_alloca): Ditto.
3183
3184 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
3185
3186 * gdb.base/ending-run.exp: Guard "cont" test with
3187 gdb_skip_stdio_test.
3188
3189 2002-02-06 Jim Blandy <jimb@redhat.com>
3190
3191 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
3192 from here...
3193 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
3194 To here. Disable this test on non-HP platforms. Add big comment.
3195
3196 2002-02-04 Michael Snyder <msnyder@redhat.com>
3197
3198 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
3199 other than d10v and m32r.
3200
3201 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
3202
3203 * gdb.base/default.exp: Rewrite test patterns to reduce time
3204 taken to match them.
3205
3206 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
3207
3208 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
3209 Allow a start function above main.
3210 * gdb.threads/linux-dp.exp: Fix copyright date.
3211
3212 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
3213
3214 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
3215 (check_philosopher_stack): Check for manager thread before checking
3216 for a just-starting thread.
3217
3218 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
3219
3220 From Neil Booth <neil@daikokuya.demon.co.uk>:
3221 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
3222 warnings.
3223
3224 2002-01-21 Fred Fish <fnf@redhat.com>
3225
3226 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
3227 not caller.
3228
3229 2002-01-21 Jim Blandy <jimb@redhat.com>
3230
3231 * gdb.base/reread.exp: Check that GDB properly re-reads the
3232 executable file when it changes while no inferior is running.
3233
3234 2002-01-21 Fred Fish <fnf@redhat.com>
3235
3236 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
3237 optionally accept the "shlib events" variation.
3238
3239 2002-01-21 Jim Blandy <jimb@redhat.com>
3240
3241 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
3242 call `fflush' after every `printf', so that the output is produced
3243 at predictable points, regardless of whatever buffering does (or
3244 doesn't) take place.
3245 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
3246 at different points.
3247
3248 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3249
3250 * gdb.c++/inherit.exp: Update copyright years.
3251 * gdb.c++/method.exp: Likewise.
3252
3253 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3254
3255 * gdb.c++/classes.exp: Update for improved v3 support and skipping
3256 artificial methods/arguments.
3257 * gdb.c++/derivation.exp: Likewise.
3258 * gdb.c++/inherit.exp: Likewise.
3259 * gdb.c++/method.exp: Likewise.
3260 * gdb.c++/virtfunc.exp: Likewise.
3261
3262 2002-01-18 Andrew Cagney <ac131313@redhat.com>
3263
3264 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
3265 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
3266 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
3267 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
3268 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
3269 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
3270
3271 2002-01-17 Jim Blandy <jimb@redhat.com>
3272
3273 * gdb.asm/asm-source.exp (info symbol): Take another shot at
3274 anchoring the pattern matching the entry point symbol's name.
3275
3276 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3277
3278 * gdb.base/maint.exp: Update ``maint internal-error'' to match
3279 continue/quit query. Update copyright.
3280
3281 2002-01-14 Michael Snyder <msnyder@redhat.com>
3282
3283 * gdb.base/gcore.exp: Remove extra debugging output.
3284
3285 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3286
3287 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
3288 for slightly dubious v2 mangled string.
3289
3290 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3291
3292 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
3293
3294 2002-01-10 Jason Merrill <jason@redhat.com>
3295
3296 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
3297
3298 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
3299 constructors.
3300 * gdb.c++/derivation.exp: Likewise.
3301 * gdb.c++/templates.exp: Likewise.
3302 * gdb.c++/virtfunc.exp: Likewise.
3303
3304 2002-01-10 Michael Snyder <msnyder@redhat.com>
3305
3306 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
3307
3308 2002-01-08 Michael Snyder <msnyder@redhat.com>
3309
3310 * gdb.base/gcore.exp: New test for generate-core-file command.
3311 * gdb.base/gcore.c: Testcase for above.
3312 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
3313
3314 2002-01-08 Jason Merrill <jason@redhat.com>
3315
3316 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
3317
3318 2002-01-07 Fred Fish <fnf@redhat.com>
3319
3320 * gdb.c++/overload.exp: Remove unconditional xfails for:
3321 print foo_instance1.overloadargs(1)
3322 print foo_instance1.overloadargs(1, 2)
3323 print foo_instance1.overloadargs(1, 2, 3)
3324 print foo_instance1.overloadargs(1, 2, 3, 4)
3325 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
3326 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
3327 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
3328 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
3329 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
3330 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
3331 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
3332 print foo_instance1.overload1arg()
3333 print foo_instance1.overload1arg((char)arg2)
3334 print foo_instance1.overload1arg((signed char)arg3)
3335 print foo_instance1.overload1arg((unsigned char)arg4)
3336 print foo_instance1.overload1arg((int)arg7)
3337 print foo_instance1.overload1arg((unsigned int)arg8)
3338 print foo_instance1.overload1arg((float)arg11)
3339 print foo_instance1.overload1arg((double)arg12)
3340
3341 2002-01-07 Michael Snyder <msnyder@redhat.com>
3342
3343 * gdb.base/huge.exp: New test. Print a very large target data object.
3344 (skip_huge_test): New test variable. Define if you want to skip this
3345 test. The test reads an 8 megabyte data object from the target, so it
3346 might be very time consuming on remote targets with a slow connection.
3347 * gdb.base/huge.c: New file. Test case for above.
3348
3349 2002-01-07 Fred Fish <fnf@redhat.com>
3350
3351 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
3352 g_instance.bfoo, and g_instance.cfoo.
3353
3354 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
3355
3356 * gdb.base/break.c (multi_line_if_conditional): New function.
3357 (multi_ilne_while_conditional): Likewise.
3358 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
3359 IF or WHILE condition puts the breakpoint at the start of
3360 the condition.
3361
3362 * gdb.base/selftest.exp (backtrace through signal handler): Remove
3363 hppa*-*-hpux* expected failure.
3364 * gdb.base/structs.exp (do_function_calls): Similarly.
3365
3366 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
3367 watchpoints.
3368
3369 2002-01-06 Andrew Cagney <ac131313@redhat.com>
3370
3371 Fix PR gdb/66.
3372 * gdb.base/structs.exp: Replace skip for a29k with skip for
3373 gdb,cannot_call_functions.
3374 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
3375 * gdb.base/callfuncs.exp: Ditto.
3376 * gdb.base/call-rt-st.exp: Ditto.
3377 * gdb.base/call-strs.exp: Ditto.
3378 * gdb.base/callfwmall.exp: Ditto.
3379 * gdb.base/scope.exp: Obsolete xfail a29k.
3380 * gdb.c++/misc.exp: Ditto.
3381 * gdb.c++/cplusfuncs.exp: Ditto.
3382 * gdb.base/ptype.exp: Ditto.
3383 * gdb.base/printcmds.exp: Ditto.
3384 * gdb.base/opaque.exp: Ditto.
3385 * gdb.base/list.exp: Ditto.
3386 * gdb.base/funcargs.exp: Ditto.
3387 * gdb.base/default.exp: Ditto.
3388
3389 2002-01-04 Michael Snyder <msnyder@redhat.com>
3390
3391 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
3392 * gdb.base/maint.exp: Add tests for maint info sections options.
3393
3394 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
3395
3396 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
3397
3398 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
3399
3400 * gdb.asm/arm.inc: New file.
3401 * gdb.asm/asm-source.exp: Add arm targets.
3402 * gdb.asm/configure.in: Ditto.
3403 * gdb.asm/configure: Recreated from configure.in.
3404
3405 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
3406
3407 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
3408 with HP's compiler.
3409 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
3410 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
3411 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
3412 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
3413
3414 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
3415 either HP's compilers or GCC.
3416
3417 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
3418 a SIGBUS or SIGSEGV.
3419
3420 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
3421
3422 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
3423 can be compiled with either HP's compiler or GCC.
3424
3425 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
3426 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
3427 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
3428
3429 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
3430 to match current gdb output. Update due to using auto-solib-limit
3431 for limiting instead of overloading auto-solib-add.
3432 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
3433 test program.
3434
3435 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
3436 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
3437 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3438 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
3439 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
3440 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3441 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
3442 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
3443 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
3444 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
3445 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
3446 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
3447 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3448
3449 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
3450 a SIGTRAP to the inferior.
3451
3452 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
3453
3454 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
3455 Substitute call to target_link by call to gdb_compile.
3456
3457 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
3458
3459 * gdb.base/break.exp: Fix HP specific search string when testing
3460 backtracing in a called function.
3461
3462 * gdb.base/constvars.exp: Only set lang to C++ if we're
3463 compiling the test with HP's compilers.
3464 * gdb.base/volatile.exp: Similarly.
3465
3466 2001-12-19 Jim Blandy <jimb@redhat.com>
3467
3468 * gdb.base/printcmds.exp: Expect the null character to be printed
3469 as '\0', and the '\013' to be printed as '\v'.
3470 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
3471 * gdb.base/setvar.exp: Same.
3472
3473 2001-12-17 Jim Blandy <jimb@redhat.com>
3474
3475 * gdb.base/completion.exp: Rather than completing very long
3476 filenames, which can make the readline library produce output we
3477 don't recognize, cd to the directory first, and then complete
3478 using nice, short relative paths.
3479
3480 * gdb.base/completion.exp: On some systems, there is, in fact, a
3481 variable named `b' in scope, since GDB treats all static
3482 variables as being in scope. So use `no_var_named_this'
3483 instead of `b'.
3484
3485 * gdb.base/corefile.exp: Recognize the message saying that GDB
3486 can't find the core file's registers as a failure.
3487
3488 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
3489
3490 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
3491 test expect string more specific.
3492
3493 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
3494
3495 * gdb.asm/asm-source.exp: Add support for xstormy16.
3496 * gdb.asm/configure.in: Ditto.
3497 * gdb.asm/configure: Rebuild.
3498 * gdb.asm/xstormy16.inc: New file.
3499
3500 2001-12-10 Fred Fish <fnf@redhat.com>
3501
3502 * gdb.base/maint.exp: Update to match changes in type dumping code.
3503
3504 2001-12-10 Jim Blandy <jimb@redhat.com>
3505
3506 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
3507 matching the entry point symbol's name at the beginning of the
3508 line.
3509
3510 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
3511
3512 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
3513 gdb.c++/inherit.exp, gdb.c++/method.exp,
3514 gdb.c++/namespace.exp, gdb.c++/templates.exp,
3515 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
3516 and class layout support.
3517
3518 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
3519
3520 * gdb.c++/classes.exp: Add test for static member function.
3521 * gdb.c++/misc.cc: Add class with static member function.
3522
3523 2001-12-07 Jim Blandy <jimb@redhat.com>
3524
3525 If GDB says it can't find the struct the function returned, report
3526 those tests as `unsupported'.
3527 * gdb.base/call-rt-st.exp (print_struct_call): New function.
3528 Rewrite subsequent tests to use it.
3529
3530 If GDB says it can't find the struct the function returned, report
3531 those tests as `unsupported'.
3532 * gdb.base/structs.exp (call_struct_func): New function.
3533 (do_function_calls): Use call_struct_func to call the functions
3534 returning structs.
3535
3536 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
3537 whether functions are prototyped or not, so we can't possibly pass
3538 arguments to t_float_values2 properly.
3539
3540 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
3541 value of `timeout' for targets other than the mips*tx39-*.
3542
3543 2001-12-06 Michael Snyder <msnyder@redhat.com>
3544
3545 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
3546 and detect whether the start symbol has a leading underscore.
3547
3548 2001-12-04 Jim Blandy <jimb@redhat.com>
3549
3550 * gdb.base/completion.exp: Clarify indentation.
3551
3552 2001-12-03 Jim Blandy <jimb@redhat.com>
3553
3554 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
3555 variables on the S/390, not `.word'.
3556
3557 2001-11-30 Jim Blandy <jimb@redhat.com>
3558
3559 Add assembly-source tests for s390-ibm-linux.
3560 * gdb.asm/s390.inc: New file.
3561 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
3562 the S/390 architecture.
3563 * gdb.asm/configure: Regenerated.
3564
3565 2001-11-30 Michael Snyder <msnyder@redhat.com>
3566
3567 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
3568 next, info source, info sources, info line, global and static
3569 variables, and static functions.
3570 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
3571 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
3572 * gdb.asm/asmsrc1.s: Add a static function and some variables.
3573 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
3574 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
3575 (gdbasm_leave): Restore frame pointer.
3576 (gdbasm_startup): Copy stack set-up from crt0.S.
3577
3578 2001-11-26 Fernando Nasser <fnasser@redhat.com>
3579
3580 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
3581 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
3582 to a local (non-static) variable. Copy tstruct.a to a static buffer
3583 and return a pointer to that buffer.
3584 * gdb.base/callfwmall.c (t_structs_a): Ditto.
3585
3586 2001-11-24 Mark Kettenis <kettenis@gnu.org>
3587
3588 * gdb.asm/configure.in: Fix recognition of ix86 target.
3589 * gdb.asm/configure: Regenerate.
3590
3591 2001-11-21 Michael Snyder <msnyder@redhat.com>
3592
3593 * gdb.asm/sparc.inc: New file.
3594 * gdb.asm/asm-source.exp: Recognize sparc target.
3595 * gdb.asm/configure.in: Recognize sparc target.
3596 * gdb.asm/configure: Regenerate.
3597
3598 2001-11-21 Michael Snyder <msnyder@redhat.com>
3599
3600 * gdb.asm/m32r.inc: New file.
3601 * gdb.asm/asm-source.exp: Recognize m32r target.
3602 * gdb.asm/configure.in: Recognize m32r target.
3603 * gdb.asm/configure: Regenerate.
3604
3605 2001-11-20 Michael Snyder <msnyder@redhat.com>
3606
3607 * gdb.asm/i386.inc: New file.
3608 * gdb.asm/asm-source.exp: Recognize ix86 target.
3609 * gdb.asm/configure.in: Recognize ix86 target.
3610 * gdb.asm/configure: Regenerate.
3611
3612 * gdb.c++/namespace.exp: Fix quotes in output messages.
3613
3614 2001-11-14 Michael Snyder <msnyder@redhat.com>
3615
3616 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
3617 qualifier in a type cast expression, to designate an address
3618 in the instruction space (Harvard architecture).
3619
3620 2001-11-13 Michael Snyder <msnyder@redhat.com>
3621
3622 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
3623 Tests for expressions using 'const' and 'volatile'.
3624
3625 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
3626
3627 * gdb.asm/asm-sources.exp: Allow defining linker flags.
3628
3629 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
3630
3631 * lib/mi-support.exp (mi_run_to_helper): Move comments
3632 outside of gdb_expect.
3633
3634 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
3635
3636 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
3637 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
3638 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
3639 mi0_run_to): New functions.
3640 * gdb.mi/mi-simplerun.exp: Use them.
3641 * gdb.mi/mi0-simplerun.exp: Likewise.
3642 * gdb.mi/mi-var-cmd.exp: Likewise.
3643 * gdb.mi/mi0-var-cmd.exp: Likewise.
3644
3645 2001-11-10 Andrew Cagney <ac131313@redhat.com>
3646
3647 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
3648 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
3649
3650 2001-11-09 Andrew Cagney <ac131313@redhat.com>
3651
3652 * gdb.base/restore.exp: Include $expected value in restored test
3653 message.
3654
3655 2001-11-09 Andrew Cagney <ac131313@redhat.com>
3656
3657 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
3658 implemented.
3659
3660 2001-11-08 Michael Snyder <msnyder@redhat.com>
3661
3662 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
3663 Add pass/fail message for stop at breakpoint in call dummy function.
3664
3665 2001-11-07 Michael Snyder <msnyder@redhat.com>
3666
3667 * gdb.c++/templates.exp (test_template_breakpoints):
3668 If we get an overload menu, but it does not match what
3669 we expect, we still need to issue the "cancel" command.
3670 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
3671 making the whitespace optional. Argument for "new" may be
3672 "unsigned" as well as "unsigned int/long".
3673 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
3674 making the whitespace optional. Also replace "(void) with
3675 "((void|)), making the keyword "void" optional.
3676 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
3677 making the whitespace optional. Also replace "(void) with
3678 "((void|)), making the keyword "void" optional.
3679 * gdb.base/callfuncs.c (t_float_values): This function must
3680 _not_ be prototyped, and the following function (t_float_values2)
3681 must be prototyped (if the compiler supports it), so that GDB
3682 can be tested against both cases. Usually one case involves
3683 promotion of float to double, while the other does not.
3684 * gdb.base/callfwmall.c: Ditto.
3685 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
3686 includes a stack frame for "start".
3687
3688 2001-11-05 Jim Blandy <jimb@redhat.com>
3689
3690 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
3691 pointers are 32 bits long, and that offsets of relocs are always
3692 stored in the data (REL-style), and not in the reloc entry itself
3693 (RELA-style).
3694 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
3695 stabs.
3696
3697 2001-11-01 Michael Snyder <msnyder@redhat.com>
3698
3699 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
3700 and regular expression operators by using quoting.
3701
3702 2001-10-31 Michael Snyder <msnyder@redhat.com>
3703
3704 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
3705 depending on what the symbol table contains.
3706 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3707 the output of the ptype command. Similarly, accept both "const &"
3708 and "const&".
3709
3710 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
3711
3712 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3713 symbol `STORAGE' to allow to choose the storage class of
3714 the local datastructures.
3715 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3716 compiler directive.
3717
3718 2001-10-30 Michael Snyder <msnyder@redhat.com>
3719
3720 * gdb.base/jump.exp: Allow it to run for all targets.
3721
3722 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3723
3724 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3725 with new double_array size.
3726 (main): Change storage class of all local variables to static.
3727 Reduce size of double_array to 9.
3728 * gdb.base/call-ar-st.exp: Increase timeout value.
3729 Change expected output for double array to match new size in
3730 call-ar-st.c.
3731
3732 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3733
3734 * gdb.base/ending-run.exp: Create identical output when passing
3735 `step to end of run' case. Add regular expression branch satisfying
3736 Stormy16 target.
3737
3738 2001-10-28 Mark Kettenis <kettenis@gnu.org>
3739
3740 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3741 that we catch the expected failure under Linux/x86.
3742
3743 2001-10-29 Orjan Friberg <orjanf@axis.com>
3744
3745 * gdb.base/setvar.exp: Escape curly braces.
3746 * gdb.stabs/weird.exp: Ditto.
3747
3748 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
3749
3750 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3751 * gdm.mi/mi0-hack-cli.exp: Likewise.
3752
3753 2001-10-25 Andrew Cagney <ac131313@redhat.com>
3754
3755 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3756 messages.
3757
3758 2001-10-21 Andrew Cagney <ac131313@redhat.com>
3759
3760 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3761 checking MI enabled.
3762
3763 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
3764
3765 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3766
3767 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
3768
3769 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3770 if gdb child process crashes, just signal an error.
3771
3772 2001-10-02 Jim Blandy <jimb@redhat.com>
3773
3774 * lib/gdb.exp (test_xfail_format): Simplify.
3775
3776 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3777 front of the variable name `format'. Simplify `if'.
3778
3779 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3780
3781 * gdb.threads/pthreads.exp: Wait for output and delay
3782 before sending ^C.
3783
3784 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3785
3786 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3787 some incorrect output instead of timing out.
3788 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3789
3790 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
3791
3792 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3793 check to allow additional `int'.
3794
3795 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
3796
3797 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3798 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3799
3800 2001-09-27 Michael Snyder <msnyder@redhat.com>
3801
3802 * lib/gdb.exp (test_debug_format): New proc.
3803 (setup_xfail_format): Use new proc test_debug_format.
3804 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3805 proc; use new service proc test_debug_format.
3806 Replace all other "gcc_compiled" tests with this test.
3807 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3808 proc; use new service proc test_debug_format.
3809 Replace all other "gcc_compiled" tests with this test.
3810
3811 2001-09-27 Michael Snyder <msnyder@redhat.com>
3812
3813 * gdb.base/cvexpr.exp: New file.
3814 * gdb.base/cvexpr.c: New file
3815 Test for expressions using const and volatile keywords.
3816
3817 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
3818
3819 * gdb.base/constvars.exp: Check for different orders of keywords
3820 and additional "int" strings in output.
3821
3822 2001-09-22 Andrew Cagney <ac131313@redhat.com>
3823
3824 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3825 responses from "help maint".
3826
3827 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
3828
3829 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3830 to localhost:NNN instead of :NNN, in case Xvfb is listening
3831 only on TCP.
3832
3833 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
3834
3835 * gdb.base/recurse.exp: When checking leaving the watchpoint
3836 scope, recognize when gdb is in function's epilogue and pass.
3837
3838 2001-09-18 Keith Seitz <keiths@redhat.com>
3839
3840 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3841 support for running tests against sid targets.
3842 (gdbtk_done): Ditto.
3843
3844 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
3845
3846 * gdb.base/ending-run.c (main): Set stdout buffersize
3847 to the same reasonable value for any target.
3848 * gdb.base/ending-run.exp: Add a regular expression
3849 to make testsuite happy on Sanyo Stormy16 target.
3850
3851 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
3852
3853 * gdb.base/display.c (do_loops): Add float variable `f'.
3854 Increment f in loop.
3855 * gdb.base/display.exp: Increment timeout by 60 seconds.
3856 Change float display test to use variable `f'.
3857
3858 2001-09-17 Jim Blandy <jimb@redhat.com>
3859
3860 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3861 overflowing the limited breakpoint tables on some ROM monitors
3862 (like the ROM68K).
3863
3864 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
3865
3866 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3867 the "-ac" (disable access control) flag.
3868
3869 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
3870
3871 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3872 ints.
3873
3874 2001-08-30 Keith Seitz <keiths@redhat.com>
3875
3876 * lib/gdb.exp: Move all insight-related functionality into
3877 separate file.
3878 * lib/insight-support.exp: New file.
3879
3880 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
3881
3882 * config/sid.exp (sid_start): Never set sid verbosity; disable
3883 expect_background {} that consumed its stdout; tolerate </dev/null.
3884 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3885
3886 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3887
3888 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3889 CLI jump command to start it.
3890 (mi_run_to_main): Fail immediatly when unexpected output.
3891
3892 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3893
3894 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3895 beginning of function. Fix PR gdb/191.
3896
3897 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
3898
3899 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3900 what to force sid endianness to.
3901
3902 2001-08-15 Keith Seitz <keiths@redhat.com>
3903
3904 * lib/gdb.exp (gdbtk_start): Don't set environment
3905 variables for TCL_LIBRARY and friends. Insight will
3906 now figure these out for itself.
3907
3908 2001-08-02 Michael Snyder <msnyder@redhat.com>
3909
3910 * gdb.base/completion.exp: Remove the symbol "a64l" from
3911 the expect string; this is target-specific, and not related
3912 to what is being tested.
3913
3914 2001-08-02 Dave Brolley <brolley@redhat.com>
3915
3916 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3917
3918 2001-07-25 Michael Snyder <msnyder@redhat.com>
3919
3920 * gdb.base/consecutive.exp: New file. Test stepping over
3921 breakpoints on consecutive instructions.
3922 * gdb.base/consecutive.c: New file.
3923
3924 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3925 curly braces in regular expressions.
3926
3927 2001-07-25 Michael Snyder <msnyder@redhat.com>
3928
3929 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3930 legitimate output from stepping out of main.
3931
3932 2001-07-22 Keith Seitz <keiths@redhat.com>
3933
3934 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3935 the empty string, do not run the tests.
3936
3937 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3938
3939 * gdb.base/long_long.exp: Detect size of pointer. Take into
3940 account 2-byte pointers when testing for p/a results.
3941
3942 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3943
3944 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3945 and defined to 1K for m68hc11.
3946 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3947 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3948 (sizeof_random_data): New variable to tell the size of the data table;
3949 don't test past this size; always run to main.
3950
3951 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3952
3953 * gdb.base/return2.exp: return of long long and double fails for
3954 68HC11; don't execute these tests on that platform.
3955 * gdb.base/return.exp: Return of a double fails for 68hc11.
3956
3957 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3958
3959 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3960 tests that print a float.
3961 * call-rt-st.exp: Likewise.
3962
3963 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3964
3965 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3966 running this test on Linux.
3967
3968 2001-06-24 Michael Chastain <chastain@redhat.com>
3969
3970 * gdb.base/arithmet.exp: Remove some tests to make all test names
3971 unique.
3972
3973 2001-07-03 Michael Snyder <msnyder@redhat.com>
3974
3975 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3976 the output of the ptype command.
3977
3978 2001-07-02 Michael Snyder <msnyder@redhat.com>
3979
3980 * gdb.base/completion.exp: Don't assume that break.c is the only
3981 source file that may contain functions named "marker".
3982 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3983
3984 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3985
3986 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3987 of files to delete.
3988
3989 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3990 * gdb.disasm/h8300s.exp: New file.
3991 gdb.disasm/h8300s.s: Likewise.
3992
3993 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3994
3995 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3996 empty breakpoint tables.
3997
3998 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3999
4000 * lib/mi-support.exp: Update args=... part of stop-reason
4001 patterns. Accept either a list or a tuple.
4002
4003 2001-06-23 Andrew Cagney <ac131313@redhat.com>
4004
4005 * lib/mi-support.exp: Remove local emacs variable defining
4006 change-log-default-name.
4007
4008 2001-06-22 Michael Chastain <chastain@redhat.com>
4009
4010 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
4011 This is operationally compatible with the previous version.
4012
4013 2001-06-13 Jim Blandy <jimb@redhat.com>
4014
4015 * lib/gdb.exp (gdb_test): Doc fix.
4016
4017 2001-06-10 Michael Chastain <chastain@redhat.com>
4018
4019 * gdb.base/exprs.exp: Remove a duplicate test.
4020
4021 2001-06-06 Jim Blandy <jimb@redhat.com>
4022
4023 * gdb.base/return2.exp (main): Use values to test float and double
4024 returns that are not NaN's, to avoid being confused by IEEE
4025 comparison rules.
4026
4027 2001-06-04 Michael Snyder <msnyder@redhat.com>
4028
4029 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
4030 non-zero if control_c fails. Terminate the test on failure,
4031 rather than wait for 12 more tests to time out.
4032
4033 2001-06-06 Jim Blandy <jimb@redhat.com>
4034
4035 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
4036 Don't forget to match the GDB prompt.
4037
4038 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
4039
4040 2001-06-04 Jim Blandy <jimb@redhat.com>
4041
4042 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
4043 command.
4044
4045 2001-05-31 Kevin Buettner <kevinb@redhat.com>
4046
4047 * gdb.base/annota1.exp (info break): Match four or more spaces
4048 after "Address".
4049
4050 2001-05-31 Michael Chastain <chastain@redhat.com>
4051
4052 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
4053 (dm_type_int_star): Likewise.
4054 (dm_type_long_star): Likewise.
4055 (dm_type_void_star): Likewise.
4056
4057 2001-05-29 Kevin Buettner <kevinb@redhat.com>
4058
4059 * gdb.base/completion.exp (INPUTRC): Set this environment variable
4060 to a known value in order to get consistent results regardless
4061 of the setting of INPUTRC or the presence or contents of .inputrc.
4062
4063 2001-05-24 Michael Snyder <msnyder@redhat.com>
4064
4065 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
4066 Don't require that the main thread and the manager thread are the
4067 first in the list.
4068
4069 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
4070 debugging. If test fails, issue an "unsupported" not a "fail".
4071
4072 2001-05-24 Jim Blandy <jimb@redhat.com>
4073
4074 Don't assume that short is shorter than int.
4075 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
4076 assume that shorts are smaller than ints. On a 16-bit machine,
4077 this isn't true.
4078 ("print unsigned char == (~0)"): Add test that verifies that ~0,
4079 an int, is not equal to ~0 stored in an unsigned char. This tests
4080 the same thing that the previous test meant to, but works on
4081 16-bit machines, too.
4082 ("print unsigned char != (~0)"): Same test, complemented.
4083
4084 2001-05-24 Michael Snyder <msnyder@redhat.com>
4085
4086 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
4087 test for (full_coverage == 0). This makes the test run faster,
4088 and prevents dejagnu getting out of step.
4089
4090 2001-05-23 Kevin Buettner <kevinb@redhat.com>
4091
4092 * gdb.base/finish.exp (finish_void): Revise pattern for
4093 stopping on the call statement to not permit stopping at
4094 the start of the instructions comprising the call sequence.
4095
4096 2001-05-19 Michael Chastain <chastain@redhat.com>
4097
4098 * gdb.base/callfuncs.exp: Make all test names unique.
4099 * gdb.base/commands.exp: Make all test names unique.
4100 * gdb.base/condbreak.exp: Make all test names unique.
4101 * gdb.base/dbx.exp: Make all test names unique.
4102 * gdb.base/default.exp: Make all test names unique.
4103 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
4104 and TIMEOUT messages to their corresponding PASS message.
4105 * gdb.base/ending-run.exp: Make all test names unique.
4106 * gdb.base/long_long.exp: Remove duplicate test.
4107
4108 2001-05-21 Kevin Buettner <kevinb@redhat.com>
4109
4110 * gdb.base/finish.exp (finish_void): Allow "finish" command to
4111 stop on the call statement as well as the statement after the
4112 call.
4113
4114 2001-05-21 Michael Snyder <msnyder@redhat.com>
4115
4116 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
4117
4118 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4119
4120 * gdb.base/completion.exp: Revamp test. Make it execute on all
4121 platforms.
4122
4123 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4124
4125 * config/gdbserver.exp (gdb_load): Handle the case
4126 in which the arguments to gdbserver are given in the
4127 baseboard configuration file.
4128 Also handle the case in which the server needs to do a
4129 load.
4130
4131 2001-05-07 Keith Seitz <keiths@cygnus.com>
4132
4133 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
4134 set up the display for testing.
4135 (gdbtk_start): Convert all paths to paths that tcl will like.
4136 Export target information to environment.
4137 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
4138 necessary.
4139 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
4140 (to_tcl_path): New proc to convert a given pathname into
4141 a path acceptible as an argument to a tcl command.
4142 (_gdbtk_export_target_info): New proc to export target info
4143 into the environment for gdbtk testing.
4144 (gdbtk_done): New proc to signal end-of-test.
4145
4146 2001-05-06 Jim Blandy <jimb@redhat.com>
4147
4148 * restore.c: Make the code of caller0 correspond to its comment.
4149
4150 2001-05-03 Michael Snyder <msnyder@redhat.com>
4151
4152 * config/sid.exp (gdb_target_sid): Check for error messages.
4153 On error or timeout, don't make expect exit (which will terminate
4154 all subsequent tests); instead just make gdb exit.
4155 (gdb_load): Check for error messages. On error or timeout,
4156 return a negative value.
4157
4158 2001-04-24 Jim Blandy <jimb@redhat.com>
4159
4160 * gdb.c++/templates.exp: If we see the prompt for the overload
4161 list, but we haven't recognized any of the longer patterns,
4162 arrange for this test to fail, not hang.
4163
4164 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
4165 variations.
4166
4167 2001-04-22 Michael Chastain <chastain@redhat.com>
4168
4169 * gdb.c++/local.exp: Use the 'runto' library function.
4170 * gdb.c++/namespace.exp: Likewise.
4171 * gdb.c++/overload.exp: Likewise.
4172
4173 2001-03-26 Kevin Buettner <kevinb@redhat.com>
4174
4175 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
4176 * gdb.base/step-line.exp: New file. Test step/next in presence of
4177 #line directives.
4178 * gdb.base/step-line.c: New file. Test program for the above.
4179 * gdb.base/step-line.inp: New file. We pretend that this file has
4180 been transformed by some other tool into step-line.c.
4181
4182 2001-03-21 Jim Blandy <jimb@redhat.com>
4183
4184 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
4185 unmangled operator names.
4186
4187 2001-03-20 Jim Blandy <jimb@redhat.com>
4188
4189 * gdb.threads/linux-dp.exp: Recognize an additional message
4190 generated by GDB when it doesn't understand how to debug threads
4191 on the target system.
4192
4193 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4194
4195 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
4196
4197 2001-03-12 Michael Chastain <chastain@redhat.com>
4198
4199 * gdb.c++/derivation.exp: Use the 'runto' library function.
4200
4201 2001-03-12 Michael Chastain <chastain@redhat.com>
4202
4203 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
4204
4205 2001-02-24 Michael Chastain <chastain@redhat.com>
4206
4207 * gdb.c++/ref-types.exp: Change handwritten code to library
4208 function 'runto'.
4209
4210 2001-03-16 Orjan Friberg <orjanf@axis.com>
4211
4212 * gdb.base/signals.exp: Set count to 0 explicitly.
4213
4214 2001-03-15 Mark Salter <msalter@redhat.com>
4215
4216 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
4217 (gdb_target_monitor): Add check of gdb_target_cmd return value.
4218 (gdb_load): Add support for additional target_info: gdb_download_size
4219 and gdb_load_timeout.
4220
4221 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
4222
4223 * gdb.base/annota1.exp: Move test of isnative to earlier in the
4224 file -- to prevent failing when the compile fails but we have no
4225 intention of running the tests anyway.
4226
4227 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
4228 tests if set.
4229
4230 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
4231 integers.
4232
4233 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
4234 * gdb.c++/namespace.exp: Ditto.
4235
4236 2001-03-07 Orjan Friberg <orjanf@axis.com>
4237
4238 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
4239 * gdb.base/pointers.exp: Relax pattern match of decimals.
4240
4241 2001-03-06 Kevin Buettner <kevinb@redhat.com>
4242
4243 * Makefile.in, config/abug.exp, config/cfdbug.exp,
4244 config/cpu32bug.exp, config/dve.exp, config/est.exp,
4245 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
4246 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
4247 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
4248 config/sh.exp, config/sid.exp, config/slite.exp,
4249 config/sparclet.exp, config/udi.exp, config/unknown.exp,
4250 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
4251 config/vxworks.exp, config/vxworks29k.exp,
4252 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
4253 gdb.base/all-bin.exp, gdb.base/annota1.exp,
4254 gdb.base/arithmet.exp, gdb.base/assign.exp,
4255 gdb.base/async.exp, gdb.base/attach.exp,
4256 gdb.base/bitfields.exp, gdb.base/bitops.exp,
4257 gdb.base/break.exp, gdb.base/call-ar-st.exp,
4258 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
4259 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
4260 gdb.base/commands.exp, gdb.base/completion.exp,
4261 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4262 gdb.base/constvars.exp, gdb.base/corefile.exp,
4263 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
4264 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
4265 gdb.base/ending-run.exp, gdb.base/environ.exp,
4266 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4267 gdb.base/finish.exp, gdb.base/foll-exec.exp,
4268 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
4269 gdb.base/funcargs.exp, gdb.base/help.exp,
4270 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
4271 gdb.base/logical.exp, gdb.base/long_long.exp,
4272 gdb.base/maint.exp, gdb.base/mips_pro.exp,
4273 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
4274 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
4275 gdb.base/pointers.exp, gdb.base/printcmds.exp,
4276 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
4277 gdb.base/regs.exp, gdb.base/relational.exp,
4278 gdb.base/remote.exp, gdb.base/reread.exp,
4279 gdb.base/restore.exp, gdb.base/return2.exp,
4280 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
4281 gdb.base/selftest.exp, gdb.base/setshow.exp,
4282 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
4283 gdb.base/sigall.exp, gdb.base/signals.exp,
4284 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
4285 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4286 gdb.base/step-test.exp, gdb.base/structs.c,
4287 gdb.base/structs.exp, gdb.base/structs2.exp,
4288 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
4289 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
4290 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
4291 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4292 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
4293 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
4294 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
4295 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
4296 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
4297 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
4298 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
4299 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
4300 gdb.fortran/types.exp, gdb.java/jmisc.exp,
4301 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4302 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
4303 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4304 gdb.trace/circ.exp, gdb.trace/collection.exp,
4305 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4306 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4307 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
4308 gdb.trace/report.exp, gdb.trace/save-trace.exp,
4309 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4310 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4311 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
4312 notices.
4313
4314 2001-02-27 Michael Snyder <msnyder@cygnus.com>
4315
4316 * gdb.base/varargs.c (find_max_double): Fix printf format string:
4317 first arg is int not float.
4318
4319 2001-02-22 Michael Snyder <msnyder@cygnus.com>
4320
4321 * gdb.base/reread.exp: Unsupported for non-native targets;
4322 doesn't work for remote debugging.
4323
4324 2001-02-19 Fernando Nasser <fnasser@redhat.com>
4325
4326 From Drew Moseley <dmoseley@redhat.com>
4327 * gdb.base/ending-run.exp: Properly handle the BSP state when
4328 stepping past the end of main.
4329
4330 2001-02-19 John Moore <jmoore@redhat.com>
4331
4332 * gdb.base/commands.exp (infrun_breakpoint_command_test):
4333 Converted HPUX fix for non-expected items following multiple
4334 step commands into general solution for all platforms.
4335
4336 2001-02-18 Michael Chastain <chastain@redhat.com>
4337
4338 * gdb.c++/classes.exp (do_tests): Change runto statements
4339 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4340 statements demangler agnostic.
4341 * gdb.c++/virtfunc.exp (do_tests): Likewise.
4342 (gdb_virtfunc_restart): Likewise.
4343
4344 2001-02-14 Michael Chastain <chastain@redhat.com>
4345
4346 * gdb.c++/inherit.exp (do_tests): Change runto statements
4347 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4348 statements demangler agnostic.
4349
4350 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
4351
4352 * gdb.threads/pthreads.exp: Unify pass/fail messages for
4353 ``continue to bkpt at common_routine in thread 2'' and ``stopped
4354 before calling common_routine 15 times'' tests.
4355
4356 2001-02-11 Michael Chastain <chastain@redhat.com>
4357
4358 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
4359 Helps the test script figure out which demangler is in use.
4360 (dm_type_foo_ref): Ditto.
4361 (dm_type_int_star): Ditto.
4362 (dm_type_long_star): Ditto.
4363 (dm_type_unsigned_int): Ditto.
4364 (dm_type_void): Ditto.
4365 (dm_type_void_star): Ditto.
4366 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
4367 Probe the gdb demangler and set variables to accommodate
4368 formatting differences.
4369 (info_func_regexp): New function. Same as info_func, but
4370 matches against a regexp.
4371 (info_func): Match against a literal string.
4372 (print_addr_2): New function. Match against a literal string,
4373 which can be different from the input to gdb.
4374 (print_addr): Simply call print_addr_2 with the same argument twice.
4375 (test_lookup_operator_functions): Use demangler formatting variables.
4376 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
4377 the tests in the same order as the C++ class declaration.
4378 (test_paddr_operator_functions): Ditto.
4379 (test_paddr_overloaded_functions): Ditto.
4380 (test_paddr_hairy_functions): Use demangler formatting variables.
4381 Add reference to gdb/19 for related tests.
4382 (do_tests): Call probe_demangler.
4383
4384 2001-01-30 Kevin Buettner <kevinb@redhat.com>
4385
4386 * gdb.c++/templates.cc (printf): Remove unused function definition.
4387
4388 2001-01-26 Felix Lee <flee@redhat.com>
4389
4390 * sid.exp (sid_exit): Pass host, not target, to remote_close.
4391
4392 2001-01-25 matthew green <mrg@redhat.com>
4393
4394 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
4395 up sid.
4396 (sid_exit): Call `remote_pop_conn' after GDB is gone.
4397
4398 2001-01-25 matthew green <mrg@redhat.com>
4399
4400 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
4401 Deprecate $sid_spawn_id.
4402 (sid_exit): Remove code necessary only for `spawn.'
4403
4404 2001-01-25 matthew green <mrg@redhat.com>
4405
4406 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
4407
4408 2001-01-28 Michael Chastain <chastain@redhat.com>
4409
4410 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
4411 to call when tests fail. It takes gdb out of the overloaded
4412 function choice menu back to the main prompt, so that the test
4413 program stays synchronized.
4414 (set_bp_overloaded): New proc to collect all the common
4415 code for setting a breakpoint on an overloaded name. Calls
4416 take_gdb_out_of_choice_menu when needed.
4417 (menu_overload1arg): New variable to collect the repeated
4418 instances of the expected menu for an overloaded name. Change
4419 the regular expression to handle changes in g++ type encoding:
4420 "void" can be either "void" or "", and "unsigned int" can be
4421 either "unsigned int" or "unsigned".
4422 (continue_to_bp_overloaded): Change regular expressions to handle
4423 changes in g++ type encoding.
4424 (no proc): Call take_gdb_out_of_choice_menu when needed.
4425 Remove redundant calls to "info break". Accept either "canceled"
4426 or "cancelled". Change regular expressions in "info break"
4427 calls to handle changes in g++ type encoding. Give all tests
4428 unique strings.
4429
4430 2001-01-17 Ben Elliston <bje@redhat.com>
4431
4432 * config/sid.exp: New file.
4433
4434 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
4435
4436 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
4437
4438 2000-12-21 Michael Snyder <msnyder@cygnus.com>
4439
4440 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
4441 Add a RE to accept a non-ascii char if one is ever presented.
4442
4443 2000-12-20 Fernando Nasser <fnasser@redhat.com>
4444
4445 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
4446
4447 2000-12-18 Michael Snyder <msnyder@cygnus.com>
4448
4449 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
4450 in regexp. One '\' does not suffice on Linux.
4451
4452 2000-12-09 Michael Chastain <chastain@redhat.com>
4453
4454 * gdb.base/break.exp (test_clear_command): Use a marker function
4455 rather than 'main' for the test function. Also move this
4456 test to an execution point where the marker function names are
4457 guaranteed to be bound to functions. (Executing tests after a
4458 'finish' from main runs into name conflicts with local names
4459 in __libc_start_main).
4460
4461 2000-12-07 Michael Snyder <msnyder@cygnus.com>
4462
4463 * gdb.base/finish.exp: New test for gdb's "finish" command.
4464 * gdb.base/return2.exp: New test for gdb's "return" command.
4465 * gdb.base/return2.c: New source file for above.
4466
4467 2000-12-05 Michael Snyder <msnyder@cygnus.com>
4468
4469 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
4470 * gdb.base/miscexprs.exp: Ditto.
4471 * gdb.base/pointers.exp: Ditto.
4472 * gdb.c++/derivation.exp: Ditto.
4473 * gdb.c++/local.exp: Ditto.
4474 * gdb.c++/namespace.exp: Ditto.
4475 * gdb.c++/overload.exp: Ditto.
4476 * gdb.c++/ref-types.exp: Ditto.
4477
4478 2000-12-05 Michael Snyder <msnyder@cygnus.com>
4479
4480 * gdb.base/constvars.exp: Test result of "up" command.
4481 * gdb.base/miscexprs.exp: Ditto.
4482 * gdb.base/pointers.exp: Ditto.
4483 * gdb.base/scope.exp: Ditto.
4484 * gdb.c++/derivation.exp: Ditto.
4485 * gdb.c++/local.exp: Ditto.
4486 * gdb.c++/namespace.exp: Ditto.
4487 * gdb.c++/overload.exp: Ditto.
4488 * gdb.c++/ref-types.exp: Ditto.
4489
4490 2000-11-22 Michael Chastain <chastain@redhat.com>
4491
4492 * mips_pro.exp: Accept either "middle -> top -> main" or
4493 "middle -> main" in the backtrace, because gcc can optimize
4494 tail calls to jumps. Remove setup_xfail for the hppa case.
4495 Add a comment with the original warning messages from PR 3016,
4496 which was filed in 1993, to preserve them for posterity.
4497
4498 2000-11-17 Nick Duffek <nsd@redhat.com>
4499
4500 * lib/gdb.exp (gdb_test): Override timeout with board info.
4501
4502 2000-11-17 Nick Duffek <nsd@redhat.com>
4503
4504 * gdb.base/display.exp: Don't kill running stub. Add "again" to
4505 the second kill and detach messages.
4506
4507 2000-11-17 Nick Duffek <nsd@redhat.com>
4508
4509 * configure.in: Add AC_EXEEXT.
4510 * configure: Regenerate.
4511 * Makefile.in (just-check): Export EXEEXT.
4512 * lib/gdb.exp ($EXEEXT): Import from environment.
4513 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
4514 expect "maint dump-me" on Cygwin.
4515 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
4516 $EXEEXT.
4517
4518 2000-11-17 Nick Duffek <nsd@redhat.com>
4519
4520 * gdb.base/break.exp: Test backtrace and finish from called
4521 function on all platforms, not just HP-UX.
4522
4523 2000-11-03 Michael Snyder <msnyder@cygnus.com>
4524
4525 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
4526 code from gdb_target_monitor, so it can be used independantly
4527 for gdbserver. Also comment out an unnecessary PUTS.
4528
4529 2000-11-03 Michael Snyder <msnyder@cygnus.com>
4530
4531 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
4532 * gdb.base/corefile.exp: Expect the message "Program is being
4533 debugged already" when we send the "corefile" command, since
4534 the preceeding gdb_load may have connected gdb to a remote target.
4535 * gdb.base/display.exp: Disable hardware watchpoints if new
4536 board info variable "no_hardware_watchpoints" is true.
4537 Replace single-letter commands with more readable ones.
4538 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
4539 if new board info variable "no_hardware_watchpoints" is true.
4540 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
4541 to see if stdio (printf) testing is possible.
4542 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
4543 board info variable "no_hardware_watchpoints" is true. Use new
4544 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
4545
4546 2000-11-13 Fernando Nasser <fnasser@redhat.com>
4547
4548 From Orjan Friberg <orjanf@axis.com>:
4549 * gdb.base/printcmds.exp: Escape curly braces followed by a number
4550 in array print pattern match.
4551
4552 2000-11-09 Fernando Nasser <fnasser@redhat.com>
4553
4554 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
4555 spelling "cancelled" to U.S. spelling "canceled" to match changes
4556 made to gdb.
4557 * gdb.c++/ovldbreak.exp: Ditto.
4558
4559 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4560
4561 * gdb.base/callfuncs.c (main): Moved to end of file, call
4562 t_double_values to initialize the FPU before inferior calls are made.
4563 * gdb.base/callfuncs.exp: Test for register preservation after calling
4564 inferior functions. Add tests for continuining, finishing and
4565 returning from a stop in a call dummy.
4566
4567 2000-10-24 Michael Snyder <msnyder@cygnus.com>
4568
4569 * gdb.base/commands.exp: Break up long lines, and re-indent.
4570
4571 2000-10-19 Michael Snyder <msnyder@cygnus.com>
4572
4573 * config/gdbserver.exp: Rewritten from the ground up, to make it
4574 compatible with the current dejagnu tree, and to make it work with
4575 the new "gdbserver" in libremote.
4576
4577 2000-10-16 Michael Snyder <msnyder@cygnus.com>
4578
4579 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
4580 * gdb.base/varargs.exp: Skip entire test if no printf support.
4581 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
4582 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
4583
4584 2000-10-13 Michael Snyder <msnyder@cygnus.com>
4585
4586 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
4587 no floating point support.
4588 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
4589 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
4590 * gdb.base/call-rt-st.exp: Ditto.
4591 * gdb.base/call-strs.exp: Ditto.
4592
4593 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
4594
4595 * gdb.base/sizeof.c: include <stdio.h>.
4596
4597 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
4598 'finish', otherwise uncaptured gdb_prompt would potentially
4599 throw remaining test points out of sync.
4600
4601 2000-07-26 Scott Bambrough <scottb@netwinder.org>
4602
4603 * gdb.base/recurse.exp: Run tests for all targets.
4604 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
4605 gnu-oldld case on ARM.
4606 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
4607 for ARM targets.
4608
4609 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
4610
4611 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
4612 * gdb.java/configure: Rebuild.
4613
4614 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
4615
4616 * gdb.java/jv-exp.exp: New file.
4617
4618 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
4619
4620 * configure: Rebuilt.
4621 * configure.in (configdirs): Add gdb.java.
4622 * gdb.java/jmisc.java: New file.
4623 * gdb.java/jmisc.exp: New file.
4624 * gdb.java/Makefile.in: New file.
4625 * gdb.java/configure: Rebuilt.
4626 * gdb.java/configure.in: New file.
4627 * lib/java.exp: New file.
4628
4629 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4630
4631 * gdb.base/exprs.exp: Test casts to a pointer including over and
4632 underflow.
4633
4634 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
4635
4636 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
4637 and the compilers sizes.
4638
4639 2000-07-09 Nick Duffek <nsd@redhat.com>
4640
4641 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
4642 (use_methods): New function.
4643 (main): Call use_methods().
4644 * gdb.c++/classes.exp (test_method_param_class): New procedure.
4645 (do_tests): Call test_method_param_class.
4646
4647 2000-07-09 Nick Duffek <nsd@redhat.com>
4648
4649 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
4650 spelling.
4651 (test_enums): New procedure. Move enum tests from end of script
4652 to here. Set breakpoint on function name instead of line number.
4653 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
4654 (enums2): New marker function.
4655 (enums1): New function.
4656 (main): Call enums1(). Move enum tests to enums1().
4657
4658 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
4659
4660 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
4661 compile/link program. Update line numbers.
4662 * gdb.asm/d10v.inc: Define ``startup''.
4663 * gdb.asm/asmsrc1.s: Add definition of _start.
4664
4665 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
4666
4667 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
4668
4669 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4670
4671 * gdb.base/maint.exp: Add 'maint print architecture' item to output
4672 of 'help maint print' command.
4673
4674 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
4675
4676 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
4677 they use gdb_expect_list.
4678
4679 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
4680
4681 * gdb.base/commands.exp: Use ``set remote
4682 memory-read-packet-size'' instead of ``set endian big'' to test
4683 long commands.
4684
4685 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
4686
4687 * gdb.c++/templates.exp (do_tests): Make all of these work under
4688 g++, and stop skipping them.
4689
4690 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
4691 work under g++.
4692
4693 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
4694 initialization.
4695
4696 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4697
4698 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
4699 the regular expression: accept an (almost) arbitrary sequence of
4700 "frames-invalid" and "breakpoints-invalid" messages both before
4701 and after the "starting" message.
4702
4703 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4704
4705 * gdb.c++/local.exp: This test has never been known to work with g++.
4706
4707 2000-05-18 Michael Snyder <msnyder@cygnus.com>
4708
4709 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4710 Relax the regular expression a little, make it pass on Solaris 8.
4711
4712 2000-05-12 Kevin Buettner <kevinb@redhat.com>
4713
4714 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4715 a call, do not require that gdb stop on the line after the call.
4716 Instead, it is permissible for gdb to stop on the line of the
4717 call itself.
4718
4719 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
4720
4721 * gdb.base/break.exp (bp on small function, optimized file):
4722 Add a second pass pattern. The behavior differs here between stabs
4723 and dwarf for one-line functions. Stabs preserves two line symbols
4724 (one before the prologue and one after) with the same line number,
4725 but dwarf regards these as duplicates and discards one of them.
4726 Therefore the address after the prologue (where the breakpoint is)
4727 has no exactly matching line symbol, and GDB reports the breakpoint
4728 as if it were in the middle of a line rather than at the beginning.
4729
4730 2000-05-08 Michael Snyder <msnyder@cygnus.com>
4731
4732 * gdb.base/interrupt.exp: Make "pass" message say "send"
4733 rather than "send_gdb" (for consistancy).
4734
4735 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4736
4737 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4738 * gdb.c++/templates.cc: Properly check for GCC version number.
4739 * lib/compiler.cc: Likewise
4740
4741 2000-04-28 Michael Snyder <msnyder@cygnus.com>
4742
4743 * gdb.base/break.exp: When compiled with -O2 optimization,
4744 gdb may not stop at the first line of main, due to code motion.
4745
4746 2000-04-26 Michael Snyder <msnyder@cygnus.com>
4747
4748 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4749 This test depends on parsing the printf output from the target.
4750 Since the sparclet stub doesn't do stdio, this will never work.
4751 * gdb.base/call-rt-st.exp: ditto.
4752 * gdb.base/call-strs: ditto.
4753
4754 2000-04-24 Michael Snyder <msnyder@cygnus.com>
4755
4756 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4757
4758 * gdb.base/ending-run.exp: After connecting to a remote target,
4759 but before running, the target will appear to be in a random
4760 location. Specify both a file and a line for breakpoints.
4761 Also, the function that calls main may be called 'init'
4762 rather than 'start'.
4763
4764 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4765
4766 * gdb.base/help.exp: Update output for add-symbol-file command.
4767
4768 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
4769
4770 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4771 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4772
4773 2000-04-07 J.T. Conklin <jtc@redback.com>
4774
4775 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4776
4777 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4778
4779 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4780
4781 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4782 values that can be represented exactly.
4783 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4784 above change, and to not check against the directory part of the source
4785 file name.
4786 (step into print_long_arg_list): Likewise.
4787 (print print_small_structs from print_long_arg_list): Likewise.
4788 (print print_long_arg_list): Likewise.
4789
4790 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4791
4792 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
4793
4794 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4795
4796 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4797
4798 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
4799
4800 * gdb.base/commands.exp (deprecated_command_test): Add test for
4801 deprecate with no arguments.
4802
4803 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4804
4805 * gdb.base/break.exp: Add new test for setting breakpoints on
4806 optimized code so we can test breakpoints work even when function
4807 prologues may be optimized away
4808
4809 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4810
4811 From David Whedon <dwhedon@gordian.com>
4812 * gdb.base/commands.exp : Added command deprecator tests.
4813
4814 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
4815
4816 * gdb.base/help.exp: Added test for new apropos command.
4817
4818 2000-03-21 Kevin Buettner <kevinb@redhat.com>
4819
4820 * gdb.base/pointers.c (usevar): New function.
4821 (main): Make sure that global variables v_int_pointer2, rptr,
4822 and y are all referenced someplace in the program by calling
4823 usevar() on them. [Some linkers delete symbols which are
4824 never referenced. The space remains, but there's no way to
4825 get a (symbolic) handle on the variable from the debugger.]
4826
4827 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4828
4829 * gdb.base/printcmds.c: Add typedeffed arrays.
4830
4831 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4832 procedure to test arrays that are typedef'd.
4833
4834 2000-03-13 James Ingham <jingham@leda.cygnus.com>
4835
4836 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
4837 the library directories.
4838
4839 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4840
4841 * configure.in (configdirs): Add sub directory gdb.mi.
4842 * configure: Re-generate.
4843
4844 * gdb.mi: New directory.
4845
4846 2000-02-25 Scott Bambrough <scottb@netwinder.org>
4847
4848 * gdb.base/long_long.exp: Correct test suite failure when printing
4849 a long long value as a double on ARM platforms.
4850
4851 2000-02-16 Jim Blandy <jimb@redhat.com>
4852
4853 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4854 default source file is set properly before running this test.
4855
4856 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4857
4858 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4859 gdbtk/library directory, not in gdbtcl2.
4860
4861 2000-02-04 Jim Blandy <jimb@redhat.com>
4862
4863 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4864 backslash from regexp pattern.
4865
4866 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4867 procedure. Use it to run all the "continue to bp overloaded"
4868 tests. Note that this changes the names of the tests slightly.
4869 If the breakpoint hit message includes a hex PC value, because
4870 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4871 from the real source code, still consider that a pass.
4872
4873 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4874 XFAIL here if the breakpoint message contains a hex address. Note
4875 similar change on 1999-11-02.
4876
4877 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4878
4879 * gdb.base/ptype.exp: Establish a default source file before
4880 calling get_debug_format.
4881
4882 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4883
4884 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4885
4886 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4887
4888 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4889 of successive stepi commands -- while in the prologue we should see
4890 the function entry bracket.
4891
4892 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4893
4894 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4895 reach __change_mode() when stepping through the end of main().
4896
4897 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4898
4899 * gdb.base/default.exp: Fix expected pattern.
4900 * gdb.base/help.exp: Same.
4901
4902 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4903
4904 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4905 Don't use xfail's because that affects only the following test.
4906
4907 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4908 solaris or linux.
4909
4910 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4911
4912 2000-01-07 Michael Snyder <msnyder@cygnus.com>
4913
4914 * gdb.base/display.exp: Some yacc parsers like to say
4915 "A syntax error" rather than "A parse error". Accept both.
4916
4917 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4918
4919 * gdb.base/default.exp: Remove OS dependent string from "target
4920 remote" test.
4921 * gdb.base/help.exp: Same for "help target remote" test.
4922
4923 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4924
4925 From Jim Kingdon <kingdon@redhat.com>:
4926
4927 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4928 prompt (cleanup rather than necessity, but still might keep output
4929 from spilling to next test).
4930
4931 2000-01-02 Fred Fish <fnf@cygnus.com>
4932
4933 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4934 AIX, which defines them in <sys/types.h>.
4935
4936 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
4937
4938 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4939 float" test.
4940
4941 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
4942
4943 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
4944
4945 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4946 outermost frame disallowed".
4947
4948 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4949
4950 * gdb.base/setvar.exp: New tests for setting the value of a struct
4951 with a constant list.
4952
4953 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4954
4955 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4956 require the user to type a cast before setting the value of a struct.
4957
4958 1999-12-06 Jim Blandy <jimb@cygnus.com>
4959
4960 * gdb.base/default.exp: Expect the new 'info float' command on
4961 all i386 platforms.
4962
4963 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4964 LinuxThreads libraries that don't support debugging.
4965
4966 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4967
4968 * gdb.base/remote.c: Fill the buffer with truely random data.
4969 Change the buffer type to ``unsigned char'' to simplify size
4970 arithmetic.
4971
4972 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4973 stub only handles 400-1 byte packets. Verify that the download
4974 worked.
4975
4976 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4977
4978 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4979 tests, using UNRESOLVED for the untested cases. Also, does not wait
4980 for a timeout if the prompt was received before a recognizable pattern.
4981
4982 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4983
4984 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4985
4986 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4987
4988 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4989 watchpoints.
4990
4991 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
4992
4993 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4994
4995 * gdb.c++/local.exp: Be more flexible in recognizing local class
4996 name mangling. Don't allow horribly truncated method names.
4997 * gdb.c++/derivation.exp: Expect protected inheritance.
4998 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4999 * gdb.c++/virtfunc.exp: Likewise.
5000 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
5001 when printing a nested enum.
5002
5003 1999-11-22 Jim Blandy <jimb@cygnus.com>
5004
5005 * gdb.base/step-test.exp: Properly await GDB's response to setting
5006 a breakpoint on the call to large_struct_by_value.
5007
5008 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
5009 just because we have debug info for the `start' function.
5010
5011 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
5012
5013 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
5014 "Unknown signal" messages, which indicate (on LinuxThreads) that
5015 GDB doesn't know how to debug threads on this system. This is
5016 better than hanging while philosopher 0 dumps chatter into gdb.log.
5017
5018 1999-11-18 Tom Tromey <tromey@cygnus.com>
5019
5020 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
5021
5022 1999-11-18 Fred Fish <fnf@cygnus.com>
5023
5024 * gdb.base/coremaker2.c: Add sample program for generating
5025 cores that is more self contained than coremaker.c. Eventually
5026 I'll add more code to this and tie it into the testsuite.
5027
5028 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
5029
5030 * gdb.base/dollar.exp: Remove, now in gdb.hp.
5031
5032 1999-11-10 Jimmy Guo <guo@cup.hp.com>
5033
5034 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
5035 from $srcdir/lib/.
5036 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
5037 and gdb.c++/.
5038
5039 * gdb.c++/derivation.exp: remove redundant get compiler info code.
5040
5041 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
5042 'continue with watch' test point.
5043
5044 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
5045
5046 Merged from p2linux-990323-branch:
5047
5048 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
5049
5050 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
5051
5052 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
5053 {limit,fixed}''. Test ``set download-write-size''.
5054
5055 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
5056
5057 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
5058 gdb_expect_list.
5059
5060 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
5061
5062 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
5063
5064 1999-11-03 Mark Salter <msalter@cygnus.com>
5065
5066 * gdb.base/break.exp: Fix "stub continue" pattern.
5067
5068 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
5069
5070 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
5071
5072 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
5073
5074 * gdb.base/display.exp ("finish"): Add timeout clause.
5075
5076 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
5077 plain prompt clause, so this doesn't have to time out in order to
5078 fail.
5079
5080 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
5081 breakpoint hit messages include an address.
5082
5083 * gdb.base/display.exp: Don't forget to escape parens in regular
5084 expressions. Unix regexp notatation sucks.
5085
5086 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5087
5088 * gdb.base/annota1.exp: Test for annotate-signalled: change output
5089 order for 'signalled' message.
5090
5091 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
5092
5093 From Jimmy Guo <guo@cup.hp.com>:
5094 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
5095 * gdb.base/annota1.c: Add code for tests to work with.
5096
5097 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
5098
5099 * gdb.base/remote.exp: New test for remote downloading settings.
5100 * gdb.base/remote.c: New file with large .data.
5101
5102 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
5103
5104 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
5105 for LinuxThreads support, merged from the Code Fusion branch.
5106
5107 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
5108
5109 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
5110 containing exp_continue into a while within an expect. Don't
5111 attempt a start more than three times. Check return value from
5112 gdb_load.
5113
5114 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
5115
5116 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
5117 a pass case.
5118
5119 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
5120
5121 * gdb.base/break.c (main): Added a statement that we can step
5122 off of.
5123 * gdb.base/break.exp: Added tests for setting a breakpoint
5124 at an offset and stepping onto a breakpoint.
5125
5126 1999-10-01 Fred Fish <fnf@cygnus.com>
5127
5128 * gdb.base/help.exp (help add-symbol-file): Update to match current
5129 gdb output.
5130
5131 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
5132
5133 * gdb.base/break.exp: Code locations are in hex, don't forget!
5134 (For HP-UX.)
5135
5136 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
5137
5138 * condbreak.exp: Use break.c as test program.
5139 * condbreak.c: Remove, redundant with break.c.
5140
5141 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
5142
5143 * config/monitor.exp (gdb_target_monitor): Disable X- and
5144 Z-packets if the target needs it.
5145
5146 1999-09-13 James Ingham <jingham@leda.cygnus.com>
5147
5148 * gdb.c++/overload.exp: Added tests for listing overloaded
5149 functions with function pointers in the arg, explicitly calling
5150 out the version you want.
5151
5152 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
5153
5154 * long_long.exp: Add variations of test cases that work for
5155 targets with 16-bit ints and 32-bit doubles.
5156
5157 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
5158
5159 * break.c (main): Compare a possibly-uninitialized argc with an
5160 unlikely value that fits in 16 bits.
5161
5162 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
5163
5164 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
5165 0xfeeb, don't want negative numbers if ints are 16 bits.
5166
5167 * lib/gdb.exp (skip_cplus_tests): New proc.
5168 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5169 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
5170 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
5171 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
5172 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
5173 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
5174 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
5175 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
5176
5177 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
5178
5179 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
5180
5181 * gdb.base/corefile.exp (up): Allow a parameter to appear
5182 in the frame that we're going up to.
5183
5184 From Jim Blandy <jimb@cygnus.com>:
5185
5186 * gdb.base/default.exp (info float): Expect some output now.
5187
5188 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
5189 returning floating-point values to fail on the x86.
5190 * gdb.base/callfwmall.exp (do_function_calls): Same.
5191
5192 * gdb.base/list.exp (test_listsize): Correct expectations for
5193 listing line 1 with listsize 2. Also, listing a single line
5194 works now, as does listing three lines. [Kevin's note: There
5195 were a number of other cases fixed too where the expectations
5196 differed...]
5197
5198 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
5199
5200 * gdb.base/selftest.exp: Add case for when version prints as
5201 constant string instead of char pointer.
5202
5203 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
5204
5205 * gdb.base/ending-run.exp: Add Solaris case for what happens when
5206 stepping out of main.
5207
5208 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
5209 G++ used.
5210
5211 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
5212 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
5213
5214 * gdb.c++/ovldbreak.exp: Update match string in test that
5215 includes a warning of multiple breakpoints.
5216
5217 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
5218
5219 * gdb.base/display.exp: Improve precision of step-after-finish
5220 added yesterday.
5221
5222 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
5223 test.
5224
5225 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
5226 configs when using G++, not just hppa*.
5227
5228 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5229
5230 * gdb.base/async.c: New file.
5231 * gdb.base/async.exp: New file.
5232
5233 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
5234
5235 * gdb.base/break.exp: Tweak PA specific tests to properly handle
5236 PA64.
5237
5238 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
5239
5240 * gdb.base/display.exp: "finish" can leave us mid-line on many
5241 targets, deal with it. Add a small constant to main, instead of
5242 1000 since main+1000 may not be a valid address in the target.
5243
5244 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
5245 on hpux11.
5246
5247 * gdb.base/attach.exp: Handle another hpux11 error message variant
5248 when attaching to a process that does not exist.
5249
5250 1999-08-19 J.T. Conklin <jtc@redback.com>
5251
5252 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
5253 characters in 'continue to 1241' test.
5254
5255 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5256
5257 * gdb.base/call-ar-st.exp: Add a shorter match case for the
5258 stop in print_long_arg_list, define and use a whitespace
5259 variable in print_small_structs test, add an XFAIL for Solaris.
5260 * gdb.base/dbx.exp: XFAIL func commands until somebody is
5261 interested enough to fix.
5262
5263 1999-08-13 Keith Seitz <keiths@cygnus.com>
5264
5265 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
5266 (dbx_gdb_load): Remove. Use gdb_load instead, since that
5267 proc knows about targets other than the natives.
5268 (test_assign): Use "gdb_run_cmd" to "run" the target.
5269 Check that we've actually hit the breakpoint at main.
5270 When we attempt to assign a value to a local variable, check
5271 that the variable is in the current scope, i.e., don't use
5272 a test with an empty result.
5273
5274 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
5275
5276 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
5277 command.
5278
5279 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
5280
5281 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5282 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
5283 gdb.compat, gdb.threads-hp.
5284 gdb.hp/configure, gdb.hp/configure.in: New files.
5285 gdb.hp/Makefile.in: Recurse into new subdirs.
5286 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
5287 gdb.hp/gdb.objdbg: New directory, tests for debugging info
5288 in object files.
5289 gdb.hp/tools: New directory, aux tools for HP-specific tests.
5290
5291 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
5292
5293 * gdb.base/display.exp: Help expect by putting a newline in the
5294 funky printf, remove a bogus p/a test.
5295
5296 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5297
5298 * gdb.base/display.exp: Make sure that when we say 'run', we are
5299 connected to the target. This is necessary when running not
5300 natively.
5301
5302 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
5303
5304 * gdb.base/step-test.exp: Removed some extraneous messages.
5305
5306 * gdb.base/long_long.exp: Don't run memory examination tests
5307 on little-endian targets (they will need a different set of
5308 results to match).
5309
5310 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
5311
5312 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
5313 until somebody decides to fix GDB.
5314
5315 * gdb.base/long_long.c: Stop compiler complaint by specifying long
5316 constant as "ULL".
5317 * gdb.base/long_long.exp: Loosen x/c test, add partial result
5318 matches for a couple x/2 commands.
5319
5320 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
5321
5322 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
5323 by merging in ref-types2 tests.
5324 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
5325
5326 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5327 * gdb.c++/Makefile.in: Add standard actions.
5328 (EXECUTABLES): Rename from PROGS, update list.
5329 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
5330 from gdb.hp.
5331 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
5332 foo and bar locals.
5333 * gdb.c++/anon-union.exp: Fix tests to match.
5334 * gdb.c++/classes.exp: Run if HP compiler used, add extra
5335 expect matches to handle output variations.
5336 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
5337 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
5338 output, add HP alternatives for new and delete prints.
5339 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
5340 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
5341 * gdb.c++/demangle.exp: Use $style when reporting failure.
5342 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
5343 * gdb.c++/inherit.exp: Run if HP compiler used, add some
5344 match alternatives.
5345 * gdb.c++/local.exp: Add match alternatives or xfails for HP
5346 compilers.
5347 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
5348 * gdb.c++/method.exp: Add match alternatives.
5349 * gdb.c++/misc.cc: Add bool types.
5350 * gdb.c++/misc.exp: Add tests for bool types.
5351 * gdb.c++/overload.exp: Add xfails.
5352 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
5353 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
5354 add some more template parameter tests (only for HP currently).
5355 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
5356 * gdb.c++/virtfunc.cc: Add return type and value for main.
5357 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
5358 match alternatives.
5359
5360 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5361
5362 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
5363
5364 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
5365
5366 * gdb.base/signals.exp: Don't expect getting a backtrace from
5367 within a signal handler to fail on Linux.
5368
5369 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
5370
5371 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5372 * lib/gdb.exp: Remove some gratuitious semicolons.
5373 (delete_breakpoints): Increase timeout.
5374 (gdb_expect): Add -notransfer option.
5375 (gdb_test): Use -notransfer option.
5376 (get_compiler_info): Add f77 case.
5377 (get_compiler): New proc, split out from gdb_preprocess, add f77
5378 case.
5379 (gdb_preprocess): Call get_compiler.
5380
5381 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
5382 * gdb.base/attach.exp, gdb.base/display.exp,
5383 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
5384 gdb.base/long_long.exp, gdb.base/printcmds.exp,
5385 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
5386 third arg to gdb_test.
5387 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
5388 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
5389 HP-UX xfails, add others.
5390 * gdb.base/completion.exp: Reflect name change of self-test.
5391 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
5392 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
5393 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
5394 HP failure number.
5395 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
5396 useless HP-UX 10.30 references.
5397 * gdb.base/maint.exp: Loosen matches.
5398 * gdb.base/pointers.c (main): Declare more_code.
5399 * gdb.base/pointers.exp: Match on output of a `next'.
5400 * gdb.base/structs.c: Add prototypes.
5401 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
5402 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
5403
5404 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5405
5406 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
5407 command.
5408
5409 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5410
5411 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
5412 Fix run to main failures. Watchpoint can be hardware watchpoint.
5413
5414 * gdb.base/annota1.exp: Clean up some more, in case printf has
5415 debug info. Deal with lack of signal hanlder info in stack.
5416
5417 From Jim Kingdon <kingdon@redhat.com>:
5418 * gdb.base/annota1.exp: If printf has debug info, deal with it.
5419
5420 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
5421
5422 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
5423 gdb.base/foll-vfork.exp: Don't run for crosses.
5424
5425 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5426
5427 * gdb.base/configure.in: Check for gdbvars.exp instead of
5428 a1-selftest.exp.
5429 * gdb.base/configure: Re-generate.
5430
5431 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
5432
5433 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
5434 in trying to run first and name is too long.
5435
5436 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
5437 pointers2.c and pointers2.exp, respectively.
5438 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
5439 doschk happier.
5440
5441 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
5442
5443 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
5444 callfuncs2.c and callfuncs2.exp.
5445
5446 * gdb.base/list.exp: Remove mistaken xfails.
5447 * gdb.base/list0.h: Add optional prototypes.
5448
5449 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
5450
5451 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
5452 calling malloc.
5453 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
5454 * ptype.exp: Move test for get_debug_format to before its first
5455 use.
5456
5457 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5458
5459 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
5460 * gdb.base/annota2.cc, annota2.exp: Move from here.
5461 * gdb.c++/annota2.cc, annota2.exp: To here.
5462 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
5463
5464 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5465
5466 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
5467 a consistent format.
5468
5469 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
5470
5471 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5472 * lib/gdb.exp (get_compiler_info): Add detection for assorted
5473 HP compilers, also set the globals $true and $false.
5474
5475 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
5476 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
5477 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
5478 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
5479 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
5480 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
5481 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
5482 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
5483 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
5484 whatis.c} Add C++ compatible function definitions and return
5485 types, add includes for library functions.
5486 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
5487 * gdb.base/step-test.c (myglob): Rename from glob.
5488 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
5489 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
5490 files, move here from gdb.hp.
5491 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
5492 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
5493 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
5494 Adjust line numbers in regexps.
5495
5496 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
5497 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
5498 instead of 0/1.
5499
5500 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
5501 foll-vfork.exp: New files, move here from gdb.hp.
5502 * gdb.base/page.exp: New file, test of pagination command.
5503
5504 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
5505 recursion test.
5506 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
5507
5508 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
5509 gdb.base/solib.exp: Fix compiler invocation process.
5510
5511 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
5512 HP-UX 11, turn off overload resolution explicitly.
5513 * gdb.base/commands.exp: Set argument list explicitly, add
5514 watchpoint test.
5515 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
5516 them work.
5517 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
5518 expressions properly.
5519 * gdb.base/corefile.exp: Loosen the match slightly.
5520 * gdb.base/default.exp: Allow "Error accessing memory" message
5521 also.
5522 * gdb.base/display.exp: Skip over x/0 j if PA64.
5523 * gdb.base/funcargs.exp: Add xfails for HP-UX.
5524 * gdb.base/interrupt.exp: Ditto.
5525 * gdb.base/langs.exp: Add symbolic matches governed by compiler
5526 in use.
5527 * gdb.base/list.exp: Add xfails for HP-UX.
5528 * gdb.base/long_long.exp: Refine some of the numeric matches.
5529 * gdb.base/mips_pro.exp: Xfail on HP-UX.
5530 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
5531 * gdb.base/nodebug.exp: Succeed on more varieties of output.
5532 * gdb.base/opaque.exp: Remove some HP-UX xfails.
5533 * gdb.base/ptype.exp: Succeed on more varieties of output.
5534 * gdb.base/scope.exp: Add xfails for HP-UX.
5535 * gdb.base/sect-cmd.exp: Add more cases.
5536 * gdb.base/setvar.exp: Add xfails for HP-UX.
5537 * gdb.base/shlib-call.exp: Loosen some matches slightly.
5538 * gdb.base/signals.exp: Match on void symbolically.
5539 * gdb.base/step-test.exp: Add case for PA64.
5540 * gdb.base/term.exp: Add exit and restart.
5541 * gdb.base/twice.exp: Clean up after self.
5542 * gdb.base/varargs.exp: Disable overload resolution explicitly.
5543 * gdb.base/whatis.exp: Allow more ways to pass tests.
5544
5545 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
5546 no longer useful.
5547
5548 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
5549
5550 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
5551 list of patterns.
5552 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
5553 print_double_array(double_array)", "continuing to breakpoint
5554 1018", "print print_double_array(array_d)" and "continuing to
5555 1034" tests.
5556
5557 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5558
5559 * Makefile.in: Add empty html and install-html targets.
5560
5561 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5562
5563 * config/mt-*: Remove, these haven't been used since 1996.
5564
5565 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
5566
5567 * gdb.base/call-strs.c, gdb.base/ending-run.c,
5568 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
5569 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
5570
5571 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
5572
5573 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
5574 simpler match case for the ptype of the big class.
5575
5576 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5577
5578 * gdb.exp: Fix test for gdb_prompt existence.
5579
5580 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5581
5582 * gdb.exp (gdb_test): Add fail after calls to perror.
5583
5584 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5585
5586 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
5587
5588 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5589
5590 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
5591
5592 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
5593
5594 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
5595 malloc() is linked in.
5596
5597 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5598
5599 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
5600 step at end.
5601
5602 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
5603
5604 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
5605
5606 * gdb.java/jv-print.exp: New file. (Our first Java test!)
5607
5608 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
5609
5610 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
5611 * gdb.base/mips_pro.exp: Likewise.
5612
5613 1999-06-02 Keith Seitz <keiths@cygnus.com>
5614
5615 * gdb.c++/templates.cc: Change all "new" operators to throw
5616 an exception.
5617 * gdb.c++/cplusfuncs.cc: Likewise.
5618
5619 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
5620
5621 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
5622
5623 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
5624 * gdb.base/ending-run.exp: When stepping out of main, accept a
5625 step into an arbitrary assembler file.
5626
5627 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5628
5629 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
5630 "breakpoint-invalid" to be printed.
5631 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
5632 number of "frames-invalid" and "breakpoint-invalid" to be printed.
5633 * gdb.base/annota2.cc: Initialize a.x to 0.
5634
5635 1999-05-17 Keith Seitz <keiths@cygnus.com>
5636
5637 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
5638 when "skip_float_tests" set.
5639 Ditto for "print print_double_array(array_d)", "print print_small_structs",
5640 "print print_ten_doubles", and "step into print_long_arg_list".
5641 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
5642 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
5643 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
5644 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
5645 "skip_float_tests" is set.
5646 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
5647 when "skip_float_tests" set.
5648
5649 1999-05-06 Keith Seitz <keiths@cygnus.com>
5650
5651 * gdb.base/annota2.cc: Include stdio.h.
5652
5653 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
5654
5655 * gdb.base/crossload.exp: Remove, this has been disabled ever
5656 since BFD stopped including all targets, and cross-GDB gets
5657 plenty of testing anyway.
5658 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
5659 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
5660 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
5661 * gdb.base/README: Remove, was doc for this.
5662 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
5663 needed.
5664
5665 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5666
5667 * gdb.base/call-ar-st.exp: Fix one regular expression in test
5668 output.
5669
5670 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
5671 * gdb.base/annota2.exp: New file. More annotation tests.
5672 * gdb.base/annota1.c: New file. Source file for annota1.exp.
5673 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
5674
5675 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
5676
5677 * config/cfdbug.exp: New file.
5678
5679 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5680
5681 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
5682 Marcus Daniel's and Dale Hawkins's demangler crashes.
5683
5684 * gdb.c++/demangle.exp (test_gnu_style_demangling,
5685 test_lucid_style_demangling, test_arm_style_demangling,
5686 test_hp_style_demangling): Try Tom Tromey's core-dumping
5687 identifier under each demangling style.
5688
5689 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
5690
5691 * gdb.c++/demangle.exp: Include the current demangling style
5692 in all test names.
5693 (current_demangling_style): New global variable.
5694 (set_demangling_style, test_demangling_core, test_demangling,
5695 test_demangling_exact): New functions.
5696 (test_gnu_style_demangling, test_lucid_style_demangling,
5697 test_arm_style_demangling, test_hp_style_demangling): Use those,
5698 instead of calling gdb_test and gdb_test_exact directly.
5699 (catch_demangling_errors): New function, which reports errors
5700 signalled by the demangling test functions in an orderly way.
5701 (do_tests): Use catch_demangling_errors.
5702
5703 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
5704
5705 * gdb.base/signals.exp (test_handle_all_print): Use () for
5706 grouping in expressions, not {}.
5707
5708 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5709 initialized yet.
5710
5711 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5712
5713 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5714 are listed.
5715
5716 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5717
5718 * gdb.stabs/weird.exp: Test for CC being defined before
5719 looking at its value.
5720
5721 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5722
5723 * gdb.base/call-ar-st.exp: Remove stray '#'.
5724 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5725 "short int" and "long int".
5726 * gdb.c++/overload.cc: Cast the string added in the previous
5727 change, to mollify finicky HP compiler.
5728 * gdb.hp/reg-test.exp (testfile): Fix file name.
5729 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
5730
5731 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5732 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5733 alternate form of enum ptype.
5734
5735 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5736
5737 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5738 * gdb.hp/*.exp: Change all to run compiler probe only after
5739 passing skip_hp_tests, so as not to waste time on guaranteed
5740 failure.
5741
5742 * gdb.c++/overload.cc: Pass string instead of char addr, always
5743 init ccpfoo.
5744 * gdb.c++/templates.cc: Fix syntax error.
5745
5746 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5747
5748 * gdb.base/commands.exp: Add test for correct position of '>'
5749 when issuing the 'commands' command after a 'while' or 'if'
5750 command.
5751
5752 1999-03-18 James Ingham <jingham@cygnus.com>
5753
5754 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5755
5756 * gdb.c++/method.exp: It was testing an uninitialized int on the
5757 stack and assuming it was positive.
5758
5759 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5760
5761 * gdb.base/step-test.exp: Catch a case where finish is broken and
5762 keep it from killing the rest of the tests.
5763 Use gdb_continue_to_end.
5764
5765 * gdb.base/sigall.exp: use gdb_continue_to_end.
5766
5767 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5768
5769 * gdb.base/display.exp: use runto_main, not run.
5770
5771 * gdb.base/default.exp: Check for the current error message in the
5772 r abbreviation test.
5773 Add strongarm to the targets that know info float.
5774
5775 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
5776 run which doesn't work with monitors.
5777
5778 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5779
5780 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5781
5782 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
5783 program. Traps the case (in Cygmon) when the program never really
5784 exits. Same as Mark's continue_to_exit, but I had put it in a lot
5785 more places, so I used my name. Sorry Mark...
5786
5787 * config/monitor.exp (gdb_target_monitor): added another
5788 target_info parameter: remotebinarydownload. This will set the
5789 remotebinarydownload flag if this is causing some boards trouble.
5790
5791 1999-03-18 Mark Salter <msalter@cygnus.com>
5792
5793 * lib/gdb.exp (continue_to_exit): New function.
5794
5795 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5796 * gdb.base/ending-run.exp: Ditto.
5797 * gdb.base/step-test.exp: Ditto.
5798
5799 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5800
5801 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5802 (suggested by Art Haas <ahaas@neosoft.com>).
5803
5804 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5805
5806 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5807
5808 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5809
5810 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5811 descriptions of types (short unsigned int vs unsigned short, etc).
5812
5813 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5814
5815 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5816 a call to strlen; sometimes we do have sources.
5817
5818 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5819
5820 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5821 character, so GDB won't print garbage after its end.
5822
5823 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5824 breakpoint there instead. Sometimes GCC emits memcpy to handle
5825 the large structures being passed by value, so we step into that
5826 instead of sum_array_print, which obscures what we're really testing.
5827 * gdb.base/step-test.exp: However, we do want a test that notices
5828 the bizarre steps into memcpy, so do that here. Add check for
5829 stepping into function calls that pass large structures by value.
5830 ("Is that a noun clause, or are you just happy to see me?")
5831 Remove all references to specific line numbers.
5832 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5833 New type and function.
5834 (main): Call large_struct_by_value, passing it a large struct by value.
5835 * lib/gdb.exp (gdb_get_line_number): New function.
5836
5837 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5838 more portable.
5839
5840 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5841
5842 * lib/gdb.exp: Doc fixes.
5843
5844 1999-03-05 Nick Clifton <nickc@cygnus.com>
5845
5846 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
5847
5848 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5849
5850 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5851 commands. They're not germane to this test, and they don't work
5852 that way on remote targets.
5853
5854 1999-03-01 James Ingham <jingham@cygnus.com>
5855
5856 * Changelog entries merged over from gdb development branch.
5857
5858 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5859
5860 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5861 for outputting results of test run.
5862
5863 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
5864
5865 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
5866
5867 1999-02-25 Felix Lee <flee@cygnus.com>
5868
5869 * lib/gdb.exp (debug_format): initialize
5870
5871 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5872
5873 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5874 * gdb.base/call-rt-st.c: Ditto.
5875
5876 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5877
5878 * gdb.threads/pthreads.exp (horiz): New variable.
5879 (test_startup): Fix regexps that capture thread numbers.
5880
5881 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5882
5883 * gdb.base/smoke.exp: Disambiguate two test case names (both
5884 called ``print'').
5885
5886 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5887
5888 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5889 compilation.
5890
5891 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5892
5893 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5894 actual output formatting.
5895 * gdb.base/smoke.exp: GDB removes leading 0's.
5896 * gdb.base/volatile.exp: Don't check type of remuneration;
5897 that variable is no longer defined in constvars.c.
5898 * gdb.base/step-test.c (main): Exit with explicit exit code.
5899 * gdb.base/step-test.exp: Remove two nexti checks--they are
5900 not portable.
5901
5902 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5903
5904 * gdb.base/help.exp ("help delete display"): Fix test to match
5905 gdb's output.
5906
5907 * gdb.base/long_long.c (known_types): Initialize values to zero.
5908 * gdb.base/long_long.exp: Step one more line
5909 so 'dec' is initialized in "get to known place". GDB removes
5910 leading zeros. Explicitly ask for hex formatting. Use
5911 unique test case names.
5912
5913 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5914
5915 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
5916
5917 * gdb.c++/method.exp: Add missing close brace.
5918
5919 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5920
5921 * gdb.base/maint.exp: Use 'set height 0' to disable page
5922 prompting, not 'set height 400'.
5923
5924 Fix a bunch of timeouts.
5925 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5926 four separate tests, so expect doesn't take forever to match a ton
5927 of text against a regexp with lots of .* forms.
5928 ("maint print psymbols", "maint print symbols"): Make some of
5929 these greps more selective, so that expect doesn't try to wade
5930 through huge piles of output and time out.
5931
5932 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5933
5934 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5935 tests: one which doesn't expect shlib events to be reported, and
5936 another which does, but is XFAIL for all platforms other than
5937 HP/UX.
5938
5939 * gdb.base/break.exp: Teach the test suite that the `catch
5940 fork', `catch vfork', and `catch exec' commands produce error
5941 messages on platforms that don't provide these features.
5942
5943 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5944
5945 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5946 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5947 (shortening names from solib_threshold.exp etc), won't run on
5948 anything but HP-UX for the foreseeable future.
5949 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5950 reflect move.
5951
5952 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5953
5954 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5955 gdb.trace/Makefile.in (clean): Remove all test executables.
5956
5957 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5958
5959 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5960 successfully re-sets breakpoints in shared libraries.
5961 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5962
5963 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5964
5965 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5966 and compiled w/o GCC.
5967
5968 * gdb.hp/watch-cmd.exp: ditto.
5969
5970 * gdb.hp/watch-hp.exp: ditto.
5971
5972 * gdb.hp/xdb1.exp: ditto.
5973
5974 * gdb.hp/xdb2.exp: ditto.
5975
5976 * gdb.hp/dbx.exp: ditto.
5977
5978 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5979
5980 * constvars.c: Remove C++-isms.
5981 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5982 with GCC.
5983
5984 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5985
5986 The following changes are part of the HP merge.
5987
5988 * gdb.base/break.exp: new tests to verify that catchpoints for
5989 fork, vfork, and exec don't trigger inappropriately.
5990
5991 * gdb.base/opaque.exp: compile one file at a time, then link.
5992
5993 * gdb.base/signals.exp: be more restrictive about which hppa
5994 systems receive a setup_xfail. new tests.
5995
5996 * gdb.base/solib_threshold.build: new file.
5997 * gdb.base/solib_threshold.exp: new file.
5998 * gdb.base/solib_threshold.link_opts: new file.
5999 * gdb.base/solib_threshold.mk: new file.
6000 * gdb.base/gen_solib_threshold.c: new file.
6001
6002 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
6003 tests. New tests for enums inside classes.
6004
6005 * gdb.c++/compiler.cc: indicate support of template debugging.
6006
6007 * gdb.c++/demangle.exp: run hp style demangling tests.
6008
6009 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
6010 tests.
6011
6012 * gdb.c++/misc.cc: changes to support new tests.
6013
6014 * gdb.c++/templates.cc: changes to support HP's compiler; changes
6015 to support new tests.
6016
6017 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
6018 gcc, then skip these tests.
6019
6020 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
6021
6022 The following files are part of the HP merge; some had longer
6023 names at HP, but have been renamed to be no more than 14
6024 characters in length.
6025
6026 * gdb.hp/ambiguous.cc: new file.
6027 * gdb.hp/ambiguous.exp: new file.
6028 * gdb.hp/attach.exp: new file.
6029 * gdb.hp/attach2.exp: new file.
6030 * gdb.hp/classes-hp.exp: new file.
6031 * gdb.hp/ctti.exp: new file.
6032 * gdb.hp/ctti-add.cc: new file.
6033 * gdb.hp/ctti-add1.cc: new file.
6034 * gdb.hp/ctti-add2.cc: new file.
6035 * gdb.hp/ctti-add3.cc: new file.
6036 * gdb.hp/dbx.exp: new file.
6037 * gdb.hp/exception.cc: new file.
6038 * gdb.hp/exception.exp: new file.
6039 * gdb.hp/foll-exec.c: new file.
6040 * gdb.hp/foll-exec.exp: new file.
6041 * gdb.hp/foll-fork.c: new file.
6042 * gdb.hp/foll-fork.exp: new file.
6043 * gdb.hp/foll-vfork.c: new file.
6044 * gdb.hp/foll-vfork.exp: new file.
6045 * gdb.hp/inherit-hp.exp: new file.
6046 * gdb.hp/more-steps.exp: new file.
6047 * gdb.hp/namespace.cc: new file.
6048 * gdb.hp/namespace.exp: new file.
6049 * gdb.hp/optimize.exp: new file.
6050 * gdb.hp/pxdb.c: new file.
6051 * gdb.hp/pxdb.exp: new file.
6052 * gdb.hp/quicksort.exp: new file.
6053 * gdb.hp/reg-test.exp: new file.
6054 * gdb.hp/reg-test.s: new file.
6055 * gdb.hp/sized-enum.c: new file.
6056 * gdb.hp/sized-enum.exp: new file.
6057 * gdb.hp/start-stop.exp: new file.
6058 * gdb.hp/templ-hp.cc: new file.
6059 * gdb.hp/templ-hp.exp: new file.
6060 * gdb.hp/thr-lib.c: new file.
6061 * gdb.hp/thr-lib.exp: new file.
6062 * gdb.hp/thr-lib.h: new file.
6063 * gdb.hp/thr-liblib.c: new file.
6064 * gdb.hp/virtfun-hp.c: new file.
6065 * gdb.hp/virtfun-hp.exp: new file.
6066 * gdb.hp/watch-cmd.exp: new file.
6067 * gdb.hp/watch-hp.exp: new file.
6068 * gdb.hp/xdb1.exp: new file.
6069 * gdb.hp/xdb2.exp: new file.
6070 * gdb.hp/xdb3.exp: new file.
6071
6072 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
6073
6074 The following files are part of the HP merge; some had longer
6075 names at HP, but have been renamed to be no more than 14
6076 characters in length.
6077
6078 * gdb.base/ss.h: new file.
6079 * gdb.base/call-ar-st.c: new file.
6080 * gdb.base/call-ar-st.exp: new file.
6081 * gdb.base/call-rt-st.c: new file.
6082 * gdb.base/call-rt-st-exp: new file.
6083 * gdb.base/call-strs.exp: new file.
6084 * gdb.base/ena-dis-br.exp: new file.
6085 * gdb.base/environ.exp: new file.
6086 * gdb.base/long_long.exp: new file.
6087 * gdb.base/sect-cmd.exp: new file.
6088 * gdb.base/shlib-cl2.exp: new file.
6089 * gdb.base/smoke.exp: new file.
6090 * gdb.base/so-impl-ld.c: new file.
6091 * gdb.base/so-impl-ld.exp: new file.
6092 * gdb.base/so-indr-cl.c: new file.
6093 * gdb.base/so-indr-cl.exp: new file.
6094 * gdb.base/varargs.exp: new file.
6095 * gdb.base/volatile.exp: new file.
6096 * gdb.base/whatis-exp.exp: new file.
6097 * gdb.base/display.exp: new file.
6098 * gdb.c++/derivation.exp: new file.
6099 * gdb.c++/local.exp: new file.
6100 * gdb.c++/member-ptr.exp: new file.
6101 * gdb.c++/overload.exp: new file.
6102 * gdb.c++/ovldbreak.exp: new file.
6103 * gdb.c++/ref-types.exp: new file.
6104 * gdb.c++/ref-types2.exp: new file.
6105 * gdb.c++/userdef.exp: new file.
6106
6107 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6108
6109 * gdb.base/default.exp: Reflect wording change in remote.c.
6110
6111 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
6112
6113 * gdb.base/help.exp: Update to reflect current text.
6114
6115 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
6116
6117 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
6118 they're stack variables and contain garbage.
6119 * gdb.c++/anon-union.exp: new file.
6120
6121 The following changes were made by David Taylor
6122 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6123 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6124 in changes by HP.
6125
6126 * gdb.base/bitops.exp: new file.
6127 * gdb.base/default.exp: change expected messages for catch and
6128 info catch tests to reflect HP merge changes.
6129 * gdb.base/enable-disable-break.exp
6130 * gdb.base/ending-run.c: new file.
6131 * gdb.base/long_long.c: new file.
6132 * gdb.base/maint.exp: new file.
6133 * gdb.base/pointers2.exp: new file.
6134 * gdb.base/shlib-call2.exp: new file.
6135 * gdb.base/solib.exp: new file.
6136 * gdb.base/step-test.c: new file.
6137 * gdb.c++/anon-union.cc: new file.
6138 * gdb.c++/local.cc: new file.
6139 * gdb.c++/member-pointer.cc: new file.
6140 * gdb.c++/method.cc: new file.
6141 * gdb.c++/ref-types.cc: new file.
6142 * gdb.c++/ref-types2.cc: new file.
6143 * gdb.c++/userdef.cc: new file.
6144
6145 * gdb.base/scope.exp: compile one file at a time, then link.
6146 * gdb.base/langs.exp: ditto.
6147 * gdb.base/list.exp: ditto.
6148
6149 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
6150
6151 The following changes were made by David Taylor
6152 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6153 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6154 in changes by HP.
6155
6156 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
6157 skip tests. When compiling pass c++ flag to gdb_compile.
6158 * gdb.c++/
6159
6160 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
6161 test for on hppa*-*-hpux*; use args to see if c++ was specified.
6162 (skip_hp_tests): new function.
6163 (gdb_preprocess): new function.
6164
6165 * configure.in (hpdir): decide whether to configure gdb.hp.
6166 * configure: regenerated.
6167
6168 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
6169 to delete on clean.
6170 (EXECUTABLES): update to reflect new additions.
6171 * gdb.base/commands.exp: update message expected.
6172 * gdb.base/default.exp: add copyright notice.
6173 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
6174 * gdb.base/help.exp: update messages to reflect current text.
6175 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
6176 targets for recurse tests.
6177 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
6178 skip this file.
6179
6180 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
6181 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
6182 compilation.
6183 * gdb.c++/misc.exp: ditto.
6184 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
6185 run the tests. tell gdb_compile that it's a c++ compilation.
6186
6187 * gdb.threads/pthreads.exp: fix typo in message.
6188
6189 * gdb.base/all-bin.exp: new file.
6190 * gdb.base/arithmet.exp: new file.
6191 * gdb.base/assign.exp: new file.
6192 * gdb.base/completion.exp: new file.
6193 * gdb.base/cond-expr.exp: new file.
6194 * gdb.base/condbreak.exp: new file.
6195 * gdb.base/define.exp: new file.
6196 * gdb.base/dollar.exp: new file.
6197 * gdb.base/environment.exp: new file.
6198 * gdb.base/eval-skip.exp: new file.
6199 * gdb.base/jump.exp: new file.
6200 * gdb.base/logical.exp: new file.
6201 * gdb.base/pointers.exp: new file.
6202 * gdb.base/relational.exp: new file.
6203 * gdb.base/section_command.exp: new file.
6204 * gdb.base/whatis-expr.exp: new file.
6205
6206 * gdb.base/all-types.c: new file.
6207 * gdb.base/call-array-struct.c: new file.
6208 * gdb.base/call-return-struct.c: new file.
6209 * gdb.base/call-strings.c: new file.
6210 * gdb.base/callfuncs2.c: new file.
6211 * gdb.base/condbreak.c: new file.
6212 * gdb.base/constvars.c: new file.
6213 * gdb.base/display.c: new file.
6214 * gdb.base/int-type.c: new file.
6215 * gdb.base/jump.c: new file.
6216 * gdb.base/miscexprs.c: new file.
6217 * gdb.base/pointers.c: new file.
6218 * gdb.base/pointers2.c: new file.
6219 * gdb.base/shmain.c: new file.
6220 * gdb.base/shr1.c: new file.
6221 * gdb.base/shr2.c: new file.
6222 * gdb.base/solib.c: new file.
6223 * gdb.base/solib1.c: new file.
6224 * gdb.base/solib2.c: new file.
6225 * gdb.base/varargs.c: new file.
6226 * gdb.c++/derivation.cc: new file.
6227 * gdb.c++/overload.cc: new file.
6228 * gdb.c++/ovldbreak.cc: new file.
6229 * gdb.hp/attach.c: new file.
6230 * gdb.hp/attach2.c: new file.
6231 * gdb.hp/average.c: new file.
6232 * gdb.hp/compiler.c: new file.
6233 * gdb.hp/compiler.cc: new file.
6234 * gdb.hp/execd-program.c: new file.
6235 * gdb.hp/follow-exec.c: new file.
6236 * gdb.hp/follow-fork.c: new file.
6237 * gdb.hp/follow-vfork-and-exec.c: new file.
6238 * gdb.hp/misc-hp.cc: new file.
6239 * gdb.hp/more-steps.c: new file.
6240 * gdb.hp/optimize.c: new file.
6241 * gdb.hp/quicksort.c: new file.
6242 * gdb.hp/run-hp.c: new file.
6243 * gdb.hp/start-stop.c: new file.
6244 * gdb.hp/sum.c: new file.
6245 * gdb.hp/templates-hp.cc: new file.
6246 * gdb.hp/thread-local-in-lib.c: new file.
6247 * gdb.hp/thread-local-in-lib.h: new file.
6248 * gdb.hp/thread-local-in-lib.lib.c: new file.
6249 * gdb.hp/vforked-program.c: new file.
6250 * gdb.hp/virtfunc-hp.cc: new file.
6251 * gdb.hp/watchpoint-hp.c: new file.
6252 * gdb.hp/xdb.c: new file.
6253 * gdb.hp/xdb0.c: new file.
6254 * gdb.hp/xdb0.h: new file.
6255 * gdb.hp/xdb1.c: new file.
6256
6257 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
6258
6259 The following change was made by Edith Epstein
6260 <eepstein@cygnus.com> as part of a project to merge in changes
6261 originally made by HP; HP did not create ChangeLog entries.
6262
6263 * gdb.c++/demangle.exp: changed the expected output for some
6264 ARM-style mangling -- removed second reference to datatype.
6265 For example, maint demangle __dt__11T1__pt__2_cFv
6266 T1<char>::~T1<char>(void)
6267 becomes,
6268 maint demangle __dt__11T1__pt__2_cFv
6269 T1<char>::~T1(void)
6270
6271 (test_hp_style_demangling): new hp specific demangling test cases.
6272
6273 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
6274
6275 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
6276 * gdb.trace/backtrace.exp: Likewise.
6277 * gdb.trace/circ.exp: Likewise.
6278 * gdb.trace/collection.exp: Likewise.
6279 * gdb.trace/deltrace.exp: Likewise.
6280 * gdb.trace/infotrace.exp: Likewise.
6281 * gdb.trace/limits.exp: Likewise.
6282 * gdb.trace/packetlen.exp: Likewise.
6283 * gdb.trace/passc-dyn.exp: Likewise.
6284 * gdb.trace/passcount.exp: Likewise.
6285 * gdb.trace/report.exp: Likewise.
6286 * gdb.trace/save-trace.exp: Likewise.
6287 * gdb.trace/tfind.exp: Likewise.
6288 * gdb.trace/tracecmd.exp: Likewise.
6289 * gdb.trace/while-dyn.exp: Likewise.
6290 * gdb.trace/while-stepping.exp: Likewise.
6291
6292 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
6293
6294 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
6295
6296 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
6297
6298 From Brendan Kehoe:
6299 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
6300 int return types.
6301
6302 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
6303
6304 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
6305 remote dos host testing right.
6306
6307 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
6308
6309 * gdb.base/corefile.exp: remove some xfails.
6310
6311 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
6312
6313 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
6314 have different timestamps.
6315
6316 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
6317
6318 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
6319 gdb.base/default.exp: Replace "exec" with "executable".
6320
6321 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
6322
6323 * gdb.base/default.exp: Change else if to elseif from previous
6324 delta.
6325
6326 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
6327
6328 * gdb.base/default.exp: Add brace missing from previous delta.
6329
6330 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
6331
6332 * gdb.base/default.exp: Support test for info float for all
6333 varieties of arm toolchain.
6334
6335 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
6336
6337 * gdb.trace/*.exp: remove "remote_download" command.
6338
6339 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
6340
6341 * gdb.trace/*.exp: remove -gdwarf from compile.
6342
6343 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
6344
6345 * gdb.trace/configure.in(AC_INIT): typo
6346 * gdb.trace/configure: regenerated
6347
6348 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
6349
6350 * config/m68k-emc.exp: New file.
6351 * lib/<emc-support.exp trace-support.exp}: New files.
6352 * configure.in: add new test directory gdb.trace.
6353 * gdb.trace/{configure configure.in Makefile.in}: New files.
6354 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
6355 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
6356 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
6357 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
6358 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
6359 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
6360 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
6361
6362 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
6363
6364 * gdb.c++/classes.exp: Change all regular expressions to match
6365 arbitrary combinations of newline/carriage-return, so that they
6366 will work equally well on Unix and Windows.
6367 * gdb.c++/inherit.exp: ditto.
6368 * gdb.c++/virtfunc.exp: ditto.
6369
6370 1998-08-11 Dawn Perchik <dawn@cygnus.com>
6371
6372 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
6373
6374 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
6375
6376 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
6377 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
6378 to use a0-a3/d0-d3 as needed.
6379
6380 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
6381
6382 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
6383 * gdb.disasm/am33.exp: Corresponding changes.
6384
6385 1998-07-11 Felix Lee <flee@cygnus.com>
6386
6387 * gdb.base/callfuncs.exp: add cmp10 test.
6388 * gdb.base/callfuncs.c (cmp10): new function.
6389
6390 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
6391
6392 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
6393 into two parts to get around a synchronization problem in expect.
6394
6395 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
6396
6397 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
6398
6399 * configure.in: Add options for gdbtk testsuite.
6400
6401 * configure: Regenerate.
6402
6403 * gdb.gdbtk: New directory to hold gdbtk tests.
6404
6405 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6406
6407 * gdb.fortran/types.exp: Escape brackets in expect patterns
6408 for test_float_literal_types_accepted tests.
6409 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
6410 before run test.
6411
6412 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
6413
6414 * am33.exp: Just compile, do not link the testcase.
6415 * am33.s: Add ".am33" pseudoop to force am33 mode.
6416
6417 1998-06-25 Felix Lee <flee@cygnus.com>
6418
6419 * gdb.base/setshow.exp: make sure $pc is sane.
6420
6421 * gdb.stabs/weird.exp: split expect patterns properly.
6422
6423 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
6424
6425 * gdb.disasm/am33.s: New disassembler testfile for the am33.
6426 * gdb.disasm/am33.exp: Run it.
6427
6428 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
6429
6430 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
6431 match processing (and eliminate spurious timeouts when running).
6432
6433 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
6434
6435 * gdb.base/signals.exp (test_handle_all_print): put back Mach
6436 exception test, but conditionalize it on target [mach | gnu].
6437
6438 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
6439
6440 * gdb.base/overlays.exp: fixup compile line for linker script.
6441
6442 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
6443
6444 * gdb.fortran/types.exp: don't guess at float size.
6445
6446 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
6447
6448 * gdb.base/exprs.exp: delete test that depends on int size.
6449
6450 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
6451
6452 * config/sim.exp: Removed checks for target triplets.
6453 (gdb_target_sim): Use gdb,target_sim_options.
6454
6455 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
6456
6457 * gdb.base/reread.exp: New file.
6458 * gdb.base/reread1.c: New file.
6459 * gdb.base/reread2.c: New file.
6460
6461 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
6462
6463 * config/sim.exp: Use 'target sim -sparclite' when running
6464 SPARClite programs.
6465
6466 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
6467
6468 * gdb.base/structs2.exp: New file.
6469 * gdb.base/structs2.c: New file.
6470
6471 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
6472
6473 * gdb.asm/common.inc: New file.
6474 * gdb.asm/d10v.inc: New file.
6475 * asm-source.exp: Pass -I's to gas to find .inc files.
6476 Update line numbers in expected output.
6477 * asmsrc1.s: Rewrite.
6478 * asmsrc2.s: Rewrite.
6479 * configure.in: Create arch.inc symlink.
6480 * configure: Regenerate.
6481 * Makefile.in (distclean): Delete arch.inc.
6482
6483 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
6484
6485 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
6486 (t_enum_value2): ditto
6487 (t_enum_value3): ditto
6488 (main): ditto
6489 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6490
6491 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
6492 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
6493 change.
6494 Use gdb_test instead of send_gdb/gdb_expect sequences.
6495
6496 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
6497
6498 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
6499 not void.
6500
6501 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
6502
6503 * gdb.base/branches.c: Code with lots of loops and
6504 subroutines. Used to test gdbs ability to single step through PC
6505 changes, especially to test mips-tdep.c:mips_next_pc
6506
6507 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
6508
6509 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
6510 more rigorous EGCS C++ error checking.
6511
6512 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6513
6514 * gdb.base/help.exp: Clean up `help set args' and `help show args'
6515 tests.
6516 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
6517 function when asleep.
6518 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
6519 for i*86 Linux and SVR4 signal handling problems.
6520 Remove linux xfail for `next to handler in signals_tests_1', fixed
6521 by recent infrun.c change.
6522 Limit backtrace to 10 frames to avoid timeout problems with infinite
6523 stack backtraces.
6524 Adjust expect pattern in `handle all print' test to match Apr 28 1997
6525 target.[ch] change.
6526
6527 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
6528
6529 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
6530 for a newline from gdb before continuing.
6531 (default_gdb_exit): Just look for y or n.
6532 (gdb_test): Detect abnormal exit from GDB running on DOS; if
6533 it does, fail the rests of the tests in the file.
6534
6535 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
6536
6537 * config/cygmon.exp: New file.
6538
6539 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
6540
6541 * gdb.base/list.exp: Fix problem with "list default lines around
6542 main" test on remote targets.
6543
6544 * gdb.base/scope.exp: Fix problem with filelocal_bss before
6545 run test on remote targets.
6546
6547 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
6548
6549 * gdb.asm: New directory.
6550 * configure.in: Configure it.
6551 * configure: Regenerate.
6552 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
6553 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
6554
6555 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
6556
6557 * config/mn10300-eval.exp: New file to support MN10300 eval board.
6558
6559 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
6560
6561 * gdb.base/overlays (several files): Merge the two overlay
6562 managers into one. Change variables (foox, barx, bazx, grbxx)
6563 back into ints but force them to load in their proper sections.
6564
6565 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
6566
6567 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
6568 on-chip insn memory and IMAP1 to upper 128k.
6569 (D10VCopy): Handle memory regions crossing 16k boundaries.
6570 (D10VCopy): Transfer data in 32 bit chunks.
6571
6572 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
6573
6574 * gdb.base/overlays.c (main): Exit normally when result is
6575 correct.
6576
6577 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
6578 map. Include space for printf in .text segment.
6579
6580 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
6581 updated d10v memory VMA/LMA map.
6582 (D10VCopy): Call D10VTranslate.
6583
6584 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
6585
6586 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
6587
6588 * gdb.base/bar.c (barx, bar): Change variable to small array so
6589 that it won't be put into the .sdata - small data -
6590 section. Update reference.
6591 * gdb.base/baz.c (bazx, baz): Ditto.
6592 * gdb.base/foo.c (foox, foo): Ditto.
6593 * gdb.base/grbx.c (grbxx, grbx): Ditto.
6594
6595 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
6596 to be arrays.
6597
6598 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
6599
6600 * gdb.base/overlays.exp: fix up and get working again.
6601 Add tests for backtraces from an overlay function.
6602
6603 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
6604
6605 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
6606 "calling function with watchpoint enabled".
6607
6608 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
6609
6610 * gdb.base/break.exp (test_next_with_recursion): Remove
6611 gdb_suppress_tests for d10v-*-*.
6612 * lib/gdb.exp (gdb_suppress_tests): Disable this function
6613 pending review of whether it is useful or not.
6614
6615 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
6616
6617 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
6618
6619 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
6620
6621 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
6622 * config/dve.exp: New file to support Densan boards.
6623
6624 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
6625
6626 * gdb.base/interrupt.exp: Document problem of simulators, signals,
6627 reads and BSD.
6628
6629 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
6630
6631 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
6632 response.
6633
6634 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
6635
6636 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
6637
6638 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
6639 test.
6640
6641 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
6642 target_sizeof_long and target_bigendian_p.
6643 (structs_by_value, structs_by_reference): Check values according
6644 to targets word size and endianess.
6645
6646 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
6647
6648 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
6649 output.
6650
6651 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
6652
6653 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
6654 Update test of set args help to match source change.
6655
6656 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
6657
6658 * gdb.base/default.exp: Expect help system output to be in
6659 alphabetical order.
6660 * gdb.base/help.exp: Ditto.
6661
6662 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
6663
6664 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
6665 "i*86-pc-linux-gnu*".
6666 * gdb.base/interrupt.exp: Ditto.
6667 * gdb.base/corefile.exp: Ditto.
6668
6669 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
6670 define vxworks when building the testcase.
6671
6672 * gdb.base/ptype.exp: Fix testnames to be unique.
6673 * gdb.base/radix.exp: Ditto.
6674 * gdb.base/term.exp: Ditto.
6675 * gdb.base/whatis.exp: Ditto.
6676 * gdb.c++/classes.exp: Ditto.
6677
6678 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
6679
6680 * gdb.base/callfuncs.exp: Fix indentation.
6681
6682 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
6683 suppress_flag has been set.
6684 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
6685 target feature.
6686
6687 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
6688
6689 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
6690 the testcase.
6691
6692 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
6693 set_debug_traps() and breakpoint().
6694 * gdb.c++/misc.cc (main): Ditto.
6695 * gdb.c++/templates.cc (main): Ditto.
6696 * gdb.c++/virtfunc.cc (main): Ditto.
6697
6698 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
6699
6700 * lib/gdb.exp(gdb_step_for_stub): New function.
6701 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
6702 exists, reload the executable and do a "continue" instead of
6703 doing a jump.
6704 (runto_main): Use gdb_step_for_stub.
6705
6706 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6707 tests to have unique names.
6708 * gdb.base/callfuncs.exp: Ditto.
6709 * gdb.base/commands.exp: Ditto.
6710 * gdb.base/default.exp: Ditto.
6711 * gdb.base/help.exp: Ditto.
6712 * gdb.base/list.exp: Ditto.
6713 * gdb.base/opaque.exp: Ditto.
6714 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6715 similar tests.
6716
6717 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6718 * gdb.c++/cplusfuncs.cc: Ditto.
6719 * gdb.c++/virtfunc.cc: Ditto.
6720
6721 * config/monitor.exp: Keep track of the last file we saw, rather
6722 than trying to get the info from gdb.
6723
6724 * gdb.fortran/types.exp: Move comment to previous line.
6725
6726 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6727
6728 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6729 target mode.
6730
6731 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6732
6733 From Bob Manson:
6734 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6735 string from GDB when it connects.
6736
6737 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6738
6739 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6740
6741 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6742 if we can't get a debug format from GDB (we may be testing an
6743 older GDB). Use a 10 second timeout when checking for the format.
6744
6745 * gdb.stabs/weird.exp: Fix quoting.
6746
6747 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6748
6749 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6750
6751 * config/arm-ice.exp: New file.
6752
6753 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6754
6755 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6756 until it has been modified to work with the new testsuite.
6757
6758 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
6759 testcase won't compile, cause all of the testcases in the file to
6760 fail instead.
6761
6762 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6763 (gdb_clear_suppressed): New procedure.
6764 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6765 it contains a positive value.
6766
6767 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6768
6769 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6770
6771 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6772
6773 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6774
6775 * lib/gdb.exp (setup_xfail_format): New function.
6776 (get_debug_format): New function to get debug format.
6777 (debug_format): New global variable to hold last value set
6778 by get_debug_format.
6779 * gdb.base/list.exp: Call get_debug_format and expect some
6780 tests to fail for DWARF 1 and COFF formats.
6781 * gdb.c++/ptype.exp: Ditto.
6782 * gdb.c++/classes.exp: Ditto.
6783 * gdb.c++/cplusfuncs.exp: Ditto.
6784 * gdb.c++/inherit.exp: Ditto.
6785 * gdb.c++/templates.exp: Ditto.
6786 * gdb.c++/virtfunc.exp: Ditto.
6787
6788 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6789
6790 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6791 host doesn't have a currently-open connection.
6792
6793 * config/sparclet.exp: Cleanups and fixes to make it generic for
6794 any gdb stub target. Handle cases where gdb doesn't respond when
6795 interrupted in a sane fashion.
6796
6797 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6798 same thing in a totally different way.
6799
6800 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6801 setting "timeout".
6802 (gdb_start): We set the global gdb_prompt variable in
6803 default_gdb_init now.
6804
6805 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6806
6807 * gdb.base/printcmds.exp: Fix "check for floating addition"
6808 regexp to accept results within approx +/- .01 of exact value.
6809 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6810
6811 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6812
6813 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6814 properly.
6815 (gdb_expect): Add optional timeout parameter, and add timeout
6816 value to various calls.
6817 (gdb_suppress_tests): Only give one warning message per group.
6818
6819 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6820
6821 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6822 global variables. Handle getting a value for $timeout more
6823 gracefully.
6824
6825 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6826
6827 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6828 initialize.
6829 (default_gdb_init): New procedure; allow gdb_init to be overridden
6830 by a target configuration file.
6831 (gdb_expect): Pass the timeout to remote_expect.
6832
6833 * config/monitor.exp(gdb_load): Fix typo in regexp.
6834
6835 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6836
6837 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6838
6839 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6840
6841 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6842 here. Call gdb_target_exec before rebooting the target, to make
6843 sure the connection to the target is closed.
6844 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6845 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6846 Also detect "Timeout reading from remote" error.
6847
6848 * config/gdbserver.exp: Pass the executable being loaded to
6849 gdb_target_monitor. Don't call gdb_file_cmd here; let
6850 gdb_target_monitor do it.
6851
6852 * gdb.disasm/hppa.exp: Don't use exec_output.
6853
6854 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6855
6856 * gdb.base/list.exp: If we're debugging a non-native target,
6857 try to set the pc register to point to the start of the
6858 program before doing the first list command.
6859
6860 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6861 test_calls after restarting.
6862
6863 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6864 reloading.
6865
6866 * gdb.base/watchpoint.exp: Fix typo.
6867
6868 * gdb.base/setshow.exp: Check for use_gdb_stub.
6869
6870 * gdb.base/break.exp: Fix continue until exit test for the gdb
6871 stub case.
6872 * gdb.base/langs.exp: Ditto.
6873
6874 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6875 gdb_load_offset. If we weren't given a file to load, figure out
6876 what the current file is and use it.
6877
6878 * config/i386-bozo.exp: New file.
6879
6880 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6881
6882 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6883 feature.
6884
6885 * config/proelf.exp: New entry.
6886
6887 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6888
6889 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6890 of regexps.
6891
6892 * gdb.base/watchpoint.exp: Don't run the test_stepping
6893 tests if gdb can't call functions on the target.
6894
6895 * gdb.base/setshow.exp: Don't run the set prompt tests if
6896 the board has gdb_prompt set.
6897
6898 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6899
6900 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6901 * gdb.base/commands.exp: Likewise.
6902 * gdb.base/setshow.exp: Likewise.
6903
6904 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6905
6906 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6907 feature.
6908
6909 * config/i960.exp: New file.
6910
6911 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6912
6913 * gdb.base/funcargs.exp: Check for gdb,short_int target
6914 feature instead of looking for explicit target triplets.
6915
6916 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
6917
6918 * gdb.base/printcmds.exp: add a couple more tests a la
6919 "p 123DEADBEEF", to check parse_number.
6920 * top.c: change "to enable to enable" to "to enable" in a couple
6921 of help strings.
6922
6923 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6924
6925 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6926 on the mn10300.
6927
6928 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6929
6930 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6931 where the test executable is run with explicit args.
6932 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6933
6934 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6935
6936 * gdb.base/run.c: Use FAKEARGV to build test executable that
6937 does not require a command line arg, since most simulators
6938 don't currently support passing such an arg into the simulated
6939 program.
6940 * gdb.base/commands.exp: Change tests to insert the proper
6941 value as the arg to the first recursive factorial call. Change
6942 compilation line to define FAKEARGV at compile time.
6943
6944 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6945
6946 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6947 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6948 function with watchpoint enabled" test.
6949
6950 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6951
6952 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6953 Don't call gdb_test when the command doesn't return to a gdb prompt.
6954
6955 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6956 "Tests restarted" messages.
6957
6958 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6959
6960 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6961
6962 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
6963
6964 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6965 for INFO SYMBOL; add help tests for OVERLAY commands.
6966 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6967 add tests for OVERLAY commands
6968 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6969 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6970 * gdb.base/sigall.c: add usestubs code frag
6971 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
6972
6973 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6974
6975 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6976 failures.
6977 (gdb_stop_suppressing_tests): Note that tests have restarted.
6978
6979 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6980
6981 * config/h8300.exp: New file.
6982
6983 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6984
6985 * gdb.base/setshow.exp: Check for the existence of a
6986 feature, not its value.
6987
6988 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6989
6990 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6991
6992 * gdb.base/scope.exp: It's now init0(), not init().
6993
6994 * gdb.base/scope0.c: For now, change init() to be init0().
6995
6996 * config/monitor.exp: Use gdb_serial in preference to serial
6997 or netport.
6998
6999 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
7000 and it's not already set.
7001
7002 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
7003
7004 * gdb.base/setshow.exp: Only test the run command if the target
7005 isn't using a stub and if it supports argument passing.
7006
7007 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
7008
7009 * config/udi.exp(gdb_start): Make sure UDICONF is set
7010 properly before starting gdb.
7011
7012 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
7013
7014 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
7015 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
7016 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
7017
7018 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
7019
7020 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
7021 specialized code to reboot the board, use remote_reboot instead.
7022
7023 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
7024
7025 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
7026
7027 * config/monitor.exp: Make sure we disconnect from the target.
7028 Also, try a reboot/reload cycle instead of failing if the
7029 load fails.
7030
7031 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
7032
7033 * gdb.base/default.exp: Don't set match_max.
7034 * gdb.base/help.exp: Ditto.
7035 * gdb.base/list.exp: Ditto.
7036 * gdb.base/signals.exp: Ditto.
7037
7038 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
7039 set, use remote_ld to download the testcase instead of
7040 the GDB loader.
7041
7042 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
7043
7044 * config/vr5000.exp: New file.
7045
7046 * config/monitor.exp(gdb_target_monitor): Add pattern for
7047 "Ending remote" to detect errors in connecting.
7048
7049 * gdb.base/setshow.exp: Add .* within auto language test.
7050
7051 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
7052 target feature.
7053
7054 * config/monitor.exp(gdb_load): Check for a failure when loading,
7055 and reboot the board if necessary.
7056
7057 * gdb.base/setvar.exp(test_set): Handle multiple prints within
7058 a set of tests. Remove print.* from the patterns being checked.
7059
7060 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
7061
7062 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
7063 refer to gdb_spawn_id.
7064
7065 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
7066 longer used.
7067 * config/sparclet.exp: Ditto.
7068 * config/sparclet-old.exp: Ditto.
7069 * config/slite.exp: Ditto.
7070 * config/sim.exp: Ditto.
7071 * gdb.base/funcargs.exp: Ditto.
7072
7073 * lib/gdb.exp:Remove references to gdb_spawn_id.
7074 (gdb_expect): Move to remote.exp.
7075
7076 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
7077
7078 * config/monitor.exp: Detect the "Couldn't establish connection"
7079 message from GDB.
7080
7081 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
7082
7083 * gdb.base/bitfields.exp: Use runto instead of explicit
7084 gdb_run_cmd/gdb_expect sequences.
7085
7086 * gdb.base/break.exp(text_next_with_recursion): Add match for
7087 gdb_expect call.
7088
7089 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
7090 We also need to handle the "A program is being debugged already"
7091 prompt from gdb. Use gdb_test to set the baud rate.
7092
7093 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
7094 to 20000. Really. I mean it.
7095
7096 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
7097
7098 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
7099 fails. If suppress_flag is set, skip perror message about not
7100 being able to send to GDB.
7101 (send_gdb): If suppress_flag is set, don't try to send commands to
7102 GDB.
7103 (gdb_expect): If suppress_flag is set, always fail immediately.
7104 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
7105 (gdb_init): Call gdb_stop_suppressing_tests.
7106 (default_gdb_exit): Ditto.
7107 (default_gdb_start): Ditto.
7108
7109 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
7110 gdb_stop_suppressing_tests as appropriate.
7111 * gdb.base/break.exp: Ditto.
7112 * gdb.base/callfuncs.exp: Ditto.
7113 * gdb.base/commands.exp: Ditto.
7114 * gdb.base/exprs.exp: Ditto.
7115 * gdb.base/funcargs.exp: Ditto.
7116 * gdb.base/list.exp: Ditto.
7117 * gdb.base/recurse.exp: Ditto.
7118 * gdb.base/scope.exp: Ditto.
7119 * gdb.base/structs.exp: Ditto.
7120 * gdb.c++/inherit.exp: Ditto.
7121
7122 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
7123
7124 * config/vr4300.exp: New file.
7125
7126 * gdb.*/*.exp: Call gdb_expect instead of expect.
7127
7128 * lib/gdb.exp(gdb_expect): New function.
7129
7130 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
7131
7132 * lib/gdb.exp(gdb_init): New function.
7133
7134 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
7135 for each individual variable set.
7136
7137 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
7138 name.
7139
7140 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
7141
7142 * gdb.base/scope.exp: Use gdb_test.
7143
7144 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
7145 aborting; the testsuite driver will do that for us (see
7146 gdb_finish). Also, use gdb_test in a few more places.
7147
7148 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7149
7150 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
7151
7152 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
7153
7154 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
7155 and "add_tests" are not at the same address.
7156
7157 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
7158
7159 * gdb.base/ptype.exp: Use gdb_test.
7160
7161 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
7162
7163 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
7164 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
7165 left in. No longer expect them to fail.
7166
7167 * gdb.stabs/*.mt; Deleted, no longer used.
7168 * gdb.stabs/configure.in: Remove references to target makefile
7169 frags.
7170 * gdb.stabs/configure: Rebuilt.
7171
7172 * gdb.disasm/*.mt: Deleted, no longer used.
7173 * gdb.disasm/configure.in: Remove references to target makefile
7174 frags. Use "sh3.s" as the unique filename for this directory.
7175 * gdb.disasm/configure: Rebuilt.
7176
7177 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
7178 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
7179 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
7180
7181 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
7182
7183 * config/udi.exp: Use mondfe,name instead of remote_host.
7184
7185 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
7186
7187 * gdb.base/watchpoint.exp: Don't expect a failure when calling
7188 a function with a watchpoint enabled on the mn10200.
7189
7190 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
7191 before trying to create it!
7192
7193 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
7194
7195 * config/vx.exp: Use hostname instead of netport.
7196
7197 * config/vxworks.exp: New file.
7198
7199 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
7200
7201 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
7202 gdb before assuming everything worked. Send a ^C if a timeout
7203 occurs.
7204
7205 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
7206 $gdb_spawn_id directly.
7207 (gdb_run_cmd): Try _start as well as start. Use the target feature
7208 gdb,start_symbol as the symbol to start from when jumping.
7209
7210 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
7211
7212 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
7213 redundant) test.
7214
7215 * gdb.base/recurse.exp: Relax final value test for 'b' so that
7216 it doesn't lose for 16bit integer systems.
7217
7218 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
7219
7220 * gdb.fortran/types.exp: If the target doesn't support "double"
7221 data types, then expect "real" types to only be 4 bytes.
7222
7223 * gdb.c++/virtfunc.exp: Expect failure for virtual function
7224 call tests if the target doesn't support inferior function calls.
7225
7226 * gdb.base/printcmds.exp: Allow minor deviation in FP values
7227 in printf tests.
7228
7229 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
7230
7231 * gdb.base/help.exp: Disable "help set", "help show", and
7232 "help support". Simplify regexp for "help stack".
7233
7234 * gdb.base/default.exp: Set match_max to 5000 and the timeout
7235 to 60 seconds. Temporarily set match_max to 15000 around the
7236 "info copying" test.
7237
7238 * gdb.base/nodebug.exp: Don't try to do an inferior function
7239 call if the target doesn't support them.
7240 * gdb.base/printcmds.exp: Likewise.
7241 * gdb.base/setvar.exp: Likewise.
7242 * gdb.base/structs.exp: Likewise.
7243 * gdb.c++/templates.exp: Likewise.
7244 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
7245
7246 * gdb.base/recurse.exp: Enable for the mn10200.
7247
7248 * configure.in: Do configure gdb.stabs directory for *-*-elf
7249 targets.
7250 * configure: Rebuilt.
7251
7252 * gdb.base/break.exp: Check for gdb,noresults before testing
7253 exit status and/or results from the target.
7254 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
7255 * lib/gdb.exp: Remove old (now bogus) initialization of
7256 noinferior, noargs, noresults and nosignals.
7257
7258 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
7259
7260 * config/sh.exp: New file.
7261
7262 * config/slite.exp: Try to connect multiple times to the board
7263 before rebooting. Only send a "monitor run" if need_monitor_run
7264 is set.
7265
7266 * gdb.base/break.exp: Don't do the "stub continue" test if
7267 the target has gdb_stub set.
7268
7269 * gdb.base/callfuncs.exp: Increase the timeout.
7270
7271 * gdb.base/interrupt.exp: Don't even try to compile the testcase
7272 if the target has gdb,noinferiorio set.
7273
7274 * gdb.base/list.exp: Increase match_max to 10000 characters.
7275
7276 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
7277
7278 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
7279 target.
7280
7281 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
7282
7283 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
7284
7285 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
7286 trying to delete the copy of gdb. Catch the file delete so we
7287 don't die if the delete fails; also, the file should be copied to
7288 the host, not to the build.
7289
7290 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
7291
7292 * lib/gdb.exp(gdb_test): Surround the result pattern with
7293 parenthesis in case it contains multiple regexps separated
7294 with |.
7295
7296 * gdb.base/watchpoint.exp: Use gdb_test.
7297 * gdb.base/default.exp: Ditto.
7298
7299 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
7300
7301 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
7302
7303 * gdb.base/scope.exp: Use gdb_test.
7304 * gdb.c++/classes.exp: Ditto.
7305 * gdb.c++/inherit.exp: Ditto.
7306
7307 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
7308
7309 * gdb.base/crossload.exp: Don't use execute_anywhere, use
7310 remote_exec instead.
7311 * gdb.base/corefile.exp: Don't be ridiculous.
7312 * gdb.base/*.c: Add missing stub invocations.
7313
7314 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
7315
7316 * config/slite.exp: Miscellaneous fixes.
7317
7318 * lib/gdb.exp: Fix runto.
7319
7320 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
7321 the target.
7322
7323 * gdb.base/watchpoint.exp: Fix regexp.
7324
7325 * lib/gdb.exp(default_gdb_exit): Add a catch to the
7326 close and wait commands, as the descriptor may now be
7327 invalid. Always call "remote_close host".
7328
7329 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
7330
7331 Major rewrite for testsuite revision.
7332
7333 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
7334 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
7335 instead of relying on spawn_id to always contain a valid
7336 spawn id.
7337 (get_compiler_info): New procedure to build the ${binfile}.ci
7338 file, instead of replicating this in N different places.
7339 (gdb_compile): New procedure.
7340
7341 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
7342 appropriate arguments) instead of compile. Use gdb_test in a lot
7343 more places. Use send_gdb instead of send. Always run gdb_start
7344 at the start of a testcase, as this is no longer done magically.
7345
7346 config/*-gdb.exp: Rename without the -gdb suffix.
7347
7348 config/mips.exp: Use remote_close instead of exit_remote_shell.
7349 config/monitor.exp: Use target_info instead of looking at
7350 baud, timeout, etc.
7351 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
7352
7353 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7354
7355 * gdb.c++/templates.exp (test_ptype_of_templates),
7356 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
7357 Update expect patterns for destructors and assignment operators
7358 to match corresponding c-typeprint.c changes.
7359 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
7360 to destructor breakpoint test, GDB should be able to set the
7361 destructor breakpoint without specifying arguments.
7362
7363 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
7364
7365 * gdb.threads/pthreads.exp: Change result for failure to compile due
7366 to lack of pthreads runtime support from an error to simply an
7367 unsupported test, per dejagnu standards.
7368
7369 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7370
7371 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
7372 where GDB exits to reduce pattern match time.
7373 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
7374
7375 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
7376
7377 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
7378
7379 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
7380 * gdb.base/default.exp: ditto.
7381 * gdb.base/nodebug.exp: ditto.
7382 * gdb.base/printcmds.exp: ditto.
7383 * gdb.base/ptype.exp: ditto.
7384 * gdb.base/setvar.exp: ditto.
7385 * gdb.base/structs.exp: ditto.
7386 * gdb.base/setshow.c: Guard against uninitialized values of argc.
7387
7388 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
7389
7390 * configure, */configure: Rebuild with autoconf 2.12.
7391
7392 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
7393
7394 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
7395 use new i*86-pc-linux*-gnu quads.
7396 * gdb.base/corefile.exp: Ditto.
7397 * gdb.base/signals.exp: Ditto.
7398 * gdb.base/sigall.exp: Ditto.
7399 * gdb.base/interrupt.exp: Ditto.
7400
7401 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
7402 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
7403 RedHat 4.0.
7404
7405 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
7406 linux. This allows the test case to at least compile on latest
7407 linux, but still not run due to missing the threads runtime library.
7408
7409 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7410
7411 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
7412 directory to search gdb directory. Accept and step over conditional
7413 stack alignment code. Consume $prompt in failure cases.
7414 Reset timeout to $oldtimeout instead of some arbitrary value.
7415 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
7416 timeout problems with infinite stack backtraces.
7417 * gdb.base/ptype.exp (ptype struct link, union tu_link):
7418 Accept function parameters for linkfunc member.
7419
7420 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
7421
7422 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
7423 (CXXFLAGS): Remove, unreferenced.
7424 (B_OPTIONS): Add for -B options and add code to initialize with
7425 previous -B options and also add -B option to pick up cross compiled
7426 runtime.
7427 (TARGET_INCLUDES): Add for -I options and add code to initialize when
7428 doing cross compiles.
7429 (target_alias): Declare global.
7430 (xgcc): Set variable to full path of gcc in build tree. Use findfile
7431 to verify that gcc exists in build tree, and if so set CC to that
7432 gcc and to use B_OPTIONS and TARGET_INCLUDES.
7433
7434 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
7435
7436 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
7437 ptype test for anonymous union. Fixup testcase to match
7438 current gcc debug output.
7439
7440 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
7441
7442 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
7443 force argument to an unsigned long type.
7444
7445 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
7446
7447 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
7448 tests and anonymous union print/ptype tests.
7449 * gdb.base/list.exp (test_forward-search): Increase timeout by
7450 5 minutes for the "search extremely long line" case.
7451 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
7452 completely optional and that the pass/fail messages use the command as
7453 the message if that third arg is a null string.
7454 (gdb_test_exact): Arrange that a null string pattern means match a
7455 null string output rather than any output, which might include random
7456 errors.
7457 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
7458 backtrace test.
7459 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
7460 always failing and failure is now exposed by gdb.exp changes.
7461
7462 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
7463
7464 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
7465 weren't being noted.
7466
7467 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7468
7469 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
7470 * gdb.stabs/weird.exp: Remove v_comb xfails.
7471
7472 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
7473
7474 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
7475 list.exp scope.exp watchpoint.exp]
7476 Make all timeout error msgs explicitly say "(timeout)".
7477
7478 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
7479
7480 * config/monitor.exp: Increase download timeout to 1000 seconds.
7481
7482 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
7483
7484 * config/m32r.exp: Increase timeout to 120 seconds.
7485
7486 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
7487
7488 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
7489 and accept older ordering as obsolescent gcc or gdb.
7490 * gdb.c++/templates.exp: Ditto.
7491 * gdb.c++/virtfunc.exp: Ditto.
7492
7493 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
7494
7495 * gdb.base/coremaker.c: Add code to mmap some data so we
7496 can check that it ends up in the core file.
7497 * gdb.base/corefile.exp: Add test to read mmapped data
7498 from core file.
7499
7500 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
7501
7502 * config/m32r.exp: New file.
7503
7504 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
7505
7506 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
7507 that cflags can contains -gstabs, and work correctly for other tests.
7508
7509 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
7510
7511 * gdb.base/setshow.exp: New file, tests show and set.
7512 * gdb.base/setshow.c: New file, tests show and set.
7513 * gdb.base/help.exp: Add test for help set|show annotate.
7514 * gdb.base/default.exp: Add test for set|show annotate.
7515
7516 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
7517
7518 * testsuite/gdb.base/break.exp: Make backtrace from factorial
7519 errors unique.
7520 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
7521 explicitly.
7522
7523 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
7524
7525 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
7526 and width commands. This is done elsewhere.
7527 * (gdb_start): Don't call gdb_start_sim here. That's already
7528 done in gdb_load. This fixes lots of failures in default.exp.
7529
7530 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
7531
7532 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7533 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
7534 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
7535 in the same we we treat other failures (since it may be an expected
7536 condition), rather than as an error.
7537 * gdb.base/signals.exp (test_handle_all_print): Revert back to
7538 old test format.
7539
7540 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
7541
7542 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
7543 (distclean maintainer-clean realclean): No need to remove files
7544 twice. Nuke the duplicates.
7545 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
7546 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
7547 Remove config.h along with other config files.
7548
7549 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
7550
7551 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
7552 "p func1 ()" and note that rests of tests are skipped.
7553 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
7554 setup_xfails for "print func2::coremaker_local".
7555 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
7556 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
7557 affected by the previous run test.
7558 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
7559 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
7560 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
7561 "pass int powerset tuple" and "pass modeless int powerset tuple".
7562 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
7563 "real write 4" and "real write 8".
7564 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
7565 setup_xfails for "print vs1 after tuple assign 2",
7566 "print \$i after tuple assign 2", and
7567 "print vs2 after tuple assign 2".
7568 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
7569 meaningful error message and return -1 so the caller can
7570 suppress further tests and avoid a cascade of errors.
7571
7572 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
7573
7574 * gdb.base/a1-selftest.exp: Tweak tests to account for new
7575 format for printing version.
7576 * gdb.base/default.exp: Ditto.
7577 * gdb.base/interrupt.exp: Fix problem with cascade of
7578 errors if child process dies while calling a function.
7579
7580 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
7581
7582 * Makefile.in (VPATH): Add
7583 * Makefile.in (Makefile, config.status): Fix rules so things get
7584 remade when necessary.
7585
7586 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
7587
7588 * Makefile.in (just-check): Add path to sibling expect dir
7589 to environment variable specified by RPATH_ENVVAR.
7590
7591 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
7592
7593 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
7594 (just-check): Add shared library paths for libstdc++, tk,
7595 tcl, bfd, and opcodes to the environment variable specified
7596 in RPATH_ENVVAR.
7597 * configure.in: Add support to recognize --enable-shared flag
7598 and generate correct value for RPATH_ENVVAR.
7599 * configure: Regenerated with autoconf.
7600
7601 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
7602
7603 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
7604 include all osf versions.
7605 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
7606 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
7607 when target is linux. When failing to build pthreads test
7608 executable, give more meaningful message.
7609 * gdb.threads/pthreads.c: Hpux also uses old definition of second
7610 arg for pthread_create.
7611
7612 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
7613
7614 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
7615 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
7616 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
7617 and -lpthreads (everybody else).
7618 (test_startup): Fail gracefully if threads are not supported.
7619 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
7620 "p/c array_index("abcdef",2)" when not gcc compiled.
7621 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
7622 "print func2::coremaker_local" when not gcc compiled.
7623 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
7624 "ptype on opaque struct tagname (statically)",
7625 "ptype on opaque struct tagname (dynamically) 1", and
7626 "ptype on opaque struct tagname (dynamically) 2"
7627 for not compiled with gcc.
7628 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
7629 backtrace when compiled with gcc.
7630 * lib/gdb.exp (runto_main): Return result of "runto main" rather
7631 than always return success.
7632
7633 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
7634
7635 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
7636
7637 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
7638
7639 * gdb.base/structs.exp: Undo last change.
7640
7641 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
7642
7643 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
7644 encapsulate all the steps/nexts done during self test, starting
7645 at main, and makes them less sensitive to optimization issues.
7646 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
7647 signal handler" test.
7648 * gdb.threads/pthreads.exp: Only run this for native configs.
7649 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
7650 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
7651 tests.
7652 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
7653 for "runto test_calls(void)" test.
7654
7655 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
7656
7657 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
7658 and don't expect address info in breakpoint confirmations.
7659
7660 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
7661
7662 * gdb.base/list.exp (test_forward_search): Increase timeout
7663 temporarily by 60 seconds for searching extremely long line,
7664 and then reset to old value when done. Increase expect input
7665 buffer to 10000.
7666
7667 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
7668
7669 * gdb.base/list.exp (test_forward_search): Fix to handle very
7670 long source line without overflowing expect's input buffer.
7671
7672 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
7673
7674 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
7675 "buffer_full".
7676
7677 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
7678 "buffer_full".
7679
7680 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
7681 "buffer_full".
7682
7683 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
7684 "buffer_full".
7685
7686 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
7687
7688 * configure.in (configdirs): Add gdb.threads.
7689 * configure: Regenerated with autoconf.
7690 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
7691 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
7692 * gdb.threads/configure: New, generated with autoconf.
7693
7694 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
7695
7696 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
7697
7698 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
7699
7700 * gdb.base/signals.exp (test_handle_all_print): Test separately for
7701 each signal's status in the output of "handle all print".
7702 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
7703 the \r\n sequence that immediately precedes the gdb prompt.
7704 * gdb.base/a1-selftest.exp: Save original timeout and restore
7705 after test.
7706
7707 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7708
7709 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7710 symbol.
7711
7712 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7713
7714 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7715
7716 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7717
7718 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7719 timeout by 60 seconds.
7720
7721 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7722
7723 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7724 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7725 error return.
7726
7727 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7728
7729 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7730 gdb initialization, also report how long dejagnu waited. Restore
7731 old timeout before doing error return. Temporarily increase timeout
7732 by 3 minutes to allow for slow startups over heavy NFS use.
7733
7734 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7735
7736 * lib/gdb.exp: Report timeout value for verbosity level 2.
7737 * config/gdbserver.exp: Ditto.
7738 * config/hppro.exp: Ditto.
7739 * config/mips-gdb.exp: Ditto.
7740 * config/monitor.exp: Ditto.
7741 * config/netware.exp: Ditto.
7742 * config/sim-gdb.exp: Ditto.
7743 * config/slite-gdb.exp: Ditto.
7744 * config/udi-gdb.exp: Ditto.
7745 * config/unix-gdb.exp: Ditto.
7746 * config/vx-gdb.exp: Ditto.
7747 * gdb.base/a1-selftest.exp: Ditto.
7748 * gdb.base/a2-run.exp: Ditto.
7749 * gdb.base/break.exp: Ditto.
7750 * gdb.base/corefile.exp: Ditto.
7751 * gdb.base/list.exp: Ditto.
7752 * gdb.base/recurse.exp: Ditto.
7753 * gdb.base/scope.exp: Ditto.
7754 * gdb.base/signals.exp: Ditto.
7755
7756 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7757
7758 * gdb.threads/Makefile.in (docdir): Removed.
7759
7760 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7761
7762 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
7763 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
7764 @srcdir@.
7765 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
7766 autoconf 2.5 or higher.
7767 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7768
7769 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7770
7771 * configure: Regenerated.
7772 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7773 avoid name clashes with SunOS headers.
7774
7775 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7776
7777 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7778
7779 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7780
7781 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7782 prototype information ends up in the compiler info file.
7783
7784 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7785
7786 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7787 attempting to regenerate it. Eliminate use of a temporary file
7788 and just generate the info file directly. Source it immediately,
7789 for consistency of use.
7790 * gdb.base/corefile.exp: Ditto
7791 * gdb.base/exprs.exp: Ditto.
7792 * gdb.base/funcargs.exp: Ditto.
7793 * gdb.base/langs.exp: Ditto.
7794 * gdb.base/list.exp: Ditto.
7795 * gdb.base/mips_pro.exp: Ditto.
7796 * gdb.base/nodebug.exp: Ditto.
7797 * gdb.base/opaque.exp: Ditto.
7798 * gdb.base/ptype.exp: Ditto.
7799 * gdb.base/scope.exp: Ditto.
7800 * gdb.base/setvar.exp: Ditto.
7801 * gdb.base/signals.exp: Ditto.
7802 * gdb.base/whatis.exp: Ditto.
7803 * gdb.c++/templates.exp: Ditto.
7804 * gdb.c++/virtfunc.exp: Ditto.
7805 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7806 whether or not to add -lstdc++ to the compile command line args.
7807
7808 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7809
7810 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7811 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7812 Increase timeout, a lot of single stepping might be needed if the
7813 target has no hardware watchpoints.
7814
7815 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7816
7817 * gdb.base/break.exp: Ignore compiler warnings when compiling
7818 break.c.
7819 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7820 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7821 from remote-sim.
7822 * gdb.base/exprs.exp: Add h8300 xfails.
7823 * gdb.base/funcargs.exp: Likewise.
7824 * gdb.base/nodebug.exp: Likewise.
7825 * gdb.base/printcmds.exp: Likewise.
7826 * gdb.base/ptype.exp: Likewise.
7827 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7828 h8300 xfails.
7829 * gdb.base/return.exp: Handle float/double precision problems
7830 on the h8300.
7831 * gdb.base/funcargs.c: Explicitly make last constant argument to
7832 call_after_alloca_subr an unsigned long type.
7833 * gdb.base/return.c: Include stdio.h.
7834
7835 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7836
7837 * config/abug.exp: New file for the older Motorola Bug monitor
7838 that runs on the mvme13x series VME boards.
7839 * config/monitor.exp: Use the new config array for target settings
7840 if they exist.
7841
7842 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7843
7844 * sim-gdb.exp: Make the SH simulator allocate less space when
7845 it is targeted.
7846
7847 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7848
7849 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7850 test.
7851
7852 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7853
7854 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7855 "rs6000-*-*" for "list function in include file" when gcc compiled.
7856 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7857 for "p ctable1[120]".
7858 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7859 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7860 Remove setup_xfail for "rs6000-*-*" for
7861 "print 'scope0.c'::filelocal before run".
7862 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7863 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7864 since some compilers don't allow both options to be given
7865 on the same command line. Create object file and move it.
7866
7867 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7868
7869 * gdb.base/corefile.exp: Always regenerate the core file, since
7870 we always regenerate the coremaker program. Detect special case
7871 where registers cannot be read from core file.
7872
7873 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7874
7875 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7876 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7877 * gdb.c++/templates.exp: Only match on basename of file since
7878 some formats like xcoff don't encode directory information.
7879 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7880 and rs6000 AIX xcoff targets.
7881 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7882 * configure: Regenerate.
7883 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7884 here, rather than in distclean.
7885
7886 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7887
7888 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7889 defined, and use it to compile the test case with -O2. The
7890 native compilation still uses no optimization.
7891 * gdb.base/mips_pro.c: Remove inline assembly code since
7892 it is compiled PIC by default, which results in assembler
7893 warnings that make the testsuite think the compilation
7894 was unsuccessful.
7895
7896 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7897
7898 * gdb.c++/misc.exp: Add note to message for
7899 "print s.a for foo struct" that this is a known gcc 2.7.2
7900 and earlier bug.
7901
7902 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7903
7904 * gdb.base/break.exp: Fix pattern for matching "Delete all
7905 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7906 setup_xfail for deleting all breakpoints test. Fix various
7907 timeout messages to include "(timeout)".
7908 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7909 for "p t_float_values2(3.14159,float_val2)".
7910 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7911 for "continue to call2g" when gcc compiled.
7912 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7913 "up to foo in langs.exp", "show language at foo in langs.exp",
7914 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7915 and "show language at fsub in langs.exp".
7916 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7917 "list line 1 in include file", "list message for lines past EOF",
7918 "list function in include file", "list list0.h:foo", and
7919 "list filename:function; nonexistant function".
7920 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7921 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7922 and "ptype t_char_array" to be for native cc only.
7923
7924 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7925
7926 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
7927 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7928 "print func2::coremaker_local", and "backtrace in corefile.exp".
7929
7930 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7931
7932 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7933 "bt in signals.exp". This problem only appears when running
7934 the testsuite, and then only intermittently.
7935
7936 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7937
7938 * gdb.base/return.exp (return_tests): Differentiate between
7939 two tests of continuing.
7940
7941 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7942
7943 * */Makefile.in (maintainer-clean): Remove config.log.
7944 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7945 * gdb.c++/Makefile.in (PROGS): Add inherit.
7946 (clean): Remove *.ci.
7947
7948 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7949
7950 * gdb.c++/misc.cc: Add test code from Mike Stump.
7951 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7952
7953 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7954
7955 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7956 to "alpha-*-osf2*" and add comment.
7957 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7958 setup_xfail for "step over execarg initialization" and
7959 "step over corearg initialization".
7960 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7961 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7962 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7963 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7964 "print func2::coremaker_local", and "backtrace in corefile.exp".
7965 * gdb.base/signals.exp: Build and source signals.ci.
7966 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7967 to be for gcc only.
7968 * lib/gdb.exp: Move verbose statements outside conditionals.
7969
7970 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7971
7972 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7973 Feb 3 procfs.c change.
7974
7975 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7976
7977 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7978
7979 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7980
7981 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7982 from dejagnu's apparent default of 10 seconds, which gives random
7983 results when running the tests over NFS on moderately loaded systems.
7984 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7985
7986 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7987
7988 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7989 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7990 result reports.
7991
7992 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7993
7994 * configure.in (CY_AC_PATH_TCLH): Remove.
7995 * configure: Regenerate.
7996
7997 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7998
7999 * gdb.c++/Makefile.in (clean): Add missing '{'.
8000
8001 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
8002
8003 * lib/gdb.exp: Provide a default value for noinferior.
8004
8005 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
8006 Load libgloss.exp.
8007
8008 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
8009
8010 * gdb.disasm/hppa.exp: Compile directly into an executable, use
8011 the executable, not the .o to run the tests from.
8012
8013 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
8014
8015 * gdb.base/break.exp: Don't test for program exit or exit status
8016 if $noresults if nonzero.
8017 * gdb.base/langs.exp: Likewise.
8018 * gdb.base/watchpoint.exp: Likewise.
8019
8020 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
8021 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
8022 trying to compile the testcase.
8023
8024 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
8025
8026 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
8027 * gdb.base/signals.exp (continue to handler): Likewise.
8028
8029 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
8030
8031 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
8032
8033 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
8034
8035 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
8036
8037 * gdb.base/corefile.exp: Recognize "not found" as failure
8038 when trying to determine if a core file was generated.
8039 If no core file was generate the first time, try again without
8040 the ulimit -c to work around braindamaged shells.
8041
8042 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
8043
8044 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
8045 [] tests with "test" and enclose string in quotes.
8046 * gdb.stabs/configure: Rebuild
8047
8048 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
8049
8050 Changes in sync with expect:
8051 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
8052 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
8053 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
8054 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
8055 argument to AC_REQUIRE.
8056 * configure: Regenerated.
8057
8058 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
8059
8060 * gdb.base/corefile.exp: When generating a core, discard any
8061 error messages about ulimit not found and the "core dumped"
8062 message from the shell that runs the coredumper.
8063
8064 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
8065
8066 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
8067
8068 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
8069 which sed script to run. Expect failure for v_comb test
8070 on PA targets too.
8071
8072 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
8073
8074 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
8075 "print func2::coremaker_local" and for "backtrace in corefile.exp"
8076
8077 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
8078
8079 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
8080 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
8081 "sparc-sun-solaris*" xfails for "p v_comb".
8082 * lib/gdb.exp (default_gdb_start): Fix typo.
8083 * gdb.base/corefile.exp: Allow "Core was generated by ..."
8084 messages to not include the full program name that caused
8085 the core dump since some systems (such as solaris) apparently
8086 truncate this path to about 80 characters.
8087 When generating a core file first try increasing the core file
8088 size limit to unlimited since some systems may default it to
8089 zero, and it is harmless to try it. Move the test for failing
8090 to generate a core file to where it will actually get executed.
8091 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
8092 new gdb result from g++ debug info improvements and make old
8093 pattern obsolescent. Also account for size_t differences
8094 (may be int or long).
8095 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
8096 initialization before function call is placed in the delay slot
8097 and thus appears to be skipped over by commands such as "next".
8098
8099 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
8100
8101 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
8102
8103 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
8104
8105 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
8106 input source file; fix code to compile test to deal with this
8107 convention.
8108 * gdb.c++/*.exp: Likewise.
8109
8110 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
8111
8112 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
8113 "bt in signals.exp".
8114
8115 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
8116
8117 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
8118 "step over execarg initialization" and
8119 "step over corearg initialization".
8120
8121 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
8122
8123 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
8124 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
8125
8126 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
8127
8128 From Rob Savoye (rob@poseidon.cygnus.com)
8129 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
8130 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
8131 configure.in}, gdb.disasm/{Makefile.in, configure.in},
8132 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
8133 configure.in}: Major reworking for autoconfig.
8134 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
8135 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
8136 New files.
8137 * config/unix-gdb.exp: Make GDB global.
8138 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
8139 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
8140 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
8141 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
8142 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
8143 term.exp, twice.exp, watchpoint.exp, whatis.exp},
8144 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
8145 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
8146 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
8147 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
8148 pr-8136.exp, result.exp, string.exp, tuples.exp},
8149 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
8150 to returns as necessary, arrange for test to compile own testcase
8151 executable.
8152 * lib/gdb.exp: Changes for testsuite to compile own test cases.
8153
8154 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
8155
8156 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
8157 clear_xfail at end of test which might not call either pass or fail.
8158 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
8159 "backtrace through signal handler".
8160
8161 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8162
8163 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
8164 continuing from a job control stop signal.
8165 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
8166
8167 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
8168
8169 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
8170 * gdb.base/corefile.exp: Likewise.
8171 * gdb.base/funcargs.exp: Likewise.
8172
8173 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
8174
8175 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
8176 * config/monitor.exp: Add support for setting baud rate.
8177
8178 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
8179
8180 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
8181 i*86-*-linux* xfails for "backtrace through signal handler".
8182 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
8183 "print func2::coremaker_local".
8184 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
8185 alpha-dec-osf2* xfail for
8186 "delete all breakpoints when none".
8187
8188 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
8189
8190 * gdb.base/break.exp: Change test that deletes all breakpoints
8191 when no user breakpoints are installed. A post 4.15 change
8192 causes gdb to no longer prompt in this case.
8193
8194 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
8195
8196 * gdb.base/return.exp (return_tests): Change xfail for test
8197 "correct value returned double test" to stop xfailing at
8198 Solaris 2.5. Apparently the bug has been fixed.
8199
8200 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
8201
8202 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
8203 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
8204
8205 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
8206
8207 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
8208 * gdb.disasm/hppa.s: Corresponding changes.
8209
8210 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
8211
8212 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
8213 makefile fragment.
8214 * config/mt-hpux: Deleted.
8215
8216 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
8217
8218 * Many files: When warning about suppressed tests due to a
8219 nonexistant test binary, avoid incrementing the warning count.
8220
8221 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
8222
8223 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
8224
8225 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8226
8227 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
8228 "sparc-*-solaris2*".
8229
8230 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8231
8232 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
8233 Add global and local variables and initialize them.
8234 * gdb.base/corefile.exp: Test correct mapping of corefile sections
8235 by printing variables. Remove rs6000 and powerpc xfails, BFD now
8236 extracts the file name and terminating signal from the core file.
8237 * TODO: Remove note about tests for correct mapping of corefile.
8238 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
8239 from optimizing it away.
8240 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
8241 handles common blocks.
8242
8243 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
8244
8245 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
8246 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
8247
8248 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
8249
8250 * Makefile.in (maintainer-clean): New target, synonym for
8251 realclean.
8252 * gdb.base/Makefile.in (maintainer-clean): Likewise.
8253 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
8254 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
8255 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
8256 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
8257 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
8258
8259 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
8260
8261 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
8262 xfails when not gcc compiled for "print foo::funclocal".
8263 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
8264 "print foo::funclocal at foo",
8265 "print 'scope1.c'::foo::funclocal at foo",
8266 "print foo::funclocal_bss at foo",
8267 "print 'scope1.c'::foo::funclocal_bss at foo",
8268 "print foo::funclocal_ro at foo",
8269 "print 'scope1.c'::foo::funclocal_ro at foo",
8270 "print bar::funclocal at foo" and
8271 "print 'scope1.c'::bar::funclocal at foo".
8272 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
8273 gcc compiled for "print foo::funclocal at bar".
8274 Expand all messages to ensure that they identify that
8275 the test is at bar().
8276 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
8277 gcc compiled for:
8278 "ptype on opaque struct pointer (statically)",
8279 "ptype on opaque struct tagname (statically)",
8280 "ptype on opaque struct pointer (dynamically) 1",
8281 "ptype on opaque struct tagname (dynamically) 1",
8282 "ptype on opaque struct pointer (dynamically) 2" and
8283 "ptype on opaque struct tagname (dynamically) 2
8284 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
8285 gcc compiled for:
8286 "p datalocal"
8287 "whatis datalocal",
8288 "ptype datalocal",
8289 "p bsslocal",
8290 "whatis bsslocal", and
8291 "ptype bsslocal".
8292 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
8293 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
8294 when not gcc compiled.
8295 * gdb.base/funcargs.exp (float_and_integral_args): Add
8296 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
8297 compiled.
8298 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
8299 "backtrace from call6a" when not gcc compiled.
8300 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
8301 "backtrace from call7a" when not gcc compiled.
8302 * gdb.base/callfuncs.exp (do_function_calls):
8303 Add "hppa*-*-hpux*" xfail when not gcc compiled for
8304 "p t_char_array_values(char_array_val2,char_array_val1)",
8305 "p t_char_array_values(char_array_val1,char_array_val2)",
8306 "p t_char_array_values("carray 1","carray 2")",
8307 "p t_char_array_values("carray 1",char_array_val2)",
8308 "p t_char_array_values(char_array_val1,"carray 2")",
8309 "p sum_args(1,{2})",
8310 "p sum_args(2,{2,3})",
8311 "p sum_args(3,{2,3,4})",
8312 "p sum_args(4,{2,3,4,5})"
8313 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
8314 "backtrace in corefile.exp" when not gcc compiled.
8315
8316 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8317
8318 * gdb.base/signals.exp: Rewrite `handle all print' test as
8319 a procedure. Accept blanks or TABs as whitespace, increase
8320 timeout and expect input buffer size for the large output
8321 from the command. Remove "i*86-*-bsdi2.0" xfail.
8322
8323 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8324
8325 * gdb.base/setvar.exp: Add new testcases for truncation when
8326 assigning invalid values to bitfields.
8327
8328 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
8329
8330 * gdb.base/callfuncs.exp (do_function_calls): Remove
8331 mips-sgi-irix* xfail for
8332 "call inferior func with struct - returns char *"
8333 and fix test so that an optional (unsigned char *) cast is
8334 accepted in the result.
8335
8336 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
8337
8338 * gdb.base/funcargs.exp (float_and_integral_args): Remove
8339 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
8340 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
8341 * gdb.base/signals.exp: Remove duplicate "handle all print" test
8342 that accidentally got checked in.
8343
8344 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
8345
8346 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
8347 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
8348 compiled test.
8349 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
8350 Add mips-sgi-irix5* xfail for not gcc compiled.
8351 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
8352 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
8353 "p top", "whatis top", "p middle", and "whatis middle".
8354 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
8355 "whatis signed char" for not gcc compiled.
8356 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
8357 "set variable signed char=-1 (-1)" and
8358 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
8359 * gdb.base/funcargs.exp (float_and_integral_args):
8360 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
8361 Add mips-sgi-irix* xfail when not gcc compiled for
8362 "continue to call2b".
8363 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
8364 "continue to call2g".
8365 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
8366 "backtrace from call6a"
8367 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
8368 "backtrace from call7k".
8369 Add mips-sgi-irix5* xfail when not gcc compiled for
8370 "backtrace from call7a".
8371 (localvars_after_alloca): Fix gdb_test cmds for
8372 "print * after runto ...".
8373 Remove rs6000-*-* xfails for
8374 "print i after runto localvars_after_alloca" and
8375 "print l after runto localvars_after_alloca"
8376 for all compilers.
8377 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
8378 when not compiled with gcc, for:
8379 "print signed char == (minus)",
8380 "print signed char != (minus)",
8381 "print signed char < (minus)",
8382 "print signed char > (minus)".
8383 * gdb.base/callfuncs.exp (do_function_calls):
8384 Add mips-sgi-irix* xfail, when compiled with native compiler, for
8385 "call inferior func with struct - returns char *".
8386 * gdb.base/return.exp (return_tests): Change xfail for
8387 "correct value returned double test" to include Solaris 2.4.
8388 * gdb.base/funcargs.exp (float_and_integral_args):
8389 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
8390
8391 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8392
8393 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
8394 enumeration bitfields if compiling with GNU C.
8395 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
8396 to empty' prompt.
8397
8398 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
8399
8400 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
8401 test for PRO targets.
8402
8403 * gdb.base/funcargs.exp: Avoid ever setting more than 8
8404 breakpoints in the inferior at any given time by making
8405 two groups of breakpoints for call2*, call6* and call7*
8406 tests.
8407
8408 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8409
8410 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
8411 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
8412 from optimizing it away.
8413 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
8414 "call inferior func with struct".
8415
8416 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
8417
8418 * configure.in: Only configure gdb.chill for particular targets.
8419
8420 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
8421
8422 * gdb.base/Makefile.in: Add action to .c.o transformation
8423 rule that generates a .ci file for each .o file and remove
8424 explicit .c.o rules except for callfuncs.o.
8425 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
8426 generates a .ci file for each .o file and remove explicit
8427 .cc.o rules.
8428 (clean): Remove *.tmp *.ci files.
8429 (EXECUTABLES): Remove templ-info.exp.
8430 * gdb.base/compiler.c: New file.
8431 * gdb.c++/compiler.cc: New file
8432 * gdb.base/scope.exp: Source gdb.base/scope.ci.
8433 Change rs6000-*-* xfail for
8434 "print 'scope0.c'::filelocal_ro" and
8435 "print 'scope1.c'::filelocal" and
8436 "print 'scope1.c'::filelocal_bss" and
8437 "print 'scope1.c'::filelocal_ro" and
8438 "print 'scope1.c'::foo::funclocal" and
8439 "print 'scope1.c'::foo::funclocal_ro" and
8440 "print 'scope1.c'::bar::funclocal" and
8441 "print 'scope0.c'::filelocal_ro" and
8442 "print 'scope1.c'::filelocal at foo" and
8443 "print 'scope1.c'::filelocal_bss at foo" and
8444 "print 'scope1.c'::filelocal_ro at foo" and
8445 "print 'scope1.c'::foo::funclocal at foo" and
8446 "print 'scope1.c'::foo::funclocal_bss at foo" and
8447 "print 'scope1.c'::foo::funclocal_ro at foo" and
8448 "print 'scope1.c'::bar::funclocal at foo" and
8449 "print 'scope0.c'::filelocal_ro" and
8450 "print 'scope1.c'::filelocal" and
8451 "print 'scope1.c'::filelocal_bss" and
8452 "print 'scope1.c'::filelocal_ro" and
8453 "print 'scope1.c'::foo::funclocal" and
8454 "print 'scope1.c'::foo::funclocal_bss" and
8455 "print 'scope1.c'::foo::funclocal_ro" and
8456 "print 'scope1.c'::bar::funclocal" and
8457 "print 'scope1.c'::bar::funclocal_bss"
8458 to only be xfail'd when not compiled with gcc.
8459 Add rs6000-*-* xfail for
8460 "print 'scope0.c'::filelocal_bss before run"
8461 when compiled with gcc.
8462 (test_at_main): Add rs6000-*-* xfail for
8463 "print filelocal_ro in test_at_main"
8464 when compiled with gcc.
8465 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
8466 Add rs6000-*-aix* xfail for
8467 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
8468 "ptype t_char_array", not compiled with gcc.
8469 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
8470 xfail for "list foo (in include file)" when gcc compiled.
8471 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
8472 (integral_args): Add rs6000-*-* xfail for
8473 "run to call0a" if not compiled with gcc.
8474 (unsigned_integral_args): Add rs6000-*-* xfail for
8475 "run to call1a" if not compiled with gcc.
8476 (float_and_integral_args): Add rs6000-*-* xfail for
8477 "run to call2a" if not compiled with gcc and for
8478 "continue to call2b" for any compiler.
8479 Add rs6000-*-* xfail to
8480 "print f1 after run to call2a" for gcc compiled.
8481 (discard_and_shuffle): Add rs6000-*-* xfail for
8482 "run to call6a".
8483 (shuffle_round_robin): Add rs6000-*-* xfail for
8484 "backtrace from call7a" if not compiled with gcc.
8485 Add rs6000-*-* xfail for
8486 "backtrace from call7b" if compiled with gcc.
8487 (call_after_alloca): Add rs6000-*-* xfail for
8488 "print c in call_after_alloca" and
8489 "print s in call_after_alloca" and
8490 "backtrace from call_after_alloca_subr"
8491 if not compiled with gcc.
8492 (localvars_in_indirect_call): Add rs6000-*-* xfail for
8493 "print c in localvars_in_indirect_call" and
8494 "print c in localvars_in_indirect_call" and
8495 "backtrace in indirectly called function" and
8496 "stepping into indirectly called function"
8497 if not compiled with gcc.
8498 (localvars_after_alloca): Add rs6000-*-* xfail for
8499 "print c after runto localvars_after_alloca" and
8500 "print s after runto localvars_after_alloca" and
8501 "print i after runto localvars_after_alloca" and
8502 "print l after runto localvars_after_alloca"
8503 for all compilers.
8504 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
8505 than whatis-info.exp.
8506 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
8507 than opaque-info.exp.
8508 Setup rs6000-*-* xfail for
8509 "ptype on opaque struct pointer (statically)" and
8510 "ptype on opaque struct pointer (dynamically)" when
8511 not compiled with gcc.
8512 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
8513 rather than callf-info.exp.
8514 (do_function_calls): Add clear_xfail for rs6000-*-* for
8515 "p t_float_values2(3.14159,float_val2)". Seems to work
8516 fine there, both with xlc and gcc. Need to find out what
8517 it is doing right and fix other platforms.
8518 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
8519 "call inferior func with struct - returns int",
8520 "call inferior func with struct - returns long",
8521 "call inferior func with struct - returns float",
8522 "call inferior func with struct - returns double",
8523 "call inferior func with struct - returns char *",
8524 but only if not gcc compiled (presumes xlc compiled).
8525 Change rs6000-*-* xfails for
8526 "call inferior func with struct - returns char" and
8527 " call inferior func with struct - returns short" to only
8528 xfail if not using gcc.
8529 (clean mostlyclean): Remove *.ci and *.tmp files.
8530 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
8531 than templ-info.exp.
8532 * gdb.base/langs.exp: Source gdb.base/langs.ci.
8533 Add rs6000-*-* xfail for "up to foo in langs.exp"
8534 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
8535 when not gcc compiled.
8536
8537 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8538
8539 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
8540 * gdb.base/corefile.exp: Likewise.
8541 * gdb.base/list.exp: Likewise.
8542 * gdb.base/scope.exp: Likewise.
8543 * gdb.base/siganls.exp: Likewise.
8544
8545 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
8546 compiler output.
8547 * gdb.base/whatis.exp: Likewise.
8548
8549 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
8550
8551 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
8552 failure (opcode table has been fixed to match reality).
8553
8554 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
8555
8556 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
8557 "call inferior func with struct - returns char",
8558 "call inferior func with struct - returns short"
8559
8560 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
8561 "print 'scope0.c'::filelocal at main",
8562 "print 'scope0.c'::filelocal_bss in test_at_main",
8563 "print 'scope0.c'::filelocal at foo",
8564 "print 'scope0.c'::filelocal_bss in test_at_foo",
8565 "print 'scope0.c'::filelocal at bar",
8566 "print 'scope0.c'::filelocal_bss in test_at_bar"
8567
8568 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
8569 in source file 1". This bug seems to have been fixed with both
8570 gcc and native cc (was native assembler bug?).
8571
8572 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
8573
8574 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
8575 "backtrace through signal handler" to "i*86-*-sysv4*".
8576 * gdb.base/signals.exp: Add xfail for "'next' behaved as
8577 continue" case. Add "known SVR4 bug" to fail message.
8578 Add "i*86-*-bsdi2.0" xfail for "handle all print".
8579 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
8580 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
8581 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
8582 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
8583 "up to foo in langs.exp", "show language at foo in
8584 langs.exp", "up to cppsub_ in langs.exp", "show
8585 language at cppsub_ in langs.exp", "up to fsub in
8586 langs.exp", and "show language at fsub in langs.exp".
8587 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
8588 "bactrace in corefile.exp".
8589 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
8590 "call inferior function with struct - returns float" and
8591 "call inferior function with struct - returns double".
8592
8593 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
8594
8595 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
8596 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
8597 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
8598 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8599
8600 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
8601
8602 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
8603 (or overriden) "CHILL" macro rather then bare "gcc".
8604 Also look for ../../gcc/xgcc since that is what we will
8605 actually need, not "Makefile". Remove following assignment
8606 of CHILL to CHILL_FOR_TARGET because that results in
8607 recursive definition.
8608
8609 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
8610
8611 * gdb.base/corefile.exp: Change xfail for backtrace in
8612 corefile.exp from linuxaout to all linux.
8613 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
8614 cases where we miss the breakpoint at the signal handler
8615 for some reason. Setup xfail for linuxoldld/linuxaout and
8616 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
8617 hitting SIGURG breakpoint.
8618 * gdb.base/signals.exp: Setup xfail for "next" acting like
8619 continue to add linuxoldld. Setup xfail for all linux for
8620 "next to handler in signals_tests_1", "backtrace in
8621 signals_tests_1", "continue to func1", "pass SIGUSR1",
8622 and continue to handler".
8623
8624 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8625
8626 * Update all FSF addresses except those in COPYING* files.
8627
8628 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
8629
8630 * gdb.base/a2-run.exp: Change messages to be more explicit about
8631 the status of args, and quote binfile in results.
8632
8633 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
8634
8635 * gdb.base/callfuncs.exp: Add tests for passing structs to
8636 inferior functions and return various types.
8637 * gdb.base/callfuncs.c: Add functions to receive a struct
8638 and return a member of the struct, in various types.
8639
8640 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8641
8642 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
8643
8644 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8645
8646 * config/vxworks29k.exp: New file, sources vxworks.exp.
8647
8648 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8649
8650 * config/gdbremote.exp: New file. Testing framework using
8651 gdbserver.
8652
8653 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
8654
8655 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
8656 "call function when asleep" and "send end of file".
8657 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
8658 for "backtrace in corefile.exp".
8659 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
8660 for "backtrace through signal handler".
8661 * gdb.base/corefile.exp: Make sure we actually generate a core file
8662 before trying the core tests. Some systems allow the user to suppress
8663 generation of core files and default to that (linux for example).
8664 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
8665 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
8666
8667 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8668
8669 * gdb.threads: New directory with some crude multi-threaded
8670 gdb tests (step.exp and step2.exp).
8671 * config/mt-lynx (STEP_EXECUTABLE): Define.
8672 (THREADFLAGS): Define.
8673
8674 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
8675
8676 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
8677
8678 * gdb.base/signals.exp: Disable whole file for lynx until
8679 further notice.
8680
8681 * gdb.base/signals.exp: xfail test where "next" acts like
8682 "continue" for lynx.
8683
8684 * gdb.base/interrupt.exp: xfail test for calling function while
8685 inferior is asleep for lynx.
8686
8687 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
8688 than one cr-lf after each command.
8689
8690 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8691
8692 * configure.in: Reinstate setting of stabsdirs variable, fix
8693 typo in setting up configdirs for native builds.
8694
8695 * gdb.base/return.exp: Fix typo in return double test.
8696 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
8697 compiler from optimizing them away.
8698
8699 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
8700
8701 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
8702 sequences to be echo'd by gdb when using gdb_test.
8703 * gdb.chill/chexp.exp: Likewise.
8704 * gdb.fortran/exprs.exp: Likewise
8705
8706 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8707
8708 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8709 after the inferior gdb has started.
8710
8711 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8712 after each command.
8713 * gdb.base/funcargs.exp: Likewise.
8714 * gdb.base/gdbvars.exp: Likewise.
8715 * gdb.base/interrupt.exp: Likewise.
8716 * gdb.base/list.exp: Likewise.
8717 * gdb.base/watchpoint.exp: Likewise.
8718 * gdb.c++/demangle.exp: Likewise.
8719 * gdb.c++/inherit.exp: Likewise.
8720 * gdb.chill/chexp.exp: Likewise.
8721 * gdb.fortran/exprs.exp: Likewise.
8722
8723 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8724 test if we can't handle IO to/from the inferior.
8725
8726 * gdb.c++/misc.exp: Always check for a program already being
8727 started after sending a "run" command to gdb.
8728
8729 * gdb.base/twice.exp: Start with a fresh gdb.
8730
8731 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8732 only depend on gdb's expression code, not the chill runtime.
8733
8734 * gdb.base/return.c: Put return values into variables so we
8735 can have gdb print them rather than depending on the program
8736 to print them.
8737 * gdb.base/return.exp: Corresponding changes.
8738
8739 * lib/gdb.exp: Provide default value for noinferiorio.
8740 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8741 the inferior.
8742
8743 * gdb.base/break.exp: Always check for a program already being
8744 started after sending a "run" command to gdb.
8745 (text_next_with_recursion): Don't check the output from the
8746 program's printf statement. Instead just make sure the program
8747 exited.
8748
8749 * gdb.base/commands.exp: Protect tests which need arguments with
8750 $noargs conditionals.
8751
8752 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8753
8754 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8755 of structure member arrays to match gdb/valops.c:value_addr change.
8756
8757 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8758
8759 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8760 cases.
8761
8762 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8763
8764 * configure.in (configdirs): Remove gdb.chill from default list
8765 of subdirs and then add it back in only if doing a native build.
8766 The current chill compiler does not yet work in any cross build.
8767 * Revert all signal changes from Jul 6.
8768 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8769 for sh-hms targets, allowing these tests to link, with no other
8770 changes. Testing is suppressed by setting "nosignals" in site.exp.
8771
8772 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8773
8774 * configure.in (signaldirs): Define and add to configdirs for all
8775 targets except some specific ones that are known to not support signals.
8776 Also clean up formatting.
8777 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8778 (signals, sigall): Remove rules to build.
8779 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8780 Moved to new gdb.signals directory.
8781 * gdb.signals: New test directory.
8782 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8783 signals.c signals.exp}: New or moved files.
8784
8785 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8786
8787 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8788
8789 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8790
8791 * gdb.base/return.exp: Xfail `return double' test failure
8792 on at least Solaris 2.3 and handle future/past versions on
8793 a case by case basis as appropriate. Also update message
8794 to include i*86 failures.
8795
8796 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8797
8798 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8799
8800 * lib/gdb.exp: Fix comment which erroneously identified
8801 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8802 gdb_file_cmd not gdb_load).
8803 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8804
8805 * gdb.base/setvar.exp: Make test names consistent between pass and
8806 fail cases. Use gdb_test more.
8807
8808 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8809
8810 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8811
8812 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8813
8814 * gdb.base/help.exp: Fix expected help string for `show commands'.
8815
8816 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8817
8818 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8819
8820 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8821 of a text section.
8822
8823 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8824
8825 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8826 that loop eventually terminates. Fix Connection refused logic so
8827 that testsuite will expire nicely.
8828
8829 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8830
8831 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8832 config/rom68k.exp: New tcl glue for the appropriate monitors.
8833 These all just end up calling monitor.exp.
8834 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8835 refused' by retrying. Cleanup some timeout issues.
8836 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8837 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8838 callers don't have to set/restore global timeout variable.
8839
8840 * The following set of changes centralizes management of the global
8841 timeout variable. This way, it can be set in one target dependent
8842 place instead of dozens of places scattered throughout the test suite.
8843 If you need to lengthen a timeout, then you should either set timeout
8844 in one of the config/{target}.exp files, or multiply it by a factor.
8845 Setting it to an absolute value is always going to lose for some
8846 targets.
8847 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8848 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8849 * gdb.base/funcargs.exp: Don't set timeout.
8850 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8851 * gdb.base/printcmds.exp (test_print_string_constants
8852 test_print_array_constants): Don't set timeout.
8853 * gdb.base/ptype.exp: Don't set timeout.
8854 * gdb.base/recurse.exp: Don't set timeout.
8855 * gdb.base/return.exp: Don't set timeout.
8856 * gdb.base/watchpoint.exp: Don't set timeout.
8857 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8858 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8859
8860 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8861
8862 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8863
8864 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8865
8866 * lib/gdb.exp: Disable chill tests for irix5.
8867
8868 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8869
8870 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8871 each test pass or fail.
8872
8873 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8874
8875 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8876 xlc not gcc.
8877
8878 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8879
8880 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8881
8882 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8883
8884 * config/est.exp: Fix copyright and comments. Remove dead code.
8885 Use targetname, serialport and baud variables instead of fixed
8886 constants.
8887 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8888 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8889
8890 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8891
8892 * gdb.base/watchpoint.exp: Don't run
8893 test_watchpoint_triggered_in_syscall for sunos.
8894
8895 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8896
8897 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8898 they don't seem to exist. Do include stdio.h.
8899
8900 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8901
8902 * gdb.base/a1-selftest.exp: Add alpha xfail.
8903
8904 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8905
8906 * gdb.base/watchpoint.c (main): Prompt before calling read().
8907 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8908 Revise accordingly. Remove cruft about sending "123" several
8909 times, until it gets noticed. Clean up the "print buf[0]" stuff
8910 so that it passes or fails, and waits for prompts in the usual way.
8911
8912 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8913
8914 * gdb.base/recurse.exp: Fix comment.
8915
8916 * TODO: Remove item about printing variables in nodebug.exp. Add
8917 item about enabling tests which are only run on some targets.
8918
8919 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8920 fail, make test names unique, use new gdb_test convention
8921 regarding pattern, use gdb_test more, etc.).
8922
8923 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8924 fail, make test names unique, etc.).
8925
8926 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8927
8928 * gdb.base/nodebug.c: Change return type of top and middle to
8929 short.
8930 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8931 are fixed by the recent mdebugread.c changes. Allow `short ()'
8932 as type for top and middle.
8933
8934 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8935
8936 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8937 nearly as I can tell, the whole thing was an accident in Stu's
8938 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8939 to replace a send/expect pair with gdb_test, but ended up only
8940 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8941 of 30 Mar 1995 took care of it, but left this vestigial comment
8942 which I am now nuking.
8943
8944 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8945
8946 * gdb.base/break.exp: Look for different line number for
8947 breakpoint at main depending on usestubs.
8948
8949 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8950
8951 * gdb.base/list.exp: Adjust some alternate expect patterns to
8952 match recent list0.c change. Add alternate expect pattern for
8953 output from `list default lines around main' for optimizing
8954 compilers.
8955
8956 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8957
8958 * lib/gdb.exp: If nosignals is not set, set it to 0.
8959
8960 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8961
8962 * config/slite-gdb.exp: Responds to load symbol table prompt.
8963 * gdb.base/break.exp: Adjust line number, fix rerun.
8964 * gdb.base/langs0.c: Add #ifdef usestubs.
8965
8966 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8967
8968 * gdb.base/list.exp: Adjust line contents after adding new lines in
8969 list0.c. Also fix a syntax error.
8970
8971 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8972 * gdb.base/break.exp: ditto.
8973 * gdb.base/list.exp: ditto.
8974 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8975 * gdb.base/run.c: ditto.
8976 * gdb.base/list0.c: ditto.
8977 * gdb.base/funcargs.c: ditto.
8978
8979 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8980
8981 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8982 $targetname, $serialport and $baud instead of hardwired variables.
8983 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8984 target doesn't support signals.
8985
8986 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8987
8988 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8989
8990 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8991
8992 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8993 Don't rely on the value of an auto variable before it has been
8994 initialized. Use gdb_test more.
8995
8996 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8997
8998 * lib/gdb.exp (default_gdb_version): A version number must start
8999 with a digit, but other than that contains all characters up to
9000 the first whitespace character.
9001
9002 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9003
9004 * gdb.base/commands.exp (breakpoint_command_test): New tests.
9005
9006 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9007
9008 * gdb.c++/*.exp: Warn if executable does not exist. The original
9009 reason for skipping the warning was that configure.in sometimes
9010 intentionally skipped building the executables but the tcl code
9011 had no way of knowing. That (a) was always bogus with respect to
9012 error handling, (b) is no longer true (right now there is no way
9013 to skip C++ tests).
9014
9015 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
9016
9017 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9018
9019 * gdb.base/list.exp: Add expect patterns for output from
9020 SunPRO compiled executables.
9021 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
9022 types.
9023
9024 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9025
9026 * gdb.base/break.exp (test_next_with_recursion): Accept any line
9027 number (we are already testing that the correct source line text
9028 gets printed).
9029
9030 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
9031 that is what is intended, but something needed to be done to get
9032 sunos4 native working again.
9033
9034 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
9035
9036 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
9037 apparently went with a (very) old xfail.
9038
9039 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
9040
9041 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
9042 runto_main is a proc in gdb.exp that will do 'step' for target use
9043 stubs.
9044 * gdb.base/exprs.exp: ditto.
9045 * gdb.base/interrupt.exp: ditto.
9046 * gdb.base/opaque.exp: ditto.
9047 * gdb.base/printcmds.exp: ditto.
9048 * gdb.base/ptype.exp: ditto.
9049 * gdb.base/scope.exp: ditto.
9050 * gdb.base/setvar.exp: ditto.
9051 * gdb.base/signals.exp: ditto.
9052 * gdb.base/twice.exp: ditto.
9053 * gdb.c++/classes.exp: ditto.
9054 * gdb.c++/inherit.exp: ditto.
9055 * gdb.c++/templates.exp: ditto.
9056 * gdb.base/break.exp: no run and hit main for stubs. Change line
9057 numbers for breakpoints and info breakpoint.
9058 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
9059 breakpoint().
9060 * gdb.base/callfuncs.c: ditto.
9061 * gdb.base/exprs: ditto.
9062 * gdb.base/interrupt.c: ditto.
9063 * gdb.base/opaque0.c: ditto.
9064 * gdb.base/printcmds.c: ditto.
9065 * gdb.base/ptype.c: ditto.
9066 * gdb.base/scope0.c: ditto.
9067 * gdb.base/setvar.c: ditto.
9068 * gdb.base/signals.c: ditto.
9069 * gdb.base/twice.c: ditto.
9070 * gdb.c++/misc.cc: ditto.
9071 * gdb.c++/templates.cc: ditto.
9072
9073 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9074
9075 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
9076
9077 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
9078 somewhere between `read' and `main.c'. I'm pretty sure the
9079 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
9080 and it isn't particularly useful.
9081
9082 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
9083
9084 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9085
9086 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
9087
9088 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
9089
9090 * config/mt-slite: add LIBS and -nostdlib.
9091 * config/slite-gdb.exp: add this new file to support sparclite target.
9092
9093 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
9094
9095 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
9096
9097 * gdb.base/a2-run.exp: Change argument to istarget from
9098 "*-*-vxworks" to "*-*-vxworks*".
9099 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
9100
9101 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
9102
9103 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
9104 will not runto main but do a 'step' to step out of breakpoint().
9105 * config/mt-slite: add -Dusestubs.
9106
9107 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9108
9109 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
9110 instead of just @.
9111
9112 * gdb.base/signals.exp: Add test for "handle all print".
9113 * TODO: Remove "handle all print". Also remove item about
9114 checking copyright date (I don't like the idea of a spurious FAIL
9115 based on when we run the tests).
9116
9117 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
9118 for SunOS4 (reason for failure not investigated). Remove
9119 redundant test for $binfile.
9120
9121 * gdb.base/nodebug.c (array_index): Call malloc.
9122
9123 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
9124
9125 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
9126
9127 * gdb.base/recurse.exp: Update gdb_test invocation to use new
9128 conventions and slightly simplify the matching regexp.
9129
9130 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9131
9132 * gdb.base/break.exp: Update gdb_test invocation to use new
9133 convention.
9134
9135 * lib/gdb.exp: If noargs is not set, set it to 0.
9136
9137 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
9138 tests unique.
9139
9140 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
9141
9142 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9143
9144 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
9145 one argument of type "<non-float parameter>".
9146
9147 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
9148
9149 * config/rom68k.exp: New file to support Motorola IDP board.
9150 * gdb.base/a2-run.exp: Skip this file if noargs is set.
9151 * gdb.base/break.c: Change things around so that this program
9152 doesn't depend upon args. This is necessary to make remote
9153 targets work (in general, they can't take args).
9154 * gdb.base/break.exp: Don't try to send args to program. Don't
9155 expect output. Also, replace lots of code with gdb_test.
9156
9157 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9158
9159 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
9160 printing of '\'' (which is what the comment says we are testing,
9161 even though we were not), not '''.
9162 (test_integer_literals_rejected): Test that printing ''' is an error.
9163
9164 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9165 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
9166 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
9167 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
9168 Use gdb_test not test_print_accept.
9169 * lib/gdb.exp: Remove test_print_accept.
9170
9171 * gdb.base/signals.exp (signal_tests_1): Make pass message
9172 consistent with fail message.
9173
9174 * gdb.base/whatis.exp: Remove xfails for printing char vs.
9175 unsigned char; the bug (PR 1821) is fixed.
9176
9177 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
9178
9179 * gdb.base/scope.exp (test_at_localscopes): Call pass for
9180 successful tests--makes xfailing them work right.
9181
9182 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9183
9184 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
9185 only \r\n, not .*. The test can pass .* as the last thing in
9186 $pattern if that is what it wants. In addition to providing this
9187 flexibility, this change should speed up pattern matching in cases
9188 where the pattern already ended with .* (there were a number of
9189 them). This change also helps catch bad patterns--in the old
9190 scheme the typo "char \*" instead of "char \\*" would pass. Now
9191 it is caught.
9192 * Many .exp files: Update callers.
9193
9194 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
9195 clearer and does not spuriously match multiple ('s. Likewise for
9196 ) and *.
9197
9198 * gdb.base/nodebug.exp: Test ability to call a function and pass
9199 it a string (even with no debugging info).
9200
9201 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
9202 "p '\'", which is the same as "p ''" once tcl gets done with
9203 quoting, to "p '\\'", which I suspect is what is intended (one
9204 backslash gets sent to GDB).
9205
9206 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
9207
9208 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9209
9210 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
9211 1817) was fixed literally years ago.
9212
9213 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9214
9215 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
9216 test, it causes stepping out of call_after_alloca_subr with
9217 optimizing compilers.
9218 (localvars_in_indirect_call): Consume GDB prompt if `finish'
9219 fails.
9220
9221 * gdb.c++/templates.exp: Source templ-info.exp only if
9222 the templates executable exists.
9223
9224 * gdb.c++/misc.cc (class Contains_static_instance,
9225 class Contains_nested_static_instance),
9226 gdb.c++/classes.exp (test_static_members): Test printing of
9227 a class that contains a static instance of the class.
9228
9229 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9230
9231 * gdb.base/langs2.c (cppsub_): Don't prototype.
9232 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
9233 only, I believe).
9234
9235 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9236
9237 * lib/gdb.exp (skip_chill_tests): New procedure.
9238
9239 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
9240
9241 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
9242
9243 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
9244 each expect pattern. Cuts runtime from 12 to about 4 seconds.
9245
9246 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9247
9248 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
9249
9250 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
9251 disassemble 8, not 16, instructions for part 4.
9252
9253 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
9254 support the latter anymore.
9255
9256 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
9257 -DNO_PROTOTYPES.
9258 * gdb.base/callfuncs.c: Control use of prototypes based on
9259 NO_PROTOTYPES, not __STDC__.
9260 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
9261 t_float_values2 tests if prototypes in use.
9262
9263 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
9264 t_double_values): When checking differences against DELTA, check
9265 that difference is within the range (-DELTA,DELTA), not just
9266 (-infinity,DELTA).
9267
9268 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
9269
9270 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
9271 'file' command firts, then 'target', then 'load', this is due to gdb
9272 target set up.
9273 * config/mips-gdb.exp: Fix a couple regular exp bugs.
9274
9275 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
9276
9277 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
9278 FP load/store variants.
9279 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
9280
9281 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9282
9283 * gdb.base/term.exp: Do not give a warning if not native, it is
9284 not an abnormal condition.
9285
9286 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
9287
9288 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
9289 t_char_array".
9290
9291 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9292
9293 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
9294 are getting the version number.
9295
9296 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
9297 if not native, it is not an abnormal condition.
9298
9299 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9300
9301 * lib/gdb.exp: Just use "file exists", rather than undocumented
9302 dejagnu procedure "findfile".
9303
9304 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9305
9306 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
9307 (LDFLAGS): Set to -Xlinker -Ur.
9308
9309 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
9310 Removed, these values are set by lib/gdb.exp.
9311
9312 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
9313
9314 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9315
9316 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
9317 of replicating gdb startup code.
9318
9319 * config/mt-vxworks (LDFLAGS): Set to -r.
9320 (CFLAGS_FOR_TARGET): Removed.
9321
9322 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
9323 (gdb) and gdb for vxworks uses (vxgdb).
9324
9325 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
9326 executable is not in the tree and host != target, use sed and
9327 program_transform_name to determine the gdb name used by the
9328 target.
9329
9330 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
9331 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
9332
9333 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9334
9335 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
9336 floats, chars, and shorts where there are ANSI-style function
9337 definitions.
9338
9339 * gdb.base/langs.exp, gdb.base/langs*: New test.
9340 * gdb.base/Makefile.in: Build it.
9341 * TODO: Remove item about checking that C names don't get C++
9342 demangling applied; this test tests it.
9343
9344 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9345
9346 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
9347 went with the const70 xfail. The xfail went away a year ago.
9348
9349 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
9350
9351 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
9352 for hp300.
9353
9354 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
9355
9356 * gdb.base/a1-selftest.exp: Don't run on hp300.
9357
9358 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9359
9360 * Makefile.in (site.exp): Set host_alias and target_alias as well
9361 as host_triplet and target_triplet.
9362
9363 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9364
9365 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
9366
9367 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
9368 places as other ecoff systems).
9369
9370 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
9371 ultrix.
9372
9373 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9374
9375 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
9376 remove them.
9377 * gdb.base/nodebug.exp: Accept "function" in addition to "text
9378 variable and "variable" in addition to "data variable".
9379 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
9380
9381 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
9382 2.
9383 * gdb.base/list1.c (long_line): Add additional statement at start
9384 of function.
9385 * gdb.base/list.exp (test_forward_search): Update line number to
9386 reflect new statement.
9387
9388 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9389
9390 * gdb.base/signals.exp: Reinitialize searched source directories
9391 after gdb_start call.
9392
9393 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
9394
9395 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
9396 * gdb.stabs/Makefile.in: Likewise.
9397
9398 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
9399 change. Instead split the tests into smaller pieces.
9400 * gdb.disasm/hppa.s: Corresponding changes.
9401
9402 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9403
9404 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9405 Quote ^C when passing it to stty. For some shells ^ is a pipe.
9406
9407 * gdb.base/funcargs.exp: Modify many tests so that every test
9408 either passes or fails. Make some test names unique.
9409
9410 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9411
9412 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9413 Call stty to set interrupt character.
9414
9415 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
9416 for HP assembler versus GNU assembler based on actual behavior of
9417 $(CC), rather than assuming that $(AS) is always the GNU assembler.
9418
9419 * TODO: Suggest a few more stepping tests.
9420
9421 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
9422
9423 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
9424 restart GDB for h8300 after a continue.
9425 (return): Add pattern to match a29k-udi behavior.
9426 * gdb.base/nodebug.exp: Remove obsolete comment.
9427 * gdb.base/regs.exp: New file, testing of register displays.
9428 * gdb.base/return.exp: Fix typo in reference to $objdir.
9429 * gdb.base/whatis.exp: Always start with a fresh GDB.
9430
9431 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9432
9433 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
9434 higher, these tests generate a lot of output.
9435
9436 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9437
9438 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
9439 code following the catch silently ignored some errors; without the
9440 catch they should be thrown like any other tcl error. Also, the
9441 catch used "" instead of {} which meant all the callers who wanted
9442 to include one of the characters "[]$ had to quote it an extra time.
9443 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
9444 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
9445 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
9446 Remove extra quoting.
9447
9448 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
9449
9450 * gdb.base/commands.exp: Make test names unique; every test either
9451 passes or fails. Update some comments.
9452
9453 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
9454
9455 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9456
9457 The following fixes a FAIL caused by the fact that the alpha stabs
9458 configuration didn't use the ".if alpha" code in weird.def.
9459 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
9460 bit pointer, so the 32 bit version works even on the alpha.
9461 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
9462 Remove the stuff which allowed us to have separate versions for
9463 alpha and everything else.
9464
9465 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
9466 regexp which "info func operator\[\](" is supposed to match. Fix
9467 string to send to GDB. Note that GDB still doesn't work right. Add a
9468 new test for "info func .perator\[\](" which GDB does handle correctly.
9469
9470 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
9471
9472 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9473
9474 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
9475 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
9476 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
9477 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
9478 it makes the tests harder to understand and confuses test-o-matic.
9479 The preferred style is that each test provides a PASS or a FAIL,
9480 and has a unique message (e.g. "continue #54" not just "continue")
9481 which is the same for the pass and the fail.
9482 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9483 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
9484 to lib/gdb.exp.
9485 * gdb.base/printcmds.exp: Use test_print_accept. Remove
9486 prt_accept which was basically the same thing. Likewise for
9487 test_print_reject and prt_reject.
9488 * lib/gdb.exp (test_print_reject): Add some more error message
9489 patterns to match from the former printcmds.exp (prt_reject).
9490 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
9491 One defect of the passcount stuff is that some of it failed to
9492 report XPASS where appropriate.
9493 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
9494 stuff before and after arg in expected pattern.
9495 (test_paddr_operator_functions): Re-do test without print_addr_of;
9496 this is the only test which seems to want extra stuff there.
9497
9498 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9499
9500 * gdb.base/nodebug.exp: Update new tests to reflect improved
9501 wording of gdb output.
9502
9503 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
9504 and "ptype" work on variables in files compiled without -g.
9505 Replaces commented out "maint print msymbol" tests.
9506
9507 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9508
9509 * gdb.base/setvar.c (dummy): Call malloc.
9510
9511 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
9512 losing with the irix4 sed.
9513
9514 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
9515 ALRM" on irix4.
9516
9517 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9518
9519 * TODO: Remove items about corefile.exp testing new exec-file and
9520 backtrace; both are now done. Add items about printing enums.
9521
9522 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9523
9524 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
9525 "get signal $thissig" test fails.
9526
9527 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
9528
9529 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9530
9531 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
9532 compiler warning with dec alpha compiler.
9533
9534 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
9535 extra \n from gdb_test call (this explains why the prompt test
9536 that I removed yesterday was there).
9537 (user_defined_command_test): Remove extra \n and prompt test.
9538
9539 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
9540 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
9541 doesn't exist.
9542 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
9543 Also remove alpha workaround, which turns out to be because
9544 SIGABRT == SIGLOST.
9545
9546 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
9547
9548 * gdb.base/help.exp: Don't test "help show".
9549
9550 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9551
9552 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
9553 "set print address" is on.
9554 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
9555 pass prompt to gdb_test; gdb_test already looks for the prompt.
9556
9557 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
9558
9559 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
9560 was a vestige of the manual TESTSTRATEGY, and the purpose of it
9561 was to make sure that gdb can read a core file. But (a) the "read
9562 the corefile" part didn't make it to a1-selftest.exp, we just
9563 delete the corefile after creating it, and (b) we test reading
9564 corefiles in corefile.exp anyway. Also, this test left around a
9565 xgdb process on Solaris.
9566
9567 * gdb.base/corefile.exp: Also test backtrace.
9568
9569 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
9570
9571 * gdb.base/commands.exp: Test a simple user defined command with
9572 arguments and if/while statements; verify the full user command is
9573 printed by "show user".
9574
9575 * gdb.base/commands.exp: Test if/while commands as part of a
9576 breakpoint command list; verify they appear in breakpoint
9577 information.
9578
9579 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9580
9581 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
9582 than by dividing by zero.
9583
9584 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
9585
9586 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
9587 performing an inferior call with watchpoints enabled.
9588 * gdb.base/watchpoint.c (main): Delete second unnecessary read
9589 call.
9590
9591 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9592
9593 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
9594 of "file" command.
9595
9596 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
9597 Add additional pattern for when "int operator int(void);" appears
9598 in a different order.
9599
9600 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9601
9602 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
9603
9604 * gdb.base/help.exp: Replace most of docstrings for "info signals"
9605 and "signal" with ".*".
9606
9607 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9608
9609 * TODO: Add note about "handle all nostop".
9610
9611 * gdb.base/{sigall.c, sigall.exp}: New test.
9612 * gdb.base/Makefile.in: Add it.
9613
9614 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9615
9616 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
9617 when invoking GDB, suppresses any windowing interface.
9618
9619 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
9620
9621 * config/sim-gdb: New file, simulator testing support.
9622
9623 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
9624
9625 * gdb.base/interrupt.exp: Test calling func1 twice.
9626
9627 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
9628
9629 * gdb.base/list.exp (test_forward_search): Set timeout higher
9630 when we'll be getting lots of output from gdb.
9631
9632 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
9633 "init_malloc" to after the expect statement. Run it if that
9634 regexp is taken, but also for two others which happen if source
9635 cannot be found.
9636
9637 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9638
9639 * gdb.base/printcmds.exp: New test, for printing register before
9640 program is running.
9641
9642 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9643
9644 * gdb.base/list.exp: Correct some alternate expect patterns
9645 to reflect changes in list1.c.
9646
9647 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9648
9649 * TODO: Add item regarding large frames.
9650
9651 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
9652
9653 * TODO: Remove item about enabling return.exp; it
9654 is enabled. Suggest a few more "return" tests.
9655
9656 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9657
9658 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
9659 anonymous unions.
9660
9661 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9662
9663 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
9664 and pr-5646.o, so "make" is the same as "make all", not "make
9665 pr-4975.o".
9666
9667 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
9668
9669 * gdb.base/list.exp: Adjust expectations to reflect changes in
9670 list1.c.
9671 (test_forward_search): New test proc.
9672 * gdb.base/list1.c (long_line): New function, has long source line.
9673
9674 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
9675
9676 * gdb.base/a1-selftest.exp: Change initial stepping to know about
9677 additional line of code that was added.
9678
9679 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
9680
9681 * gdb.disasm/hppa.s: Break the large branching tests into smaller
9682 tests so as not to overflow expect's input buffers.
9683 * gdb.disasm/hppa.exp: Corresponding changes.
9684
9685 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9686
9687 Beginnings of template debugging tests.
9688 * gdb.c++/templ-info.cc: New file to test for template
9689 debugging capability of the compiler.
9690 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
9691 templ-info.cc.
9692 * gdb.c++/templates.cc: Add explicit template instantiations
9693 to enable compiling with -fno-implicit-templates. Add destructor
9694 and 'value' method to T5 class for template tests.
9695 * gdb.c++/templates.exp: Add testcases for printing of template
9696 types, setting breakpoints on template methods and calling a
9697 template method.
9698
9699 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
9700
9701 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
9702 branch target since some assemblers (gas-2.5) may emit a
9703 relocation for the branch instead of resolving it in the
9704 assembler.
9705
9706 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9707
9708 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9709 through signal handler.
9710
9711 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9712
9713 * configure.in (*-*-netware): Use config/mt-netware.
9714
9715 * config/mt-netware: New file.
9716 * config/mt-i386-netware: Removed, separate configs for different
9717 netware architectures are no longer needed now that we have
9718 --with-headers.
9719
9720 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9721
9722 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9723 by the recent changes to use ANSI C arithmetic conversions.
9724
9725 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9726
9727 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9728 bug involving using inferior_pid to figure out whether to select a
9729 frame.
9730
9731 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9732
9733 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9734 match the current disassembler output.
9735
9736 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9737
9738 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9739 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9740 types, expect "int" as type of integer values (for now).
9741
9742 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9743
9744 * gdb.base/commands.exp: New tests for if/while commands.
9745
9746 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9747
9748 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9749 by .*, since hex values have different syntax in Chill mode.
9750
9751 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9752
9753 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9754 linefeed from expect pattern for repeated types with indices > 9.
9755
9756 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9757
9758 First part of Fortran test suite.
9759 * gdb.fortran: New directory.
9760 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9761
9762 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9763
9764 * gdb.base/default.exp: Update expect pattern for load command
9765 without arguments.
9766
9767 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9768
9769 * configure.in: Change i386 to i[345]86.
9770 * gdb.base/configure.in: Likewise.
9771 * gdb.c++/configure.in: Likewise.
9772 * gdb.chill/configure.in: Likewise.
9773
9774 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9775
9776 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9777 patterns, since that is not a valid context for comments.
9778
9779 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9780
9781 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9782 repeated types and repeated types with indices > 9.
9783
9784 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9785
9786 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9787 2417; old bug has been fixed.
9788
9789 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9790
9791 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9792 send the newline ourselves instead of assuming gdb_test will do
9793 so when passed an empty input string.
9794
9795 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9796 stabs testcode.
9797
9798 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9799
9800 * lib/gdb.exp (gdb_test): Don't send anything if the first
9801 argument is an empty string. This makes cases where we want to
9802 match output that is already in expect's buffers (for example,
9803 matching a breakpoint after gdb_run_cmd has been called) work
9804 reliably.
9805
9806 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9807
9808 * config/netware.exp: New file.
9809
9810 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9811
9812 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9813 the -B and -L prefixes so we can find the debugging stub.
9814
9815 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9816 there and we are using the gcc from the tree.
9817
9818 * gdb.base/types.c: Removed.
9819
9820 * gdb.base/configure.in: Look for makefile fragments in ../config.
9821 Recognize i386-*-netware.
9822 * gdb.c++/configure.in: Likewise.
9823
9824 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9825
9826 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9827 the correct TCL syntax.
9828
9829 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9830
9831 * gdb.base/opaque.exp: use runto instead of messing around with
9832 breakpoints. Simplify by using gdb_test.
9833
9834 * gdb.base/bitfields.exp: restart between tests on netware targets
9835 because breakpoints aren't relocated after target death. Run
9836 processes to completion.
9837
9838 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9839
9840 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9841
9842 * Makefile.in: Remove extra tabs that confuse some versions
9843 of "make". Use the newly built gdb to test with by default,
9844 rather than the first one in the tester's search path.
9845
9846 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9847
9848 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9849
9850 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9851 condition help.
9852
9853 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9854
9855 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9856
9857 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9858 running.
9859 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9860 * gdb.base/funcargs.exp: Likewise.
9861
9862 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9863 * gdb.base/funcargs.exp: Likewise.
9864
9865 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9866 message is "".
9867
9868 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9869
9870 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9871 return,signals,twice}.exp: Handle non-existant binaries
9872 consistantly.
9873
9874 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9875 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9876 might testing a cross development system.
9877
9878 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9879
9880 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9881 runtest script is relative to ${srcdir}, not ${rootdir}.
9882
9883 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9884
9885 * gdb.base/signals.exp: Allow for optionality of breakpoint
9886 address.
9887
9888 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9889
9890 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9891
9892 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9893
9894 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9895 for size_t definition.
9896 * gdb.c++/templates.cc: Likewise
9897
9898 * config/mt-i386-netware: New file.
9899
9900 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9901 defined.
9902
9903 * gdb.base/Makefile.in: Added support for systems that name core
9904 files by appending "core" to the program name.
9905 * gdb.base/a1-selftest.exp: Likewise.
9906
9907 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9908
9909 * gdb.base/return.exp: Add comment and message for `return double'
9910 test failure on Sparc Solaris.
9911
9912 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9913
9914 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9915
9916 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9917
9918 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9919 from optimizing them away.
9920 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9921 patterns to include default constructors and assignment operators,
9922 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9923 character in the output of the virtual base pointer.
9924
9925 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9926
9927 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9928 expression match in print_addr_of to avoid unintented matches.
9929 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9930 versions up to 2.5.8.
9931
9932 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9933
9934 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9935 included file to run under newer versions of expect.
9936 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9937 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9938 Remove xfail for the virtual table of BDDHookV.
9939
9940 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9941
9942 * lib/gdb.exp (string_to_regexp): Set a default result.
9943 (default_gdb_start): Fix misleading message.
9944
9945 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9946
9947 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9948 Remove all CC, etc definitions.
9949 * config/mt-hpux: New file.
9950 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9951 (CFLAGS, LDFLAGS): Define.
9952 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9953
9954 * Makefile.in (site.exp): Don't insert host_os, etc.
9955 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9956 (distclean): Check existence of subdir.
9957 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9958 * gdb.base/Makefile.in: General cleanup and simplification.
9959 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9960 to build executables. Use default rule to build .o files.
9961 (EXPECT, RUNTEST, CC): Fix relative pathname.
9962 (site.exp): Don't insert host_os, etc.
9963 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9964 and/or SIGUSR1 defined.
9965 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9966 * gdb.c++/Makefile.in: General cleanup and simplification.
9967 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9968 (CFLAGS): Remove.
9969 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9970
9971 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9972
9973 * gdb.base/recurse.exp: Misc changes to get tests running again
9974 after Kung's changes to the watchpoint code.
9975 * gdb.base/watchpoint.exp: Likewise.
9976
9977 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9978
9979 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9980
9981 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9982
9983 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9984 * lib/gdb.exp (default_gdb_start): Define.
9985 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9986 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9987 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9988 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9989 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9990 Don't call gdb_target_udi in between tests.
9991
9992 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9993
9994 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9995 (which was basically just a local version of the same thing). In
9996 addition to avoiding duplication, gdb_test_exact is faster.
9997 * lib/gdb.exp (gdb_test_exact): Fix typo.
9998
9999 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
10000 don't give an error.
10001
10002 * gdb.base/term.exp: Call delete_breakpoints before starting.
10003
10004 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
10005 (t10): Add comment.
10006
10007 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
10008
10009 Reorganization of the GDB Test Suite.
10010
10011 * gdb.base: New directory, contains all the basic tests.
10012 * gdb.c++: New directory, tests specific to C++.
10013 * gdb.chill: New directory, tests specific to Chill.
10014 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
10015 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
10016 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
10017 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
10018 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
10019 t30-31 to chill).
10020 * */gdbme.*: Rename to match appropriate expect scripts.
10021 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
10022 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
10023 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
10024 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
10025 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
10026 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
10027 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
10028 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
10029 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
10030 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
10031 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
10032 gdb.c++/virtfunc.cc: New names of C++ files.
10033 * gdb.chill/chillvars.ch: New name of Chill file.
10034 * gdb.base/configure.in, gdb.c++/configure.in,
10035 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
10036 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
10037 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
10038 * configure.in (configdirs): Update to reflect directory changes.
10039 (target_abbrev): No longer define for any configuration.
10040 * Makefile.in: Cosmetic improvements to header comments.
10041
10042 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
10043
10044 Various changes to gdb.t31:
10045
10046 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
10047 * gdbme.ch: Make all key-words and predefineds be upper-case.
10048 * chillvars.exp: Expect key-words and predefinds in upper-case.
10049
10050 * chillvars.exp: Use gdb_test_exact many places.
10051 Change expected output for arrays (which now includes index labels).
10052
10053 * pr-5020.exp, gdme.ch (module PR_5020):
10054 New test, for PR-5020.
10055
10056 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
10057
10058 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
10059 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
10060
10061 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
10062
10063 * Makefile.in: Fix bit-rot in definitions of CHILL,
10064 CHILL_FOR_TARGET and Chill_LIB.
10065 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
10066 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
10067 CHILL, and CHILL_LIB.
10068
10069 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
10070
10071 * Revert the previous changes. Please see Rob's directory
10072 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
10073
10074 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
10075
10076 * Makefile.in, configure.in, config/mips-gdb.exp,
10077 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
10078 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
10079 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
10080 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
10081 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
10082 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
10083 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
10084 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
10085 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
10086 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
10087 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
10088 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
10089 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
10090 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
10091 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
10092 changes from 94Q1.
10093
10094 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
10095
10096 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
10097 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
10098 Rob's new testing fragments.
10099
10100 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
10101
10102 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
10103 lib/gdb.exp: Replace error proc calls with perror.
10104
10105 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
10106
10107 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
10108 version also, match on casted version strings, and match on
10109 gdb startup case where the line numbers might be messed up.
10110
10111 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
10112
10113 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
10114 (CFLAGS): Delete it from here.
10115
10116 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
10117
10118 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
10119
10120 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
10121
10122 * Makefile.in (RUNTEST): Default to just "runtest".
10123
10124 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10125
10126 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
10127 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
10128 the code has been restructured.
10129
10130 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10131
10132 * gdb.t00/default.exp (set write): Allow any number of \r and/or
10133 \n, not just one of each.
10134
10135 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
10136 /bin/cc gives a warning if you do.
10137
10138 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
10139
10140 * gdb.t24/demangle.exp: change expect pattern of
10141 __t10ListS_link1ZUiRCUiPT0
10142
10143 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10144
10145 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
10146 on local variables in recursive functions.
10147
10148 * gdb.t07/Makefile.in: Build the new test.
10149
10150 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10151
10152 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
10153 directly. Instead compare the return values from actual calls.
10154
10155 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
10156
10157 * Makefile.in (check): Set TCL_LIBRARY for runtest.
10158
10159 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10160
10161 * From Peter Schauer with minor modifications.
10162 * gdb.t15/return.exp (return_tests): Handle targets where "return"
10163 stops in mid-line in the caller. Add xfail for returning a float
10164 value on X86 targets.
10165
10166 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10167
10168 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
10169 to avoid expect lossage.
10170 (fmem_LRbug_tests): Likewise.
10171 * gdb.disasm/hppa.s: Corresponding changes.
10172
10173 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
10174 conditions to work with latest dejagnu/expect.
10175
10176 * gdb.t15/funcargs.exp (finish from indirect call): No longer
10177 expected to fail on the PA.
10178 (backtrace in call with trampolines): Explicitly require main
10179 to be frame #1 (no trampolines should show up in backtrace).
10180
10181 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
10182 "continue -expect".
10183 * gdb.t06/break.exp: Likewise.
10184 * gdb.t07/watchpoint.exp: Likewise.
10185 * gdb.t13/bitfields.exp: Likewise.
10186 * gdb.t15/{funcargs,return}.exp: Likewise.
10187 * gdb.stabs/weird.exp: Likewise.
10188 * config/{mips,udi}-gdb.exp: Likewise.
10189
10190 * hppa.sed: Enclose comments within a sed command to avoid
10191 losing with the old OSF1 sed.
10192
10193 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10194
10195 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
10196 sequent dynix.
10197 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
10198 * gdb.t15/funcargs.exp: Conditionally step again to really
10199 finish from marker_call_with_trampolines. Handle the case where
10200 the first step from within call_with_trampolines already steps
10201 us back to main.
10202 * gdb.t15/gdbme.c: Add comment to closing brace of
10203 call_with_trampolines for funcargs.exp.
10204
10205 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10206
10207 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
10208 Fix typo(s).
10209
10210 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10211
10212 * gdb.t07/gdbme.c: More code for watchpoint testing.
10213
10214 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
10215 "Hardware watchpoint" throughout file.
10216 (test_watchpoint_triggered_in_syscall): New test.
10217 (test_complex_watchpoint): New test.
10218
10219 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10220
10221 * gdbme.c (call_with_trampolines): New function to try and step
10222 into. Tests trampoline problems on the PA.
10223
10224 * funcargs.exp (localvars_in_indirect_call): No longer expect
10225 stepping into indirect call to fail on PAs.
10226 (test_stepping_over_trampolines): New test.
10227
10228 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10229
10230 * TODO: Add suggestions for static member function tests, and
10231 completion tests.
10232
10233 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10234
10235 * TODO: Add suggestions for "p/a" tests.
10236
10237 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
10238 (default_gdb_exit): Replace all the hair with sending "quit" to
10239 the process with a simple close.
10240
10241 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10242
10243 * TODO: Add suggestions for shared library tests.
10244
10245 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10246
10247 * TODO: Add suggestions for x/s tests.
10248
10249 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10250
10251 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
10252 "enable once", and "enable breakpoints once" with ".*".
10253
10254 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10255
10256 * TODO: Add suggestions about structure passing tests.
10257
10258 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10259
10260 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
10261 the primary1 test, use work around if __GNUC__ < 2.
10262 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
10263 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
10264 Test for bad output rather than waiting for timeout. Issue
10265 second continue only if first continue failed.
10266
10267 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10268
10269 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
10270 operator[] test with gdb_test because the old code didn't seem to
10271 be getting the quoting right with the new dejagnu.
10272
10273 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
10274
10275 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
10276 one from the path.
10277 * Makefile.in: Use a fresh expect if there is one, use runtest
10278 from the src tree if there is one.
10279
10280 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10281
10282 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
10283 next over recursive call. Revise the tests from that point on
10284 (which had been skipped) to match GDB's actual (correct) output.
10285
10286 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
10287 with next over a breakpoint whose condition is false.
10288
10289 * gdb.t00/help.exp: Comment out "help set print" tests just like
10290 (and for same reason as) "help set" test.
10291
10292 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10293
10294 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
10295 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
10296
10297 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10298
10299 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
10300 necessary gdb_target_udi.
10301
10302 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
10303
10304 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
10305 1838 and 2417; they are fixed.
10306
10307 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
10308 gdb.t03/ptype.exp (ptype structure, ptype union):
10309 Remove xfails; the test is looser than when the xfails were added.
10310
10311 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
10312 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
10313
10314 * gdb.t01/run.exp: Only run shell test if isnative.
10315
10316 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
10317 since "run" automatically loads if necessary. Call gdb_target_udi
10318 after the "file" since "file" kills any execution target.
10319
10320 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
10321 GDB. GDB doesn't work that way (not anymore at least) on UDI.
10322 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
10323 argument for UDI.
10324
10325 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10326
10327 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
10328
10329 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
10330
10331 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10332
10333 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
10334 properly quoting regexps. This makes the second argument to
10335 demangle a fixed string, which matches the callers, instead of a
10336 shell-style pattern which is what the previous implementation
10337 used. Update some of the callers.
10338
10339 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10340
10341 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
10342 (comib_nullified_tests): Fix typo.
10343 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
10344 strings. No longer expected to fail.
10345
10346 * gdb.disasm/hppa.s (addib_tests): Fix typo.
10347 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
10348 strings. No longer expected to fail.
10349
10350 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
10351 string. No longer expected to fail.
10352
10353 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10354
10355 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
10356 No longer expected to fail.
10357
10358 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
10359 string. No longer expected to fail.
10360
10361 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10362
10363 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
10364 only in the names (I probably got most of them). I was even
10365 generous with some which differed in underscores in names, and
10366 probably missed a few, and I *still* was able to remove almost a
10367 third of the file with almost no impact on testsuite coverage.
10368
10369 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10370
10371 * gdb.t00/default.exp: Match udi_attach error message as well as
10372 the one from child_attach.
10373
10374 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
10375
10376 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
10377
10378 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
10379 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
10380
10381 * Move test with enums and partial symbols back to
10382 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
10383 Reverts the change of 26 May 93. Per today's change to
10384 stabs.texinfo, the behavior that weird.exp was expecting was
10385 unreasonable; what is important is that the compiler+gdb get
10386 things right, which happens with a recent gcc. Also fix the test
10387 to deal with native compilers which put out the stab gdb can't
10388 deal with.
10389
10390 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10391
10392 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
10393 in the names. The main thing these accomplish is to slow things down.
10394 Many more such duplicates surely remain.
10395
10396 * gdb.t00/help.exp: Comment out "help support" test just like
10397 (and for same reason as) "help set" test.
10398
10399 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
10400
10401 * gdb.t06/break.exp: Remove setup_xfails for
10402 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
10403 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
10404 about known bug in gcc to include up through 2.5.8.
10405 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
10406 well as "_vb$".
10407 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
10408 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
10409 with latest gcc and gdb.
10410 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
10411 well as "_vb$".
10412
10413 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10414
10415 * configure.in (hppa*-*-*): Also configure and build stabs-only
10416 tests.
10417
10418 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10419
10420 * gdb.t10/hppa.mt: A makefile fragment for the PA.
10421 * gdb.t10/configure.in (hppa*-*-*): Use it.
10422
10423 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10424
10425 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
10426
10427 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10428
10429 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
10430 versions prior to 1.13.5.
10431
10432 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10433
10434 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
10435 the prompt is at the start of a line.
10436
10437 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10438
10439 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
10440 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
10441 in the copr tests now.
10442 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
10443 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
10444 expected to fail.
10445
10446 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
10447
10448 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
10449 gdb.t31/chillvars.exp, lib/gdb.exp:
10450 Tweak to run under either version of expect.
10451 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
10452 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
10453 * gdb.t11/list.exp: Remove extraneous whitespace.
10454
10455 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10456
10457 * gdb.t16/printcmds.exp (test_print_strings): Accept
10458 "(unsigned char *) " before the string.
10459
10460 * TODO: Add notes about printing of fancy types and GDB expressions.
10461
10462 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
10463
10464 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
10465 * gdb.t06/configure.in: Don't try to compile signals test program
10466 if doing mips-idt-ecoff.
10467
10468 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
10469
10470 * Most .exp files: Tweak to run under either version of expect.
10471
10472 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10473
10474 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
10475 xfails; I'm not sure why they are failing, but not because of PR 1806.
10476
10477 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
10478
10479 * config/unix-gdb.exp: Remove gdb_unload cause it's already
10480 defined in lib/gdb.exp.
10481
10482 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10483
10484 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
10485 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
10486 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
10487 have to be typeless.
10488
10489 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10490
10491 * TODO: Add suggestion for copyright year test.
10492
10493 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
10494
10495 * configure.in (*-*-lynxos*): Add stabs tests.
10496
10497 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10498
10499 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
10500 so insert a tab before any assembler directive in column zero.
10501
10502 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
10503 stores.
10504 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
10505 stores.
10506 (fpu_short_memory_tests): Likewise.
10507
10508 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10509
10510 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
10511 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
10512 .stabs directives in comments.
10513
10514 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10515
10516 * TODO: New file, describing tests we could write.
10517 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
10518
10519 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10520
10521 * gdb.t06/signals.exp: Add kludge to force re-sync.
10522
10523 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
10524 to xgdb instead of gdb, get out of gdb.
10525
10526 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
10527
10528 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
10529 for info.
10530
10531 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10532
10533 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
10534 * gdb.stabs/configure.in (hppa*-*-*): Use it.
10535 * gdb.stabs/hppa.sed: New sed script for the PA.
10536
10537 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10538
10539 * gdb.stabs: Re-write weird.def and configuration to use sed
10540 instead of cpp. sed is portable and POSIX; cpp is neither.
10541
10542 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10543
10544 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
10545
10546 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10547
10548 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
10549
10550 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10551
10552 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
10553 "_vb$".
10554 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
10555 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
10556
10557 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10558
10559 * lib/gdb.exp: Comment out code which depends on non-existent
10560 `transform' procedure.
10561
10562 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
10563
10564 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
10565 * lib/gdb.exp: Transform tool name.
10566 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
10567 1.1's new error handling system.
10568
10569 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10570
10571 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
10572
10573 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10574
10575 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
10576 They made pattern matching so slow that timeouts happened on
10577 heavily loaded systems. Now any output from "show print" which
10578 gets us back to the GDB prompt is a PASS.
10579
10580 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
10581
10582 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
10583
10584 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10585
10586 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
10587
10588 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
10589 It is not from PR 3220.
10590
10591 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10592
10593 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
10594 just started failing because they depended on the order the
10595 subcommands are presented, or exact docstring text. This kind of
10596 test is a pain and has minimal benefit.
10597
10598 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10599
10600 * gdb.t09/corefile.exp: At end of test, use "core" command with
10601 no arguments.
10602
10603 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
10604
10605 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
10606 17}/Makefile.in: Make it possible to run the testsuite with Sun
10607 make and CC = cross gcc by adding explicit build rules for .o
10608 files.
10609
10610 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10611
10612 * gdb.t15/funcargs.exp: Don't put comments on same line as
10613 setup_xfail (@#$*%& tcl braindamage!).
10614
10615 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10616
10617 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
10618
10619 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
10620
10621 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
10622 * gdb.t20/inherit.exp: remove three dumplicate entries.
10623
10624 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10625
10626 * gdb.t06/break.exp: For "next over recursive call", fail on any
10627 incorrect output, not just on "factorial (value=2)".
10628
10629 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10630
10631 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
10632 working now. Add an xfail if accesing a bss variable causes
10633 a memory error if the target is not yet run.
10634
10635 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10636
10637 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
10638 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
10639 name of __st* demangling (2 strings). Did Kung really get the
10640 more than 95 others right without testing them?
10641
10642 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
10643
10644 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
10645
10646 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
10647
10648 * configure.in (configdirs): Add gdb.disasm
10649 * gdb.disasm: New directory for GDB disassembler tests.
10650 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
10651
10652 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10653
10654 * gdb.t00/help.exp: Don't test "help set".
10655
10656 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
10657 from within expect statements. None of these happen anymore and
10658 they cause regressions to be silently unnoticed.
10659
10660 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
10661 messages) about known failures with gcc cygnus-2.4.5-930417.
10662
10663 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
10664 comp-info.exp so it gets built if it doesn't exist.
10665
10666 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
10667 it is no longer used.
10668 * gdb.t13/comp-info.c: Removed.
10669
10670 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10671
10672 * gdb.t06/signals.exp: Add xfail for sun3.
10673
10674 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10675
10676 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
10677 relevant because ^C doesn't get sent but failure can be reproduced
10678 interactively).
10679
10680 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10681
10682 * gdb.stabs/alpha.mt: New configuration file for alpha.
10683 * gdb.stabs/configure.in: Use it.
10684 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
10685 sharing with alpha.mt, redefine long to word via preprocessor.
10686 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
10687 for alpha.
10688 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
10689 native cc.
10690 * gdb.t00/teststrategy.exp: Change expect string so that we
10691 consume the `(xgdb)' from the command echo and from the gdb prompt.
10692 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
10693 gdb currently compares all values as long, so this failure probably
10694 applies to any configuration where LONGEST is bigger than a target int.
10695 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
10696 with gcc.
10697 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
10698 to handle opaque pointers, gcc is.
10699 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
10700 as first argument. Include <sys/types.h> and change all operator
10701 new definitions to use size_t.
10702 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
10703 now that we use size_t.
10704
10705 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10706
10707 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10708 a long or float array cast all array members to the same type.
10709 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10710 with 64 bit longs.
10711 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10712 on alpha.
10713 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10714
10715 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10716
10717 * gdb.t24 (demangle.exp): Constructors of templates have names like
10718 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10719 section 14.6 of the ARM.
10720
10721 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10722 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10723 accomplish little and slow down the testsuite.
10724
10725 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10726 Accept spaces various places.
10727
10728 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10729
10730 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10731 with watchpoint enabled.
10732
10733 * Makefile.in: Remove definition of CC and remove the second
10734 definition of CXX (the "CXX = gcc" one remains). These definitions
10735 were causing backquotes to be expanded within backquotes, which
10736 doesn't work.
10737
10738 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10739
10740 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10741
10742 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10743
10744 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10745 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10746 by mips cc and contains no stabs entries.
10747
10748 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10749
10750 * config/vx-gdb.exp: Use fake device to load files rather than
10751 NFS.
10752 * lib/gdb.exp: New proc to do "file" command.
10753 * config/unix-gdb.exp: Use new "file" proc.
10754
10755 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10756
10757 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10758 Rework board rebooting slightly.
10759 (gdb_exit): Don't exit from the remote shell; there isn't one.
10760 * gdb.stabs/weird.exp: If a program is being debugged already,
10761 kill it.
10762 * gdb.t04/setvar.exp: Stop and restart gdb.
10763 * gdb.t05/expr.exp: Likewise.
10764 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10765 restart gdb and reload the program.
10766 * gdb.t08/opaque.exp: Likewise.
10767 * gdb.t12/scope.exp: Likewise.
10768 * gdb.t13/bitfields.exp: Likewise.
10769 * gdb.t15/funcargs.exp: Likewise.
10770 * gdb.t20/classes.exp: Likewise.
10771 * gdb.t03/ptype.exp: Increase timeout.
10772 * gdb.t16/printcmds.exp (test_print_string_constants,
10773 test_print_array_constants): Likewise.
10774 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10775 * gdb.t20/classes.exp (do_tests): Likewise.
10776 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10777
10778 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10779
10780 * gdb.stabs: Renamed *wierd* to *weird*.
10781
10782 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10783
10784 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10785 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10786
10787 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10788
10789 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10790 (do_tests): Remove xfail for whatis on one_var and two_var.
10791
10792 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10793
10794 * Makefile.in: Made cross building work better by adding
10795 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10796
10797 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10798
10799 * gdb.t15/{return.c,return.exp,Makefile.in}:
10800 New test, currently commented out.
10801
10802 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10803
10804 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10805 still running and removes the leftover named socket so GDb can do
10806 clean restarts.
10807
10808 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10809
10810 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10811 console, not GDB.
10812 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10813 cross testing works better with "make check"
10814 * config/unix-gdb: Use default procedures for exit and version.
10815 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10816 with the newest VxWorks.
10817
10818 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10819
10820 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10821 old form.
10822
10823 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10824 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10825
10826 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10827
10828 * config/unix-gdb.exp: Remove this version of gdb_exit
10829 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10830 Rob says he'll look at it when he gets back to testing boards.
10831
10832 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10833
10834 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10835 an expected fail for certain ptype commands.
10836
10837 * gdb.t20/classes.exp: Update expected results of "ptype class
10838 Base1" to account for the constructor that now appears in the type.
10839
10840 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10841
10842 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10843 disappeared from list.
10844 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10845 "alldone" proc with call to cleanup and exit.
10846 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10847 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10848 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10849 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10850 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10851 "alldone" proc with simple returns that suppress remaining
10852 tests. The alldone proc went away many months ago.
10853
10854 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10855
10856 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10857
10858 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10859
10860 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10861
10862 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10863 as vax gdb will display them.
10864
10865 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10866
10867 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10868 optimizers.
10869
10870 * scope.exp: Change "bad value for localval" messages so each one
10871 is unique.
10872
10873 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10874 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10875
10876 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10877
10878 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10879
10880 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10881 doesn't exist (due to optimization).
10882
10883 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10884
10885 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10886 contains \r because the filename is long.
10887
10888 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10889 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10890
10891 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10892
10893 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10894 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10895 Ultrix.
10896 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10897 int tests.
10898 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10899
10900 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10901
10902 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10903
10904 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
10905 to match does not match the passing case but still matches the
10906 failing case.
10907
10908 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10909
10910 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10911
10912 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10913
10914 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10915 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10916 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10917 Remove various versions of gdb_exit.
10918 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10919 gdb_exit.
10920 * config/unix-gdb.exp: gdb_exit remains here, and should override
10921 the generic version, since it's doing a lot of wierd stuff that
10922 the other versions aren't. FIXME, fold it in, or abandon this
10923 version.
10924
10925 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10926
10927 * gdb.t24/demangle.exp: Add tests for PR 3220.
10928
10929 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10930
10931 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10932
10933 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10934
10935 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10936 "i386-*-*". Works for i486 as well.
10937
10938 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10939 bug, and expand domain of xfail to all SVR4 systems, since the
10940 actual problem is likely to be in generic SVR4 /proc support.
10941
10942 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10943
10944 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10945
10946 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10947
10948 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10949 xfails for other systems. Match a missing 'Continuing.' as an
10950 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10951
10952 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10953 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10954 Only issue warning for missing executables if -all option is used.
10955
10956 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10957 file if -all option is used. It's like an unpredictable XFAIL.
10958
10959 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10960
10961 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10962 for dynamically linked binaries.
10963
10964 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10965
10966 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10967
10968 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10969 to state that this is a known bug in old versions of g++.
10970
10971 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10972
10973 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10974 while waiting for `Continuing'.
10975
10976 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10977
10978 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10979 in text, data, and bss.
10980 * gdb.t10/nodebug.c: Add local and global test variables for
10981 initialized and uninitialized data.
10982
10983 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10984
10985 * config/unix-gdb.exp (gdb_exit): Add "wait".
10986
10987 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10988
10989 * gdb.t06/signals.exp: xfail the continue from the handler for all
10990 targets.
10991
10992 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10993 function with watchpoints enabled, the i386 call dummy starts with
10994 a call.
10995
10996 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10997 386 bsd names its corefiles.
10998
10999 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
11000
11001 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
11002 compilers don't grok it.
11003 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
11004 with small octal ints rather than character constants, which
11005 are signed and might not fit if first promoted to int.
11006
11007 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
11008
11009 * gdb.t09/Makefile.in (clean): Remove corefile.
11010
11011 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11012
11013 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
11014
11015 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11016 and Jim Kingdon (kingdon@cygnus.com)
11017
11018 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
11019 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
11020 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
11021
11022 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11023
11024 * gdb.t17/interrupt.exp: Add xfail for hppa.
11025
11026 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11027
11028 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
11029 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
11030 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
11031 to determine signed-ness of bitfields and use the result to setup
11032 the xfail.
11033 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
11034 * gdb.t15/funcargs.exp: Use them to step until the second indirect
11035 call line is reached if necessary.
11036
11037 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11038
11039 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
11040
11041 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11042
11043 * gdb.t06/break.exp: Also test `clear' command.
11044
11045 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11046
11047 * gdb.t00/teststrategy.exp: Remove extra quote.
11048
11049 * gdb.t07/watchpoint.exp: Change xfail for calling function with
11050 watchpoint enabled to be for all non-68k machines.
11051
11052 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
11053
11054 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11055
11056 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
11057 targets use aout.mt instead of ecoff.mt as gas understands
11058 standard aout format.
11059
11060 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11061
11062 * lib/gdb.exp (runto): Don't insist that function we are running to
11063 was compiled with -g.
11064
11065 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
11066
11067 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
11068 to get back into the read system call.
11069 Accept leading newline in case where we woke it up.
11070
11071 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11072
11073 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
11074 to make the stabs test work on ecoff systems using gcc and -with-stabs.
11075 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
11076 enable ecoff configuration.
11077
11078 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11079
11080 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
11081
11082 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11083
11084 * gdb.t16/printcmds.exp: Add another printf test.
11085
11086 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
11087
11088 * configure.in: If configured -with-stabs on any target, add
11089 stabsdirs to configdirs.
11090
11091 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11092
11093 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
11094 fun" so pattern does not match the command itself.
11095
11096 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11097
11098 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
11099
11100 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11101
11102 * gdb.t17/interrupt.exp: Test for more things.
11103
11104 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11105
11106 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
11107 compiler arranges the code and line numbers.
11108
11109 * gdb.t17/interrupt.exp: Don't send \n after ^C.
11110
11111 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11112
11113 * gdb.t00/help.exp: Increase expect input buffer size.
11114
11115 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11116
11117 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
11118
11119 * gdb.t07/watchpoint.exp: Add xfail for hppa.
11120
11121 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
11122
11123 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
11124 [0-9]*, not just [0-9].
11125
11126 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11127
11128 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
11129
11130 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
11131
11132 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11133
11134 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
11135
11136 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11137
11138 * gdb.t06/signals.c: Add xfails for sun3.
11139
11140 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
11141
11142 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
11143 test_stepping tests.
11144
11145 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11146
11147 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
11148
11149 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
11150
11151 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
11152 rather than actually putting it through cpp twice.
11153
11154 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
11155
11156 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
11157
11158 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
11159 no longer needed.
11160
11161 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11162
11163 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
11164
11165 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
11166 C++ features prints as "struct", make it a pass, not an xfail.
11167
11168 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11169
11170 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
11171 Don't require VA to print as "class" rather than "struct".
11172
11173 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
11174
11175 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
11176
11177 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11178
11179 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
11180
11181 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11182
11183 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
11184 order.
11185
11186 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11187
11188 * gdb.t16/printcmds.exp: Add printf tests.
11189
11190 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
11191
11192 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
11193
11194 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
11195
11196 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
11197 pass counts, to counteract any existing or future setup_xfails.
11198
11199 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11200
11201 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
11202 {BEGIN,END}_COMMON for common block instead of STAB.
11203 * gdb.stabs/wierd.exp: Add xfail for rs6000.
11204
11205 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
11206 intp_var should be N_GSYM not N_LSYM.
11207 wierd-aout.S: Use a label for the value of the N_SO.
11208 wierd.def: Remove all backslashes.
11209 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
11210
11211 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11212
11213 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
11214 get the expected next to inheritance3.
11215
11216 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11217
11218 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
11219 now that gcc-2.4 gets it right.
11220
11221 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11222
11223 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
11224
11225 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
11226 generating comp-info.exp which works for cross-compilation.
11227
11228 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
11229
11230 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
11231 "*-*-sysv4.*".
11232
11233 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
11234
11235 * gdb.t01/run.exp: Start with a fresh gdb.
11236 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
11237 SVR4.x.
11238
11239 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
11240
11241 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
11242 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
11243 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
11244 Makefile.in (distclean, realclean): Remove gdbme.c from list of
11245 things to remove.
11246
11247 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
11248
11249 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
11250 test cases from bug reports.
11251
11252 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
11253
11254 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
11255 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
11256 avoid spurious xfails.
11257 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
11258 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
11259 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
11260
11261 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
11262
11263 * gdb.t00/teststrategy.exp: Rework to provide more useful
11264 description of each test, fix problem with systems that define
11265 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
11266 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
11267 results for "next over recursive call" so timeouts aren't taken
11268 by error.
11269
11270 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
11271
11272 * gdb.t12/scope.exp: Test printing of variables before run.
11273
11274 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
11275 printed in wrong order due to sorting.
11276
11277 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
11278
11279 * gdb.t00/teststrategy.exp: Fix expected results for printing
11280 user entered string constant. Is array of char, prints with no
11281 address.
11282
11283 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
11284 commands.
11285 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
11286 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
11287 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
11288 of struct of char arrays.
11289 * gdb.t00/radix.exp: New tests for radix commands.
11290
11291 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
11292
11293 * gdb.t16/printcmd.exp: Print a variable before running program
11294 (with xfail for AIX).
11295
11296 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
11297
11298 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
11299
11300 * gdb.t16/printcmd.exp: Don't print variables before running program.
11301
11302 * gdb.t06/break.exp: Don't require envp argument to main.
11303
11304 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
11305
11306 * gdb.t02/whatis.exp, gdb.t11/list.exp:
11307 Add xfails for rs6000.
11308
11309 * gdb.t02/whatis.exp: Change other tests not to re-test something
11310 we already tested.
11311
11312 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
11313 each type used has a variable of that type.
11314
11315 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
11316
11317 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
11318
11319 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11320
11321 * configure.in: change srctrigger to be a file, not a directory
11322
11323 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
11324
11325 * configure.in (mips-idt-ecoff*): Added trailing '*'.
11326
11327 * gdb.t11/list.exp: Fixed a couple of typos.
11328
11329 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
11330
11331 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
11332 is fixed and PR is closed.
11333 * gdb.t16 (gdbme.c): Add simple test string variable.
11334 * gdb.t16 (printcmds.exp): Add tests with simple test string
11335 variable, primarily for boundaries on "set print elements".
11336
11337 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
11338
11339 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
11340 Make leading 0's optional and don't expect a tab in the middle
11341 of the number.
11342
11343 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
11344
11345 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
11346 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
11347 don't end command passed to gdb_test with newline.
11348
11349 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
11350 signed keyword away, don't expect signed bitfields to be signed.
11351
11352 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
11353 printing with only as many 1's as are in the field as well as printing
11354 with 32 1's (see comment).
11355
11356 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
11357
11358 * gdb.t00/default.exp: Start with a fresh gdb.
11359 * configure.in (configdirs): Remove gdb.t31 until the chill
11360 compiler works again. It no longer is able to find chillrt0
11361 since it isn't in libchill.a anymore.
11362 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
11363 wierd.o, make more modular.
11364 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
11365 spurious newlines that caused problems.
11366
11367 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11368
11369 * Move test with enums and partial symbols from gdb.t03/ptype.exp
11370 to gdb.stabs/wierd.exp since GCC has worked around the bug.
11371 gdb.stabs/wierd.{exp,def}: Many new tests.
11372
11373 * gdb.t00/default.exp: update info line for new message.
11374
11375 * gdb.t02/{whatis.exp,gdbme.c}:
11376 Test that "char *" doesn't print as "caddr_t".
11377
11378 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11379
11380 * gdb.t00/help.exp: Use .* in place of some help messages which
11381 just changed.
11382 gdb.t00/default.exp: Update "info frame" test for new message.
11383 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
11384 Remove some xfails
11385
11386 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11387
11388 * gdb.t03/{gdbme.c,ptype.exp}:
11389 Add tests for typedef'd struct and union without tags.
11390 Also check "whatis" on a variable of a typedef'd enum without a tag.
11391
11392 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
11393 PRMS 1823; the bug still exists but isn't reproduced by this test
11394 anymore), and remove rs6000 XFAIL (the bug is fixed).
11395
11396 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
11397 duplicated from whatis.exp. For those that are left, accept
11398 "long", "long int", or "int" for long variables (whatis.exp already
11399 has an XFAIL for "int", so no need to fail it here).
11400
11401 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
11402 Deal with GCC's names for types now that GDB uses the compiler's names.
11403
11404 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
11405 setup_xfail's for sunos4. If we #defined the signed keyword away,
11406 don't expect GDB to know that char it is signed.
11407
11408 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
11409
11410 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
11411
11412 * configure.in (configdirs): Add gdb.t24 for C++ tests that
11413 should work on any system, regardless of debugging format.
11414 * gdb.t21/demangle.exp: Move to gdb.t24.
11415 * gdb.t24/demangle.exp: Move from gdb.t21.
11416 * gdb.t24/{Makefile.in, configure.in}: New files.
11417
11418 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11419
11420 * configure.in: Do gdb.stabs and C++ tests only for stabs.
11421 * gdb.stabs: New directory.
11422
11423 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11424
11425 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
11426 not just "Quit anyway?".
11427
11428 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
11429
11430 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
11431 that all setup_xfails are immediately followed by clear_xfails.
11432
11433 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
11434
11435 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
11436 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
11437 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
11438 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
11439 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
11440 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11441 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11442 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
11443 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
11444 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
11445 gdb.t31/chillvars.exp, lib/gdb.exp:
11446 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
11447 bug-gdb@prep.ai.mit.edu.
11448
11449 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
11450
11451 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
11452 with 0.0, not integer 0.
11453
11454 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
11455
11456 * gdb.t06/break.exp: Update for "Kill the program" message change.
11457
11458 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
11459
11460 * Makefile.in (GDBFLAGS): Set to -nx.
11461 * Makefile.in (site.exp): Use GDBFLAGS.
11462
11463 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11464
11465 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
11466 Makefiles.
11467 (check): depend on just-check.
11468 (just-check): added so that tests can be run without a noop
11469 build pass.
11470
11471 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11472
11473 Switch to using configure's configdirs.
11474 * Makefile.in (Makefile): add configure.in dependency.
11475 (SUBDIRS): removed redundant assignment.
11476 * configure.in: switch subdirs assignment to configdirs.
11477 * gdb.t*/configure.in: new files.
11478
11479 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
11480
11481 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
11482 works.
11483
11484 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
11485
11486 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
11487 in explicit rules. Apparently this is not supported by some makes.
11488
11489 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
11490
11491 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
11492
11493 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11494
11495 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
11496 disappeared.
11497
11498 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11499
11500 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
11501
11502 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
11503
11504 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
11505 watchpoint problem that is now fixed.
11506 * gdb.t30/chexp.exp: Remove setup_xfail for printing
11507 uninitialized convenience variables.
11508 * gdb.t31/chillvars.exp: Fix expected patterns for printing
11509 structures.
11510
11511 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11512
11513 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
11514 which causes expect to get out of sync with gdb on long output
11515 from help set.
11516 * gdb.t09/corefile.exp: Make expected pattern for core file
11517 failing signal and frame output format less sun specific.
11518
11519 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
11520
11521 * gdb.t31/chillvars.exp: Add and remove initial dummy
11522 breakpoint, so that symbol table is forced in.
11523 (Needed at least on Sunos4, though it seems not SVR4.)
11524 * gdb.t31/chillvars.exp: Update for changed output format.
11525
11526 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
11527
11528 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
11529
11530 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
11531
11532 * Makefile.in: Added --srcdir when invoking runtest, removed the
11533 need for a local config file. (optional now)
11534
11535 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
11536
11537 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
11538 failure count used to force early termination. Add some more
11539 expected failures for gnu style demangling.
11540
11541 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11542
11543 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
11544 pmi variable from gdb.t20/gdbme to get optimized away.
11545 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
11546 Check for written corefile upon timeout _and_ eof.
11547
11548 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11549
11550 * config/unix-gdb.exp: Add missing return 0.
11551
11552 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11553
11554 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
11555 test termination.
11556
11557 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
11558
11559 * configure.in (subdirs): Put back gdb.t17 which mysteriously
11560 disappeared.
11561
11562 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
11563
11564 * gdb.t10/crossload.exp: Disable the i860-elf test until such
11565 time as i860 support works.
11566
11567 * gdb.t15/funcargs.exp: Fix expected outputs to include
11568 "backtrace 100\r" rather than just "backtrace\r", to match last
11569 change.
11570
11571 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
11572
11573 * config/udi-gdb.exp (gdb_exit): Remove close command.
11574 (gdb_target_udi): New procedure to set the UDI target.
11575 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
11576 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
11577 Added waits for prompts after several question responses. Added
11578 some more responses used by a29k-amd-udi-gdb.
11579 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
11580 pass different arguments, restart UDI connection after program
11581 completion.
11582 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
11583 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11584 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
11585 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
11586 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
11587 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
11588 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11589 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
11590 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
11591 after program completion.
11592 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
11593 compiled with a SELECT_VECS setting.
11594 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
11595 infinite recursion.
11596
11597 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
11598 Added checks for COFF results, and made them expected failures for
11599 all targets. It would be better to make them expected failures
11600 for COFF targets only.
11601
11602 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11603
11604 * Makefile.in: add null dvi target, don't bother to recurse
11605 through test directories for info and install-info; rename
11606 $(datadir) to be dejagnu instead of deja-gnu
11607
11608 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
11609
11610 * gdb.t31/gdbme.ch: Re-enable code that previously caused
11611 compiler to coredump.
11612 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
11613 code.
11614
11615 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
11616
11617 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
11618 coredump.
11619 * gdb.t31/chillvars.exp: Comment out tests that depend on that
11620 code.
11621
11622 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
11623
11624 * gdb.t03/ptype.exp: tests for return code from gdb_test.
11625 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
11626 which in a shell. Deletes xgdb when done.
11627 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
11628 Tests the return from the "set height" or "set width" commands.
11629 Added a few return codes where needed.
11630
11631 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
11632
11633 * Makefile.in (SUBDIRS): Add gdb.t17.
11634 * configure.in (subdirs): Add gdb.t17.
11635 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
11636 files to test gdb's calling of functions in the inferior with
11637 the correct arguments and gdb's ability to retrieve any
11638 result returned.
11639
11640 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
11641
11642 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11643 may be called after gdb goes away. Previous versions of expect
11644 needed these to avoid file descriptor leaks, but they cause
11645 errors with the current revision of expect.
11646 * gdb.t00/gdbvars.exp: Use -re on expected output after
11647 setting sevenbit-strings.
11648 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
11649 to set sevenbit-strings consistent across tests.
11650 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
11651 set sevenbit-strings consistent across tests.
11652
11653 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
11654
11655 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
11656 expected output to match current "expect" expectations.
11657
11658 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
11659
11660 * gdb.t00/default.exp: Change expected output for default "source"
11661 command, to match new gdb behavior which requires a filename to
11662 source.
11663
11664 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
11665
11666 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
11667 expected fail for i486-*-* that misses the marker2 function.
11668 * gdb.t10/crossload.exp (bfddefault): Allow successful
11669 recognition of a format to pass even if no symbols are found.
11670 Explicitly catch failures where the format is not recognized
11671 or is ambiguous, and add the reason to the fail message.
11672 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
11673 the cause is and invalid target and add reason to failure message.
11674 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
11675 elf32-i386, elf32-sparc, and elf32-i860.
11676 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
11677 Set up expected failure for 'filename'::variable scope resolution,
11678 which is now apparently broken on all targets.
11679 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
11680 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
11681 gdb.t23/templates.exp: Change failure for missing binfile into
11682 just a warning.
11683 gdb.t21/demangle.exp: Change all cfront references to 'arm'
11684 references.
11685
11686 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
11687
11688 * gdb.t00/default.exp: Add expected output for default "source"
11689 command, to match new gdb behavior.
11690 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
11691
11692 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
11693
11694 * config/*-gdb.exp: returns an error, rather than exiting on
11695 internal errors.
11696
11697 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
11698
11699 * gdb.t03/gdbme.c: Add pointer to struct variable.
11700 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
11701 referencing struct members.
11702
11703 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
11704
11705 * configure.in (mips-idt-ecoff): New target.
11706 * config/mips-gdb.exp: New file for remote board using MIPS remote
11707 debugging protocol.
11708
11709 * Redid configuration scheme. Removed gdb.t*/configure.in.
11710 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11711 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11712 distclean targets. Built executables via .o files. Adjusted
11713 tests to account for source files in $(srcdir) rather than
11714 $(objdir).
11715 * lib/gdb.exp (runto): Don't expect () after the function name,
11716 because it may have arguments.
11717
11718 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11719
11720 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11721 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11722 expected failures for mips-idt-* and mips-sgi-*.
11723 * gdb.t00/default.exp (attach): Kill process if requested.
11724 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11725 that does not read core files.
11726 * gdb.t01/run.exp: Removed checks for exit status code.
11727 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11728 it is linked in.
11729 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11730 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11731 appropriate, rather than doing it by hand.
11732 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11733 execution.
11734 * gdb.t10/crossload.exp: Kill existing program if needed.
11735 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11736 appropriate, rather than doing it by hand. Always increase
11737 timeout for this test, not just for VxWorks.
11738
11739 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11740
11741 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11742 of Chill STRUCT types and STRUCT values.
11743 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11744 than "char".
11745 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
11746 struct2): New struct definitions and initializations to test
11747 simple Chill STRUCT types.
11748
11749 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11750
11751 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11752 the null byte at the end of strings.
11753 * gdb.t00/default.exp: Make show version insensitive to copyright
11754 date.
11755 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11756 to avoid dependencies on target char signedness.
11757 * gdb.t16/printcmds.exp: Update expected results for explicitly
11758 unsigned char.
11759 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11760 now work.
11761 * gdb.t21/demangle.exp: Add many more patterns for template
11762 demangling, most of them being expected failures.
11763 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11764 string we are matching for, to match on the whole string.
11765 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11766 and fix a whole bunch that had incorrect expected output but were
11767 passing anyway because of the bug in "proc demangle".
11768 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11769 type.
11770 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11771
11772 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11773
11774 * gdb/testsuite: made modifications to testcases, etc., to allow
11775 them to work properly given the reorganization of deja-gnu and the
11776 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11777
11778 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11779
11780 * gdb/testsuite: Initial creation of gdb/testsuite.
11781 Migrated dejagnu testcases and support files for testing nm to
11782 gdb/testsuite from deja-gnu. These files were moved "as is"
11783 with no modifications. This migration is part of a major overhaul
11784 of dejagnu. The modifications to these testcases, etc., which
11785 will allow them to work with the new version of dejagnu will be
11786 made in a future update.
11787
11788 For additional changes see gdb.mi/ChangeLog-1999-2003.
11789 \f
11790 Local Variables:
11791 mode: change-log
11792 left-margin: 8
11793 fill-column: 74
11794 version-control: never
11795 End:
This page took 0.279699 seconds and 4 git commands to generate.