f6bdc1b6053df295530f291a230c7bb52d8fd38d
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
4 ``-fpic'' when compiling files comprising a shared library, but
5 it does need additional linker flags in order to find shared
6 libraries at run time.
7
8 2002-04-18 Kevin Buettner <kevinb@redhat.com>
9
10 * gdb.base/cvexpr.c (use): New function.
11 (main): Invoke use() on all global variables to prevent
12 some linkers from deleting these otherwise unused symbols.
13
14 2002-04-17 Michael Chastain <mec@shout.net>
15 From David S. Miller <davem@redhat.com>
16
17 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
18 handle 64-bit platforms correctly.
19
20 2002-04-12 Michael Snyder <msnyder@redhat.com>
21 From Jim Blandy <jimb@redhat.com>
22 * gdb.base/foo.c (foox): Remove section attribute; the linker
23 script can handle this instead.
24 * gdb.base/bar.c (barx): Same.
25 * gdb.base/baz.c (bazx): Same.
26 * gdb.base/grbx.c (grbxx): Same.
27
28 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
29 manager doesn't automatically unmap overlays unnecessarily.
30
31 2002-04-10 Martin M. Hunt <hunt@redhat.com>
32
33 * gdb.base/ending-run.exp: Fix pattern for Mips targets
34 stepping out of main.
35
36 2002-04-09 Michael Chastain <mec@shout.net>
37
38 * gdb.c++/local.cc (main): Move call to marker1() inside nested
39 scope so that the nested scope tests will make sense.
40 * gdb.c++/local.exp: Write patterns that actually work with gcc
41 (the HP patterns "were never known to work with gcc").
42 Keep the old aCC patterns too.
43
44 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
45
46 * gdb.base/attach.exp: Correct target board test.
47
48 2002-04-08 Michael Chastain <mec@shout.net>
49
50 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
51 in a const method. Add some xfail and fail cases for configurations
52 that do not emit the "const ...".
53
54 2002-04-07 Michael Chastain <mec@shout.net>
55
56 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
57 Accept "A * const" and "const A * const" as type of "this".
58 Fix spelling of getFunky throughout. Make messages uniform.
59
60 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
61
62 Work around for PR gdb/285:
63 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
64
65 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
66
67 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
68 instructions file at run time instead of configure time.
69 Sometimes we run the test in a directory that is not the one we
70 configured in.
71 * gdb.asm/configure.in: Delete creation of symlink.
72 * gdb.asm/configure: Regenerate.
73
74 2002-04-05 J. Brobecker <brobecker@gnat.com>
75
76 * gdb.gdb/xfullpath.exp: New test, to exercise the new
77 xfullpath () function.
78
79 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
80
81 * gdb.asm/Makefile.in: Correct dependencies.
82
83 * gdb.asm/powerpc.inc: New file.
84 * gdb.asm/asm-source.exp: Add PowerPC.
85 * gdb.asm/configure.in: Likewise.
86 * gdb.asm/configure: Regenerated.
87
88 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
89
90 * gdb.base/relocate.exp: New file.
91 * gdb.base/relocate.c: New file.
92
93 2002-04-04 Fred Fish <fnf@redhat.com>
94
95 * gdb.base/step-test.exp: Update comment regarding stopping in
96 memcpy/bcopy calls inserted as part of the compiler runtime.
97
98 2002-04-04 Michael Snyder <msnyder@redhat.com>
99
100 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
101
102 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
103
104 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
105 (gdb_expect): Remove $notransfer hack.
106
107 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
108
109 * gdb.c++/classes.exp ("calling method for small class"): Match
110 updated register output.
111
112 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
113
114 Fix PR gdb/452
115 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
116 when finished. Make gdb_file_cmd send "exec-file" when
117 appropriate.
118
119 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
120
121 * gdb.base/attach.exp: Remove extra setup_xfail.
122
123 2002-03-26 Michael Snyder <msnyder@redhat.com>
124
125 * gdb.base/default.exp: Add tests for dump, append, and restore.
126 * gdb.base/help.exp: Add tests for dump, append, and restore.
127 * gdb.base/dump.exp: New file, test dump, append and restore.
128 * gdb.base/dump.c: New file.
129
130 2002-03-27 Michael Snyder <msnyder@redhat.com>
131
132 * gdb.base/help.exp: Modify expect strings to reflect
133 clean-ups in help messages.
134
135 2002-03-26 Fred Fish <fnf@redhat.com>
136
137 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
138 have debugging info for those functions and the compiler uses them
139 internally to copy structs around.
140
141 2002-03-26 Fred Fish <fnf@redhat.com>
142
143 * gdb.base/list.exp: Revert the change made yesterday and add note
144 about why we don't list the default lines for remote targets.
145
146 2002-03-25 Michael Snyder <msnyder@redhat.com>
147
148 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
149
150 2002-03-25 Fred Fish <fnf@redhat.com>
151
152 * gdb.base/list.exp: This test works on remote targets so remove
153 the short circuit for remote targets. Update copyright.
154
155 2002-03-25 Fred Fish <fnf@redhat.com>
156
157 * gdb.base/attach.exp: Fix logic error that was suppressing this
158 test for all non hppa*-*-hpux* targets, instead of the hp target.
159 Move comments closer to the suppression point. Also now need to
160 check that we are running natively.
161
162 2002-03-22 Michael Snyder <msnyder@redhat.com>
163
164 * gdb.base/default.exp: Add test for gcore. Update copyright.
165 * gdb.base/help.exp: Add test for gcore. Update copyright.
166
167 2002-03-06 Fred Fish <fnf@redhat.com>
168
169 * gdb.base/funcargs.c: Remove extraneous ';' character.
170 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
171
172 2002-03-04 Michael Chastain <mec@shout.net>
173
174 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
175 accommodate gcc v3 function signature.
176 * gdb.mi/mi0-var-cmd-exp: Ditto.
177
178 2002-02-24 Andrew Cagney <ac131313@redhat.com>
179
180 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
181 ``GNU/Linux'' or ``Linux kernel''
182 * testsuite/gdb.threads/pthreads.c: Ditto.
183
184 2002-02-24 Michael Chastain <mec@shout.net>
185
186 * gdb.threads/pthreads.c (thread1): Add a return statement.
187 (thread2): Likewise.
188 (foo): Likewise.
189
190 2002-02-23 Michael Chastain <mec@shout.net>
191
192 * gdb.threads/linux-dp.c (philosopher): Add a return statement
193 to placate gcc.
194
195 2002-02-23 Michael Chastain <mec@shout.net>
196
197 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
198 test "ptype bint". The test passes on all my stabs configurations.
199
200 2002-02-21 Jim Blandy <jimb@redhat.com>
201
202 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
203 filename at a time, and watch for the ones we want to see.
204
205 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
206 types of pointers to prototyped functions.
207
208 2002-02-20 Andrew Cagney <ac131313@redhat.com>
209
210 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
211 signed, unsigned and straight char.
212 (padding_char, padding_short, padding_int, padding_long,
213 padding_long_long, padding_float, padding_double,
214 padding_long_double): New global variables.
215 (fill, fill_structs): New functions.
216
217 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
218 for correctly sized writes. Update copyright.
219 (get_valueof): New procedure.
220 (get_sizeof): Call get_valueof.
221 (check_valueof): New procedure.
222 (check_padding): New procedure.
223
224 2002-02-20 Michael Chastain <mec@shout.net>
225
226 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
227 to setup_xfail. Document some of the remaining calls.
228
229 2002-02-18 Michael Chastain <mec@shout.net>
230
231 * gdb.c++/userdef.exp: Update copyright year.
232
233 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
234
235 * gdb.c++/userdef.exp: Test overloaded operators properly.
236 Remove xfails.
237
238 2002-02-14 Michael Snyder <msnyder@redhat.com>
239
240 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
241
242 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
243
244 * gdb.base/a2-run.exp: Check for a remote target properly.
245 * gdb.base/annota1.exp: Likewise.
246 * gdb.base/list.exp: Likewise.
247 * gdb.base/reread.exp: Likewise.
248 * gdb.base/scope.exp: Likewise.
249 * gdb.base/shlib-call.exp: Likewise.
250 * gdb.base/term.exp: Likewise.
251 * gdb.c++/annota2.exp: Likewise.
252
253 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
254
255 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
256
257 2002-02-10 Michael Chastain <mec@shout.net>
258
259 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
260 (call_after_alloca): Ditto.
261
262 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
263
264 * gdb.base/ending-run.exp: Guard "cont" test with
265 gdb_skip_stdio_test.
266
267 2002-02-06 Jim Blandy <jimb@redhat.com>
268
269 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
270 from here...
271 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
272 To here. Disable this test on non-HP platforms. Add big comment.
273
274 2002-02-04 Michael Snyder <msnyder@redhat.com>
275
276 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
277 other than d10v and m32r.
278
279 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
280
281 * gdb.base/default.exp: Rewrite test patterns to reduce time
282 taken to match them.
283
284 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
285
286 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
287 Allow a start function above main.
288 * gdb.threads/linux-dp.exp: Fix copyright date.
289
290 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
291
292 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
293 (check_philosopher_stack): Check for manager thread before checking
294 for a just-starting thread.
295
296 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
297
298 From Neil Booth <neil@daikokuya.demon.co.uk>:
299 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
300 warnings.
301
302 2002-01-21 Fred Fish <fnf@redhat.com>
303
304 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
305 not caller.
306
307 2002-01-21 Jim Blandy <jimb@redhat.com>
308
309 * gdb.base/reread.exp: Check that GDB properly re-reads the
310 executable file when it changes while no inferior is running.
311
312 2002-01-21 Fred Fish <fnf@redhat.com>
313
314 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
315 optionally accept the "shlib events" variation.
316
317 2002-01-21 Jim Blandy <jimb@redhat.com>
318
319 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
320 call `fflush' after every `printf', so that the output is produced
321 at predictable points, regardless of whatever buffering does (or
322 doesn't) take place.
323 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
324 at different points.
325
326 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
327
328 * gdb.c++/inherit.exp: Update copyright years.
329 * gdb.c++/method.exp: Likewise.
330
331 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
332
333 * gdb.c++/classes.exp: Update for improved v3 support and skipping
334 artificial methods/arguments.
335 * gdb.c++/derivation.exp: Likewise.
336 * gdb.c++/inherit.exp: Likewise.
337 * gdb.c++/method.exp: Likewise.
338 * gdb.c++/virtfunc.exp: Likewise.
339
340 2002-01-18 Andrew Cagney <ac131313@redhat.com>
341
342 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
343 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
344 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
345 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
346 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
347 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
348
349 2002-01-17 Jim Blandy <jimb@redhat.com>
350
351 * gdb.asm/asm-source.exp (info symbol): Take another shot at
352 anchoring the pattern matching the entry point symbol's name.
353
354 2002-01-17 Andrew Cagney <ac131313@redhat.com>
355
356 * gdb.base/maint.exp: Update ``maint internal-error'' to match
357 continue/quit query. Update copyright.
358
359 2002-01-14 Michael Snyder <msnyder@redhat.com>
360
361 * gdb.base/gcore.exp: Remove extra debugging output.
362
363 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
364
365 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
366 for slightly dubious v2 mangled string.
367
368 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
369
370 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
371
372 2002-01-10 Jason Merrill <jason@redhat.com>
373
374 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
375
376 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
377 constructors.
378 * gdb.c++/derivation.exp: Likewise.
379 * gdb.c++/templates.exp: Likewise.
380 * gdb.c++/virtfunc.exp: Likewise.
381
382 2002-01-10 Michael Snyder <msnyder@redhat.com>
383
384 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
385
386 2002-01-08 Michael Snyder <msnyder@redhat.com>
387
388 * gdb.base/gcore.exp: New test for generate-core-file command.
389 * gdb.base/gcore.c: Testcase for above.
390 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
391
392 2002-01-08 Jason Merrill <jason@redhat.com>
393
394 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
395
396 2002-01-07 Fred Fish <fnf@redhat.com>
397
398 * gdb.c++/overload.exp: Remove unconditional xfails for:
399 print foo_instance1.overloadargs(1)
400 print foo_instance1.overloadargs(1, 2)
401 print foo_instance1.overloadargs(1, 2, 3)
402 print foo_instance1.overloadargs(1, 2, 3, 4)
403 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
404 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
405 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
406 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
407 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
408 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
409 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
410 print foo_instance1.overload1arg()
411 print foo_instance1.overload1arg((char)arg2)
412 print foo_instance1.overload1arg((signed char)arg3)
413 print foo_instance1.overload1arg((unsigned char)arg4)
414 print foo_instance1.overload1arg((int)arg7)
415 print foo_instance1.overload1arg((unsigned int)arg8)
416 print foo_instance1.overload1arg((float)arg11)
417 print foo_instance1.overload1arg((double)arg12)
418
419 2002-01-07 Michael Snyder <msnyder@redhat.com>
420
421 * gdb.base/huge.exp: New test. Print a very large target data object.
422 (skip_huge_test): New test variable. Define if you want to skip this
423 test. The test reads an 8 megabyte data object from the target, so it
424 might be very time consuming on remote targets with a slow connection.
425 * gdb.base/huge.c: New file. Test case for above.
426
427 2002-01-07 Fred Fish <fnf@redhat.com>
428
429 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
430 g_instance.bfoo, and g_instance.cfoo.
431
432 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
433
434 * gdb.base/break.c (multi_line_if_conditional): New function.
435 (multi_ilne_while_conditional): Likewise.
436 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
437 IF or WHILE condition puts the breakpoint at the start of
438 the condition.
439
440 * gdb.base/selftest.exp (backtrace through signal handler): Remove
441 hppa*-*-hpux* expected failure.
442 * gdb.base/structs.exp (do_function_calls): Similarly.
443
444 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
445 watchpoints.
446
447 2002-01-06 Andrew Cagney <ac131313@redhat.com>
448
449 Fix PR gdb/66.
450 * gdb.base/structs.exp: Replace skip for a29k with skip for
451 gdb,cannot_call_functions.
452 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
453 * gdb.base/callfuncs.exp: Ditto.
454 * gdb.base/call-rt-st.exp: Ditto.
455 * gdb.base/call-strs.exp: Ditto.
456 * gdb.base/callfwmall.exp: Ditto.
457 * gdb.base/scope.exp: Obsolete xfail a29k.
458 * gdb.c++/misc.exp: Ditto.
459 * gdb.c++/cplusfuncs.exp: Ditto.
460 * gdb.base/ptype.exp: Ditto.
461 * gdb.base/printcmds.exp: Ditto.
462 * gdb.base/opaque.exp: Ditto.
463 * gdb.base/list.exp: Ditto.
464 * gdb.base/funcargs.exp: Ditto.
465 * gdb.base/default.exp: Ditto.
466
467 2002-01-04 Michael Snyder <msnyder@redhat.com>
468
469 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
470 * gdb.base/maint.exp: Add tests for maint info sections options.
471
472 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
473
474 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
475
476 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
477
478 * gdb.asm/arm.inc: New file.
479 * gdb.asm/asm-source.exp: Add arm targets.
480 * gdb.asm/configure.in: Ditto.
481 * gdb.asm/configure: Recreated from configure.in.
482
483 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
484
485 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
486 with HP's compiler.
487 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
488 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
489 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
490 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
491
492 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
493 either HP's compilers or GCC.
494
495 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
496 a SIGBUS or SIGSEGV.
497
498 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
499
500 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
501 can be compiled with either HP's compiler or GCC.
502
503 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
504 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
505 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
506
507 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
508 to match current gdb output. Update due to using auto-solib-limit
509 for limiting instead of overloading auto-solib-add.
510 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
511 test program.
512
513 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
514 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
515 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
516 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
517 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
518 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
519 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
520 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
521 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
522 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
523 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
524 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
525 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
526
527 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
528 a SIGTRAP to the inferior.
529
530 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
531
532 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
533 Substitute call to target_link by call to gdb_compile.
534
535 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
536
537 * gdb.base/break.exp: Fix HP specific search string when testing
538 backtracing in a called function.
539
540 * gdb.base/constvars.exp: Only set lang to C++ if we're
541 compiling the test with HP's compilers.
542 * gdb.base/volatile.exp: Similarly.
543
544 2001-12-19 Jim Blandy <jimb@redhat.com>
545
546 * gdb.base/printcmds.exp: Expect the null character to be printed
547 as '\0', and the '\013' to be printed as '\v'.
548 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
549 * gdb.base/setvar.exp: Same.
550
551 2001-12-17 Jim Blandy <jimb@redhat.com>
552
553 * gdb.base/completion.exp: Rather than completing very long
554 filenames, which can make the readline library produce output we
555 don't recognize, cd to the directory first, and then complete
556 using nice, short relative paths.
557
558 * gdb.base/completion.exp: On some systems, there is, in fact, a
559 variable named `b' in scope, since GDB treats all static
560 variables as being in scope. So use `no_var_named_this'
561 instead of `b'.
562
563 * gdb.base/corefile.exp: Recognize the message saying that GDB
564 can't find the core file's registers as a failure.
565
566 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
567
568 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
569 test expect string more specific.
570
571 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
572
573 * gdb.asm/asm-source.exp: Add support for xstormy16.
574 * gdb.asm/configure.in: Ditto.
575 * gdb.asm/configure: Rebuild.
576 * gdb.asm/xstormy16.inc: New file.
577
578 2001-12-10 Fred Fish <fnf@redhat.com>
579
580 * gdb.base/maint.exp: Update to match changes in type dumping code.
581
582 2001-12-10 Jim Blandy <jimb@redhat.com>
583
584 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
585 matching the entry point symbol's name at the beginning of the
586 line.
587
588 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
589
590 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
591 gdb.c++/inherit.exp, gdb.c++/method.exp,
592 gdb.c++/namespace.exp, gdb.c++/templates.exp,
593 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
594 and class layout support.
595
596 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
597
598 * gdb.c++/classes.exp: Add test for static member function.
599 * gdb.c++/misc.cc: Add class with static member function.
600
601 2001-12-07 Jim Blandy <jimb@redhat.com>
602
603 If GDB says it can't find the struct the function returned, report
604 those tests as `unsupported'.
605 * gdb.base/call-rt-st.exp (print_struct_call): New function.
606 Rewrite subsequent tests to use it.
607
608 If GDB says it can't find the struct the function returned, report
609 those tests as `unsupported'.
610 * gdb.base/structs.exp (call_struct_func): New function.
611 (do_function_calls): Use call_struct_func to call the functions
612 returning structs.
613
614 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
615 whether functions are prototyped or not, so we can't possibly pass
616 arguments to t_float_values2 properly.
617
618 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
619 value of `timeout' for targets other than the mips*tx39-*.
620
621 2001-12-06 Michael Snyder <msnyder@redhat.com>
622
623 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
624 and detect whether the start symbol has a leading underscore.
625
626 2001-12-04 Jim Blandy <jimb@redhat.com>
627
628 * gdb.base/completion.exp: Clarify indentation.
629
630 2001-12-03 Jim Blandy <jimb@redhat.com>
631
632 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
633 variables on the S/390, not `.word'.
634
635 2001-11-30 Jim Blandy <jimb@redhat.com>
636
637 Add assembly-source tests for s390-ibm-linux.
638 * gdb.asm/s390.inc: New file.
639 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
640 the S/390 architecture.
641 * gdb.asm/configure: Regenerated.
642
643 2001-11-30 Michael Snyder <msnyder@redhat.com>
644
645 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
646 next, info source, info sources, info line, global and static
647 variables, and static functions.
648 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
649 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
650 * gdb.asm/asmsrc1.s: Add a static function and some variables.
651 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
652 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
653 (gdbasm_leave): Restore frame pointer.
654 (gdbasm_startup): Copy stack set-up from crt0.S.
655
656 2001-11-26 Fernando Nasser <fnasser@redhat.com>
657
658 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
659 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
660 to a local (non-static) variable. Copy tstruct.a to a static buffer
661 and return a pointer to that buffer.
662 * gdb.base/callfwmall.c (t_structs_a): Ditto.
663
664 2001-11-24 Mark Kettenis <kettenis@gnu.org>
665
666 * gdb.asm/configure.in: Fix recognition of ix86 target.
667 * gdb.asm/configure: Regenerate.
668
669 2001-11-21 Michael Snyder <msnyder@redhat.com>
670
671 * gdb.asm/sparc.inc: New file.
672 * gdb.asm/asm-source.exp: Recognize sparc target.
673 * gdb.asm/configure.in: Recognize sparc target.
674 * gdb.asm/configure: Regenerate.
675
676 2001-11-21 Michael Snyder <msnyder@redhat.com>
677
678 * gdb.asm/m32r.inc: New file.
679 * gdb.asm/asm-source.exp: Recognize m32r target.
680 * gdb.asm/configure.in: Recognize m32r target.
681 * gdb.asm/configure: Regenerate.
682
683 2001-11-20 Michael Snyder <msnyder@redhat.com>
684
685 * gdb.asm/i386.inc: New file.
686 * gdb.asm/asm-source.exp: Recognize ix86 target.
687 * gdb.asm/configure.in: Recognize ix86 target.
688 * gdb.asm/configure: Regenerate.
689
690 * gdb.c++/namespace.exp: Fix quotes in output messages.
691
692 2001-11-14 Michael Snyder <msnyder@redhat.com>
693
694 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
695 qualifier in a type cast expression, to designate an address
696 in the instruction space (Harvard architecture).
697
698 2001-11-13 Michael Snyder <msnyder@redhat.com>
699
700 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
701 Tests for expressions using 'const' and 'volatile'.
702
703 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
704
705 * gdb.asm/asm-sources.exp: Allow defining linker flags.
706
707 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
708
709 * lib/mi-support.exp (mi_run_to_helper): Move comments
710 outside of gdb_expect.
711
712 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
713
714 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
715 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
716 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
717 mi0_run_to): New functions.
718 * gdb.mi/mi-simplerun.exp: Use them.
719 * gdb.mi/mi0-simplerun.exp: Likewise.
720 * gdb.mi/mi-var-cmd.exp: Likewise.
721 * gdb.mi/mi0-var-cmd.exp: Likewise.
722
723 2001-11-10 Andrew Cagney <ac131313@redhat.com>
724
725 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
726 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
727
728 2001-11-09 Andrew Cagney <ac131313@redhat.com>
729
730 * gdb.base/restore.exp: Include $expected value in restored test
731 message.
732
733 2001-11-09 Andrew Cagney <ac131313@redhat.com>
734
735 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
736 implemented.
737
738 2001-11-08 Michael Snyder <msnyder@redhat.com>
739
740 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
741 Add pass/fail message for stop at breakpoint in call dummy function.
742
743 2001-11-07 Michael Snyder <msnyder@redhat.com>
744
745 * gdb.c++/templates.exp (test_template_breakpoints):
746 If we get an overload menu, but it does not match what
747 we expect, we still need to issue the "cancel" command.
748 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
749 making the whitespace optional. Argument for "new" may be
750 "unsigned" as well as "unsigned int/long".
751 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
752 making the whitespace optional. Also replace "(void) with
753 "((void|)), making the keyword "void" optional.
754 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
755 making the whitespace optional. Also replace "(void) with
756 "((void|)), making the keyword "void" optional.
757 * gdb.base/callfuncs.c (t_float_values): This function must
758 _not_ be prototyped, and the following function (t_float_values2)
759 must be prototyped (if the compiler supports it), so that GDB
760 can be tested against both cases. Usually one case involves
761 promotion of float to double, while the other does not.
762 * gdb.base/callfwmall.c: Ditto.
763 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
764 includes a stack frame for "start".
765
766 2001-11-05 Jim Blandy <jimb@redhat.com>
767
768 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
769 pointers are 32 bits long, and that offsets of relocs are always
770 stored in the data (REL-style), and not in the reloc entry itself
771 (RELA-style).
772 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
773 stabs.
774
775 2001-11-01 Michael Snyder <msnyder@redhat.com>
776
777 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
778 and regular expression operators by using quoting.
779
780 2001-10-31 Michael Snyder <msnyder@redhat.com>
781
782 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
783 depending on what the symbol table contains.
784 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
785 the output of the ptype command. Similarly, accept both "const &"
786 and "const&".
787
788 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
789
790 * gdb.base/miscexprs.c (main): Add usage of preprocessor
791 symbol `STORAGE' to allow to choose the storage class of
792 the local datastructures.
793 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
794 compiler directive.
795
796 2001-10-30 Michael Snyder <msnyder@redhat.com>
797
798 * gdb.base/jump.exp: Allow it to run for all targets.
799
800 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
801
802 * gdb.base/call-ar-st.c (print_double_array): Match for loop
803 with new double_array size.
804 (main): Change storage class of all local variables to static.
805 Reduce size of double_array to 9.
806 * gdb.base/call-ar-st.exp: Increase timeout value.
807 Change expected output for double array to match new size in
808 call-ar-st.c.
809
810 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
811
812 * gdb.base/ending-run.exp: Create identical output when passing
813 `step to end of run' case. Add regular expression branch satisfying
814 Stormy16 target.
815
816 2001-10-28 Mark Kettenis <kettenis@gnu.org>
817
818 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
819 that we catch the expected failure under Linux/x86.
820
821 2001-10-29 Orjan Friberg <orjanf@axis.com>
822
823 * gdb.base/setvar.exp: Escape curly braces.
824 * gdb.stabs/weird.exp: Ditto.
825
826 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
827
828 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
829 * gdm.mi/mi0-hack-cli.exp: Likewise.
830
831 2001-10-25 Andrew Cagney <ac131313@redhat.com>
832
833 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
834 messages.
835
836 2001-10-21 Andrew Cagney <ac131313@redhat.com>
837
838 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
839 checking MI enabled.
840
841 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
842
843 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
844
845 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
846
847 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
848 if gdb child process crashes, just signal an error.
849
850 2001-10-02 Jim Blandy <jimb@redhat.com>
851
852 * lib/gdb.exp (test_xfail_format): Simplify.
853
854 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
855 front of the variable name `format'. Simplify `if'.
856
857 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
858
859 * gdb.threads/pthreads.exp: Wait for output and delay
860 before sending ^C.
861
862 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
863
864 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
865 some incorrect output instead of timing out.
866 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
867
868 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
869
870 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
871 check to allow additional `int'.
872
873 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
874
875 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
876 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
877
878 2001-09-27 Michael Snyder <msnyder@redhat.com>
879
880 * lib/gdb.exp (test_debug_format): New proc.
881 (setup_xfail_format): Use new proc test_debug_format.
882 * gdb.base/constvars.exp (local_compiler_xfail_check): New
883 proc; use new service proc test_debug_format.
884 Replace all other "gcc_compiled" tests with this test.
885 * gdb.base/volatile.exp (local_compiler_xfail_check): New
886 proc; use new service proc test_debug_format.
887 Replace all other "gcc_compiled" tests with this test.
888
889 2001-09-27 Michael Snyder <msnyder@redhat.com>
890
891 * gdb.base/cvexpr.exp: New file.
892 * gdb.base/cvexpr.c: New file
893 Test for expressions using const and volatile keywords.
894
895 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
896
897 * gdb.base/constvars.exp: Check for different orders of keywords
898 and additional "int" strings in output.
899
900 2001-09-22 Andrew Cagney <ac131313@redhat.com>
901
902 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
903 responses from "help maint".
904
905 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
906
907 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
908 to localhost:NNN instead of :NNN, in case Xvfb is listening
909 only on TCP.
910
911 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
912
913 * gdb.base/recurse.exp: When checking leaving the watchpoint
914 scope, recognize when gdb is in function's epilogue and pass.
915
916 2001-09-18 Keith Seitz <keiths@redhat.com>
917
918 * lib/insight-support.exp (_gdbtk_export_target_info): Add
919 support for running tests against sid targets.
920 (gdbtk_done): Ditto.
921
922 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
923
924 * gdb.base/ending-run.c (main): Set stdout buffersize
925 to the same reasonable value for any target.
926 * gdb.base/ending-run.exp: Add a regular expression
927 to make testsuite happy on Sanyo Stormy16 target.
928
929 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
930
931 * gdb.base/display.c (do_loops): Add float variable `f'.
932 Increment f in loop.
933 * gdb.base/display.exp: Increment timeout by 60 seconds.
934 Change float display test to use variable `f'.
935
936 2001-09-17 Jim Blandy <jimb@redhat.com>
937
938 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
939 overflowing the limited breakpoint tables on some ROM monitors
940 (like the ROM68K).
941
942 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
943
944 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
945 the "-ac" (disable access control) flag.
946
947 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
948
949 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
950 ints.
951
952 2001-08-30 Keith Seitz <keiths@redhat.com>
953
954 * lib/gdb.exp: Move all insight-related functionality into
955 separate file.
956 * lib/insight-support.exp: New file.
957
958 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
959
960 * config/sid.exp (sid_start): Never set sid verbosity; disable
961 expect_background {} that consumed its stdout; tolerate </dev/null.
962 Attempt to set endianness override in "sid" protocol mode. Cleanup.
963
964 2001-08-18 Andrew Cagney <ac131313@redhat.com>
965
966 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
967 CLI jump command to start it.
968 (mi_run_to_main): Fail immediatly when unexpected output.
969
970 2001-08-18 Andrew Cagney <ac131313@redhat.com>
971
972 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
973 beginning of function. Fix PR gdb/191.
974
975 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
976
977 * config/sid.exp (sid_start): Don't warn if we cannot figure out
978 what to force sid endianness to.
979
980 2001-08-15 Keith Seitz <keiths@redhat.com>
981
982 * lib/gdb.exp (gdbtk_start): Don't set environment
983 variables for TCL_LIBRARY and friends. Insight will
984 now figure these out for itself.
985
986 2001-08-02 Michael Snyder <msnyder@redhat.com>
987
988 * gdb.base/completion.exp: Remove the symbol "a64l" from
989 the expect string; this is target-specific, and not related
990 to what is being tested.
991
992 2001-08-02 Dave Brolley <brolley@redhat.com>
993
994 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
995
996 2001-07-25 Michael Snyder <msnyder@redhat.com>
997
998 * gdb.base/consecutive.exp: New file. Test stepping over
999 breakpoints on consecutive instructions.
1000 * gdb.base/consecutive.c: New file.
1001
1002 * gdb.base/call-rt-st.exp: Use double-backslash to quote
1003 curly braces in regular expressions.
1004
1005 2001-07-25 Michael Snyder <msnyder@redhat.com>
1006
1007 * gdb.base/ending-run.exp: Accept "Program exited normally" as
1008 legitimate output from stepping out of main.
1009
1010 2001-07-22 Keith Seitz <keiths@redhat.com>
1011
1012 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
1013 the empty string, do not run the tests.
1014
1015 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1016
1017 * gdb.base/long_long.exp: Detect size of pointer. Take into
1018 account 2-byte pointers when testing for p/a results.
1019
1020 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1021
1022 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
1023 and defined to 1K for m68hc11.
1024 (random_data): Reduce table to 1K for embedded platforms (68hc11).
1025 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
1026 (sizeof_random_data): New variable to tell the size of the data table;
1027 don't test past this size; always run to main.
1028
1029 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1030
1031 * gdb.base/return2.exp: return of long long and double fails for
1032 68HC11; don't execute these tests on that platform.
1033 * gdb.base/return.exp: Return of a double fails for 68hc11.
1034
1035 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1036
1037 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
1038 tests that print a float.
1039 * call-rt-st.exp: Likewise.
1040
1041 2001-07-12 Mark Kettenis <kettenis@gnu.org>
1042
1043 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
1044 running this test on Linux.
1045
1046 2001-06-24 Michael Chastain <chastain@redhat.com>
1047
1048 * gdb.base/arithmet.exp: Remove some tests to make all test names
1049 unique.
1050
1051 2001-07-03 Michael Snyder <msnyder@redhat.com>
1052
1053 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
1054 the output of the ptype command.
1055
1056 2001-07-02 Michael Snyder <msnyder@redhat.com>
1057
1058 * gdb.base/completion.exp: Don't assume that break.c is the only
1059 source file that may contain functions named "marker".
1060 * gdb.base/corefile.exp: Quote the curly braces in regexp.
1061
1062 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1063
1064 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
1065 of files to delete.
1066
1067 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
1068 * gdb.disasm/h8300s.exp: New file.
1069 gdb.disasm/h8300s.s: Likewise.
1070
1071 2001-06-27 Andrew Cagney <ac131313@redhat.com>
1072
1073 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
1074 empty breakpoint tables.
1075
1076 2001-06-25 Andrew Cagney <ac131313@redhat.com>
1077
1078 * lib/mi-support.exp: Update args=... part of stop-reason
1079 patterns. Accept either a list or a tuple.
1080
1081 2001-06-23 Andrew Cagney <ac131313@redhat.com>
1082
1083 * lib/mi-support.exp: Remove local emacs variable defining
1084 change-log-default-name.
1085
1086 2001-06-22 Michael Chastain <chastain@redhat.com>
1087
1088 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
1089 This is operationally compatible with the previous version.
1090
1091 2001-06-13 Jim Blandy <jimb@redhat.com>
1092
1093 * lib/gdb.exp (gdb_test): Doc fix.
1094
1095 2001-06-10 Michael Chastain <chastain@redhat.com>
1096
1097 * gdb.base/exprs.exp: Remove a duplicate test.
1098
1099 2001-06-06 Jim Blandy <jimb@redhat.com>
1100
1101 * gdb.base/return2.exp (main): Use values to test float and double
1102 returns that are not NaN's, to avoid being confused by IEEE
1103 comparison rules.
1104
1105 2001-06-04 Michael Snyder <msnyder@redhat.com>
1106
1107 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
1108 non-zero if control_c fails. Terminate the test on failure,
1109 rather than wait for 12 more tests to time out.
1110
1111 2001-06-06 Jim Blandy <jimb@redhat.com>
1112
1113 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
1114 Don't forget to match the GDB prompt.
1115
1116 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
1117
1118 2001-06-04 Jim Blandy <jimb@redhat.com>
1119
1120 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
1121 command.
1122
1123 2001-05-31 Kevin Buettner <kevinb@redhat.com>
1124
1125 * gdb.base/annota1.exp (info break): Match four or more spaces
1126 after "Address".
1127
1128 2001-05-31 Michael Chastain <chastain@redhat.com>
1129
1130 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
1131 (dm_type_int_star): Likewise.
1132 (dm_type_long_star): Likewise.
1133 (dm_type_void_star): Likewise.
1134
1135 2001-05-29 Kevin Buettner <kevinb@redhat.com>
1136
1137 * gdb.base/completion.exp (INPUTRC): Set this environment variable
1138 to a known value in order to get consistent results regardless
1139 of the setting of INPUTRC or the presence or contents of .inputrc.
1140
1141 2001-05-24 Michael Snyder <msnyder@redhat.com>
1142
1143 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
1144 Don't require that the main thread and the manager thread are the
1145 first in the list.
1146
1147 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
1148 debugging. If test fails, issue an "unsupported" not a "fail".
1149
1150 2001-05-24 Jim Blandy <jimb@redhat.com>
1151
1152 Don't assume that short is shorter than int.
1153 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
1154 assume that shorts are smaller than ints. On a 16-bit machine,
1155 this isn't true.
1156 ("print unsigned char == (~0)"): Add test that verifies that ~0,
1157 an int, is not equal to ~0 stored in an unsigned char. This tests
1158 the same thing that the previous test meant to, but works on
1159 16-bit machines, too.
1160 ("print unsigned char != (~0)"): Same test, complemented.
1161
1162 2001-05-24 Michael Snyder <msnyder@redhat.com>
1163
1164 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
1165 test for (full_coverage == 0). This makes the test run faster,
1166 and prevents dejagnu getting out of step.
1167
1168 2001-05-23 Kevin Buettner <kevinb@redhat.com>
1169
1170 * gdb.base/finish.exp (finish_void): Revise pattern for
1171 stopping on the call statement to not permit stopping at
1172 the start of the instructions comprising the call sequence.
1173
1174 2001-05-19 Michael Chastain <chastain@redhat.com>
1175
1176 * gdb.base/callfuncs.exp: Make all test names unique.
1177 * gdb.base/commands.exp: Make all test names unique.
1178 * gdb.base/condbreak.exp: Make all test names unique.
1179 * gdb.base/dbx.exp: Make all test names unique.
1180 * gdb.base/default.exp: Make all test names unique.
1181 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
1182 and TIMEOUT messages to their corresponding PASS message.
1183 * gdb.base/ending-run.exp: Make all test names unique.
1184 * gdb.base/long_long.exp: Remove duplicate test.
1185
1186 2001-05-21 Kevin Buettner <kevinb@redhat.com>
1187
1188 * gdb.base/finish.exp (finish_void): Allow "finish" command to
1189 stop on the call statement as well as the statement after the
1190 call.
1191
1192 2001-05-21 Michael Snyder <msnyder@redhat.com>
1193
1194 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
1195
1196 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
1197
1198 * gdb.base/completion.exp: Revamp test. Make it execute on all
1199 platforms.
1200
1201 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
1202
1203 * config/gdbserver.exp (gdb_load): Handle the case
1204 in which the arguments to gdbserver are given in the
1205 baseboard configuration file.
1206 Also handle the case in which the server needs to do a
1207 load.
1208
1209 2001-05-07 Keith Seitz <keiths@cygnus.com>
1210
1211 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
1212 set up the display for testing.
1213 (gdbtk_start): Convert all paths to paths that tcl will like.
1214 Export target information to environment.
1215 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
1216 necessary.
1217 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
1218 (to_tcl_path): New proc to convert a given pathname into
1219 a path acceptible as an argument to a tcl command.
1220 (_gdbtk_export_target_info): New proc to export target info
1221 into the environment for gdbtk testing.
1222 (gdbtk_done): New proc to signal end-of-test.
1223
1224 2001-05-06 Jim Blandy <jimb@redhat.com>
1225
1226 * restore.c: Make the code of caller0 correspond to its comment.
1227
1228 2001-05-03 Michael Snyder <msnyder@redhat.com>
1229
1230 * config/sid.exp (gdb_target_sid): Check for error messages.
1231 On error or timeout, don't make expect exit (which will terminate
1232 all subsequent tests); instead just make gdb exit.
1233 (gdb_load): Check for error messages. On error or timeout,
1234 return a negative value.
1235
1236 2001-04-24 Jim Blandy <jimb@redhat.com>
1237
1238 * gdb.c++/templates.exp: If we see the prompt for the overload
1239 list, but we haven't recognized any of the longer patterns,
1240 arrange for this test to fail, not hang.
1241
1242 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
1243 variations.
1244
1245 2001-04-22 Michael Chastain <chastain@redhat.com>
1246
1247 * gdb.c++/local.exp: Use the 'runto' library function.
1248 * gdb.c++/namespace.exp: Likewise.
1249 * gdb.c++/overload.exp: Likewise.
1250
1251 2001-03-26 Kevin Buettner <kevinb@redhat.com>
1252
1253 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
1254 * gdb.base/step-line.exp: New file. Test step/next in presence of
1255 #line directives.
1256 * gdb.base/step-line.c: New file. Test program for the above.
1257 * gdb.base/step-line.inp: New file. We pretend that this file has
1258 been transformed by some other tool into step-line.c.
1259
1260 2001-03-21 Jim Blandy <jimb@redhat.com>
1261
1262 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
1263 unmangled operator names.
1264
1265 2001-03-20 Jim Blandy <jimb@redhat.com>
1266
1267 * gdb.threads/linux-dp.exp: Recognize an additional message
1268 generated by GDB when it doesn't understand how to debug threads
1269 on the target system.
1270
1271 2001-03-19 Andrew Cagney <ac131313@redhat.com>
1272
1273 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
1274
1275 2001-03-12 Michael Chastain <chastain@redhat.com>
1276
1277 * gdb.c++/derivation.exp: Use the 'runto' library function.
1278
1279 2001-03-12 Michael Chastain <chastain@redhat.com>
1280
1281 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
1282
1283 2001-02-24 Michael Chastain <chastain@redhat.com>
1284
1285 * gdb.c++/ref-types.exp: Change handwritten code to library
1286 function 'runto'.
1287
1288 2001-03-16 Orjan Friberg <orjanf@axis.com>
1289
1290 * gdb.base/signals.exp: Set count to 0 explicitly.
1291
1292 2001-03-15 Mark Salter <msalter@redhat.com>
1293
1294 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
1295 (gdb_target_monitor): Add check of gdb_target_cmd return value.
1296 (gdb_load): Add support for additional target_info: gdb_download_size
1297 and gdb_load_timeout.
1298
1299 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
1300
1301 * gdb.base/annota1.exp: Move test of isnative to earlier in the
1302 file -- to prevent failing when the compile fails but we have no
1303 intention of running the tests anyway.
1304
1305 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
1306 tests if set.
1307
1308 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
1309 integers.
1310
1311 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
1312 * gdb.c++/namespace.exp: Ditto.
1313
1314 2001-03-07 Orjan Friberg <orjanf@axis.com>
1315
1316 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
1317 * gdb.base/pointers.exp: Relax pattern match of decimals.
1318
1319 2001-03-06 Kevin Buettner <kevinb@redhat.com>
1320
1321 * Makefile.in, config/abug.exp, config/cfdbug.exp,
1322 config/cpu32bug.exp, config/dve.exp, config/est.exp,
1323 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
1324 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
1325 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
1326 config/sh.exp, config/sid.exp, config/slite.exp,
1327 config/sparclet.exp, config/udi.exp, config/unknown.exp,
1328 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
1329 config/vxworks.exp, config/vxworks29k.exp,
1330 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
1331 gdb.base/all-bin.exp, gdb.base/annota1.exp,
1332 gdb.base/arithmet.exp, gdb.base/assign.exp,
1333 gdb.base/async.exp, gdb.base/attach.exp,
1334 gdb.base/bitfields.exp, gdb.base/bitops.exp,
1335 gdb.base/break.exp, gdb.base/call-ar-st.exp,
1336 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
1337 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
1338 gdb.base/commands.exp, gdb.base/completion.exp,
1339 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
1340 gdb.base/constvars.exp, gdb.base/corefile.exp,
1341 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1342 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
1343 gdb.base/ending-run.exp, gdb.base/environ.exp,
1344 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
1345 gdb.base/finish.exp, gdb.base/foll-exec.exp,
1346 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
1347 gdb.base/funcargs.exp, gdb.base/help.exp,
1348 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
1349 gdb.base/logical.exp, gdb.base/long_long.exp,
1350 gdb.base/maint.exp, gdb.base/mips_pro.exp,
1351 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
1352 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
1353 gdb.base/pointers.exp, gdb.base/printcmds.exp,
1354 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
1355 gdb.base/regs.exp, gdb.base/relational.exp,
1356 gdb.base/remote.exp, gdb.base/reread.exp,
1357 gdb.base/restore.exp, gdb.base/return2.exp,
1358 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
1359 gdb.base/selftest.exp, gdb.base/setshow.exp,
1360 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1361 gdb.base/sigall.exp, gdb.base/signals.exp,
1362 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
1363 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
1364 gdb.base/step-test.exp, gdb.base/structs.c,
1365 gdb.base/structs.exp, gdb.base/structs2.exp,
1366 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
1367 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
1368 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
1369 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
1370 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
1371 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
1372 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
1373 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
1374 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
1375 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
1376 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
1377 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
1378 gdb.fortran/types.exp, gdb.java/jmisc.exp,
1379 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
1380 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
1381 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1382 gdb.trace/circ.exp, gdb.trace/collection.exp,
1383 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1384 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
1385 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
1386 gdb.trace/report.exp, gdb.trace/save-trace.exp,
1387 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
1388 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
1389 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
1390 notices.
1391
1392 2001-02-27 Michael Snyder <msnyder@cygnus.com>
1393
1394 * gdb.base/varargs.c (find_max_double): Fix printf format string:
1395 first arg is int not float.
1396
1397 2001-02-22 Michael Snyder <msnyder@cygnus.com>
1398
1399 * gdb.base/reread.exp: Unsupported for non-native targets;
1400 doesn't work for remote debugging.
1401
1402 2001-02-19 Fernando Nasser <fnasser@redhat.com>
1403
1404 From Drew Moseley <dmoseley@redhat.com>
1405 * gdb.base/ending-run.exp: Properly handle the BSP state when
1406 stepping past the end of main.
1407
1408 2001-02-19 John Moore <jmoore@redhat.com>
1409
1410 * gdb.base/commands.exp (infrun_breakpoint_command_test):
1411 Converted HPUX fix for non-expected items following multiple
1412 step commands into general solution for all platforms.
1413
1414 2001-02-18 Michael Chastain <chastain@redhat.com>
1415
1416 * gdb.c++/classes.exp (do_tests): Change runto statements
1417 from "runto 'foo(void)'" to "runto 'foo'". This makes the
1418 statements demangler agnostic.
1419 * gdb.c++/virtfunc.exp (do_tests): Likewise.
1420 (gdb_virtfunc_restart): Likewise.
1421
1422 2001-02-14 Michael Chastain <chastain@redhat.com>
1423
1424 * gdb.c++/inherit.exp (do_tests): Change runto statements
1425 from "runto 'foo(void)'" to "runto 'foo'". This makes the
1426 statements demangler agnostic.
1427
1428 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
1429
1430 * gdb.threads/pthreads.exp: Unify pass/fail messages for
1431 ``continue to bkpt at common_routine in thread 2'' and ``stopped
1432 before calling common_routine 15 times'' tests.
1433
1434 2001-02-11 Michael Chastain <chastain@redhat.com>
1435
1436 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
1437 Helps the test script figure out which demangler is in use.
1438 (dm_type_foo_ref): Ditto.
1439 (dm_type_int_star): Ditto.
1440 (dm_type_long_star): Ditto.
1441 (dm_type_unsigned_int): Ditto.
1442 (dm_type_void): Ditto.
1443 (dm_type_void_star): Ditto.
1444 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
1445 Probe the gdb demangler and set variables to accommodate
1446 formatting differences.
1447 (info_func_regexp): New function. Same as info_func, but
1448 matches against a regexp.
1449 (info_func): Match against a literal string.
1450 (print_addr_2): New function. Match against a literal string,
1451 which can be different from the input to gdb.
1452 (print_addr): Simply call print_addr_2 with the same argument twice.
1453 (test_lookup_operator_functions): Use demangler formatting variables.
1454 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
1455 the tests in the same order as the C++ class declaration.
1456 (test_paddr_operator_functions): Ditto.
1457 (test_paddr_overloaded_functions): Ditto.
1458 (test_paddr_hairy_functions): Use demangler formatting variables.
1459 Add reference to gdb/19 for related tests.
1460 (do_tests): Call probe_demangler.
1461
1462 2001-01-30 Kevin Buettner <kevinb@redhat.com>
1463
1464 * gdb.c++/templates.cc (printf): Remove unused function definition.
1465
1466 2001-01-26 Felix Lee <flee@redhat.com>
1467
1468 * sid.exp (sid_exit): Pass host, not target, to remote_close.
1469
1470 2001-01-25 matthew green <mrg@redhat.com>
1471
1472 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
1473 up sid.
1474 (sid_exit): Call `remote_pop_conn' after GDB is gone.
1475
1476 2001-01-25 matthew green <mrg@redhat.com>
1477
1478 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
1479 Deprecate $sid_spawn_id.
1480 (sid_exit): Remove code necessary only for `spawn.'
1481
1482 2001-01-25 matthew green <mrg@redhat.com>
1483
1484 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
1485
1486 2001-01-28 Michael Chastain <chastain@redhat.com>
1487
1488 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
1489 to call when tests fail. It takes gdb out of the overloaded
1490 function choice menu back to the main prompt, so that the test
1491 program stays synchronized.
1492 (set_bp_overloaded): New proc to collect all the common
1493 code for setting a breakpoint on an overloaded name. Calls
1494 take_gdb_out_of_choice_menu when needed.
1495 (menu_overload1arg): New variable to collect the repeated
1496 instances of the expected menu for an overloaded name. Change
1497 the regular expression to handle changes in g++ type encoding:
1498 "void" can be either "void" or "", and "unsigned int" can be
1499 either "unsigned int" or "unsigned".
1500 (continue_to_bp_overloaded): Change regular expressions to handle
1501 changes in g++ type encoding.
1502 (no proc): Call take_gdb_out_of_choice_menu when needed.
1503 Remove redundant calls to "info break". Accept either "canceled"
1504 or "cancelled". Change regular expressions in "info break"
1505 calls to handle changes in g++ type encoding. Give all tests
1506 unique strings.
1507
1508 2001-01-17 Ben Elliston <bje@redhat.com>
1509
1510 * config/sid.exp: New file.
1511
1512 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
1513
1514 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
1515
1516 2000-12-21 Michael Snyder <msnyder@cygnus.com>
1517
1518 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
1519 Add a RE to accept a non-ascii char if one is ever presented.
1520
1521 2000-12-20 Fernando Nasser <fnasser@redhat.com>
1522
1523 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
1524
1525 2000-12-18 Michael Snyder <msnyder@cygnus.com>
1526
1527 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
1528 in regexp. One '\' does not suffice on Linux.
1529
1530 2000-12-09 Michael Chastain <chastain@redhat.com>
1531
1532 * gdb.base/break.exp (test_clear_command): Use a marker function
1533 rather than 'main' for the test function. Also move this
1534 test to an execution point where the marker function names are
1535 guaranteed to be bound to functions. (Executing tests after a
1536 'finish' from main runs into name conflicts with local names
1537 in __libc_start_main).
1538
1539 2000-12-07 Michael Snyder <msnyder@cygnus.com>
1540
1541 * gdb.base/finish.exp: New test for gdb's "finish" command.
1542 * gdb.base/return2.exp: New test for gdb's "return" command.
1543 * gdb.base/return2.c: New source file for above.
1544
1545 2000-12-05 Michael Snyder <msnyder@cygnus.com>
1546
1547 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
1548 * gdb.base/miscexprs.exp: Ditto.
1549 * gdb.base/pointers.exp: Ditto.
1550 * gdb.c++/derivation.exp: Ditto.
1551 * gdb.c++/local.exp: Ditto.
1552 * gdb.c++/namespace.exp: Ditto.
1553 * gdb.c++/overload.exp: Ditto.
1554 * gdb.c++/ref-types.exp: Ditto.
1555
1556 2000-12-05 Michael Snyder <msnyder@cygnus.com>
1557
1558 * gdb.base/constvars.exp: Test result of "up" command.
1559 * gdb.base/miscexprs.exp: Ditto.
1560 * gdb.base/pointers.exp: Ditto.
1561 * gdb.base/scope.exp: Ditto.
1562 * gdb.c++/derivation.exp: Ditto.
1563 * gdb.c++/local.exp: Ditto.
1564 * gdb.c++/namespace.exp: Ditto.
1565 * gdb.c++/overload.exp: Ditto.
1566 * gdb.c++/ref-types.exp: Ditto.
1567
1568 2000-11-22 Michael Chastain <chastain@redhat.com>
1569
1570 * mips_pro.exp: Accept either "middle -> top -> main" or
1571 "middle -> main" in the backtrace, because gcc can optimize
1572 tail calls to jumps. Remove setup_xfail for the hppa case.
1573 Add a comment with the original warning messages from PR 3016,
1574 which was filed in 1993, to preserve them for posterity.
1575
1576 2000-11-17 Nick Duffek <nsd@redhat.com>
1577
1578 * lib/gdb.exp (gdb_test): Override timeout with board info.
1579
1580 2000-11-17 Nick Duffek <nsd@redhat.com>
1581
1582 * gdb.base/display.exp: Don't kill running stub. Add "again" to
1583 the second kill and detach messages.
1584
1585 2000-11-17 Nick Duffek <nsd@redhat.com>
1586
1587 * configure.in: Add AC_EXEEXT.
1588 * configure: Regenerate.
1589 * Makefile.in (just-check): Export EXEEXT.
1590 * lib/gdb.exp ($EXEEXT): Import from environment.
1591 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
1592 expect "maint dump-me" on Cygwin.
1593 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
1594 $EXEEXT.
1595
1596 2000-11-17 Nick Duffek <nsd@redhat.com>
1597
1598 * gdb.base/break.exp: Test backtrace and finish from called
1599 function on all platforms, not just HP-UX.
1600
1601 2000-11-03 Michael Snyder <msnyder@cygnus.com>
1602
1603 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
1604 code from gdb_target_monitor, so it can be used independantly
1605 for gdbserver. Also comment out an unnecessary PUTS.
1606
1607 2000-11-03 Michael Snyder <msnyder@cygnus.com>
1608
1609 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
1610 * gdb.base/corefile.exp: Expect the message "Program is being
1611 debugged already" when we send the "corefile" command, since
1612 the preceeding gdb_load may have connected gdb to a remote target.
1613 * gdb.base/display.exp: Disable hardware watchpoints if new
1614 board info variable "no_hardware_watchpoints" is true.
1615 Replace single-letter commands with more readable ones.
1616 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
1617 if new board info variable "no_hardware_watchpoints" is true.
1618 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
1619 to see if stdio (printf) testing is possible.
1620 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
1621 board info variable "no_hardware_watchpoints" is true. Use new
1622 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
1623
1624 2000-11-13 Fernando Nasser <fnasser@redhat.com>
1625
1626 From Orjan Friberg <orjanf@axis.com>:
1627 * gdb.base/printcmds.exp: Escape curly braces followed by a number
1628 in array print pattern match.
1629
1630 2000-11-09 Fernando Nasser <fnasser@redhat.com>
1631
1632 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
1633 spelling "cancelled" to U.S. spelling "canceled" to match changes
1634 made to gdb.
1635 * gdb.c++/ovldbreak.exp: Ditto.
1636
1637 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1638
1639 * gdb.base/callfuncs.c (main): Moved to end of file, call
1640 t_double_values to initialize the FPU before inferior calls are made.
1641 * gdb.base/callfuncs.exp: Test for register preservation after calling
1642 inferior functions. Add tests for continuining, finishing and
1643 returning from a stop in a call dummy.
1644
1645 2000-10-24 Michael Snyder <msnyder@cygnus.com>
1646
1647 * gdb.base/commands.exp: Break up long lines, and re-indent.
1648
1649 2000-10-19 Michael Snyder <msnyder@cygnus.com>
1650
1651 * config/gdbserver.exp: Rewritten from the ground up, to make it
1652 compatible with the current dejagnu tree, and to make it work with
1653 the new "gdbserver" in libremote.
1654
1655 2000-10-16 Michael Snyder <msnyder@cygnus.com>
1656
1657 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
1658 * gdb.base/varargs.exp: Skip entire test if no printf support.
1659 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
1660 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
1661
1662 2000-10-13 Michael Snyder <msnyder@cygnus.com>
1663
1664 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
1665 no floating point support.
1666 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
1667 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
1668 * gdb.base/call-rt-st.exp: Ditto.
1669 * gdb.base/call-strs.exp: Ditto.
1670
1671 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
1672
1673 * gdb.base/sizeof.c: include <stdio.h>.
1674
1675 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
1676 'finish', otherwise uncaptured gdb_prompt would potentially
1677 throw remaining test points out of sync.
1678
1679 2000-07-26 Scott Bambrough <scottb@netwinder.org>
1680
1681 * gdb.base/recurse.exp: Run tests for all targets.
1682 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
1683 gnu-oldld case on ARM.
1684 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
1685 for ARM targets.
1686
1687 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
1688
1689 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
1690 * gdb.java/configure: Rebuild.
1691
1692 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
1693
1694 * gdb.java/jv-exp.exp: New file.
1695
1696 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
1697
1698 * configure: Rebuilt.
1699 * configure.in (configdirs): Add gdb.java.
1700 * gdb.java/jmisc.java: New file.
1701 * gdb.java/jmisc.exp: New file.
1702 * gdb.java/Makefile.in: New file.
1703 * gdb.java/configure: Rebuilt.
1704 * gdb.java/configure.in: New file.
1705 * lib/java.exp: New file.
1706
1707 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
1708
1709 * gdb.base/exprs.exp: Test casts to a pointer including over and
1710 underflow.
1711
1712 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
1713
1714 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
1715 and the compilers sizes.
1716
1717 2000-07-09 Nick Duffek <nsd@redhat.com>
1718
1719 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
1720 (use_methods): New function.
1721 (main): Call use_methods().
1722 * gdb.c++/classes.exp (test_method_param_class): New procedure.
1723 (do_tests): Call test_method_param_class.
1724
1725 2000-07-09 Nick Duffek <nsd@redhat.com>
1726
1727 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
1728 spelling.
1729 (test_enums): New procedure. Move enum tests from end of script
1730 to here. Set breakpoint on function name instead of line number.
1731 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
1732 (enums2): New marker function.
1733 (enums1): New function.
1734 (main): Call enums1(). Move enum tests to enums1().
1735
1736 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
1737
1738 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
1739 compile/link program. Update line numbers.
1740 * gdb.asm/d10v.inc: Define ``startup''.
1741 * gdb.asm/asmsrc1.s: Add definition of _start.
1742
1743 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
1744
1745 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
1746
1747 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1748
1749 * gdb.base/maint.exp: Add 'maint print architecture' item to output
1750 of 'help maint print' command.
1751
1752 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
1753
1754 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
1755 they use gdb_expect_list.
1756
1757 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
1758
1759 * gdb.base/commands.exp: Use ``set remote
1760 memory-read-packet-size'' instead of ``set endian big'' to test
1761 long commands.
1762
1763 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
1764
1765 * gdb.c++/templates.exp (do_tests): Make all of these work under
1766 g++, and stop skipping them.
1767
1768 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
1769 work under g++.
1770
1771 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
1772 initialization.
1773
1774 2000-06-02 Michael Snyder <msnyder@cygnus.com>
1775
1776 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
1777 the regular expression: accept an (almost) arbitrary sequence of
1778 "frames-invalid" and "breakpoints-invalid" messages both before
1779 and after the "starting" message.
1780
1781 2000-06-02 Michael Snyder <msnyder@cygnus.com>
1782
1783 * gdb.c++/local.exp: This test has never been known to work with g++.
1784
1785 2000-05-18 Michael Snyder <msnyder@cygnus.com>
1786
1787 * gdb.base/annota1.exp (annotate-signal-handler-caller):
1788 Relax the regular expression a little, make it pass on Solaris 8.
1789
1790 2000-05-12 Kevin Buettner <kevinb@redhat.com>
1791
1792 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
1793 a call, do not require that gdb stop on the line after the call.
1794 Instead, it is permissible for gdb to stop on the line of the
1795 call itself.
1796
1797 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
1798
1799 * gdb.base/break.exp (bp on small function, optimized file):
1800 Add a second pass pattern. The behavior differs here between stabs
1801 and dwarf for one-line functions. Stabs preserves two line symbols
1802 (one before the prologue and one after) with the same line number,
1803 but dwarf regards these as duplicates and discards one of them.
1804 Therefore the address after the prologue (where the breakpoint is)
1805 has no exactly matching line symbol, and GDB reports the breakpoint
1806 as if it were in the middle of a line rather than at the beginning.
1807
1808 2000-05-08 Michael Snyder <msnyder@cygnus.com>
1809
1810 * gdb.base/interrupt.exp: Make "pass" message say "send"
1811 rather than "send_gdb" (for consistancy).
1812
1813 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
1814
1815 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
1816 * gdb.c++/templates.cc: Properly check for GCC version number.
1817 * lib/compiler.cc: Likewise
1818
1819 2000-04-28 Michael Snyder <msnyder@cygnus.com>
1820
1821 * gdb.base/break.exp: When compiled with -O2 optimization,
1822 gdb may not stop at the first line of main, due to code motion.
1823
1824 2000-04-26 Michael Snyder <msnyder@cygnus.com>
1825
1826 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
1827 This test depends on parsing the printf output from the target.
1828 Since the sparclet stub doesn't do stdio, this will never work.
1829 * gdb.base/call-rt-st.exp: ditto.
1830 * gdb.base/call-strs: ditto.
1831
1832 2000-04-24 Michael Snyder <msnyder@cygnus.com>
1833
1834 * gdb.base/miscexprs.exp: make sizeof long array test portable.
1835
1836 * gdb.base/ending-run.exp: After connecting to a remote target,
1837 but before running, the target will appear to be in a random
1838 location. Specify both a file and a line for breakpoints.
1839 Also, the function that calls main may be called 'init'
1840 rather than 'start'.
1841
1842 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1843
1844 * gdb.base/help.exp: Update output for add-symbol-file command.
1845
1846 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
1847
1848 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1849 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
1850
1851 2000-04-07 J.T. Conklin <jtc@redback.com>
1852
1853 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
1854
1855 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
1856
1857 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
1858
1859 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
1860 values that can be represented exactly.
1861 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
1862 above change, and to not check against the directory part of the source
1863 file name.
1864 (step into print_long_arg_list): Likewise.
1865 (print print_small_structs from print_long_arg_list): Likewise.
1866 (print print_long_arg_list): Likewise.
1867
1868 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1869
1870 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
1871
1872 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
1873
1874 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
1875
1876 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
1877
1878 * gdb.base/commands.exp (deprecated_command_test): Add test for
1879 deprecate with no arguments.
1880
1881 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
1882
1883 * gdb.base/break.exp: Add new test for setting breakpoints on
1884 optimized code so we can test breakpoints work even when function
1885 prologues may be optimized away
1886
1887 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
1888
1889 From David Whedon <dwhedon@gordian.com>
1890 * gdb.base/commands.exp : Added command deprecator tests.
1891
1892 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
1893
1894 * gdb.base/help.exp: Added test for new apropos command.
1895
1896 2000-03-21 Kevin Buettner <kevinb@redhat.com>
1897
1898 * gdb.base/pointers.c (usevar): New function.
1899 (main): Make sure that global variables v_int_pointer2, rptr,
1900 and y are all referenced someplace in the program by calling
1901 usevar() on them. [Some linkers delete symbols which are
1902 never referenced. The space remains, but there's no way to
1903 get a (symbolic) handle on the variable from the debugger.]
1904
1905 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1906
1907 * gdb.base/printcmds.c: Add typedeffed arrays.
1908
1909 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
1910 procedure to test arrays that are typedef'd.
1911
1912 2000-03-13 James Ingham <jingham@leda.cygnus.com>
1913
1914 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
1915 the library directories.
1916
1917 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
1918
1919 * configure.in (configdirs): Add sub directory gdb.mi.
1920 * configure: Re-generate.
1921
1922 * gdb.mi: New directory.
1923
1924 2000-02-25 Scott Bambrough <scottb@netwinder.org>
1925
1926 * gdb.base/long_long.exp: Correct test suite failure when printing
1927 a long long value as a double on ARM platforms.
1928
1929 2000-02-16 Jim Blandy <jimb@redhat.com>
1930
1931 * gdb.base/break.exp ("breakpoint line number"): Make sure the
1932 default source file is set properly before running this test.
1933
1934 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1935
1936 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
1937 gdbtk/library directory, not in gdbtcl2.
1938
1939 2000-02-04 Jim Blandy <jimb@redhat.com>
1940
1941 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
1942 backslash from regexp pattern.
1943
1944 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
1945 procedure. Use it to run all the "continue to bp overloaded"
1946 tests. Note that this changes the names of the tests slightly.
1947 If the breakpoint hit message includes a hex PC value, because
1948 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
1949 from the real source code, still consider that a pass.
1950
1951 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
1952 XFAIL here if the breakpoint message contains a hex address. Note
1953 similar change on 1999-11-02.
1954
1955 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
1956
1957 * gdb.base/ptype.exp: Establish a default source file before
1958 calling get_debug_format.
1959
1960 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
1961
1962 * gdb.base/watchpoint.exp: Remove duplication of test messages.
1963
1964 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
1965
1966 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
1967 of successive stepi commands -- while in the prologue we should see
1968 the function entry bracket.
1969
1970 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
1971
1972 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
1973 reach __change_mode() when stepping through the end of main().
1974
1975 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1976
1977 * gdb.base/default.exp: Fix expected pattern.
1978 * gdb.base/help.exp: Same.
1979
1980 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1981
1982 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
1983 Don't use xfail's because that affects only the following test.
1984
1985 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
1986 solaris or linux.
1987
1988 * gdb.base/selftest.exp: Update to reflect changes to main.c.
1989
1990 2000-01-07 Michael Snyder <msnyder@cygnus.com>
1991
1992 * gdb.base/display.exp: Some yacc parsers like to say
1993 "A syntax error" rather than "A parse error". Accept both.
1994
1995 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
1996
1997 * gdb.base/default.exp: Remove OS dependent string from "target
1998 remote" test.
1999 * gdb.base/help.exp: Same for "help target remote" test.
2000
2001 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2002
2003 From Jim Kingdon <kingdon@redhat.com>:
2004
2005 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
2006 prompt (cleanup rather than necessity, but still might keep output
2007 from spilling to next test).
2008
2009 2000-01-02 Fred Fish <fnf@cygnus.com>
2010
2011 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
2012 AIX, which defines them in <sys/types.h>.
2013
2014 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
2015
2016 * gdb.base/default.exp: Match arm* etc instead of arm in "info
2017 float" test.
2018
2019 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
2020
2021 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
2022
2023 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
2024 outermost frame disallowed".
2025
2026 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
2027
2028 * gdb.base/setvar.exp: New tests for setting the value of a struct
2029 with a constant list.
2030
2031 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
2032
2033 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
2034 require the user to type a cast before setting the value of a struct.
2035
2036 1999-12-06 Jim Blandy <jimb@cygnus.com>
2037
2038 * gdb.base/default.exp: Expect the new 'info float' command on
2039 all i386 platforms.
2040
2041 * gdb.threads/linux-dp.exp: Expand our ability to recognize
2042 LinuxThreads libraries that don't support debugging.
2043
2044 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
2045
2046 * gdb.base/remote.c: Fill the buffer with truely random data.
2047 Change the buffer type to ``unsigned char'' to simplify size
2048 arithmetic.
2049
2050 * gdb.base/remote.exp: Reduce download numbers by one. Typical
2051 stub only handles 400-1 byte packets. Verify that the download
2052 worked.
2053
2054 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
2055
2056 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
2057 tests, using UNRESOLVED for the untested cases. Also, does not wait
2058 for a timeout if the prompt was received before a recognizable pattern.
2059
2060 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
2061
2062 * lib/gdb.exp (gdb_expect_list): Fix spelling.
2063
2064 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2065
2066 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
2067 watchpoints.
2068
2069 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
2070
2071 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
2072
2073 * gdb.c++/local.exp: Be more flexible in recognizing local class
2074 name mangling. Don't allow horribly truncated method names.
2075 * gdb.c++/derivation.exp: Expect protected inheritance.
2076 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
2077 * gdb.c++/virtfunc.exp: Likewise.
2078 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
2079 when printing a nested enum.
2080
2081 1999-11-22 Jim Blandy <jimb@cygnus.com>
2082
2083 * gdb.base/step-test.exp: Properly await GDB's response to setting
2084 a breakpoint on the call to large_struct_by_value.
2085
2086 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
2087 just because we have debug info for the `start' function.
2088
2089 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
2090
2091 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
2092 "Unknown signal" messages, which indicate (on LinuxThreads) that
2093 GDB doesn't know how to debug threads on this system. This is
2094 better than hanging while philosopher 0 dumps chatter into gdb.log.
2095
2096 1999-11-18 Tom Tromey <tromey@cygnus.com>
2097
2098 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
2099
2100 1999-11-18 Fred Fish <fnf@cygnus.com>
2101
2102 * gdb.base/coremaker2.c: Add sample program for generating
2103 cores that is more self contained than coremaker.c. Eventually
2104 I'll add more code to this and tie it into the testsuite.
2105
2106 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
2107
2108 * gdb.base/dollar.exp: Remove, now in gdb.hp.
2109
2110 1999-11-10 Jimmy Guo <guo@cup.hp.com>
2111
2112 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
2113 from $srcdir/lib/.
2114 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
2115 and gdb.c++/.
2116
2117 * gdb.c++/derivation.exp: remove redundant get compiler info code.
2118
2119 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
2120 'continue with watch' test point.
2121
2122 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
2123
2124 Merged from p2linux-990323-branch:
2125
2126 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
2127
2128 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
2129
2130 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
2131 {limit,fixed}''. Test ``set download-write-size''.
2132
2133 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
2134
2135 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
2136 gdb_expect_list.
2137
2138 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
2139
2140 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
2141
2142 1999-11-03 Mark Salter <msalter@cygnus.com>
2143
2144 * gdb.base/break.exp: Fix "stub continue" pattern.
2145
2146 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
2147
2148 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
2149
2150 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
2151
2152 * gdb.base/display.exp ("finish"): Add timeout clause.
2153
2154 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
2155 plain prompt clause, so this doesn't have to time out in order to
2156 fail.
2157
2158 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
2159 breakpoint hit messages include an address.
2160
2161 * gdb.base/display.exp: Don't forget to escape parens in regular
2162 expressions. Unix regexp notatation sucks.
2163
2164 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2165
2166 * gdb.base/annota1.exp: Test for annotate-signalled: change output
2167 order for 'signalled' message.
2168
2169 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
2170
2171 From Jimmy Guo <guo@cup.hp.com>:
2172 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
2173 * gdb.base/annota1.c: Add code for tests to work with.
2174
2175 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
2176
2177 * gdb.base/remote.exp: New test for remote downloading settings.
2178 * gdb.base/remote.c: New file with large .data.
2179
2180 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
2181
2182 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
2183 for LinuxThreads support, merged from the Code Fusion branch.
2184
2185 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
2186
2187 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
2188 containing exp_continue into a while within an expect. Don't
2189 attempt a start more than three times. Check return value from
2190 gdb_load.
2191
2192 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
2193
2194 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
2195 a pass case.
2196
2197 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
2198
2199 * gdb.base/break.c (main): Added a statement that we can step
2200 off of.
2201 * gdb.base/break.exp: Added tests for setting a breakpoint
2202 at an offset and stepping onto a breakpoint.
2203
2204 1999-10-01 Fred Fish <fnf@cygnus.com>
2205
2206 * gdb.base/help.exp (help add-symbol-file): Update to match current
2207 gdb output.
2208
2209 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
2210
2211 * gdb.base/break.exp: Code locations are in hex, don't forget!
2212 (For HP-UX.)
2213
2214 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
2215
2216 * condbreak.exp: Use break.c as test program.
2217 * condbreak.c: Remove, redundant with break.c.
2218
2219 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
2220
2221 * config/monitor.exp (gdb_target_monitor): Disable X- and
2222 Z-packets if the target needs it.
2223
2224 1999-09-13 James Ingham <jingham@leda.cygnus.com>
2225
2226 * gdb.c++/overload.exp: Added tests for listing overloaded
2227 functions with function pointers in the arg, explicitly calling
2228 out the version you want.
2229
2230 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
2231
2232 * long_long.exp: Add variations of test cases that work for
2233 targets with 16-bit ints and 32-bit doubles.
2234
2235 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
2236
2237 * break.c (main): Compare a possibly-uninitialized argc with an
2238 unlikely value that fits in 16 bits.
2239
2240 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
2241
2242 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
2243 0xfeeb, don't want negative numbers if ints are 16 bits.
2244
2245 * lib/gdb.exp (skip_cplus_tests): New proc.
2246 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2247 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
2248 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
2249 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
2250 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
2251 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
2252 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
2253 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
2254
2255 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
2256
2257 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
2258
2259 * gdb.base/corefile.exp (up): Allow a parameter to appear
2260 in the frame that we're going up to.
2261
2262 From Jim Blandy <jimb@cygnus.com>:
2263
2264 * gdb.base/default.exp (info float): Expect some output now.
2265
2266 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
2267 returning floating-point values to fail on the x86.
2268 * gdb.base/callfwmall.exp (do_function_calls): Same.
2269
2270 * gdb.base/list.exp (test_listsize): Correct expectations for
2271 listing line 1 with listsize 2. Also, listing a single line
2272 works now, as does listing three lines. [Kevin's note: There
2273 were a number of other cases fixed too where the expectations
2274 differed...]
2275
2276 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
2277
2278 * gdb.base/selftest.exp: Add case for when version prints as
2279 constant string instead of char pointer.
2280
2281 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
2282
2283 * gdb.base/ending-run.exp: Add Solaris case for what happens when
2284 stepping out of main.
2285
2286 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
2287 G++ used.
2288
2289 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
2290 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
2291
2292 * gdb.c++/ovldbreak.exp: Update match string in test that
2293 includes a warning of multiple breakpoints.
2294
2295 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
2296
2297 * gdb.base/display.exp: Improve precision of step-after-finish
2298 added yesterday.
2299
2300 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
2301 test.
2302
2303 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
2304 configs when using G++, not just hppa*.
2305
2306 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2307
2308 * gdb.base/async.c: New file.
2309 * gdb.base/async.exp: New file.
2310
2311 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
2312
2313 * gdb.base/break.exp: Tweak PA specific tests to properly handle
2314 PA64.
2315
2316 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
2317
2318 * gdb.base/display.exp: "finish" can leave us mid-line on many
2319 targets, deal with it. Add a small constant to main, instead of
2320 1000 since main+1000 may not be a valid address in the target.
2321
2322 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
2323 on hpux11.
2324
2325 * gdb.base/attach.exp: Handle another hpux11 error message variant
2326 when attaching to a process that does not exist.
2327
2328 1999-08-19 J.T. Conklin <jtc@redback.com>
2329
2330 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
2331 characters in 'continue to 1241' test.
2332
2333 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
2334
2335 * gdb.base/call-ar-st.exp: Add a shorter match case for the
2336 stop in print_long_arg_list, define and use a whitespace
2337 variable in print_small_structs test, add an XFAIL for Solaris.
2338 * gdb.base/dbx.exp: XFAIL func commands until somebody is
2339 interested enough to fix.
2340
2341 1999-08-13 Keith Seitz <keiths@cygnus.com>
2342
2343 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
2344 (dbx_gdb_load): Remove. Use gdb_load instead, since that
2345 proc knows about targets other than the natives.
2346 (test_assign): Use "gdb_run_cmd" to "run" the target.
2347 Check that we've actually hit the breakpoint at main.
2348 When we attempt to assign a value to a local variable, check
2349 that the variable is in the current scope, i.e., don't use
2350 a test with an empty result.
2351
2352 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
2353
2354 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
2355 command.
2356
2357 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
2358
2359 From Jimmy Guo <guo@cup.hp.com> and others at HP:
2360 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
2361 gdb.compat, gdb.threads-hp.
2362 gdb.hp/configure, gdb.hp/configure.in: New files.
2363 gdb.hp/Makefile.in: Recurse into new subdirs.
2364 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
2365 gdb.hp/gdb.objdbg: New directory, tests for debugging info
2366 in object files.
2367 gdb.hp/tools: New directory, aux tools for HP-specific tests.
2368
2369 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
2370
2371 * gdb.base/display.exp: Help expect by putting a newline in the
2372 funky printf, remove a bogus p/a test.
2373
2374 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2375
2376 * gdb.base/display.exp: Make sure that when we say 'run', we are
2377 connected to the target. This is necessary when running not
2378 natively.
2379
2380 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
2381
2382 * gdb.base/step-test.exp: Removed some extraneous messages.
2383
2384 * gdb.base/long_long.exp: Don't run memory examination tests
2385 on little-endian targets (they will need a different set of
2386 results to match).
2387
2388 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
2389
2390 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
2391 until somebody decides to fix GDB.
2392
2393 * gdb.base/long_long.c: Stop compiler complaint by specifying long
2394 constant as "ULL".
2395 * gdb.base/long_long.exp: Loosen x/c test, add partial result
2396 matches for a couple x/2 commands.
2397
2398 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
2399
2400 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
2401 by merging in ref-types2 tests.
2402 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
2403
2404 From Jimmy Guo <guo@cup.hp.com> and others at HP:
2405 * gdb.c++/Makefile.in: Add standard actions.
2406 (EXECUTABLES): Rename from PROGS, update list.
2407 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
2408 from gdb.hp.
2409 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
2410 foo and bar locals.
2411 * gdb.c++/anon-union.exp: Fix tests to match.
2412 * gdb.c++/classes.exp: Run if HP compiler used, add extra
2413 expect matches to handle output variations.
2414 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
2415 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
2416 output, add HP alternatives for new and delete prints.
2417 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
2418 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
2419 * gdb.c++/demangle.exp: Use $style when reporting failure.
2420 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
2421 * gdb.c++/inherit.exp: Run if HP compiler used, add some
2422 match alternatives.
2423 * gdb.c++/local.exp: Add match alternatives or xfails for HP
2424 compilers.
2425 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
2426 * gdb.c++/method.exp: Add match alternatives.
2427 * gdb.c++/misc.cc: Add bool types.
2428 * gdb.c++/misc.exp: Add tests for bool types.
2429 * gdb.c++/overload.exp: Add xfails.
2430 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
2431 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
2432 add some more template parameter tests (only for HP currently).
2433 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
2434 * gdb.c++/virtfunc.cc: Add return type and value for main.
2435 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
2436 match alternatives.
2437
2438 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2439
2440 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
2441
2442 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
2443
2444 * gdb.base/signals.exp: Don't expect getting a backtrace from
2445 within a signal handler to fail on Linux.
2446
2447 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
2448
2449 From Jimmy Guo <guo@cup.hp.com> and others at HP:
2450 * lib/gdb.exp: Remove some gratuitious semicolons.
2451 (delete_breakpoints): Increase timeout.
2452 (gdb_expect): Add -notransfer option.
2453 (gdb_test): Use -notransfer option.
2454 (get_compiler_info): Add f77 case.
2455 (get_compiler): New proc, split out from gdb_preprocess, add f77
2456 case.
2457 (gdb_preprocess): Call get_compiler.
2458
2459 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
2460 * gdb.base/attach.exp, gdb.base/display.exp,
2461 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
2462 gdb.base/long_long.exp, gdb.base/printcmds.exp,
2463 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
2464 third arg to gdb_test.
2465 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
2466 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
2467 HP-UX xfails, add others.
2468 * gdb.base/completion.exp: Reflect name change of self-test.
2469 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
2470 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
2471 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
2472 HP failure number.
2473 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
2474 useless HP-UX 10.30 references.
2475 * gdb.base/maint.exp: Loosen matches.
2476 * gdb.base/pointers.c (main): Declare more_code.
2477 * gdb.base/pointers.exp: Match on output of a `next'.
2478 * gdb.base/structs.c: Add prototypes.
2479 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
2480 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
2481
2482 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2483
2484 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
2485 command.
2486
2487 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2488
2489 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
2490 Fix run to main failures. Watchpoint can be hardware watchpoint.
2491
2492 * gdb.base/annota1.exp: Clean up some more, in case printf has
2493 debug info. Deal with lack of signal hanlder info in stack.
2494
2495 From Jim Kingdon <kingdon@redhat.com>:
2496 * gdb.base/annota1.exp: If printf has debug info, deal with it.
2497
2498 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
2499
2500 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
2501 gdb.base/foll-vfork.exp: Don't run for crosses.
2502
2503 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
2504
2505 * gdb.base/configure.in: Check for gdbvars.exp instead of
2506 a1-selftest.exp.
2507 * gdb.base/configure: Re-generate.
2508
2509 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
2510
2511 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
2512 in trying to run first and name is too long.
2513
2514 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
2515 pointers2.c and pointers2.exp, respectively.
2516 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
2517 doschk happier.
2518
2519 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
2520
2521 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
2522 callfuncs2.c and callfuncs2.exp.
2523
2524 * gdb.base/list.exp: Remove mistaken xfails.
2525 * gdb.base/list0.h: Add optional prototypes.
2526
2527 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
2528
2529 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
2530 calling malloc.
2531 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
2532 * ptype.exp: Move test for get_debug_format to before its first
2533 use.
2534
2535 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2536
2537 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
2538 * gdb.base/annota2.cc, annota2.exp: Move from here.
2539 * gdb.c++/annota2.cc, annota2.exp: To here.
2540 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
2541
2542 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
2543
2544 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
2545 a consistent format.
2546
2547 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
2548
2549 From Jimmy Guo <guo@cup.hp.com> and others at HP:
2550 * lib/gdb.exp (get_compiler_info): Add detection for assorted
2551 HP compilers, also set the globals $true and $false.
2552
2553 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
2554 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
2555 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
2556 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
2557 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
2558 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
2559 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
2560 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
2561 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
2562 whatis.c} Add C++ compatible function definitions and return
2563 types, add includes for library functions.
2564 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
2565 * gdb.base/step-test.c (myglob): Rename from glob.
2566 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
2567 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
2568 files, move here from gdb.hp.
2569 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
2570 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
2571 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
2572 Adjust line numbers in regexps.
2573
2574 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
2575 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
2576 instead of 0/1.
2577
2578 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
2579 foll-vfork.exp: New files, move here from gdb.hp.
2580 * gdb.base/page.exp: New file, test of pagination command.
2581
2582 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
2583 recursion test.
2584 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
2585
2586 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
2587 gdb.base/solib.exp: Fix compiler invocation process.
2588
2589 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
2590 HP-UX 11, turn off overload resolution explicitly.
2591 * gdb.base/commands.exp: Set argument list explicitly, add
2592 watchpoint test.
2593 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
2594 them work.
2595 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
2596 expressions properly.
2597 * gdb.base/corefile.exp: Loosen the match slightly.
2598 * gdb.base/default.exp: Allow "Error accessing memory" message
2599 also.
2600 * gdb.base/display.exp: Skip over x/0 j if PA64.
2601 * gdb.base/funcargs.exp: Add xfails for HP-UX.
2602 * gdb.base/interrupt.exp: Ditto.
2603 * gdb.base/langs.exp: Add symbolic matches governed by compiler
2604 in use.
2605 * gdb.base/list.exp: Add xfails for HP-UX.
2606 * gdb.base/long_long.exp: Refine some of the numeric matches.
2607 * gdb.base/mips_pro.exp: Xfail on HP-UX.
2608 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
2609 * gdb.base/nodebug.exp: Succeed on more varieties of output.
2610 * gdb.base/opaque.exp: Remove some HP-UX xfails.
2611 * gdb.base/ptype.exp: Succeed on more varieties of output.
2612 * gdb.base/scope.exp: Add xfails for HP-UX.
2613 * gdb.base/sect-cmd.exp: Add more cases.
2614 * gdb.base/setvar.exp: Add xfails for HP-UX.
2615 * gdb.base/shlib-call.exp: Loosen some matches slightly.
2616 * gdb.base/signals.exp: Match on void symbolically.
2617 * gdb.base/step-test.exp: Add case for PA64.
2618 * gdb.base/term.exp: Add exit and restart.
2619 * gdb.base/twice.exp: Clean up after self.
2620 * gdb.base/varargs.exp: Disable overload resolution explicitly.
2621 * gdb.base/whatis.exp: Allow more ways to pass tests.
2622
2623 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
2624 no longer useful.
2625
2626 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
2627
2628 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
2629 list of patterns.
2630 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
2631 print_double_array(double_array)", "continuing to breakpoint
2632 1018", "print print_double_array(array_d)" and "continuing to
2633 1034" tests.
2634
2635 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
2636
2637 * Makefile.in: Add empty html and install-html targets.
2638
2639 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
2640
2641 * config/mt-*: Remove, these haven't been used since 1996.
2642
2643 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
2644
2645 * gdb.base/call-strs.c, gdb.base/ending-run.c,
2646 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
2647 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
2648
2649 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
2650
2651 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
2652 simpler match case for the ptype of the big class.
2653
2654 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
2655
2656 * gdb.exp: Fix test for gdb_prompt existence.
2657
2658 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
2659
2660 * gdb.exp (gdb_test): Add fail after calls to perror.
2661
2662 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
2663
2664 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
2665
2666 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
2667
2668 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
2669
2670 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
2671
2672 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
2673 malloc() is linked in.
2674
2675 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
2676
2677 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
2678 step at end.
2679
2680 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
2681
2682 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
2683
2684 * gdb.java/jv-print.exp: New file. (Our first Java test!)
2685
2686 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
2687
2688 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
2689 * gdb.base/mips_pro.exp: Likewise.
2690
2691 1999-06-02 Keith Seitz <keiths@cygnus.com>
2692
2693 * gdb.c++/templates.cc: Change all "new" operators to throw
2694 an exception.
2695 * gdb.c++/cplusfuncs.cc: Likewise.
2696
2697 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
2698
2699 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
2700
2701 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
2702 * gdb.base/ending-run.exp: When stepping out of main, accept a
2703 step into an arbitrary assembler file.
2704
2705 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2706
2707 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
2708 "breakpoint-invalid" to be printed.
2709 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
2710 number of "frames-invalid" and "breakpoint-invalid" to be printed.
2711 * gdb.base/annota2.cc: Initialize a.x to 0.
2712
2713 1999-05-17 Keith Seitz <keiths@cygnus.com>
2714
2715 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
2716 when "skip_float_tests" set.
2717 Ditto for "print print_double_array(array_d)", "print print_small_structs",
2718 "print print_ten_doubles", and "step into print_long_arg_list".
2719 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
2720 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
2721 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
2722 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
2723 "skip_float_tests" is set.
2724 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
2725 when "skip_float_tests" set.
2726
2727 1999-05-06 Keith Seitz <keiths@cygnus.com>
2728
2729 * gdb.base/annota2.cc: Include stdio.h.
2730
2731 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
2732
2733 * gdb.base/crossload.exp: Remove, this has been disabled ever
2734 since BFD stopped including all targets, and cross-GDB gets
2735 plenty of testing anyway.
2736 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
2737 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
2738 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
2739 * gdb.base/README: Remove, was doc for this.
2740 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
2741 needed.
2742
2743 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2744
2745 * gdb.base/call-ar-st.exp: Fix one regular expression in test
2746 output.
2747
2748 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
2749 * gdb.base/annota2.exp: New file. More annotation tests.
2750 * gdb.base/annota1.c: New file. Source file for annota1.exp.
2751 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
2752
2753 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
2754
2755 * config/cfdbug.exp: New file.
2756
2757 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
2758
2759 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
2760 Marcus Daniel's and Dale Hawkins's demangler crashes.
2761
2762 * gdb.c++/demangle.exp (test_gnu_style_demangling,
2763 test_lucid_style_demangling, test_arm_style_demangling,
2764 test_hp_style_demangling): Try Tom Tromey's core-dumping
2765 identifier under each demangling style.
2766
2767 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
2768
2769 * gdb.c++/demangle.exp: Include the current demangling style
2770 in all test names.
2771 (current_demangling_style): New global variable.
2772 (set_demangling_style, test_demangling_core, test_demangling,
2773 test_demangling_exact): New functions.
2774 (test_gnu_style_demangling, test_lucid_style_demangling,
2775 test_arm_style_demangling, test_hp_style_demangling): Use those,
2776 instead of calling gdb_test and gdb_test_exact directly.
2777 (catch_demangling_errors): New function, which reports errors
2778 signalled by the demangling test functions in an orderly way.
2779 (do_tests): Use catch_demangling_errors.
2780
2781 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
2782
2783 * gdb.base/signals.exp (test_handle_all_print): Use () for
2784 grouping in expressions, not {}.
2785
2786 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
2787 initialized yet.
2788
2789 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
2790
2791 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
2792 are listed.
2793
2794 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
2795
2796 * gdb.stabs/weird.exp: Test for CC being defined before
2797 looking at its value.
2798
2799 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
2800
2801 * gdb.base/call-ar-st.exp: Remove stray '#'.
2802 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
2803 "short int" and "long int".
2804 * gdb.c++/overload.cc: Cast the string added in the previous
2805 change, to mollify finicky HP compiler.
2806 * gdb.hp/reg-test.exp (testfile): Fix file name.
2807 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
2808
2809 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
2810 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
2811 alternate form of enum ptype.
2812
2813 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
2814
2815 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
2816 * gdb.hp/*.exp: Change all to run compiler probe only after
2817 passing skip_hp_tests, so as not to waste time on guaranteed
2818 failure.
2819
2820 * gdb.c++/overload.cc: Pass string instead of char addr, always
2821 init ccpfoo.
2822 * gdb.c++/templates.cc: Fix syntax error.
2823
2824 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2825
2826 * gdb.base/commands.exp: Add test for correct position of '>'
2827 when issuing the 'commands' command after a 'while' or 'if'
2828 command.
2829
2830 1999-03-18 James Ingham <jingham@cygnus.com>
2831
2832 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
2833
2834 * gdb.c++/method.exp: It was testing an uninitialized int on the
2835 stack and assuming it was positive.
2836
2837 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
2838
2839 * gdb.base/step-test.exp: Catch a case where finish is broken and
2840 keep it from killing the rest of the tests.
2841 Use gdb_continue_to_end.
2842
2843 * gdb.base/sigall.exp: use gdb_continue_to_end.
2844
2845 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
2846
2847 * gdb.base/display.exp: use runto_main, not run.
2848
2849 * gdb.base/default.exp: Check for the current error message in the
2850 r abbreviation test.
2851 Add strongarm to the targets that know info float.
2852
2853 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
2854 run which doesn't work with monitors.
2855
2856 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
2857
2858 * gdb.base/break.exp: use the gdb_continue_to_end proc.
2859
2860 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
2861 program. Traps the case (in Cygmon) when the program never really
2862 exits. Same as Mark's continue_to_exit, but I had put it in a lot
2863 more places, so I used my name. Sorry Mark...
2864
2865 * config/monitor.exp (gdb_target_monitor): added another
2866 target_info parameter: remotebinarydownload. This will set the
2867 remotebinarydownload flag if this is causing some boards trouble.
2868
2869 1999-03-18 Mark Salter <msalter@cygnus.com>
2870
2871 * lib/gdb.exp (continue_to_exit): New function.
2872
2873 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
2874 * gdb.base/ending-run.exp: Ditto.
2875 * gdb.base/step-test.exp: Ditto.
2876
2877 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
2878
2879 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
2880 (suggested by Art Haas <ahaas@neosoft.com>).
2881
2882 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
2883
2884 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
2885
2886 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
2887
2888 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
2889 descriptions of types (short unsigned int vs unsigned short, etc).
2890
2891 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
2892
2893 * gdb.base/call-strs.exp: Don't assume that `step' will step over
2894 a call to strlen; sometimes we do have sources.
2895
2896 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
2897
2898 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
2899 character, so GDB won't print garbage after its end.
2900
2901 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
2902 breakpoint there instead. Sometimes GCC emits memcpy to handle
2903 the large structures being passed by value, so we step into that
2904 instead of sum_array_print, which obscures what we're really testing.
2905 * gdb.base/step-test.exp: However, we do want a test that notices
2906 the bizarre steps into memcpy, so do that here. Add check for
2907 stepping into function calls that pass large structures by value.
2908 ("Is that a noun clause, or are you just happy to see me?")
2909 Remove all references to specific line numbers.
2910 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
2911 New type and function.
2912 (main): Call large_struct_by_value, passing it a large struct by value.
2913 * lib/gdb.exp (gdb_get_line_number): New function.
2914
2915 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
2916 more portable.
2917
2918 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
2919
2920 * lib/gdb.exp: Doc fixes.
2921
2922 1999-03-05 Nick Clifton <nickc@cygnus.com>
2923
2924 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
2925
2926 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
2927
2928 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
2929 commands. They're not germane to this test, and they don't work
2930 that way on remote targets.
2931
2932 1999-03-01 James Ingham <jingham@cygnus.com>
2933
2934 * Changelog entries merged over from gdb development branch.
2935
2936 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
2937
2938 * lib/gdb.exp (gdbtk_analyze_results): Generic function
2939 for outputting results of test run.
2940
2941 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
2942
2943 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
2944
2945 1999-02-25 Felix Lee <flee@cygnus.com>
2946
2947 * lib/gdb.exp (debug_format): initialize
2948
2949 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
2950
2951 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
2952 * gdb.base/call-rt-st.c: Ditto.
2953
2954 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
2955
2956 * gdb.threads/pthreads.exp (horiz): New variable.
2957 (test_startup): Fix regexps that capture thread numbers.
2958
2959 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
2960
2961 * gdb.base/smoke.exp: Disambiguate two test case names (both
2962 called ``print'').
2963
2964 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
2965
2966 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
2967 compilation.
2968
2969 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
2970
2971 * gdb.base/miscexprs.exp: Change patterns to match GDB's
2972 actual output formatting.
2973 * gdb.base/smoke.exp: GDB removes leading 0's.
2974 * gdb.base/volatile.exp: Don't check type of remuneration;
2975 that variable is no longer defined in constvars.c.
2976 * gdb.base/step-test.c (main): Exit with explicit exit code.
2977 * gdb.base/step-test.exp: Remove two nexti checks--they are
2978 not portable.
2979
2980 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
2981
2982 * gdb.base/help.exp ("help delete display"): Fix test to match
2983 gdb's output.
2984
2985 * gdb.base/long_long.c (known_types): Initialize values to zero.
2986 * gdb.base/long_long.exp: Step one more line
2987 so 'dec' is initialized in "get to known place". GDB removes
2988 leading zeros. Explicitly ask for hex formatting. Use
2989 unique test case names.
2990
2991 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2992
2993 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
2994
2995 * gdb.c++/method.exp: Add missing close brace.
2996
2997 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
2998
2999 * gdb.base/maint.exp: Use 'set height 0' to disable page
3000 prompting, not 'set height 400'.
3001
3002 Fix a bunch of timeouts.
3003 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
3004 four separate tests, so expect doesn't take forever to match a ton
3005 of text against a regexp with lots of .* forms.
3006 ("maint print psymbols", "maint print symbols"): Make some of
3007 these greps more selective, so that expect doesn't try to wade
3008 through huge piles of output and time out.
3009
3010 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
3011
3012 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
3013 tests: one which doesn't expect shlib events to be reported, and
3014 another which does, but is XFAIL for all platforms other than
3015 HP/UX.
3016
3017 * gdb.base/break.exp: Teach the test suite that the `catch
3018 fork', `catch vfork', and `catch exec' commands produce error
3019 messages on platforms that don't provide these features.
3020
3021 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3022
3023 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
3024 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
3025 (shortening names from solib_threshold.exp etc), won't run on
3026 anything but HP-UX for the foreseeable future.
3027 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
3028 reflect move.
3029
3030 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
3031
3032 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
3033 gdb.trace/Makefile.in (clean): Remove all test executables.
3034
3035 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
3036
3037 * gdb.base/shlib-call.exp: add test cases to verify that gdb
3038 successfully re-sets breakpoints in shared libraries.
3039 * gdb.base/shmain.c (main): return 0, don't fall off the end.
3040
3041 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3042
3043 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
3044 and compiled w/o GCC.
3045
3046 * gdb.hp/watch-cmd.exp: ditto.
3047
3048 * gdb.hp/watch-hp.exp: ditto.
3049
3050 * gdb.hp/xdb1.exp: ditto.
3051
3052 * gdb.hp/xdb2.exp: ditto.
3053
3054 * gdb.hp/dbx.exp: ditto.
3055
3056 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
3057
3058 * constvars.c: Remove C++-isms.
3059 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
3060 with GCC.
3061
3062 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
3063
3064 The following changes are part of the HP merge.
3065
3066 * gdb.base/break.exp: new tests to verify that catchpoints for
3067 fork, vfork, and exec don't trigger inappropriately.
3068
3069 * gdb.base/opaque.exp: compile one file at a time, then link.
3070
3071 * gdb.base/signals.exp: be more restrictive about which hppa
3072 systems receive a setup_xfail. new tests.
3073
3074 * gdb.base/solib_threshold.build: new file.
3075 * gdb.base/solib_threshold.exp: new file.
3076 * gdb.base/solib_threshold.link_opts: new file.
3077 * gdb.base/solib_threshold.mk: new file.
3078 * gdb.base/gen_solib_threshold.c: new file.
3079
3080 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
3081 tests. New tests for enums inside classes.
3082
3083 * gdb.c++/compiler.cc: indicate support of template debugging.
3084
3085 * gdb.c++/demangle.exp: run hp style demangling tests.
3086
3087 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
3088 tests.
3089
3090 * gdb.c++/misc.cc: changes to support new tests.
3091
3092 * gdb.c++/templates.cc: changes to support HP's compiler; changes
3093 to support new tests.
3094
3095 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
3096 gcc, then skip these tests.
3097
3098 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
3099
3100 The following files are part of the HP merge; some had longer
3101 names at HP, but have been renamed to be no more than 14
3102 characters in length.
3103
3104 * gdb.hp/ambiguous.cc: new file.
3105 * gdb.hp/ambiguous.exp: new file.
3106 * gdb.hp/attach.exp: new file.
3107 * gdb.hp/attach2.exp: new file.
3108 * gdb.hp/classes-hp.exp: new file.
3109 * gdb.hp/ctti.exp: new file.
3110 * gdb.hp/ctti-add.cc: new file.
3111 * gdb.hp/ctti-add1.cc: new file.
3112 * gdb.hp/ctti-add2.cc: new file.
3113 * gdb.hp/ctti-add3.cc: new file.
3114 * gdb.hp/dbx.exp: new file.
3115 * gdb.hp/exception.cc: new file.
3116 * gdb.hp/exception.exp: new file.
3117 * gdb.hp/foll-exec.c: new file.
3118 * gdb.hp/foll-exec.exp: new file.
3119 * gdb.hp/foll-fork.c: new file.
3120 * gdb.hp/foll-fork.exp: new file.
3121 * gdb.hp/foll-vfork.c: new file.
3122 * gdb.hp/foll-vfork.exp: new file.
3123 * gdb.hp/inherit-hp.exp: new file.
3124 * gdb.hp/more-steps.exp: new file.
3125 * gdb.hp/namespace.cc: new file.
3126 * gdb.hp/namespace.exp: new file.
3127 * gdb.hp/optimize.exp: new file.
3128 * gdb.hp/pxdb.c: new file.
3129 * gdb.hp/pxdb.exp: new file.
3130 * gdb.hp/quicksort.exp: new file.
3131 * gdb.hp/reg-test.exp: new file.
3132 * gdb.hp/reg-test.s: new file.
3133 * gdb.hp/sized-enum.c: new file.
3134 * gdb.hp/sized-enum.exp: new file.
3135 * gdb.hp/start-stop.exp: new file.
3136 * gdb.hp/templ-hp.cc: new file.
3137 * gdb.hp/templ-hp.exp: new file.
3138 * gdb.hp/thr-lib.c: new file.
3139 * gdb.hp/thr-lib.exp: new file.
3140 * gdb.hp/thr-lib.h: new file.
3141 * gdb.hp/thr-liblib.c: new file.
3142 * gdb.hp/virtfun-hp.c: new file.
3143 * gdb.hp/virtfun-hp.exp: new file.
3144 * gdb.hp/watch-cmd.exp: new file.
3145 * gdb.hp/watch-hp.exp: new file.
3146 * gdb.hp/xdb1.exp: new file.
3147 * gdb.hp/xdb2.exp: new file.
3148 * gdb.hp/xdb3.exp: new file.
3149
3150 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
3151
3152 The following files are part of the HP merge; some had longer
3153 names at HP, but have been renamed to be no more than 14
3154 characters in length.
3155
3156 * gdb.base/ss.h: new file.
3157 * gdb.base/call-ar-st.c: new file.
3158 * gdb.base/call-ar-st.exp: new file.
3159 * gdb.base/call-rt-st.c: new file.
3160 * gdb.base/call-rt-st-exp: new file.
3161 * gdb.base/call-strs.exp: new file.
3162 * gdb.base/ena-dis-br.exp: new file.
3163 * gdb.base/environ.exp: new file.
3164 * gdb.base/long_long.exp: new file.
3165 * gdb.base/sect-cmd.exp: new file.
3166 * gdb.base/shlib-cl2.exp: new file.
3167 * gdb.base/smoke.exp: new file.
3168 * gdb.base/so-impl-ld.c: new file.
3169 * gdb.base/so-impl-ld.exp: new file.
3170 * gdb.base/so-indr-cl.c: new file.
3171 * gdb.base/so-indr-cl.exp: new file.
3172 * gdb.base/varargs.exp: new file.
3173 * gdb.base/volatile.exp: new file.
3174 * gdb.base/whatis-exp.exp: new file.
3175 * gdb.base/display.exp: new file.
3176 * gdb.c++/derivation.exp: new file.
3177 * gdb.c++/local.exp: new file.
3178 * gdb.c++/member-ptr.exp: new file.
3179 * gdb.c++/overload.exp: new file.
3180 * gdb.c++/ovldbreak.exp: new file.
3181 * gdb.c++/ref-types.exp: new file.
3182 * gdb.c++/ref-types2.exp: new file.
3183 * gdb.c++/userdef.exp: new file.
3184
3185 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
3186
3187 * gdb.base/default.exp: Reflect wording change in remote.c.
3188
3189 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
3190
3191 * gdb.base/help.exp: Update to reflect current text.
3192
3193 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
3194
3195 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
3196 they're stack variables and contain garbage.
3197 * gdb.c++/anon-union.exp: new file.
3198
3199 The following changes were made by David Taylor
3200 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
3201 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
3202 in changes by HP.
3203
3204 * gdb.base/bitops.exp: new file.
3205 * gdb.base/default.exp: change expected messages for catch and
3206 info catch tests to reflect HP merge changes.
3207 * gdb.base/enable-disable-break.exp
3208 * gdb.base/ending-run.c: new file.
3209 * gdb.base/long_long.c: new file.
3210 * gdb.base/maint.exp: new file.
3211 * gdb.base/pointers2.exp: new file.
3212 * gdb.base/shlib-call2.exp: new file.
3213 * gdb.base/solib.exp: new file.
3214 * gdb.base/step-test.c: new file.
3215 * gdb.c++/anon-union.cc: new file.
3216 * gdb.c++/local.cc: new file.
3217 * gdb.c++/member-pointer.cc: new file.
3218 * gdb.c++/method.cc: new file.
3219 * gdb.c++/ref-types.cc: new file.
3220 * gdb.c++/ref-types2.cc: new file.
3221 * gdb.c++/userdef.cc: new file.
3222
3223 * gdb.base/scope.exp: compile one file at a time, then link.
3224 * gdb.base/langs.exp: ditto.
3225 * gdb.base/list.exp: ditto.
3226
3227 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
3228
3229 The following changes were made by David Taylor
3230 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
3231 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
3232 in changes by HP.
3233
3234 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
3235 skip tests. When compiling pass c++ flag to gdb_compile.
3236 * gdb.c++/
3237
3238 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
3239 test for on hppa*-*-hpux*; use args to see if c++ was specified.
3240 (skip_hp_tests): new function.
3241 (gdb_preprocess): new function.
3242
3243 * configure.in (hpdir): decide whether to configure gdb.hp.
3244 * configure: regenerated.
3245
3246 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
3247 to delete on clean.
3248 (EXECUTABLES): update to reflect new additions.
3249 * gdb.base/commands.exp: update message expected.
3250 * gdb.base/default.exp: add copyright notice.
3251 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
3252 * gdb.base/help.exp: update messages to reflect current text.
3253 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
3254 targets for recurse tests.
3255 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
3256 skip this file.
3257
3258 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
3259 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
3260 compilation.
3261 * gdb.c++/misc.exp: ditto.
3262 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
3263 run the tests. tell gdb_compile that it's a c++ compilation.
3264
3265 * gdb.threads/pthreads.exp: fix typo in message.
3266
3267 * gdb.base/all-bin.exp: new file.
3268 * gdb.base/arithmet.exp: new file.
3269 * gdb.base/assign.exp: new file.
3270 * gdb.base/completion.exp: new file.
3271 * gdb.base/cond-expr.exp: new file.
3272 * gdb.base/condbreak.exp: new file.
3273 * gdb.base/define.exp: new file.
3274 * gdb.base/dollar.exp: new file.
3275 * gdb.base/environment.exp: new file.
3276 * gdb.base/eval-skip.exp: new file.
3277 * gdb.base/jump.exp: new file.
3278 * gdb.base/logical.exp: new file.
3279 * gdb.base/pointers.exp: new file.
3280 * gdb.base/relational.exp: new file.
3281 * gdb.base/section_command.exp: new file.
3282 * gdb.base/whatis-expr.exp: new file.
3283
3284 * gdb.base/all-types.c: new file.
3285 * gdb.base/call-array-struct.c: new file.
3286 * gdb.base/call-return-struct.c: new file.
3287 * gdb.base/call-strings.c: new file.
3288 * gdb.base/callfuncs2.c: new file.
3289 * gdb.base/condbreak.c: new file.
3290 * gdb.base/constvars.c: new file.
3291 * gdb.base/display.c: new file.
3292 * gdb.base/int-type.c: new file.
3293 * gdb.base/jump.c: new file.
3294 * gdb.base/miscexprs.c: new file.
3295 * gdb.base/pointers.c: new file.
3296 * gdb.base/pointers2.c: new file.
3297 * gdb.base/shmain.c: new file.
3298 * gdb.base/shr1.c: new file.
3299 * gdb.base/shr2.c: new file.
3300 * gdb.base/solib.c: new file.
3301 * gdb.base/solib1.c: new file.
3302 * gdb.base/solib2.c: new file.
3303 * gdb.base/varargs.c: new file.
3304 * gdb.c++/derivation.cc: new file.
3305 * gdb.c++/overload.cc: new file.
3306 * gdb.c++/ovldbreak.cc: new file.
3307 * gdb.hp/attach.c: new file.
3308 * gdb.hp/attach2.c: new file.
3309 * gdb.hp/average.c: new file.
3310 * gdb.hp/compiler.c: new file.
3311 * gdb.hp/compiler.cc: new file.
3312 * gdb.hp/execd-program.c: new file.
3313 * gdb.hp/follow-exec.c: new file.
3314 * gdb.hp/follow-fork.c: new file.
3315 * gdb.hp/follow-vfork-and-exec.c: new file.
3316 * gdb.hp/misc-hp.cc: new file.
3317 * gdb.hp/more-steps.c: new file.
3318 * gdb.hp/optimize.c: new file.
3319 * gdb.hp/quicksort.c: new file.
3320 * gdb.hp/run-hp.c: new file.
3321 * gdb.hp/start-stop.c: new file.
3322 * gdb.hp/sum.c: new file.
3323 * gdb.hp/templates-hp.cc: new file.
3324 * gdb.hp/thread-local-in-lib.c: new file.
3325 * gdb.hp/thread-local-in-lib.h: new file.
3326 * gdb.hp/thread-local-in-lib.lib.c: new file.
3327 * gdb.hp/vforked-program.c: new file.
3328 * gdb.hp/virtfunc-hp.cc: new file.
3329 * gdb.hp/watchpoint-hp.c: new file.
3330 * gdb.hp/xdb.c: new file.
3331 * gdb.hp/xdb0.c: new file.
3332 * gdb.hp/xdb0.h: new file.
3333 * gdb.hp/xdb1.c: new file.
3334
3335 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
3336
3337 The following change was made by Edith Epstein
3338 <eepstein@cygnus.com> as part of a project to merge in changes
3339 originally made by HP; HP did not create ChangeLog entries.
3340
3341 * gdb.c++/demangle.exp: changed the expected output for some
3342 ARM-style mangling -- removed second reference to datatype.
3343 For example, maint demangle __dt__11T1__pt__2_cFv
3344 T1<char>::~T1<char>(void)
3345 becomes,
3346 maint demangle __dt__11T1__pt__2_cFv
3347 T1<char>::~T1(void)
3348
3349 (test_hp_style_demangling): new hp specific demangling test cases.
3350
3351 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
3352
3353 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
3354 * gdb.trace/backtrace.exp: Likewise.
3355 * gdb.trace/circ.exp: Likewise.
3356 * gdb.trace/collection.exp: Likewise.
3357 * gdb.trace/deltrace.exp: Likewise.
3358 * gdb.trace/infotrace.exp: Likewise.
3359 * gdb.trace/limits.exp: Likewise.
3360 * gdb.trace/packetlen.exp: Likewise.
3361 * gdb.trace/passc-dyn.exp: Likewise.
3362 * gdb.trace/passcount.exp: Likewise.
3363 * gdb.trace/report.exp: Likewise.
3364 * gdb.trace/save-trace.exp: Likewise.
3365 * gdb.trace/tfind.exp: Likewise.
3366 * gdb.trace/tracecmd.exp: Likewise.
3367 * gdb.trace/while-dyn.exp: Likewise.
3368 * gdb.trace/while-stepping.exp: Likewise.
3369
3370 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
3371
3372 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
3373
3374 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
3375
3376 From Brendan Kehoe:
3377 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
3378 int return types.
3379
3380 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
3381
3382 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
3383 remote dos host testing right.
3384
3385 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
3386
3387 * gdb.base/corefile.exp: remove some xfails.
3388
3389 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
3390
3391 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
3392 have different timestamps.
3393
3394 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
3395
3396 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
3397 gdb.base/default.exp: Replace "exec" with "executable".
3398
3399 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
3400
3401 * gdb.base/default.exp: Change else if to elseif from previous
3402 delta.
3403
3404 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
3405
3406 * gdb.base/default.exp: Add brace missing from previous delta.
3407
3408 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
3409
3410 * gdb.base/default.exp: Support test for info float for all
3411 varieties of arm toolchain.
3412
3413 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
3414
3415 * gdb.trace/*.exp: remove "remote_download" command.
3416
3417 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
3418
3419 * gdb.trace/*.exp: remove -gdwarf from compile.
3420
3421 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
3422
3423 * gdb.trace/configure.in(AC_INIT): typo
3424 * gdb.trace/configure: regenerated
3425
3426 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
3427
3428 * config/m68k-emc.exp: New file.
3429 * lib/<emc-support.exp trace-support.exp}: New files.
3430 * configure.in: add new test directory gdb.trace.
3431 * gdb.trace/{configure configure.in Makefile.in}: New files.
3432 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
3433 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
3434 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
3435 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
3436 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
3437 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
3438 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
3439
3440 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
3441
3442 * gdb.c++/classes.exp: Change all regular expressions to match
3443 arbitrary combinations of newline/carriage-return, so that they
3444 will work equally well on Unix and Windows.
3445 * gdb.c++/inherit.exp: ditto.
3446 * gdb.c++/virtfunc.exp: ditto.
3447
3448 1998-08-11 Dawn Perchik <dawn@cygnus.com>
3449
3450 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
3451
3452 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
3453
3454 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
3455 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
3456 to use a0-a3/d0-d3 as needed.
3457
3458 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
3459
3460 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
3461 * gdb.disasm/am33.exp: Corresponding changes.
3462
3463 1998-07-11 Felix Lee <flee@cygnus.com>
3464
3465 * gdb.base/callfuncs.exp: add cmp10 test.
3466 * gdb.base/callfuncs.c (cmp10): new function.
3467
3468 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
3469
3470 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
3471 into two parts to get around a synchronization problem in expect.
3472
3473 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
3474
3475 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
3476
3477 * configure.in: Add options for gdbtk testsuite.
3478
3479 * configure: Regenerate.
3480
3481 * gdb.gdbtk: New directory to hold gdbtk tests.
3482
3483 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3484
3485 * gdb.fortran/types.exp: Escape brackets in expect patterns
3486 for test_float_literal_types_accepted tests.
3487 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
3488 before run test.
3489
3490 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
3491
3492 * am33.exp: Just compile, do not link the testcase.
3493 * am33.s: Add ".am33" pseudoop to force am33 mode.
3494
3495 1998-06-25 Felix Lee <flee@cygnus.com>
3496
3497 * gdb.base/setshow.exp: make sure $pc is sane.
3498
3499 * gdb.stabs/weird.exp: split expect patterns properly.
3500
3501 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
3502
3503 * gdb.disasm/am33.s: New disassembler testfile for the am33.
3504 * gdb.disasm/am33.exp: Run it.
3505
3506 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
3507
3508 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
3509 match processing (and eliminate spurious timeouts when running).
3510
3511 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
3512
3513 * gdb.base/signals.exp (test_handle_all_print): put back Mach
3514 exception test, but conditionalize it on target [mach | gnu].
3515
3516 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
3517
3518 * gdb.base/overlays.exp: fixup compile line for linker script.
3519
3520 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
3521
3522 * gdb.fortran/types.exp: don't guess at float size.
3523
3524 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
3525
3526 * gdb.base/exprs.exp: delete test that depends on int size.
3527
3528 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
3529
3530 * config/sim.exp: Removed checks for target triplets.
3531 (gdb_target_sim): Use gdb,target_sim_options.
3532
3533 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
3534
3535 * gdb.base/reread.exp: New file.
3536 * gdb.base/reread1.c: New file.
3537 * gdb.base/reread2.c: New file.
3538
3539 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
3540
3541 * config/sim.exp: Use 'target sim -sparclite' when running
3542 SPARClite programs.
3543
3544 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
3545
3546 * gdb.base/structs2.exp: New file.
3547 * gdb.base/structs2.c: New file.
3548
3549 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
3550
3551 * gdb.asm/common.inc: New file.
3552 * gdb.asm/d10v.inc: New file.
3553 * asm-source.exp: Pass -I's to gas to find .inc files.
3554 Update line numbers in expected output.
3555 * asmsrc1.s: Rewrite.
3556 * asmsrc2.s: Rewrite.
3557 * configure.in: Create arch.inc symlink.
3558 * configure: Regenerate.
3559 * Makefile.in (distclean): Delete arch.inc.
3560
3561 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
3562
3563 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
3564 (t_enum_value2): ditto
3565 (t_enum_value3): ditto
3566 (main): ditto
3567 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3568
3569 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
3570 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
3571 change.
3572 Use gdb_test instead of send_gdb/gdb_expect sequences.
3573
3574 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
3575
3576 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
3577 not void.
3578
3579 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
3580
3581 * gdb.base/branches.c: Code with lots of loops and
3582 subroutines. Used to test gdbs ability to single step through PC
3583 changes, especially to test mips-tdep.c:mips_next_pc
3584
3585 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
3586
3587 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
3588 more rigorous EGCS C++ error checking.
3589
3590 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3591
3592 * gdb.base/help.exp: Clean up `help set args' and `help show args'
3593 tests.
3594 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
3595 function when asleep.
3596 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
3597 for i*86 Linux and SVR4 signal handling problems.
3598 Remove linux xfail for `next to handler in signals_tests_1', fixed
3599 by recent infrun.c change.
3600 Limit backtrace to 10 frames to avoid timeout problems with infinite
3601 stack backtraces.
3602 Adjust expect pattern in `handle all print' test to match Apr 28 1997
3603 target.[ch] change.
3604
3605 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
3606
3607 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
3608 for a newline from gdb before continuing.
3609 (default_gdb_exit): Just look for y or n.
3610 (gdb_test): Detect abnormal exit from GDB running on DOS; if
3611 it does, fail the rests of the tests in the file.
3612
3613 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
3614
3615 * config/cygmon.exp: New file.
3616
3617 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
3618
3619 * gdb.base/list.exp: Fix problem with "list default lines around
3620 main" test on remote targets.
3621
3622 * gdb.base/scope.exp: Fix problem with filelocal_bss before
3623 run test on remote targets.
3624
3625 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
3626
3627 * gdb.asm: New directory.
3628 * configure.in: Configure it.
3629 * configure: Regenerate.
3630 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
3631 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
3632
3633 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
3634
3635 * config/mn10300-eval.exp: New file to support MN10300 eval board.
3636
3637 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
3638
3639 * gdb.base/overlays (several files): Merge the two overlay
3640 managers into one. Change variables (foox, barx, bazx, grbxx)
3641 back into ints but force them to load in their proper sections.
3642
3643 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
3644
3645 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
3646 on-chip insn memory and IMAP1 to upper 128k.
3647 (D10VCopy): Handle memory regions crossing 16k boundaries.
3648 (D10VCopy): Transfer data in 32 bit chunks.
3649
3650 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
3651
3652 * gdb.base/overlays.c (main): Exit normally when result is
3653 correct.
3654
3655 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
3656 map. Include space for printf in .text segment.
3657
3658 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
3659 updated d10v memory VMA/LMA map.
3660 (D10VCopy): Call D10VTranslate.
3661
3662 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
3663
3664 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
3665
3666 * gdb.base/bar.c (barx, bar): Change variable to small array so
3667 that it won't be put into the .sdata - small data -
3668 section. Update reference.
3669 * gdb.base/baz.c (bazx, baz): Ditto.
3670 * gdb.base/foo.c (foox, foo): Ditto.
3671 * gdb.base/grbx.c (grbxx, grbx): Ditto.
3672
3673 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
3674 to be arrays.
3675
3676 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
3677
3678 * gdb.base/overlays.exp: fix up and get working again.
3679 Add tests for backtraces from an overlay function.
3680
3681 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
3682
3683 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
3684 "calling function with watchpoint enabled".
3685
3686 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
3687
3688 * gdb.base/break.exp (test_next_with_recursion): Remove
3689 gdb_suppress_tests for d10v-*-*.
3690 * lib/gdb.exp (gdb_suppress_tests): Disable this function
3691 pending review of whether it is useful or not.
3692
3693 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
3694
3695 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
3696
3697 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
3698
3699 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
3700 * config/dve.exp: New file to support Densan boards.
3701
3702 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
3703
3704 * gdb.base/interrupt.exp: Document problem of simulators, signals,
3705 reads and BSD.
3706
3707 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
3708
3709 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
3710 response.
3711
3712 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
3713
3714 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
3715
3716 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
3717 test.
3718
3719 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
3720 target_sizeof_long and target_bigendian_p.
3721 (structs_by_value, structs_by_reference): Check values according
3722 to targets word size and endianess.
3723
3724 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
3725
3726 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
3727 output.
3728
3729 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
3730
3731 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
3732 Update test of set args help to match source change.
3733
3734 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
3735
3736 * gdb.base/default.exp: Expect help system output to be in
3737 alphabetical order.
3738 * gdb.base/help.exp: Ditto.
3739
3740 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
3741
3742 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
3743 "i*86-pc-linux-gnu*".
3744 * gdb.base/interrupt.exp: Ditto.
3745 * gdb.base/corefile.exp: Ditto.
3746
3747 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
3748 define vxworks when building the testcase.
3749
3750 * gdb.base/ptype.exp: Fix testnames to be unique.
3751 * gdb.base/radix.exp: Ditto.
3752 * gdb.base/term.exp: Ditto.
3753 * gdb.base/whatis.exp: Ditto.
3754 * gdb.c++/classes.exp: Ditto.
3755
3756 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
3757
3758 * gdb.base/callfuncs.exp: Fix indentation.
3759
3760 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
3761 suppress_flag has been set.
3762 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
3763 target feature.
3764
3765 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
3766
3767 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
3768 the testcase.
3769
3770 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
3771 set_debug_traps() and breakpoint().
3772 * gdb.c++/misc.cc (main): Ditto.
3773 * gdb.c++/templates.cc (main): Ditto.
3774 * gdb.c++/virtfunc.cc (main): Ditto.
3775
3776 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
3777
3778 * lib/gdb.exp(gdb_step_for_stub): New function.
3779 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
3780 exists, reload the executable and do a "continue" instead of
3781 doing a jump.
3782 (runto_main): Use gdb_step_for_stub.
3783
3784 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
3785 tests to have unique names.
3786 * gdb.base/callfuncs.exp: Ditto.
3787 * gdb.base/commands.exp: Ditto.
3788 * gdb.base/default.exp: Ditto.
3789 * gdb.base/help.exp: Ditto.
3790 * gdb.base/list.exp: Ditto.
3791 * gdb.base/opaque.exp: Ditto.
3792 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
3793 similar tests.
3794
3795 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
3796 * gdb.c++/cplusfuncs.cc: Ditto.
3797 * gdb.c++/virtfunc.cc: Ditto.
3798
3799 * config/monitor.exp: Keep track of the last file we saw, rather
3800 than trying to get the info from gdb.
3801
3802 * gdb.fortran/types.exp: Move comment to previous line.
3803
3804 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
3805
3806 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
3807 target mode.
3808
3809 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
3810
3811 From Bob Manson:
3812 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
3813 string from GDB when it connects.
3814
3815 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
3816
3817 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
3818
3819 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
3820 if we can't get a debug format from GDB (we may be testing an
3821 older GDB). Use a 10 second timeout when checking for the format.
3822
3823 * gdb.stabs/weird.exp: Fix quoting.
3824
3825 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
3826
3827 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
3828
3829 * config/arm-ice.exp: New file.
3830
3831 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
3832
3833 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
3834 until it has been modified to work with the new testsuite.
3835
3836 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
3837 testcase won't compile, cause all of the testcases in the file to
3838 fail instead.
3839
3840 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
3841 (gdb_clear_suppressed): New procedure.
3842 (gdb_stop_suppressing_tests): Only clear suppress_flag if
3843 it contains a positive value.
3844
3845 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
3846
3847 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
3848
3849 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
3850
3851 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
3852
3853 * lib/gdb.exp (setup_xfail_format): New function.
3854 (get_debug_format): New function to get debug format.
3855 (debug_format): New global variable to hold last value set
3856 by get_debug_format.
3857 * gdb.base/list.exp: Call get_debug_format and expect some
3858 tests to fail for DWARF 1 and COFF formats.
3859 * gdb.c++/ptype.exp: Ditto.
3860 * gdb.c++/classes.exp: Ditto.
3861 * gdb.c++/cplusfuncs.exp: Ditto.
3862 * gdb.c++/inherit.exp: Ditto.
3863 * gdb.c++/templates.exp: Ditto.
3864 * gdb.c++/virtfunc.exp: Ditto.
3865
3866 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
3867
3868 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
3869 host doesn't have a currently-open connection.
3870
3871 * config/sparclet.exp: Cleanups and fixes to make it generic for
3872 any gdb stub target. Handle cases where gdb doesn't respond when
3873 interrupted in a sane fashion.
3874
3875 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
3876 same thing in a totally different way.
3877
3878 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
3879 setting "timeout".
3880 (gdb_start): We set the global gdb_prompt variable in
3881 default_gdb_init now.
3882
3883 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
3884
3885 * gdb.base/printcmds.exp: Fix "check for floating addition"
3886 regexp to accept results within approx +/- .01 of exact value.
3887 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
3888
3889 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
3890
3891 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
3892 properly.
3893 (gdb_expect): Add optional timeout parameter, and add timeout
3894 value to various calls.
3895 (gdb_suppress_tests): Only give one warning message per group.
3896
3897 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
3898
3899 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
3900 global variables. Handle getting a value for $timeout more
3901 gracefully.
3902
3903 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
3904
3905 * lib/gdb.exp: Close connection to remote host if gdb doesn't
3906 initialize.
3907 (default_gdb_init): New procedure; allow gdb_init to be overridden
3908 by a target configuration file.
3909 (gdb_expect): Pass the timeout to remote_expect.
3910
3911 * config/monitor.exp(gdb_load): Fix typo in regexp.
3912
3913 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
3914
3915 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
3916
3917 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
3918
3919 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
3920 here. Call gdb_target_exec before rebooting the target, to make
3921 sure the connection to the target is closed.
3922 (gdb_load): Pass the name of the executable to gdb_target_monitor.
3923 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
3924 Also detect "Timeout reading from remote" error.
3925
3926 * config/gdbserver.exp: Pass the executable being loaded to
3927 gdb_target_monitor. Don't call gdb_file_cmd here; let
3928 gdb_target_monitor do it.
3929
3930 * gdb.disasm/hppa.exp: Don't use exec_output.
3931
3932 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
3933
3934 * gdb.base/list.exp: If we're debugging a non-native target,
3935 try to set the pc register to point to the start of the
3936 program before doing the first list command.
3937
3938 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
3939 test_calls after restarting.
3940
3941 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
3942 reloading.
3943
3944 * gdb.base/watchpoint.exp: Fix typo.
3945
3946 * gdb.base/setshow.exp: Check for use_gdb_stub.
3947
3948 * gdb.base/break.exp: Fix continue until exit test for the gdb
3949 stub case.
3950 * gdb.base/langs.exp: Ditto.
3951
3952 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
3953 gdb_load_offset. If we weren't given a file to load, figure out
3954 what the current file is and use it.
3955
3956 * config/i386-bozo.exp: New file.
3957
3958 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
3959
3960 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
3961 feature.
3962
3963 * config/proelf.exp: New entry.
3964
3965 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
3966
3967 * lib/gdb.exp: Remove spurious .* patterns at the beginning
3968 of regexps.
3969
3970 * gdb.base/watchpoint.exp: Don't run the test_stepping
3971 tests if gdb can't call functions on the target.
3972
3973 * gdb.base/setshow.exp: Don't run the set prompt tests if
3974 the board has gdb_prompt set.
3975
3976 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
3977
3978 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
3979 * gdb.base/commands.exp: Likewise.
3980 * gdb.base/setshow.exp: Likewise.
3981
3982 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
3983
3984 * config/monitor.exp(gdb_start): Look for gdb_prompt target
3985 feature.
3986
3987 * config/i960.exp: New file.
3988
3989 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
3990
3991 * gdb.base/funcargs.exp: Check for gdb,short_int target
3992 feature instead of looking for explicit target triplets.
3993
3994 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
3995
3996 * gdb.base/printcmds.exp: add a couple more tests a la
3997 "p 123DEADBEEF", to check parse_number.
3998 * top.c: change "to enable to enable" to "to enable" in a couple
3999 of help strings.
4000
4001 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
4002
4003 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
4004 on the mn10300.
4005
4006 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
4007
4008 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
4009 where the test executable is run with explicit args.
4010 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
4011
4012 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
4013
4014 * gdb.base/run.c: Use FAKEARGV to build test executable that
4015 does not require a command line arg, since most simulators
4016 don't currently support passing such an arg into the simulated
4017 program.
4018 * gdb.base/commands.exp: Change tests to insert the proper
4019 value as the arg to the first recursive factorial call. Change
4020 compilation line to define FAKEARGV at compile time.
4021
4022 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
4023
4024 * gdb.base/recurse.exp: Enable these tests for the mn10300.
4025 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
4026 function with watchpoint enabled" test.
4027
4028 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
4029
4030 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
4031 Don't call gdb_test when the command doesn't return to a gdb prompt.
4032
4033 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
4034 "Tests restarted" messages.
4035
4036 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
4037
4038 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
4039
4040 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
4041
4042 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
4043 for INFO SYMBOL; add help tests for OVERLAY commands.
4044 * gdb.base/default.exp: add tests for INFO SYMBOL command;
4045 add tests for OVERLAY commands
4046 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
4047 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
4048 * gdb.base/sigall.c: add usestubs code frag
4049 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
4050
4051 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
4052
4053 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
4054 failures.
4055 (gdb_stop_suppressing_tests): Note that tests have restarted.
4056
4057 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
4058
4059 * config/h8300.exp: New file.
4060
4061 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
4062
4063 * gdb.base/setshow.exp: Check for the existence of a
4064 feature, not its value.
4065
4066 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
4067
4068 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
4069
4070 * gdb.base/scope.exp: It's now init0(), not init().
4071
4072 * gdb.base/scope0.c: For now, change init() to be init0().
4073
4074 * config/monitor.exp: Use gdb_serial in preference to serial
4075 or netport.
4076
4077 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
4078 and it's not already set.
4079
4080 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
4081
4082 * gdb.base/setshow.exp: Only test the run command if the target
4083 isn't using a stub and if it supports argument passing.
4084
4085 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
4086
4087 * config/udi.exp(gdb_start): Make sure UDICONF is set
4088 properly before starting gdb.
4089
4090 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
4091
4092 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
4093 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
4094 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
4095
4096 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
4097
4098 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
4099 specialized code to reboot the board, use remote_reboot instead.
4100
4101 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
4102
4103 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
4104
4105 * config/monitor.exp: Make sure we disconnect from the target.
4106 Also, try a reboot/reload cycle instead of failing if the
4107 load fails.
4108
4109 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
4110
4111 * gdb.base/default.exp: Don't set match_max.
4112 * gdb.base/help.exp: Ditto.
4113 * gdb.base/list.exp: Ditto.
4114 * gdb.base/signals.exp: Ditto.
4115
4116 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
4117 set, use remote_ld to download the testcase instead of
4118 the GDB loader.
4119
4120 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
4121
4122 * config/vr5000.exp: New file.
4123
4124 * config/monitor.exp(gdb_target_monitor): Add pattern for
4125 "Ending remote" to detect errors in connecting.
4126
4127 * gdb.base/setshow.exp: Add .* within auto language test.
4128
4129 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
4130 target feature.
4131
4132 * config/monitor.exp(gdb_load): Check for a failure when loading,
4133 and reboot the board if necessary.
4134
4135 * gdb.base/setvar.exp(test_set): Handle multiple prints within
4136 a set of tests. Remove print.* from the patterns being checked.
4137
4138 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
4139
4140 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
4141 refer to gdb_spawn_id.
4142
4143 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
4144 longer used.
4145 * config/sparclet.exp: Ditto.
4146 * config/sparclet-old.exp: Ditto.
4147 * config/slite.exp: Ditto.
4148 * config/sim.exp: Ditto.
4149 * gdb.base/funcargs.exp: Ditto.
4150
4151 * lib/gdb.exp:Remove references to gdb_spawn_id.
4152 (gdb_expect): Move to remote.exp.
4153
4154 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
4155
4156 * config/monitor.exp: Detect the "Couldn't establish connection"
4157 message from GDB.
4158
4159 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
4160
4161 * gdb.base/bitfields.exp: Use runto instead of explicit
4162 gdb_run_cmd/gdb_expect sequences.
4163
4164 * gdb.base/break.exp(text_next_with_recursion): Add match for
4165 gdb_expect call.
4166
4167 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
4168 We also need to handle the "A program is being debugged already"
4169 prompt from gdb. Use gdb_test to set the baud rate.
4170
4171 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
4172 to 20000. Really. I mean it.
4173
4174 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4175
4176 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
4177 fails. If suppress_flag is set, skip perror message about not
4178 being able to send to GDB.
4179 (send_gdb): If suppress_flag is set, don't try to send commands to
4180 GDB.
4181 (gdb_expect): If suppress_flag is set, always fail immediately.
4182 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
4183 (gdb_init): Call gdb_stop_suppressing_tests.
4184 (default_gdb_exit): Ditto.
4185 (default_gdb_start): Ditto.
4186
4187 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
4188 gdb_stop_suppressing_tests as appropriate.
4189 * gdb.base/break.exp: Ditto.
4190 * gdb.base/callfuncs.exp: Ditto.
4191 * gdb.base/commands.exp: Ditto.
4192 * gdb.base/exprs.exp: Ditto.
4193 * gdb.base/funcargs.exp: Ditto.
4194 * gdb.base/list.exp: Ditto.
4195 * gdb.base/recurse.exp: Ditto.
4196 * gdb.base/scope.exp: Ditto.
4197 * gdb.base/structs.exp: Ditto.
4198 * gdb.c++/inherit.exp: Ditto.
4199
4200 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
4201
4202 * config/vr4300.exp: New file.
4203
4204 * gdb.*/*.exp: Call gdb_expect instead of expect.
4205
4206 * lib/gdb.exp(gdb_expect): New function.
4207
4208 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
4209
4210 * lib/gdb.exp(gdb_init): New function.
4211
4212 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
4213 for each individual variable set.
4214
4215 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
4216 name.
4217
4218 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
4219
4220 * gdb.base/scope.exp: Use gdb_test.
4221
4222 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
4223 aborting; the testsuite driver will do that for us (see
4224 gdb_finish). Also, use gdb_test in a few more places.
4225
4226 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
4227
4228 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
4229
4230 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
4231
4232 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
4233 and "add_tests" are not at the same address.
4234
4235 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
4236
4237 * gdb.base/ptype.exp: Use gdb_test.
4238
4239 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
4240
4241 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
4242 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
4243 left in. No longer expect them to fail.
4244
4245 * gdb.stabs/*.mt; Deleted, no longer used.
4246 * gdb.stabs/configure.in: Remove references to target makefile
4247 frags.
4248 * gdb.stabs/configure: Rebuilt.
4249
4250 * gdb.disasm/*.mt: Deleted, no longer used.
4251 * gdb.disasm/configure.in: Remove references to target makefile
4252 frags. Use "sh3.s" as the unique filename for this directory.
4253 * gdb.disasm/configure: Rebuilt.
4254
4255 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
4256 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
4257 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
4258
4259 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
4260
4261 * config/udi.exp: Use mondfe,name instead of remote_host.
4262
4263 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
4264
4265 * gdb.base/watchpoint.exp: Don't expect a failure when calling
4266 a function with a watchpoint enabled on the mn10200.
4267
4268 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
4269 before trying to create it!
4270
4271 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
4272
4273 * config/vx.exp: Use hostname instead of netport.
4274
4275 * config/vxworks.exp: New file.
4276
4277 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
4278
4279 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
4280 gdb before assuming everything worked. Send a ^C if a timeout
4281 occurs.
4282
4283 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
4284 $gdb_spawn_id directly.
4285 (gdb_run_cmd): Try _start as well as start. Use the target feature
4286 gdb,start_symbol as the symbol to start from when jumping.
4287
4288 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
4289
4290 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
4291 redundant) test.
4292
4293 * gdb.base/recurse.exp: Relax final value test for 'b' so that
4294 it doesn't lose for 16bit integer systems.
4295
4296 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
4297
4298 * gdb.fortran/types.exp: If the target doesn't support "double"
4299 data types, then expect "real" types to only be 4 bytes.
4300
4301 * gdb.c++/virtfunc.exp: Expect failure for virtual function
4302 call tests if the target doesn't support inferior function calls.
4303
4304 * gdb.base/printcmds.exp: Allow minor deviation in FP values
4305 in printf tests.
4306
4307 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
4308
4309 * gdb.base/help.exp: Disable "help set", "help show", and
4310 "help support". Simplify regexp for "help stack".
4311
4312 * gdb.base/default.exp: Set match_max to 5000 and the timeout
4313 to 60 seconds. Temporarily set match_max to 15000 around the
4314 "info copying" test.
4315
4316 * gdb.base/nodebug.exp: Don't try to do an inferior function
4317 call if the target doesn't support them.
4318 * gdb.base/printcmds.exp: Likewise.
4319 * gdb.base/setvar.exp: Likewise.
4320 * gdb.base/structs.exp: Likewise.
4321 * gdb.c++/templates.exp: Likewise.
4322 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
4323
4324 * gdb.base/recurse.exp: Enable for the mn10200.
4325
4326 * configure.in: Do configure gdb.stabs directory for *-*-elf
4327 targets.
4328 * configure: Rebuilt.
4329
4330 * gdb.base/break.exp: Check for gdb,noresults before testing
4331 exit status and/or results from the target.
4332 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
4333 * lib/gdb.exp: Remove old (now bogus) initialization of
4334 noinferior, noargs, noresults and nosignals.
4335
4336 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
4337
4338 * config/sh.exp: New file.
4339
4340 * config/slite.exp: Try to connect multiple times to the board
4341 before rebooting. Only send a "monitor run" if need_monitor_run
4342 is set.
4343
4344 * gdb.base/break.exp: Don't do the "stub continue" test if
4345 the target has gdb_stub set.
4346
4347 * gdb.base/callfuncs.exp: Increase the timeout.
4348
4349 * gdb.base/interrupt.exp: Don't even try to compile the testcase
4350 if the target has gdb,noinferiorio set.
4351
4352 * gdb.base/list.exp: Increase match_max to 10000 characters.
4353
4354 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
4355
4356 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
4357 target.
4358
4359 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
4360
4361 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
4362
4363 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
4364 trying to delete the copy of gdb. Catch the file delete so we
4365 don't die if the delete fails; also, the file should be copied to
4366 the host, not to the build.
4367
4368 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
4369
4370 * lib/gdb.exp(gdb_test): Surround the result pattern with
4371 parenthesis in case it contains multiple regexps separated
4372 with |.
4373
4374 * gdb.base/watchpoint.exp: Use gdb_test.
4375 * gdb.base/default.exp: Ditto.
4376
4377 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
4378
4379 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
4380
4381 * gdb.base/scope.exp: Use gdb_test.
4382 * gdb.c++/classes.exp: Ditto.
4383 * gdb.c++/inherit.exp: Ditto.
4384
4385 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
4386
4387 * gdb.base/crossload.exp: Don't use execute_anywhere, use
4388 remote_exec instead.
4389 * gdb.base/corefile.exp: Don't be ridiculous.
4390 * gdb.base/*.c: Add missing stub invocations.
4391
4392 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
4393
4394 * config/slite.exp: Miscellaneous fixes.
4395
4396 * lib/gdb.exp: Fix runto.
4397
4398 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
4399 the target.
4400
4401 * gdb.base/watchpoint.exp: Fix regexp.
4402
4403 * lib/gdb.exp(default_gdb_exit): Add a catch to the
4404 close and wait commands, as the descriptor may now be
4405 invalid. Always call "remote_close host".
4406
4407 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
4408
4409 Major rewrite for testsuite revision.
4410
4411 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
4412 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
4413 instead of relying on spawn_id to always contain a valid
4414 spawn id.
4415 (get_compiler_info): New procedure to build the ${binfile}.ci
4416 file, instead of replicating this in N different places.
4417 (gdb_compile): New procedure.
4418
4419 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
4420 appropriate arguments) instead of compile. Use gdb_test in a lot
4421 more places. Use send_gdb instead of send. Always run gdb_start
4422 at the start of a testcase, as this is no longer done magically.
4423
4424 config/*-gdb.exp: Rename without the -gdb suffix.
4425
4426 config/mips.exp: Use remote_close instead of exit_remote_shell.
4427 config/monitor.exp: Use target_info instead of looking at
4428 baud, timeout, etc.
4429 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
4430
4431 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4432
4433 * gdb.c++/templates.exp (test_ptype_of_templates),
4434 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
4435 Update expect patterns for destructors and assignment operators
4436 to match corresponding c-typeprint.c changes.
4437 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
4438 to destructor breakpoint test, GDB should be able to set the
4439 destructor breakpoint without specifying arguments.
4440
4441 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
4442
4443 * gdb.threads/pthreads.exp: Change result for failure to compile due
4444 to lack of pthreads runtime support from an error to simply an
4445 unsupported test, per dejagnu standards.
4446
4447 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4448
4449 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
4450 where GDB exits to reduce pattern match time.
4451 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
4452
4453 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
4454
4455 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
4456
4457 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
4458 * gdb.base/default.exp: ditto.
4459 * gdb.base/nodebug.exp: ditto.
4460 * gdb.base/printcmds.exp: ditto.
4461 * gdb.base/ptype.exp: ditto.
4462 * gdb.base/setvar.exp: ditto.
4463 * gdb.base/structs.exp: ditto.
4464 * gdb.base/setshow.c: Guard against uninitialized values of argc.
4465
4466 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
4467
4468 * configure, */configure: Rebuild with autoconf 2.12.
4469
4470 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
4471
4472 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
4473 use new i*86-pc-linux*-gnu quads.
4474 * gdb.base/corefile.exp: Ditto.
4475 * gdb.base/signals.exp: Ditto.
4476 * gdb.base/sigall.exp: Ditto.
4477 * gdb.base/interrupt.exp: Ditto.
4478
4479 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
4480 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
4481 RedHat 4.0.
4482
4483 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
4484 linux. This allows the test case to at least compile on latest
4485 linux, but still not run due to missing the threads runtime library.
4486
4487 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4488
4489 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
4490 directory to search gdb directory. Accept and step over conditional
4491 stack alignment code. Consume $prompt in failure cases.
4492 Reset timeout to $oldtimeout instead of some arbitrary value.
4493 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
4494 timeout problems with infinite stack backtraces.
4495 * gdb.base/ptype.exp (ptype struct link, union tu_link):
4496 Accept function parameters for linkfunc member.
4497
4498 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
4499
4500 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
4501 (CXXFLAGS): Remove, unreferenced.
4502 (B_OPTIONS): Add for -B options and add code to initialize with
4503 previous -B options and also add -B option to pick up cross compiled
4504 runtime.
4505 (TARGET_INCLUDES): Add for -I options and add code to initialize when
4506 doing cross compiles.
4507 (target_alias): Declare global.
4508 (xgcc): Set variable to full path of gcc in build tree. Use findfile
4509 to verify that gcc exists in build tree, and if so set CC to that
4510 gcc and to use B_OPTIONS and TARGET_INCLUDES.
4511
4512 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
4513
4514 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
4515 ptype test for anonymous union. Fixup testcase to match
4516 current gcc debug output.
4517
4518 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
4519
4520 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
4521 force argument to an unsigned long type.
4522
4523 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
4524
4525 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
4526 tests and anonymous union print/ptype tests.
4527 * gdb.base/list.exp (test_forward-search): Increase timeout by
4528 5 minutes for the "search extremely long line" case.
4529 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
4530 completely optional and that the pass/fail messages use the command as
4531 the message if that third arg is a null string.
4532 (gdb_test_exact): Arrange that a null string pattern means match a
4533 null string output rather than any output, which might include random
4534 errors.
4535 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
4536 backtrace test.
4537 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
4538 always failing and failure is now exposed by gdb.exp changes.
4539
4540 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
4541
4542 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
4543 weren't being noted.
4544
4545 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4546
4547 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
4548 * gdb.stabs/weird.exp: Remove v_comb xfails.
4549
4550 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
4551
4552 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
4553 list.exp scope.exp watchpoint.exp]
4554 Make all timeout error msgs explicitly say "(timeout)".
4555
4556 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
4557
4558 * config/monitor.exp: Increase download timeout to 1000 seconds.
4559
4560 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
4561
4562 * config/m32r.exp: Increase timeout to 120 seconds.
4563
4564 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
4565
4566 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
4567 and accept older ordering as obsolescent gcc or gdb.
4568 * gdb.c++/templates.exp: Ditto.
4569 * gdb.c++/virtfunc.exp: Ditto.
4570
4571 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
4572
4573 * gdb.base/coremaker.c: Add code to mmap some data so we
4574 can check that it ends up in the core file.
4575 * gdb.base/corefile.exp: Add test to read mmapped data
4576 from core file.
4577
4578 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
4579
4580 * config/m32r.exp: New file.
4581
4582 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
4583
4584 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
4585 that cflags can contains -gstabs, and work correctly for other tests.
4586
4587 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
4588
4589 * gdb.base/setshow.exp: New file, tests show and set.
4590 * gdb.base/setshow.c: New file, tests show and set.
4591 * gdb.base/help.exp: Add test for help set|show annotate.
4592 * gdb.base/default.exp: Add test for set|show annotate.
4593
4594 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
4595
4596 * testsuite/gdb.base/break.exp: Make backtrace from factorial
4597 errors unique.
4598 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
4599 explicitly.
4600
4601 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
4602
4603 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
4604 and width commands. This is done elsewhere.
4605 * (gdb_start): Don't call gdb_start_sim here. That's already
4606 done in gdb_load. This fixes lots of failures in default.exp.
4607
4608 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
4609
4610 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4611 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
4612 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
4613 in the same we we treat other failures (since it may be an expected
4614 condition), rather than as an error.
4615 * gdb.base/signals.exp (test_handle_all_print): Revert back to
4616 old test format.
4617
4618 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
4619
4620 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
4621 (distclean maintainer-clean realclean): No need to remove files
4622 twice. Nuke the duplicates.
4623 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
4624 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
4625 Remove config.h along with other config files.
4626
4627 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
4628
4629 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
4630 "p func1 ()" and note that rests of tests are skipped.
4631 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
4632 setup_xfails for "print func2::coremaker_local".
4633 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
4634 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
4635 affected by the previous run test.
4636 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
4637 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
4638 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
4639 "pass int powerset tuple" and "pass modeless int powerset tuple".
4640 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
4641 "real write 4" and "real write 8".
4642 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
4643 setup_xfails for "print vs1 after tuple assign 2",
4644 "print \$i after tuple assign 2", and
4645 "print vs2 after tuple assign 2".
4646 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
4647 meaningful error message and return -1 so the caller can
4648 suppress further tests and avoid a cascade of errors.
4649
4650 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
4651
4652 * gdb.base/a1-selftest.exp: Tweak tests to account for new
4653 format for printing version.
4654 * gdb.base/default.exp: Ditto.
4655 * gdb.base/interrupt.exp: Fix problem with cascade of
4656 errors if child process dies while calling a function.
4657
4658 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
4659
4660 * Makefile.in (VPATH): Add
4661 * Makefile.in (Makefile, config.status): Fix rules so things get
4662 remade when necessary.
4663
4664 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
4665
4666 * Makefile.in (just-check): Add path to sibling expect dir
4667 to environment variable specified by RPATH_ENVVAR.
4668
4669 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
4670
4671 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
4672 (just-check): Add shared library paths for libstdc++, tk,
4673 tcl, bfd, and opcodes to the environment variable specified
4674 in RPATH_ENVVAR.
4675 * configure.in: Add support to recognize --enable-shared flag
4676 and generate correct value for RPATH_ENVVAR.
4677 * configure: Regenerated with autoconf.
4678
4679 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
4680
4681 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
4682 include all osf versions.
4683 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
4684 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
4685 when target is linux. When failing to build pthreads test
4686 executable, give more meaningful message.
4687 * gdb.threads/pthreads.c: Hpux also uses old definition of second
4688 arg for pthread_create.
4689
4690 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
4691
4692 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
4693 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
4694 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
4695 and -lpthreads (everybody else).
4696 (test_startup): Fail gracefully if threads are not supported.
4697 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
4698 "p/c array_index("abcdef",2)" when not gcc compiled.
4699 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
4700 "print func2::coremaker_local" when not gcc compiled.
4701 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
4702 "ptype on opaque struct tagname (statically)",
4703 "ptype on opaque struct tagname (dynamically) 1", and
4704 "ptype on opaque struct tagname (dynamically) 2"
4705 for not compiled with gcc.
4706 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
4707 backtrace when compiled with gcc.
4708 * lib/gdb.exp (runto_main): Return result of "runto main" rather
4709 than always return success.
4710
4711 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
4712
4713 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
4714
4715 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
4716
4717 * gdb.base/structs.exp: Undo last change.
4718
4719 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
4720
4721 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
4722 encapsulate all the steps/nexts done during self test, starting
4723 at main, and makes them less sensitive to optimization issues.
4724 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
4725 signal handler" test.
4726 * gdb.threads/pthreads.exp: Only run this for native configs.
4727 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
4728 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
4729 tests.
4730 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
4731 for "runto test_calls(void)" test.
4732
4733 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
4734
4735 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
4736 and don't expect address info in breakpoint confirmations.
4737
4738 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
4739
4740 * gdb.base/list.exp (test_forward_search): Increase timeout
4741 temporarily by 60 seconds for searching extremely long line,
4742 and then reset to old value when done. Increase expect input
4743 buffer to 10000.
4744
4745 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
4746
4747 * gdb.base/list.exp (test_forward_search): Fix to handle very
4748 long source line without overflowing expect's input buffer.
4749
4750 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
4751
4752 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
4753 "buffer_full".
4754
4755 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
4756 "buffer_full".
4757
4758 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
4759 "buffer_full".
4760
4761 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
4762 "buffer_full".
4763
4764 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
4765
4766 * configure.in (configdirs): Add gdb.threads.
4767 * configure: Regenerated with autoconf.
4768 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
4769 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
4770 * gdb.threads/configure: New, generated with autoconf.
4771
4772 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
4773
4774 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
4775
4776 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
4777
4778 * gdb.base/signals.exp (test_handle_all_print): Test separately for
4779 each signal's status in the output of "handle all print".
4780 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
4781 the \r\n sequence that immediately precedes the gdb prompt.
4782 * gdb.base/a1-selftest.exp: Save original timeout and restore
4783 after test.
4784
4785 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
4786
4787 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
4788 symbol.
4789
4790 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
4791
4792 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
4793
4794 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
4795
4796 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
4797 timeout by 60 seconds.
4798
4799 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
4800
4801 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
4802 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
4803 error return.
4804
4805 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
4806
4807 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
4808 gdb initialization, also report how long dejagnu waited. Restore
4809 old timeout before doing error return. Temporarily increase timeout
4810 by 3 minutes to allow for slow startups over heavy NFS use.
4811
4812 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
4813
4814 * lib/gdb.exp: Report timeout value for verbosity level 2.
4815 * config/gdbserver.exp: Ditto.
4816 * config/hppro.exp: Ditto.
4817 * config/mips-gdb.exp: Ditto.
4818 * config/monitor.exp: Ditto.
4819 * config/netware.exp: Ditto.
4820 * config/sim-gdb.exp: Ditto.
4821 * config/slite-gdb.exp: Ditto.
4822 * config/udi-gdb.exp: Ditto.
4823 * config/unix-gdb.exp: Ditto.
4824 * config/vx-gdb.exp: Ditto.
4825 * gdb.base/a1-selftest.exp: Ditto.
4826 * gdb.base/a2-run.exp: Ditto.
4827 * gdb.base/break.exp: Ditto.
4828 * gdb.base/corefile.exp: Ditto.
4829 * gdb.base/list.exp: Ditto.
4830 * gdb.base/recurse.exp: Ditto.
4831 * gdb.base/scope.exp: Ditto.
4832 * gdb.base/signals.exp: Ditto.
4833
4834 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4835
4836 * gdb.threads/Makefile.in (docdir): Removed.
4837
4838 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4839
4840 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
4841 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
4842 @srcdir@.
4843 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
4844 autoconf 2.5 or higher.
4845 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
4846
4847 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
4848
4849 * configure: Regenerated.
4850 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
4851 avoid name clashes with SunOS headers.
4852
4853 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
4854
4855 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
4856
4857 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
4858
4859 * gdb.base/callfuncs.exp: Finish last change -- make sure the
4860 prototype information ends up in the compiler info file.
4861
4862 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
4863
4864 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
4865 attempting to regenerate it. Eliminate use of a temporary file
4866 and just generate the info file directly. Source it immediately,
4867 for consistency of use.
4868 * gdb.base/corefile.exp: Ditto
4869 * gdb.base/exprs.exp: Ditto.
4870 * gdb.base/funcargs.exp: Ditto.
4871 * gdb.base/langs.exp: Ditto.
4872 * gdb.base/list.exp: Ditto.
4873 * gdb.base/mips_pro.exp: Ditto.
4874 * gdb.base/nodebug.exp: Ditto.
4875 * gdb.base/opaque.exp: Ditto.
4876 * gdb.base/ptype.exp: Ditto.
4877 * gdb.base/scope.exp: Ditto.
4878 * gdb.base/setvar.exp: Ditto.
4879 * gdb.base/signals.exp: Ditto.
4880 * gdb.base/whatis.exp: Ditto.
4881 * gdb.c++/templates.exp: Ditto.
4882 * gdb.c++/virtfunc.exp: Ditto.
4883 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
4884 whether or not to add -lstdc++ to the compile command line args.
4885
4886 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4887
4888 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
4889 it got fixed by the recent lookup_minimal_symbol_by_pc change.
4890 Increase timeout, a lot of single stepping might be needed if the
4891 target has no hardware watchpoints.
4892
4893 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
4894
4895 * gdb.base/break.exp: Ignore compiler warnings when compiling
4896 break.c.
4897 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
4898 * gdb.base/default.exp: Add h8300 xfails. Handle messages
4899 from remote-sim.
4900 * gdb.base/exprs.exp: Add h8300 xfails.
4901 * gdb.base/funcargs.exp: Likewise.
4902 * gdb.base/nodebug.exp: Likewise.
4903 * gdb.base/printcmds.exp: Likewise.
4904 * gdb.base/ptype.exp: Likewise.
4905 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
4906 h8300 xfails.
4907 * gdb.base/return.exp: Handle float/double precision problems
4908 on the h8300.
4909 * gdb.base/funcargs.c: Explicitly make last constant argument to
4910 call_after_alloca_subr an unsigned long type.
4911 * gdb.base/return.c: Include stdio.h.
4912
4913 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
4914
4915 * config/abug.exp: New file for the older Motorola Bug monitor
4916 that runs on the mvme13x series VME boards.
4917 * config/monitor.exp: Use the new config array for target settings
4918 if they exist.
4919
4920 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
4921
4922 * sim-gdb.exp: Make the SH simulator allocate less space when
4923 it is targeted.
4924
4925 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
4926
4927 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
4928 test.
4929
4930 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
4931
4932 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
4933 "rs6000-*-*" for "list function in include file" when gcc compiled.
4934 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
4935 for "p ctable1[120]".
4936 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
4937 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
4938 Remove setup_xfail for "rs6000-*-*" for
4939 "print 'scope0.c'::filelocal before run".
4940 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
4941 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
4942 since some compilers don't allow both options to be given
4943 on the same command line. Create object file and move it.
4944
4945 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
4946
4947 * gdb.base/corefile.exp: Always regenerate the core file, since
4948 we always regenerate the coremaker program. Detect special case
4949 where registers cannot be read from core file.
4950
4951 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
4952
4953 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4954 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
4955 * gdb.c++/templates.exp: Only match on basename of file since
4956 some formats like xcoff don't encode directory information.
4957 * gdb.stabs/weird.exp: Use the right sed script for powerpc
4958 and rs6000 AIX xcoff targets.
4959 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
4960 * configure: Regenerate.
4961 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
4962 here, rather than in distclean.
4963
4964 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
4965
4966 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
4967 defined, and use it to compile the test case with -O2. The
4968 native compilation still uses no optimization.
4969 * gdb.base/mips_pro.c: Remove inline assembly code since
4970 it is compiled PIC by default, which results in assembler
4971 warnings that make the testsuite think the compilation
4972 was unsuccessful.
4973
4974 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
4975
4976 * gdb.c++/misc.exp: Add note to message for
4977 "print s.a for foo struct" that this is a known gcc 2.7.2
4978 and earlier bug.
4979
4980 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
4981
4982 * gdb.base/break.exp: Fix pattern for matching "Delete all
4983 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
4984 setup_xfail for deleting all breakpoints test. Fix various
4985 timeout messages to include "(timeout)".
4986 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
4987 for "p t_float_values2(3.14159,float_val2)".
4988 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
4989 for "continue to call2g" when gcc compiled.
4990 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
4991 "up to foo in langs.exp", "show language at foo in langs.exp",
4992 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
4993 and "show language at fsub in langs.exp".
4994 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
4995 "list line 1 in include file", "list message for lines past EOF",
4996 "list function in include file", "list list0.h:foo", and
4997 "list filename:function; nonexistant function".
4998 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
4999 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
5000 and "ptype t_char_array" to be for native cc only.
5001
5002 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
5003
5004 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
5005 setup_xfail for "print coremaker_bss", "print coremaker_ro",
5006 "print func2::coremaker_local", and "backtrace in corefile.exp".
5007
5008 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
5009
5010 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
5011 "bt in signals.exp". This problem only appears when running
5012 the testsuite, and then only intermittently.
5013
5014 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
5015
5016 * gdb.base/return.exp (return_tests): Differentiate between
5017 two tests of continuing.
5018
5019 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
5020
5021 * */Makefile.in (maintainer-clean): Remove config.log.
5022 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
5023 * gdb.c++/Makefile.in (PROGS): Add inherit.
5024 (clean): Remove *.ci.
5025
5026 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
5027
5028 * gdb.c++/misc.cc: Add test code from Mike Stump.
5029 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
5030
5031 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
5032
5033 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
5034 to "alpha-*-osf2*" and add comment.
5035 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
5036 setup_xfail for "step over execarg initialization" and
5037 "step over corearg initialization".
5038 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
5039 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
5040 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
5041 gcc compiled for "print coremaker_bss", "print coremaker_ro",
5042 "print func2::coremaker_local", and "backtrace in corefile.exp".
5043 * gdb.base/signals.exp: Build and source signals.ci.
5044 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
5045 to be for gcc only.
5046 * lib/gdb.exp: Move verbose statements outside conditionals.
5047
5048 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5049
5050 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
5051 Feb 3 procfs.c change.
5052
5053 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
5054
5055 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
5056
5057 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
5058
5059 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
5060 from dejagnu's apparent default of 10 seconds, which gives random
5061 results when running the tests over NFS on moderately loaded systems.
5062 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
5063
5064 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
5065
5066 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
5067 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
5068 result reports.
5069
5070 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
5071
5072 * configure.in (CY_AC_PATH_TCLH): Remove.
5073 * configure: Regenerate.
5074
5075 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
5076
5077 * gdb.c++/Makefile.in (clean): Add missing '{'.
5078
5079 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
5080
5081 * lib/gdb.exp: Provide a default value for noinferior.
5082
5083 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
5084 Load libgloss.exp.
5085
5086 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
5087
5088 * gdb.disasm/hppa.exp: Compile directly into an executable, use
5089 the executable, not the .o to run the tests from.
5090
5091 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
5092
5093 * gdb.base/break.exp: Don't test for program exit or exit status
5094 if $noresults if nonzero.
5095 * gdb.base/langs.exp: Likewise.
5096 * gdb.base/watchpoint.exp: Likewise.
5097
5098 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
5099 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
5100 trying to compile the testcase.
5101
5102 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
5103
5104 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
5105 * gdb.base/signals.exp (continue to handler): Likewise.
5106
5107 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
5108
5109 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
5110
5111 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
5112
5113 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
5114
5115 * gdb.base/corefile.exp: Recognize "not found" as failure
5116 when trying to determine if a core file was generated.
5117 If no core file was generate the first time, try again without
5118 the ulimit -c to work around braindamaged shells.
5119
5120 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
5121
5122 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
5123 [] tests with "test" and enclose string in quotes.
5124 * gdb.stabs/configure: Rebuild
5125
5126 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
5127
5128 Changes in sync with expect:
5129 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
5130 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
5131 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
5132 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
5133 argument to AC_REQUIRE.
5134 * configure: Regenerated.
5135
5136 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
5137
5138 * gdb.base/corefile.exp: When generating a core, discard any
5139 error messages about ulimit not found and the "core dumped"
5140 message from the shell that runs the coredumper.
5141
5142 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
5143
5144 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
5145
5146 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
5147 which sed script to run. Expect failure for v_comb test
5148 on PA targets too.
5149
5150 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
5151
5152 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
5153 "print func2::coremaker_local" and for "backtrace in corefile.exp"
5154
5155 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
5156
5157 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
5158 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
5159 "sparc-sun-solaris*" xfails for "p v_comb".
5160 * lib/gdb.exp (default_gdb_start): Fix typo.
5161 * gdb.base/corefile.exp: Allow "Core was generated by ..."
5162 messages to not include the full program name that caused
5163 the core dump since some systems (such as solaris) apparently
5164 truncate this path to about 80 characters.
5165 When generating a core file first try increasing the core file
5166 size limit to unlimited since some systems may default it to
5167 zero, and it is harmless to try it. Move the test for failing
5168 to generate a core file to where it will actually get executed.
5169 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
5170 new gdb result from g++ debug info improvements and make old
5171 pattern obsolescent. Also account for size_t differences
5172 (may be int or long).
5173 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
5174 initialization before function call is placed in the delay slot
5175 and thus appears to be skipped over by commands such as "next".
5176
5177 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
5178
5179 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
5180
5181 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
5182
5183 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
5184 input source file; fix code to compile test to deal with this
5185 convention.
5186 * gdb.c++/*.exp: Likewise.
5187
5188 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
5189
5190 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
5191 "bt in signals.exp".
5192
5193 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
5194
5195 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
5196 "step over execarg initialization" and
5197 "step over corearg initialization".
5198
5199 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
5200
5201 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
5202 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
5203
5204 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
5205
5206 From Rob Savoye (rob@poseidon.cygnus.com)
5207 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
5208 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
5209 configure.in}, gdb.disasm/{Makefile.in, configure.in},
5210 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
5211 configure.in}: Major reworking for autoconfig.
5212 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
5213 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
5214 New files.
5215 * config/unix-gdb.exp: Make GDB global.
5216 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
5217 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
5218 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
5219 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
5220 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
5221 term.exp, twice.exp, watchpoint.exp, whatis.exp},
5222 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
5223 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
5224 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
5225 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
5226 pr-8136.exp, result.exp, string.exp, tuples.exp},
5227 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
5228 to returns as necessary, arrange for test to compile own testcase
5229 executable.
5230 * lib/gdb.exp: Changes for testsuite to compile own test cases.
5231
5232 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
5233
5234 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
5235 clear_xfail at end of test which might not call either pass or fail.
5236 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
5237 "backtrace through signal handler".
5238
5239 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5240
5241 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
5242 continuing from a job control stop signal.
5243 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
5244
5245 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
5246
5247 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
5248 * gdb.base/corefile.exp: Likewise.
5249 * gdb.base/funcargs.exp: Likewise.
5250
5251 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
5252
5253 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
5254 * config/monitor.exp: Add support for setting baud rate.
5255
5256 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
5257
5258 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
5259 i*86-*-linux* xfails for "backtrace through signal handler".
5260 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
5261 "print func2::coremaker_local".
5262 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
5263 alpha-dec-osf2* xfail for
5264 "delete all breakpoints when none".
5265
5266 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
5267
5268 * gdb.base/break.exp: Change test that deletes all breakpoints
5269 when no user breakpoints are installed. A post 4.15 change
5270 causes gdb to no longer prompt in this case.
5271
5272 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
5273
5274 * gdb.base/return.exp (return_tests): Change xfail for test
5275 "correct value returned double test" to stop xfailing at
5276 Solaris 2.5. Apparently the bug has been fixed.
5277
5278 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
5279
5280 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
5281 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
5282
5283 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
5284
5285 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
5286 * gdb.disasm/hppa.s: Corresponding changes.
5287
5288 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
5289
5290 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
5291 makefile fragment.
5292 * config/mt-hpux: Deleted.
5293
5294 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
5295
5296 * Many files: When warning about suppressed tests due to a
5297 nonexistant test binary, avoid incrementing the warning count.
5298
5299 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
5300
5301 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
5302
5303 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5304
5305 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
5306 "sparc-*-solaris2*".
5307
5308 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5309
5310 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
5311 Add global and local variables and initialize them.
5312 * gdb.base/corefile.exp: Test correct mapping of corefile sections
5313 by printing variables. Remove rs6000 and powerpc xfails, BFD now
5314 extracts the file name and terminating signal from the core file.
5315 * TODO: Remove note about tests for correct mapping of corefile.
5316 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
5317 from optimizing it away.
5318 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
5319 handles common blocks.
5320
5321 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
5322
5323 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
5324 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
5325
5326 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
5327
5328 * Makefile.in (maintainer-clean): New target, synonym for
5329 realclean.
5330 * gdb.base/Makefile.in (maintainer-clean): Likewise.
5331 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
5332 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
5333 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
5334 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
5335 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
5336
5337 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
5338
5339 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
5340 xfails when not gcc compiled for "print foo::funclocal".
5341 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
5342 "print foo::funclocal at foo",
5343 "print 'scope1.c'::foo::funclocal at foo",
5344 "print foo::funclocal_bss at foo",
5345 "print 'scope1.c'::foo::funclocal_bss at foo",
5346 "print foo::funclocal_ro at foo",
5347 "print 'scope1.c'::foo::funclocal_ro at foo",
5348 "print bar::funclocal at foo" and
5349 "print 'scope1.c'::bar::funclocal at foo".
5350 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
5351 gcc compiled for "print foo::funclocal at bar".
5352 Expand all messages to ensure that they identify that
5353 the test is at bar().
5354 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
5355 gcc compiled for:
5356 "ptype on opaque struct pointer (statically)",
5357 "ptype on opaque struct tagname (statically)",
5358 "ptype on opaque struct pointer (dynamically) 1",
5359 "ptype on opaque struct tagname (dynamically) 1",
5360 "ptype on opaque struct pointer (dynamically) 2" and
5361 "ptype on opaque struct tagname (dynamically) 2
5362 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
5363 gcc compiled for:
5364 "p datalocal"
5365 "whatis datalocal",
5366 "ptype datalocal",
5367 "p bsslocal",
5368 "whatis bsslocal", and
5369 "ptype bsslocal".
5370 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
5371 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
5372 when not gcc compiled.
5373 * gdb.base/funcargs.exp (float_and_integral_args): Add
5374 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
5375 compiled.
5376 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
5377 "backtrace from call6a" when not gcc compiled.
5378 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
5379 "backtrace from call7a" when not gcc compiled.
5380 * gdb.base/callfuncs.exp (do_function_calls):
5381 Add "hppa*-*-hpux*" xfail when not gcc compiled for
5382 "p t_char_array_values(char_array_val2,char_array_val1)",
5383 "p t_char_array_values(char_array_val1,char_array_val2)",
5384 "p t_char_array_values("carray 1","carray 2")",
5385 "p t_char_array_values("carray 1",char_array_val2)",
5386 "p t_char_array_values(char_array_val1,"carray 2")",
5387 "p sum_args(1,{2})",
5388 "p sum_args(2,{2,3})",
5389 "p sum_args(3,{2,3,4})",
5390 "p sum_args(4,{2,3,4,5})"
5391 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
5392 "backtrace in corefile.exp" when not gcc compiled.
5393
5394 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5395
5396 * gdb.base/signals.exp: Rewrite `handle all print' test as
5397 a procedure. Accept blanks or TABs as whitespace, increase
5398 timeout and expect input buffer size for the large output
5399 from the command. Remove "i*86-*-bsdi2.0" xfail.
5400
5401 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5402
5403 * gdb.base/setvar.exp: Add new testcases for truncation when
5404 assigning invalid values to bitfields.
5405
5406 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
5407
5408 * gdb.base/callfuncs.exp (do_function_calls): Remove
5409 mips-sgi-irix* xfail for
5410 "call inferior func with struct - returns char *"
5411 and fix test so that an optional (unsigned char *) cast is
5412 accepted in the result.
5413
5414 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
5415
5416 * gdb.base/funcargs.exp (float_and_integral_args): Remove
5417 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
5418 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
5419 * gdb.base/signals.exp: Remove duplicate "handle all print" test
5420 that accidentally got checked in.
5421
5422 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
5423
5424 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
5425 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
5426 compiled test.
5427 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
5428 Add mips-sgi-irix5* xfail for not gcc compiled.
5429 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
5430 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
5431 "p top", "whatis top", "p middle", and "whatis middle".
5432 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
5433 "whatis signed char" for not gcc compiled.
5434 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
5435 "set variable signed char=-1 (-1)" and
5436 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
5437 * gdb.base/funcargs.exp (float_and_integral_args):
5438 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
5439 Add mips-sgi-irix* xfail when not gcc compiled for
5440 "continue to call2b".
5441 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
5442 "continue to call2g".
5443 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
5444 "backtrace from call6a"
5445 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
5446 "backtrace from call7k".
5447 Add mips-sgi-irix5* xfail when not gcc compiled for
5448 "backtrace from call7a".
5449 (localvars_after_alloca): Fix gdb_test cmds for
5450 "print * after runto ...".
5451 Remove rs6000-*-* xfails for
5452 "print i after runto localvars_after_alloca" and
5453 "print l after runto localvars_after_alloca"
5454 for all compilers.
5455 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
5456 when not compiled with gcc, for:
5457 "print signed char == (minus)",
5458 "print signed char != (minus)",
5459 "print signed char < (minus)",
5460 "print signed char > (minus)".
5461 * gdb.base/callfuncs.exp (do_function_calls):
5462 Add mips-sgi-irix* xfail, when compiled with native compiler, for
5463 "call inferior func with struct - returns char *".
5464 * gdb.base/return.exp (return_tests): Change xfail for
5465 "correct value returned double test" to include Solaris 2.4.
5466 * gdb.base/funcargs.exp (float_and_integral_args):
5467 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
5468
5469 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5470
5471 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
5472 enumeration bitfields if compiling with GNU C.
5473 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
5474 to empty' prompt.
5475
5476 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
5477
5478 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
5479 test for PRO targets.
5480
5481 * gdb.base/funcargs.exp: Avoid ever setting more than 8
5482 breakpoints in the inferior at any given time by making
5483 two groups of breakpoints for call2*, call6* and call7*
5484 tests.
5485
5486 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5487
5488 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
5489 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
5490 from optimizing it away.
5491 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
5492 "call inferior func with struct".
5493
5494 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
5495
5496 * configure.in: Only configure gdb.chill for particular targets.
5497
5498 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
5499
5500 * gdb.base/Makefile.in: Add action to .c.o transformation
5501 rule that generates a .ci file for each .o file and remove
5502 explicit .c.o rules except for callfuncs.o.
5503 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
5504 generates a .ci file for each .o file and remove explicit
5505 .cc.o rules.
5506 (clean): Remove *.tmp *.ci files.
5507 (EXECUTABLES): Remove templ-info.exp.
5508 * gdb.base/compiler.c: New file.
5509 * gdb.c++/compiler.cc: New file
5510 * gdb.base/scope.exp: Source gdb.base/scope.ci.
5511 Change rs6000-*-* xfail for
5512 "print 'scope0.c'::filelocal_ro" and
5513 "print 'scope1.c'::filelocal" and
5514 "print 'scope1.c'::filelocal_bss" and
5515 "print 'scope1.c'::filelocal_ro" and
5516 "print 'scope1.c'::foo::funclocal" and
5517 "print 'scope1.c'::foo::funclocal_ro" and
5518 "print 'scope1.c'::bar::funclocal" and
5519 "print 'scope0.c'::filelocal_ro" and
5520 "print 'scope1.c'::filelocal at foo" and
5521 "print 'scope1.c'::filelocal_bss at foo" and
5522 "print 'scope1.c'::filelocal_ro at foo" and
5523 "print 'scope1.c'::foo::funclocal at foo" and
5524 "print 'scope1.c'::foo::funclocal_bss at foo" and
5525 "print 'scope1.c'::foo::funclocal_ro at foo" and
5526 "print 'scope1.c'::bar::funclocal at foo" and
5527 "print 'scope0.c'::filelocal_ro" and
5528 "print 'scope1.c'::filelocal" and
5529 "print 'scope1.c'::filelocal_bss" and
5530 "print 'scope1.c'::filelocal_ro" and
5531 "print 'scope1.c'::foo::funclocal" and
5532 "print 'scope1.c'::foo::funclocal_bss" and
5533 "print 'scope1.c'::foo::funclocal_ro" and
5534 "print 'scope1.c'::bar::funclocal" and
5535 "print 'scope1.c'::bar::funclocal_bss"
5536 to only be xfail'd when not compiled with gcc.
5537 Add rs6000-*-* xfail for
5538 "print 'scope0.c'::filelocal_bss before run"
5539 when compiled with gcc.
5540 (test_at_main): Add rs6000-*-* xfail for
5541 "print filelocal_ro in test_at_main"
5542 when compiled with gcc.
5543 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
5544 Add rs6000-*-aix* xfail for
5545 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
5546 "ptype t_char_array", not compiled with gcc.
5547 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
5548 xfail for "list foo (in include file)" when gcc compiled.
5549 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
5550 (integral_args): Add rs6000-*-* xfail for
5551 "run to call0a" if not compiled with gcc.
5552 (unsigned_integral_args): Add rs6000-*-* xfail for
5553 "run to call1a" if not compiled with gcc.
5554 (float_and_integral_args): Add rs6000-*-* xfail for
5555 "run to call2a" if not compiled with gcc and for
5556 "continue to call2b" for any compiler.
5557 Add rs6000-*-* xfail to
5558 "print f1 after run to call2a" for gcc compiled.
5559 (discard_and_shuffle): Add rs6000-*-* xfail for
5560 "run to call6a".
5561 (shuffle_round_robin): Add rs6000-*-* xfail for
5562 "backtrace from call7a" if not compiled with gcc.
5563 Add rs6000-*-* xfail for
5564 "backtrace from call7b" if compiled with gcc.
5565 (call_after_alloca): Add rs6000-*-* xfail for
5566 "print c in call_after_alloca" and
5567 "print s in call_after_alloca" and
5568 "backtrace from call_after_alloca_subr"
5569 if not compiled with gcc.
5570 (localvars_in_indirect_call): Add rs6000-*-* xfail for
5571 "print c in localvars_in_indirect_call" and
5572 "print c in localvars_in_indirect_call" and
5573 "backtrace in indirectly called function" and
5574 "stepping into indirectly called function"
5575 if not compiled with gcc.
5576 (localvars_after_alloca): Add rs6000-*-* xfail for
5577 "print c after runto localvars_after_alloca" and
5578 "print s after runto localvars_after_alloca" and
5579 "print i after runto localvars_after_alloca" and
5580 "print l after runto localvars_after_alloca"
5581 for all compilers.
5582 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
5583 than whatis-info.exp.
5584 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
5585 than opaque-info.exp.
5586 Setup rs6000-*-* xfail for
5587 "ptype on opaque struct pointer (statically)" and
5588 "ptype on opaque struct pointer (dynamically)" when
5589 not compiled with gcc.
5590 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
5591 rather than callf-info.exp.
5592 (do_function_calls): Add clear_xfail for rs6000-*-* for
5593 "p t_float_values2(3.14159,float_val2)". Seems to work
5594 fine there, both with xlc and gcc. Need to find out what
5595 it is doing right and fix other platforms.
5596 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
5597 "call inferior func with struct - returns int",
5598 "call inferior func with struct - returns long",
5599 "call inferior func with struct - returns float",
5600 "call inferior func with struct - returns double",
5601 "call inferior func with struct - returns char *",
5602 but only if not gcc compiled (presumes xlc compiled).
5603 Change rs6000-*-* xfails for
5604 "call inferior func with struct - returns char" and
5605 " call inferior func with struct - returns short" to only
5606 xfail if not using gcc.
5607 (clean mostlyclean): Remove *.ci and *.tmp files.
5608 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
5609 than templ-info.exp.
5610 * gdb.base/langs.exp: Source gdb.base/langs.ci.
5611 Add rs6000-*-* xfail for "up to foo in langs.exp"
5612 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
5613 when not gcc compiled.
5614
5615 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
5616
5617 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
5618 * gdb.base/corefile.exp: Likewise.
5619 * gdb.base/list.exp: Likewise.
5620 * gdb.base/scope.exp: Likewise.
5621 * gdb.base/siganls.exp: Likewise.
5622
5623 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
5624 compiler output.
5625 * gdb.base/whatis.exp: Likewise.
5626
5627 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
5628
5629 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
5630 failure (opcode table has been fixed to match reality).
5631
5632 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
5633
5634 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
5635 "call inferior func with struct - returns char",
5636 "call inferior func with struct - returns short"
5637
5638 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
5639 "print 'scope0.c'::filelocal at main",
5640 "print 'scope0.c'::filelocal_bss in test_at_main",
5641 "print 'scope0.c'::filelocal at foo",
5642 "print 'scope0.c'::filelocal_bss in test_at_foo",
5643 "print 'scope0.c'::filelocal at bar",
5644 "print 'scope0.c'::filelocal_bss in test_at_bar"
5645
5646 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
5647 in source file 1". This bug seems to have been fixed with both
5648 gcc and native cc (was native assembler bug?).
5649
5650 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
5651
5652 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
5653 "backtrace through signal handler" to "i*86-*-sysv4*".
5654 * gdb.base/signals.exp: Add xfail for "'next' behaved as
5655 continue" case. Add "known SVR4 bug" to fail message.
5656 Add "i*86-*-bsdi2.0" xfail for "handle all print".
5657 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
5658 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
5659 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
5660 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
5661 "up to foo in langs.exp", "show language at foo in
5662 langs.exp", "up to cppsub_ in langs.exp", "show
5663 language at cppsub_ in langs.exp", "up to fsub in
5664 langs.exp", and "show language at fsub in langs.exp".
5665 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
5666 "bactrace in corefile.exp".
5667 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
5668 "call inferior function with struct - returns float" and
5669 "call inferior function with struct - returns double".
5670
5671 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
5672
5673 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
5674 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
5675 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
5676 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
5677
5678 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
5679
5680 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
5681 (or overriden) "CHILL" macro rather then bare "gcc".
5682 Also look for ../../gcc/xgcc since that is what we will
5683 actually need, not "Makefile". Remove following assignment
5684 of CHILL to CHILL_FOR_TARGET because that results in
5685 recursive definition.
5686
5687 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
5688
5689 * gdb.base/corefile.exp: Change xfail for backtrace in
5690 corefile.exp from linuxaout to all linux.
5691 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
5692 cases where we miss the breakpoint at the signal handler
5693 for some reason. Setup xfail for linuxoldld/linuxaout and
5694 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
5695 hitting SIGURG breakpoint.
5696 * gdb.base/signals.exp: Setup xfail for "next" acting like
5697 continue to add linuxoldld. Setup xfail for all linux for
5698 "next to handler in signals_tests_1", "backtrace in
5699 signals_tests_1", "continue to func1", "pass SIGUSR1",
5700 and continue to handler".
5701
5702 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
5703
5704 * Update all FSF addresses except those in COPYING* files.
5705
5706 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
5707
5708 * gdb.base/a2-run.exp: Change messages to be more explicit about
5709 the status of args, and quote binfile in results.
5710
5711 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
5712
5713 * gdb.base/callfuncs.exp: Add tests for passing structs to
5714 inferior functions and return various types.
5715 * gdb.base/callfuncs.c: Add functions to receive a struct
5716 and return a member of the struct, in various types.
5717
5718 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5719
5720 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
5721
5722 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
5723
5724 * config/vxworks29k.exp: New file, sources vxworks.exp.
5725
5726 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
5727
5728 * config/gdbremote.exp: New file. Testing framework using
5729 gdbserver.
5730
5731 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
5732
5733 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
5734 "call function when asleep" and "send end of file".
5735 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
5736 for "backtrace in corefile.exp".
5737 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
5738 for "backtrace through signal handler".
5739 * gdb.base/corefile.exp: Make sure we actually generate a core file
5740 before trying the core tests. Some systems allow the user to suppress
5741 generation of core files and default to that (linux for example).
5742 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
5743 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
5744
5745 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
5746
5747 * gdb.threads: New directory with some crude multi-threaded
5748 gdb tests (step.exp and step2.exp).
5749 * config/mt-lynx (STEP_EXECUTABLE): Define.
5750 (THREADFLAGS): Define.
5751
5752 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
5753
5754 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
5755
5756 * gdb.base/signals.exp: Disable whole file for lynx until
5757 further notice.
5758
5759 * gdb.base/signals.exp: xfail test where "next" acts like
5760 "continue" for lynx.
5761
5762 * gdb.base/interrupt.exp: xfail test for calling function while
5763 inferior is asleep for lynx.
5764
5765 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
5766 than one cr-lf after each command.
5767
5768 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5769
5770 * configure.in: Reinstate setting of stabsdirs variable, fix
5771 typo in setting up configdirs for native builds.
5772
5773 * gdb.base/return.exp: Fix typo in return double test.
5774 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
5775 compiler from optimizing them away.
5776
5777 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
5778
5779 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
5780 sequences to be echo'd by gdb when using gdb_test.
5781 * gdb.chill/chexp.exp: Likewise.
5782 * gdb.fortran/exprs.exp: Likewise
5783
5784 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
5785
5786 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
5787 after the inferior gdb has started.
5788
5789 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
5790 after each command.
5791 * gdb.base/funcargs.exp: Likewise.
5792 * gdb.base/gdbvars.exp: Likewise.
5793 * gdb.base/interrupt.exp: Likewise.
5794 * gdb.base/list.exp: Likewise.
5795 * gdb.base/watchpoint.exp: Likewise.
5796 * gdb.c++/demangle.exp: Likewise.
5797 * gdb.c++/inherit.exp: Likewise.
5798 * gdb.chill/chexp.exp: Likewise.
5799 * gdb.fortran/exprs.exp: Likewise.
5800
5801 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
5802 test if we can't handle IO to/from the inferior.
5803
5804 * gdb.c++/misc.exp: Always check for a program already being
5805 started after sending a "run" command to gdb.
5806
5807 * gdb.base/twice.exp: Start with a fresh gdb.
5808
5809 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
5810 only depend on gdb's expression code, not the chill runtime.
5811
5812 * gdb.base/return.c: Put return values into variables so we
5813 can have gdb print them rather than depending on the program
5814 to print them.
5815 * gdb.base/return.exp: Corresponding changes.
5816
5817 * lib/gdb.exp: Provide default value for noinferiorio.
5818 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
5819 the inferior.
5820
5821 * gdb.base/break.exp: Always check for a program already being
5822 started after sending a "run" command to gdb.
5823 (text_next_with_recursion): Don't check the output from the
5824 program's printf statement. Instead just make sure the program
5825 exited.
5826
5827 * gdb.base/commands.exp: Protect tests which need arguments with
5828 $noargs conditionals.
5829
5830 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5831
5832 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
5833 of structure member arrays to match gdb/valops.c:value_addr change.
5834
5835 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
5836
5837 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
5838 cases.
5839
5840 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
5841
5842 * configure.in (configdirs): Remove gdb.chill from default list
5843 of subdirs and then add it back in only if doing a native build.
5844 The current chill compiler does not yet work in any cross build.
5845 * Revert all signal changes from Jul 6.
5846 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
5847 for sh-hms targets, allowing these tests to link, with no other
5848 changes. Testing is suppressed by setting "nosignals" in site.exp.
5849
5850 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
5851
5852 * configure.in (signaldirs): Define and add to configdirs for all
5853 targets except some specific ones that are known to not support signals.
5854 Also clean up formatting.
5855 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
5856 (signals, sigall): Remove rules to build.
5857 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
5858 Moved to new gdb.signals directory.
5859 * gdb.signals: New test directory.
5860 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
5861 signals.c signals.exp}: New or moved files.
5862
5863 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
5864
5865 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
5866
5867 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
5868
5869 * gdb.base/return.exp: Xfail `return double' test failure
5870 on at least Solaris 2.3 and handle future/past versions on
5871 a case by case basis as appropriate. Also update message
5872 to include i*86 failures.
5873
5874 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5875
5876 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
5877
5878 * lib/gdb.exp: Fix comment which erroneously identified
5879 gdb_file_cmd as gdb_load (the 19 May change was in fact to
5880 gdb_file_cmd not gdb_load).
5881 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
5882
5883 * gdb.base/setvar.exp: Make test names consistent between pass and
5884 fail cases. Use gdb_test more.
5885
5886 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5887
5888 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
5889
5890 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5891
5892 * gdb.base/help.exp: Fix expected help string for `show commands'.
5893
5894 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
5895
5896 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
5897
5898 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
5899 of a text section.
5900
5901 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
5902
5903 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
5904 that loop eventually terminates. Fix Connection refused logic so
5905 that testsuite will expire nicely.
5906
5907 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
5908
5909 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
5910 config/rom68k.exp: New tcl glue for the appropriate monitors.
5911 These all just end up calling monitor.exp.
5912 * config/monitor.exp (gdb_target_monitor): Handle `Connection
5913 refused' by retrying. Cleanup some timeout issues.
5914 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
5915 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
5916 callers don't have to set/restore global timeout variable.
5917
5918 * The following set of changes centralizes management of the global
5919 timeout variable. This way, it can be set in one target dependent
5920 place instead of dozens of places scattered throughout the test suite.
5921 If you need to lengthen a timeout, then you should either set timeout
5922 in one of the config/{target}.exp files, or multiply it by a factor.
5923 Setting it to an absolute value is always going to lose for some
5924 targets.
5925 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
5926 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
5927 * gdb.base/funcargs.exp: Don't set timeout.
5928 * gdb.base/list.exp (test_forward_search): Only use local timeout.
5929 * gdb.base/printcmds.exp (test_print_string_constants
5930 test_print_array_constants): Don't set timeout.
5931 * gdb.base/ptype.exp: Don't set timeout.
5932 * gdb.base/recurse.exp: Don't set timeout.
5933 * gdb.base/return.exp: Don't set timeout.
5934 * gdb.base/watchpoint.exp: Don't set timeout.
5935 * gdb.c++/classes.exp (do_tests): Don't set timeout.
5936 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
5937
5938 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
5939
5940 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
5941
5942 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5943
5944 * lib/gdb.exp: Disable chill tests for irix5.
5945
5946 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5947
5948 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
5949 each test pass or fail.
5950
5951 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5952
5953 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
5954 xlc not gcc.
5955
5956 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
5957
5958 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
5959
5960 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
5961
5962 * config/est.exp: Fix copyright and comments. Remove dead code.
5963 Use targetname, serialport and baud variables instead of fixed
5964 constants.
5965 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
5966 * config/cpu32bug.exp: New file to support cpu32bug monitors.
5967
5968 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5969
5970 * gdb.base/watchpoint.exp: Don't run
5971 test_watchpoint_triggered_in_syscall for sunos.
5972
5973 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5974
5975 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
5976 they don't seem to exist. Do include stdio.h.
5977
5978 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5979
5980 * gdb.base/a1-selftest.exp: Add alpha xfail.
5981
5982 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5983
5984 * gdb.base/watchpoint.c (main): Prompt before calling read().
5985 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
5986 Revise accordingly. Remove cruft about sending "123" several
5987 times, until it gets noticed. Clean up the "print buf[0]" stuff
5988 so that it passes or fails, and waits for prompts in the usual way.
5989
5990 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5991
5992 * gdb.base/recurse.exp: Fix comment.
5993
5994 * TODO: Remove item about printing variables in nodebug.exp. Add
5995 item about enabling tests which are only run on some targets.
5996
5997 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
5998 fail, make test names unique, use new gdb_test convention
5999 regarding pattern, use gdb_test more, etc.).
6000
6001 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
6002 fail, make test names unique, etc.).
6003
6004 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6005
6006 * gdb.base/nodebug.c: Change return type of top and middle to
6007 short.
6008 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
6009 are fixed by the recent mdebugread.c changes. Allow `short ()'
6010 as type for top and middle.
6011
6012 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6013
6014 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
6015 nearly as I can tell, the whole thing was an accident in Stu's
6016 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
6017 to replace a send/expect pair with gdb_test, but ended up only
6018 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
6019 of 30 Mar 1995 took care of it, but left this vestigial comment
6020 which I am now nuking.
6021
6022 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6023
6024 * gdb.base/break.exp: Look for different line number for
6025 breakpoint at main depending on usestubs.
6026
6027 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6028
6029 * gdb.base/list.exp: Adjust some alternate expect patterns to
6030 match recent list0.c change. Add alternate expect pattern for
6031 output from `list default lines around main' for optimizing
6032 compilers.
6033
6034 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6035
6036 * lib/gdb.exp: If nosignals is not set, set it to 0.
6037
6038 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
6039
6040 * config/slite-gdb.exp: Responds to load symbol table prompt.
6041 * gdb.base/break.exp: Adjust line number, fix rerun.
6042 * gdb.base/langs0.c: Add #ifdef usestubs.
6043
6044 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
6045
6046 * gdb.base/list.exp: Adjust line contents after adding new lines in
6047 list0.c. Also fix a syntax error.
6048
6049 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
6050 * gdb.base/break.exp: ditto.
6051 * gdb.base/list.exp: ditto.
6052 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
6053 * gdb.base/run.c: ditto.
6054 * gdb.base/list0.c: ditto.
6055 * gdb.base/funcargs.c: ditto.
6056
6057 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
6058
6059 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
6060 $targetname, $serialport and $baud instead of hardwired variables.
6061 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
6062 target doesn't support signals.
6063
6064 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
6065
6066 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
6067
6068 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6069
6070 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
6071 Don't rely on the value of an auto variable before it has been
6072 initialized. Use gdb_test more.
6073
6074 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6075
6076 * lib/gdb.exp (default_gdb_version): A version number must start
6077 with a digit, but other than that contains all characters up to
6078 the first whitespace character.
6079
6080 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6081
6082 * gdb.base/commands.exp (breakpoint_command_test): New tests.
6083
6084 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6085
6086 * gdb.c++/*.exp: Warn if executable does not exist. The original
6087 reason for skipping the warning was that configure.in sometimes
6088 intentionally skipped building the executables but the tcl code
6089 had no way of knowing. That (a) was always bogus with respect to
6090 error handling, (b) is no longer true (right now there is no way
6091 to skip C++ tests).
6092
6093 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
6094
6095 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6096
6097 * gdb.base/list.exp: Add expect patterns for output from
6098 SunPRO compiled executables.
6099 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
6100 types.
6101
6102 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6103
6104 * gdb.base/break.exp (test_next_with_recursion): Accept any line
6105 number (we are already testing that the correct source line text
6106 gets printed).
6107
6108 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
6109 that is what is intended, but something needed to be done to get
6110 sunos4 native working again.
6111
6112 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
6113
6114 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
6115 apparently went with a (very) old xfail.
6116
6117 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
6118
6119 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
6120 runto_main is a proc in gdb.exp that will do 'step' for target use
6121 stubs.
6122 * gdb.base/exprs.exp: ditto.
6123 * gdb.base/interrupt.exp: ditto.
6124 * gdb.base/opaque.exp: ditto.
6125 * gdb.base/printcmds.exp: ditto.
6126 * gdb.base/ptype.exp: ditto.
6127 * gdb.base/scope.exp: ditto.
6128 * gdb.base/setvar.exp: ditto.
6129 * gdb.base/signals.exp: ditto.
6130 * gdb.base/twice.exp: ditto.
6131 * gdb.c++/classes.exp: ditto.
6132 * gdb.c++/inherit.exp: ditto.
6133 * gdb.c++/templates.exp: ditto.
6134 * gdb.base/break.exp: no run and hit main for stubs. Change line
6135 numbers for breakpoints and info breakpoint.
6136 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
6137 breakpoint().
6138 * gdb.base/callfuncs.c: ditto.
6139 * gdb.base/exprs: ditto.
6140 * gdb.base/interrupt.c: ditto.
6141 * gdb.base/opaque0.c: ditto.
6142 * gdb.base/printcmds.c: ditto.
6143 * gdb.base/ptype.c: ditto.
6144 * gdb.base/scope0.c: ditto.
6145 * gdb.base/setvar.c: ditto.
6146 * gdb.base/signals.c: ditto.
6147 * gdb.base/twice.c: ditto.
6148 * gdb.c++/misc.cc: ditto.
6149 * gdb.c++/templates.cc: ditto.
6150
6151 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6152
6153 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
6154
6155 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
6156 somewhere between `read' and `main.c'. I'm pretty sure the
6157 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
6158 and it isn't particularly useful.
6159
6160 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
6161
6162 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6163
6164 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
6165
6166 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
6167
6168 * config/mt-slite: add LIBS and -nostdlib.
6169 * config/slite-gdb.exp: add this new file to support sparclite target.
6170
6171 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
6172
6173 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
6174
6175 * gdb.base/a2-run.exp: Change argument to istarget from
6176 "*-*-vxworks" to "*-*-vxworks*".
6177 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
6178
6179 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
6180
6181 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
6182 will not runto main but do a 'step' to step out of breakpoint().
6183 * config/mt-slite: add -Dusestubs.
6184
6185 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6186
6187 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
6188 instead of just @.
6189
6190 * gdb.base/signals.exp: Add test for "handle all print".
6191 * TODO: Remove "handle all print". Also remove item about
6192 checking copyright date (I don't like the idea of a spurious FAIL
6193 based on when we run the tests).
6194
6195 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
6196 for SunOS4 (reason for failure not investigated). Remove
6197 redundant test for $binfile.
6198
6199 * gdb.base/nodebug.c (array_index): Call malloc.
6200
6201 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
6202
6203 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
6204
6205 * gdb.base/recurse.exp: Update gdb_test invocation to use new
6206 conventions and slightly simplify the matching regexp.
6207
6208 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6209
6210 * gdb.base/break.exp: Update gdb_test invocation to use new
6211 convention.
6212
6213 * lib/gdb.exp: If noargs is not set, set it to 0.
6214
6215 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
6216 tests unique.
6217
6218 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
6219
6220 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6221
6222 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
6223 one argument of type "<non-float parameter>".
6224
6225 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
6226
6227 * config/rom68k.exp: New file to support Motorola IDP board.
6228 * gdb.base/a2-run.exp: Skip this file if noargs is set.
6229 * gdb.base/break.c: Change things around so that this program
6230 doesn't depend upon args. This is necessary to make remote
6231 targets work (in general, they can't take args).
6232 * gdb.base/break.exp: Don't try to send args to program. Don't
6233 expect output. Also, replace lots of code with gdb_test.
6234
6235 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6236
6237 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
6238 printing of '\'' (which is what the comment says we are testing,
6239 even though we were not), not '''.
6240 (test_integer_literals_rejected): Test that printing ''' is an error.
6241
6242 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
6243 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
6244 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
6245 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
6246 Use gdb_test not test_print_accept.
6247 * lib/gdb.exp: Remove test_print_accept.
6248
6249 * gdb.base/signals.exp (signal_tests_1): Make pass message
6250 consistent with fail message.
6251
6252 * gdb.base/whatis.exp: Remove xfails for printing char vs.
6253 unsigned char; the bug (PR 1821) is fixed.
6254
6255 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
6256
6257 * gdb.base/scope.exp (test_at_localscopes): Call pass for
6258 successful tests--makes xfailing them work right.
6259
6260 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6261
6262 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
6263 only \r\n, not .*. The test can pass .* as the last thing in
6264 $pattern if that is what it wants. In addition to providing this
6265 flexibility, this change should speed up pattern matching in cases
6266 where the pattern already ended with .* (there were a number of
6267 them). This change also helps catch bad patterns--in the old
6268 scheme the typo "char \*" instead of "char \\*" would pass. Now
6269 it is caught.
6270 * Many .exp files: Update callers.
6271
6272 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
6273 clearer and does not spuriously match multiple ('s. Likewise for
6274 ) and *.
6275
6276 * gdb.base/nodebug.exp: Test ability to call a function and pass
6277 it a string (even with no debugging info).
6278
6279 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
6280 "p '\'", which is the same as "p ''" once tcl gets done with
6281 quoting, to "p '\\'", which I suspect is what is intended (one
6282 backslash gets sent to GDB).
6283
6284 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
6285
6286 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6287
6288 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
6289 1817) was fixed literally years ago.
6290
6291 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6292
6293 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
6294 test, it causes stepping out of call_after_alloca_subr with
6295 optimizing compilers.
6296 (localvars_in_indirect_call): Consume GDB prompt if `finish'
6297 fails.
6298
6299 * gdb.c++/templates.exp: Source templ-info.exp only if
6300 the templates executable exists.
6301
6302 * gdb.c++/misc.cc (class Contains_static_instance,
6303 class Contains_nested_static_instance),
6304 gdb.c++/classes.exp (test_static_members): Test printing of
6305 a class that contains a static instance of the class.
6306
6307 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6308
6309 * gdb.base/langs2.c (cppsub_): Don't prototype.
6310 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
6311 only, I believe).
6312
6313 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6314
6315 * lib/gdb.exp (skip_chill_tests): New procedure.
6316
6317 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
6318
6319 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
6320
6321 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
6322 each expect pattern. Cuts runtime from 12 to about 4 seconds.
6323
6324 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6325
6326 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
6327
6328 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
6329 disassemble 8, not 16, instructions for part 4.
6330
6331 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
6332 support the latter anymore.
6333
6334 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
6335 -DNO_PROTOTYPES.
6336 * gdb.base/callfuncs.c: Control use of prototypes based on
6337 NO_PROTOTYPES, not __STDC__.
6338 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
6339 t_float_values2 tests if prototypes in use.
6340
6341 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
6342 t_double_values): When checking differences against DELTA, check
6343 that difference is within the range (-DELTA,DELTA), not just
6344 (-infinity,DELTA).
6345
6346 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
6347
6348 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
6349 'file' command firts, then 'target', then 'load', this is due to gdb
6350 target set up.
6351 * config/mips-gdb.exp: Fix a couple regular exp bugs.
6352
6353 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
6354
6355 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
6356 FP load/store variants.
6357 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
6358
6359 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
6360
6361 * gdb.base/term.exp: Do not give a warning if not native, it is
6362 not an abnormal condition.
6363
6364 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
6365
6366 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
6367 t_char_array".
6368
6369 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
6370
6371 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
6372 are getting the version number.
6373
6374 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
6375 if not native, it is not an abnormal condition.
6376
6377 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6378
6379 * lib/gdb.exp: Just use "file exists", rather than undocumented
6380 dejagnu procedure "findfile".
6381
6382 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6383
6384 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
6385 (LDFLAGS): Set to -Xlinker -Ur.
6386
6387 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
6388 Removed, these values are set by lib/gdb.exp.
6389
6390 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
6391
6392 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6393
6394 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
6395 of replicating gdb startup code.
6396
6397 * config/mt-vxworks (LDFLAGS): Set to -r.
6398 (CFLAGS_FOR_TARGET): Removed.
6399
6400 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
6401 (gdb) and gdb for vxworks uses (vxgdb).
6402
6403 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
6404 executable is not in the tree and host != target, use sed and
6405 program_transform_name to determine the gdb name used by the
6406 target.
6407
6408 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
6409 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
6410
6411 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6412
6413 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
6414 floats, chars, and shorts where there are ANSI-style function
6415 definitions.
6416
6417 * gdb.base/langs.exp, gdb.base/langs*: New test.
6418 * gdb.base/Makefile.in: Build it.
6419 * TODO: Remove item about checking that C names don't get C++
6420 demangling applied; this test tests it.
6421
6422 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6423
6424 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
6425 went with the const70 xfail. The xfail went away a year ago.
6426
6427 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
6428
6429 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
6430 for hp300.
6431
6432 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
6433
6434 * gdb.base/a1-selftest.exp: Don't run on hp300.
6435
6436 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6437
6438 * Makefile.in (site.exp): Set host_alias and target_alias as well
6439 as host_triplet and target_triplet.
6440
6441 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6442
6443 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
6444
6445 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
6446 places as other ecoff systems).
6447
6448 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
6449 ultrix.
6450
6451 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6452
6453 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
6454 remove them.
6455 * gdb.base/nodebug.exp: Accept "function" in addition to "text
6456 variable and "variable" in addition to "data variable".
6457 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
6458
6459 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
6460 2.
6461 * gdb.base/list1.c (long_line): Add additional statement at start
6462 of function.
6463 * gdb.base/list.exp (test_forward_search): Update line number to
6464 reflect new statement.
6465
6466 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6467
6468 * gdb.base/signals.exp: Reinitialize searched source directories
6469 after gdb_start call.
6470
6471 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
6472
6473 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
6474 * gdb.stabs/Makefile.in: Likewise.
6475
6476 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
6477 change. Instead split the tests into smaller pieces.
6478 * gdb.disasm/hppa.s: Corresponding changes.
6479
6480 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6481
6482 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
6483 Quote ^C when passing it to stty. For some shells ^ is a pipe.
6484
6485 * gdb.base/funcargs.exp: Modify many tests so that every test
6486 either passes or fails. Make some test names unique.
6487
6488 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6489
6490 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
6491 Call stty to set interrupt character.
6492
6493 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
6494 for HP assembler versus GNU assembler based on actual behavior of
6495 $(CC), rather than assuming that $(AS) is always the GNU assembler.
6496
6497 * TODO: Suggest a few more stepping tests.
6498
6499 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
6500
6501 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
6502 restart GDB for h8300 after a continue.
6503 (return): Add pattern to match a29k-udi behavior.
6504 * gdb.base/nodebug.exp: Remove obsolete comment.
6505 * gdb.base/regs.exp: New file, testing of register displays.
6506 * gdb.base/return.exp: Fix typo in reference to $objdir.
6507 * gdb.base/whatis.exp: Always start with a fresh GDB.
6508
6509 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6510
6511 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
6512 higher, these tests generate a lot of output.
6513
6514 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6515
6516 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
6517 code following the catch silently ignored some errors; without the
6518 catch they should be thrown like any other tcl error. Also, the
6519 catch used "" instead of {} which meant all the callers who wanted
6520 to include one of the characters "[]$ had to quote it an extra time.
6521 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
6522 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
6523 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
6524 Remove extra quoting.
6525
6526 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
6527
6528 * gdb.base/commands.exp: Make test names unique; every test either
6529 passes or fails. Update some comments.
6530
6531 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
6532
6533 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6534
6535 The following fixes a FAIL caused by the fact that the alpha stabs
6536 configuration didn't use the ".if alpha" code in weird.def.
6537 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
6538 bit pointer, so the 32 bit version works even on the alpha.
6539 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
6540 Remove the stuff which allowed us to have separate versions for
6541 alpha and everything else.
6542
6543 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
6544 regexp which "info func operator\[\](" is supposed to match. Fix
6545 string to send to GDB. Note that GDB still doesn't work right. Add a
6546 new test for "info func .perator\[\](" which GDB does handle correctly.
6547
6548 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
6549
6550 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6551
6552 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
6553 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
6554 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
6555 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
6556 it makes the tests harder to understand and confuses test-o-matic.
6557 The preferred style is that each test provides a PASS or a FAIL,
6558 and has a unique message (e.g. "continue #54" not just "continue")
6559 which is the same for the pass and the fail.
6560 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
6561 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
6562 to lib/gdb.exp.
6563 * gdb.base/printcmds.exp: Use test_print_accept. Remove
6564 prt_accept which was basically the same thing. Likewise for
6565 test_print_reject and prt_reject.
6566 * lib/gdb.exp (test_print_reject): Add some more error message
6567 patterns to match from the former printcmds.exp (prt_reject).
6568 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
6569 One defect of the passcount stuff is that some of it failed to
6570 report XPASS where appropriate.
6571 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
6572 stuff before and after arg in expected pattern.
6573 (test_paddr_operator_functions): Re-do test without print_addr_of;
6574 this is the only test which seems to want extra stuff there.
6575
6576 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
6577
6578 * gdb.base/nodebug.exp: Update new tests to reflect improved
6579 wording of gdb output.
6580
6581 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
6582 and "ptype" work on variables in files compiled without -g.
6583 Replaces commented out "maint print msymbol" tests.
6584
6585 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
6586
6587 * gdb.base/setvar.c (dummy): Call malloc.
6588
6589 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
6590 losing with the irix4 sed.
6591
6592 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
6593 ALRM" on irix4.
6594
6595 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
6596
6597 * TODO: Remove items about corefile.exp testing new exec-file and
6598 backtrace; both are now done. Add items about printing enums.
6599
6600 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
6601
6602 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
6603 "get signal $thissig" test fails.
6604
6605 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
6606
6607 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
6608
6609 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
6610 compiler warning with dec alpha compiler.
6611
6612 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
6613 extra \n from gdb_test call (this explains why the prompt test
6614 that I removed yesterday was there).
6615 (user_defined_command_test): Remove extra \n and prompt test.
6616
6617 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
6618 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
6619 doesn't exist.
6620 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
6621 Also remove alpha workaround, which turns out to be because
6622 SIGABRT == SIGLOST.
6623
6624 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
6625
6626 * gdb.base/help.exp: Don't test "help show".
6627
6628 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
6629
6630 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
6631 "set print address" is on.
6632 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
6633 pass prompt to gdb_test; gdb_test already looks for the prompt.
6634
6635 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
6636
6637 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
6638 was a vestige of the manual TESTSTRATEGY, and the purpose of it
6639 was to make sure that gdb can read a core file. But (a) the "read
6640 the corefile" part didn't make it to a1-selftest.exp, we just
6641 delete the corefile after creating it, and (b) we test reading
6642 corefiles in corefile.exp anyway. Also, this test left around a
6643 xgdb process on Solaris.
6644
6645 * gdb.base/corefile.exp: Also test backtrace.
6646
6647 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
6648
6649 * gdb.base/commands.exp: Test a simple user defined command with
6650 arguments and if/while statements; verify the full user command is
6651 printed by "show user".
6652
6653 * gdb.base/commands.exp: Test if/while commands as part of a
6654 breakpoint command list; verify they appear in breakpoint
6655 information.
6656
6657 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
6658
6659 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
6660 than by dividing by zero.
6661
6662 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
6663
6664 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
6665 performing an inferior call with watchpoints enabled.
6666 * gdb.base/watchpoint.c (main): Delete second unnecessary read
6667 call.
6668
6669 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
6670
6671 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
6672 of "file" command.
6673
6674 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
6675 Add additional pattern for when "int operator int(void);" appears
6676 in a different order.
6677
6678 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
6679
6680 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
6681
6682 * gdb.base/help.exp: Replace most of docstrings for "info signals"
6683 and "signal" with ".*".
6684
6685 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6686
6687 * TODO: Add note about "handle all nostop".
6688
6689 * gdb.base/{sigall.c, sigall.exp}: New test.
6690 * gdb.base/Makefile.in: Add it.
6691
6692 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
6693
6694 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
6695 when invoking GDB, suppresses any windowing interface.
6696
6697 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
6698
6699 * config/sim-gdb: New file, simulator testing support.
6700
6701 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
6702
6703 * gdb.base/interrupt.exp: Test calling func1 twice.
6704
6705 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
6706
6707 * gdb.base/list.exp (test_forward_search): Set timeout higher
6708 when we'll be getting lots of output from gdb.
6709
6710 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
6711 "init_malloc" to after the expect statement. Run it if that
6712 regexp is taken, but also for two others which happen if source
6713 cannot be found.
6714
6715 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6716
6717 * gdb.base/printcmds.exp: New test, for printing register before
6718 program is running.
6719
6720 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6721
6722 * gdb.base/list.exp: Correct some alternate expect patterns
6723 to reflect changes in list1.c.
6724
6725 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6726
6727 * TODO: Add item regarding large frames.
6728
6729 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
6730
6731 * TODO: Remove item about enabling return.exp; it
6732 is enabled. Suggest a few more "return" tests.
6733
6734 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6735
6736 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
6737 anonymous unions.
6738
6739 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6740
6741 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
6742 and pr-5646.o, so "make" is the same as "make all", not "make
6743 pr-4975.o".
6744
6745 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
6746
6747 * gdb.base/list.exp: Adjust expectations to reflect changes in
6748 list1.c.
6749 (test_forward_search): New test proc.
6750 * gdb.base/list1.c (long_line): New function, has long source line.
6751
6752 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
6753
6754 * gdb.base/a1-selftest.exp: Change initial stepping to know about
6755 additional line of code that was added.
6756
6757 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
6758
6759 * gdb.disasm/hppa.s: Break the large branching tests into smaller
6760 tests so as not to overflow expect's input buffers.
6761 * gdb.disasm/hppa.exp: Corresponding changes.
6762
6763 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6764
6765 Beginnings of template debugging tests.
6766 * gdb.c++/templ-info.cc: New file to test for template
6767 debugging capability of the compiler.
6768 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
6769 templ-info.cc.
6770 * gdb.c++/templates.cc: Add explicit template instantiations
6771 to enable compiling with -fno-implicit-templates. Add destructor
6772 and 'value' method to T5 class for template tests.
6773 * gdb.c++/templates.exp: Add testcases for printing of template
6774 types, setting breakpoints on template methods and calling a
6775 template method.
6776
6777 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
6778
6779 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
6780 branch target since some assemblers (gas-2.5) may emit a
6781 relocation for the branch instead of resolving it in the
6782 assembler.
6783
6784 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6785
6786 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
6787 through signal handler.
6788
6789 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6790
6791 * configure.in (*-*-netware): Use config/mt-netware.
6792
6793 * config/mt-netware: New file.
6794 * config/mt-i386-netware: Removed, separate configs for different
6795 netware architectures are no longer needed now that we have
6796 --with-headers.
6797
6798 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6799
6800 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
6801 by the recent changes to use ANSI C arithmetic conversions.
6802
6803 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6804
6805 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
6806 bug involving using inferior_pid to figure out whether to select a
6807 frame.
6808
6809 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
6810
6811 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
6812 match the current disassembler output.
6813
6814 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
6815
6816 * gdb.fortran/exprs.exp: Expect VOID instead of void.
6817 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
6818 types, expect "int" as type of integer values (for now).
6819
6820 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
6821
6822 * gdb.base/commands.exp: New tests for if/while commands.
6823
6824 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
6825
6826 * lib/gdb.exp (runto): Replace sub-pattern for hex value
6827 by .*, since hex values have different syntax in Chill mode.
6828
6829 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6830
6831 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
6832 linefeed from expect pattern for repeated types with indices > 9.
6833
6834 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
6835
6836 First part of Fortran test suite.
6837 * gdb.fortran: New directory.
6838 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
6839
6840 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6841
6842 * gdb.base/default.exp: Update expect pattern for load command
6843 without arguments.
6844
6845 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6846
6847 * configure.in: Change i386 to i[345]86.
6848 * gdb.base/configure.in: Likewise.
6849 * gdb.c++/configure.in: Likewise.
6850 * gdb.chill/configure.in: Likewise.
6851
6852 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
6853
6854 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
6855 patterns, since that is not a valid context for comments.
6856
6857 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
6858
6859 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
6860 repeated types and repeated types with indices > 9.
6861
6862 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
6863
6864 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
6865 2417; old bug has been fixed.
6866
6867 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
6868
6869 * gdb.base/interrupt.exp: When trying to wake up the inferior,
6870 send the newline ourselves instead of assuming gdb_test will do
6871 so when passed an empty input string.
6872
6873 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
6874 stabs testcode.
6875
6876 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6877
6878 * lib/gdb.exp (gdb_test): Don't send anything if the first
6879 argument is an empty string. This makes cases where we want to
6880 match output that is already in expect's buffers (for example,
6881 matching a breakpoint after gdb_run_cmd has been called) work
6882 reliably.
6883
6884 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6885
6886 * config/netware.exp: New file.
6887
6888 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6889
6890 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
6891 the -B and -L prefixes so we can find the debugging stub.
6892
6893 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
6894 there and we are using the gcc from the tree.
6895
6896 * gdb.base/types.c: Removed.
6897
6898 * gdb.base/configure.in: Look for makefile fragments in ../config.
6899 Recognize i386-*-netware.
6900 * gdb.c++/configure.in: Likewise.
6901
6902 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6903
6904 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
6905 the correct TCL syntax.
6906
6907 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6908
6909 * gdb.base/opaque.exp: use runto instead of messing around with
6910 breakpoints. Simplify by using gdb_test.
6911
6912 * gdb.base/bitfields.exp: restart between tests on netware targets
6913 because breakpoints aren't relocated after target death. Run
6914 processes to completion.
6915
6916 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
6917
6918 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
6919
6920 * Makefile.in: Remove extra tabs that confuse some versions
6921 of "make". Use the newly built gdb to test with by default,
6922 rather than the first one in the tester's search path.
6923
6924 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
6925
6926 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
6927
6928 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
6929 condition help.
6930
6931 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6932
6933 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
6934
6935 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
6936 running.
6937 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
6938 * gdb.base/funcargs.exp: Likewise.
6939
6940 * gdb.base/bitfields.exp: Simplify by using gdb_test.
6941 * gdb.base/funcargs.exp: Likewise.
6942
6943 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
6944 message is "".
6945
6946 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6947
6948 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
6949 return,signals,twice}.exp: Handle non-existant binaries
6950 consistantly.
6951
6952 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
6953 * gdb.base/Makefile.in: Don't try to generate a core dump, we
6954 might testing a cross development system.
6955
6956 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6957
6958 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
6959 runtest script is relative to ${srcdir}, not ${rootdir}.
6960
6961 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
6962
6963 * gdb.base/signals.exp: Allow for optionality of breakpoint
6964 address.
6965
6966 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6967
6968 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
6969
6970 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6971
6972 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
6973 for size_t definition.
6974 * gdb.c++/templates.cc: Likewise
6975
6976 * config/mt-i386-netware: New file.
6977
6978 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
6979 defined.
6980
6981 * gdb.base/Makefile.in: Added support for systems that name core
6982 files by appending "core" to the program name.
6983 * gdb.base/a1-selftest.exp: Likewise.
6984
6985 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6986
6987 * gdb.base/return.exp: Add comment and message for `return double'
6988 test failure on Sparc Solaris.
6989
6990 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
6991
6992 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
6993
6994 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6995
6996 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
6997 from optimizing them away.
6998 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
6999 patterns to include default constructors and assignment operators,
7000 to match gcc versions beyond 2.5.8. Accept any cplus demangling
7001 character in the output of the virtual base pointer.
7002
7003 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7004
7005 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
7006 expression match in print_addr_of to avoid unintented matches.
7007 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
7008 versions up to 2.5.8.
7009
7010 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7011
7012 * gdb.base/list.exp: Tweak alternate pattern for listing of an
7013 included file to run under newer versions of expect.
7014 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
7015 consecutive >'s in templates to accomodate recent cplus-dem.c change.
7016 Remove xfail for the virtual table of BDDHookV.
7017
7018 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
7019
7020 * lib/gdb.exp (string_to_regexp): Set a default result.
7021 (default_gdb_start): Fix misleading message.
7022
7023 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
7024
7025 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
7026 Remove all CC, etc definitions.
7027 * config/mt-hpux: New file.
7028 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
7029 (CFLAGS, LDFLAGS): Define.
7030 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
7031
7032 * Makefile.in (site.exp): Don't insert host_os, etc.
7033 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
7034 (distclean): Check existence of subdir.
7035 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
7036 * gdb.base/Makefile.in: General cleanup and simplification.
7037 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7038 to build executables. Use default rule to build .o files.
7039 (EXPECT, RUNTEST, CC): Fix relative pathname.
7040 (site.exp): Don't insert host_os, etc.
7041 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
7042 and/or SIGUSR1 defined.
7043 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
7044 * gdb.c++/Makefile.in: General cleanup and simplification.
7045 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7046 (CFLAGS): Remove.
7047 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
7048
7049 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
7050
7051 * gdb.base/recurse.exp: Misc changes to get tests running again
7052 after Kung's changes to the watchpoint code.
7053 * gdb.base/watchpoint.exp: Likewise.
7054
7055 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
7056
7057 * lib/gdb.exp (string_to_regexp): Convert {\} also.
7058
7059 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7060
7061 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
7062 * lib/gdb.exp (default_gdb_start): Define.
7063 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
7064 gdb.base/funcargs.exp, gdb.base/opaque.exp,
7065 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
7066 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
7067 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
7068 Don't call gdb_target_udi in between tests.
7069
7070 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7071
7072 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
7073 (which was basically just a local version of the same thing). In
7074 addition to avoiding duplication, gdb_test_exact is faster.
7075 * lib/gdb.exp (gdb_test_exact): Fix typo.
7076
7077 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
7078 don't give an error.
7079
7080 * gdb.base/term.exp: Call delete_breakpoints before starting.
7081
7082 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
7083 (t10): Add comment.
7084
7085 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7086
7087 Reorganization of the GDB Test Suite.
7088
7089 * gdb.base: New directory, contains all the basic tests.
7090 * gdb.c++: New directory, tests specific to C++.
7091 * gdb.chill: New directory, tests specific to Chill.
7092 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
7093 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
7094 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
7095 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
7096 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
7097 t30-31 to chill).
7098 * */gdbme.*: Rename to match appropriate expect scripts.
7099 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
7100 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
7101 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
7102 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
7103 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
7104 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
7105 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
7106 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
7107 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
7108 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
7109 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
7110 gdb.c++/virtfunc.cc: New names of C++ files.
7111 * gdb.chill/chillvars.ch: New name of Chill file.
7112 * gdb.base/configure.in, gdb.c++/configure.in,
7113 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
7114 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7115 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
7116 * configure.in (configdirs): Update to reflect directory changes.
7117 (target_abbrev): No longer define for any configuration.
7118 * Makefile.in: Cosmetic improvements to header comments.
7119
7120 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
7121
7122 Various changes to gdb.t31:
7123
7124 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
7125 * gdbme.ch: Make all key-words and predefineds be upper-case.
7126 * chillvars.exp: Expect key-words and predefinds in upper-case.
7127
7128 * chillvars.exp: Use gdb_test_exact many places.
7129 Change expected output for arrays (which now includes index labels).
7130
7131 * pr-5020.exp, gdme.ch (module PR_5020):
7132 New test, for PR-5020.
7133
7134 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
7135
7136 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
7137 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
7138
7139 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
7140
7141 * Makefile.in: Fix bit-rot in definitions of CHILL,
7142 CHILL_FOR_TARGET and Chill_LIB.
7143 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
7144 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
7145 CHILL, and CHILL_LIB.
7146
7147 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
7148
7149 * Revert the previous changes. Please see Rob's directory
7150 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
7151
7152 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
7153
7154 * Makefile.in, configure.in, config/mips-gdb.exp,
7155 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
7156 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
7157 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
7158 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
7159 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
7160 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
7161 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
7162 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
7163 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
7164 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
7165 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
7166 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
7167 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
7168 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
7169 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
7170 changes from 94Q1.
7171
7172 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
7173
7174 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
7175 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
7176 Rob's new testing fragments.
7177
7178 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
7179
7180 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
7181 lib/gdb.exp: Replace error proc calls with perror.
7182
7183 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7184
7185 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
7186 version also, match on casted version strings, and match on
7187 gdb startup case where the line numbers might be messed up.
7188
7189 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
7190
7191 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
7192 (CFLAGS): Delete it from here.
7193
7194 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
7195
7196 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
7197
7198 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
7199
7200 * Makefile.in (RUNTEST): Default to just "runtest".
7201
7202 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7203
7204 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
7205 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
7206 the code has been restructured.
7207
7208 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7209
7210 * gdb.t00/default.exp (set write): Allow any number of \r and/or
7211 \n, not just one of each.
7212
7213 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
7214 /bin/cc gives a warning if you do.
7215
7216 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
7217
7218 * gdb.t24/demangle.exp: change expect pattern of
7219 __t10ListS_link1ZUiRCUiPT0
7220
7221 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7222
7223 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
7224 on local variables in recursive functions.
7225
7226 * gdb.t07/Makefile.in: Build the new test.
7227
7228 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7229
7230 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
7231 directly. Instead compare the return values from actual calls.
7232
7233 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
7234
7235 * Makefile.in (check): Set TCL_LIBRARY for runtest.
7236
7237 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7238
7239 * From Peter Schauer with minor modifications.
7240 * gdb.t15/return.exp (return_tests): Handle targets where "return"
7241 stops in mid-line in the caller. Add xfail for returning a float
7242 value on X86 targets.
7243
7244 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7245
7246 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
7247 to avoid expect lossage.
7248 (fmem_LRbug_tests): Likewise.
7249 * gdb.disasm/hppa.s: Corresponding changes.
7250
7251 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
7252 conditions to work with latest dejagnu/expect.
7253
7254 * gdb.t15/funcargs.exp (finish from indirect call): No longer
7255 expected to fail on the PA.
7256 (backtrace in call with trampolines): Explicitly require main
7257 to be frame #1 (no trampolines should show up in backtrace).
7258
7259 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
7260 "continue -expect".
7261 * gdb.t06/break.exp: Likewise.
7262 * gdb.t07/watchpoint.exp: Likewise.
7263 * gdb.t13/bitfields.exp: Likewise.
7264 * gdb.t15/{funcargs,return}.exp: Likewise.
7265 * gdb.stabs/weird.exp: Likewise.
7266 * config/{mips,udi}-gdb.exp: Likewise.
7267
7268 * hppa.sed: Enclose comments within a sed command to avoid
7269 losing with the old OSF1 sed.
7270
7271 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7272
7273 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
7274 sequent dynix.
7275 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
7276 * gdb.t15/funcargs.exp: Conditionally step again to really
7277 finish from marker_call_with_trampolines. Handle the case where
7278 the first step from within call_with_trampolines already steps
7279 us back to main.
7280 * gdb.t15/gdbme.c: Add comment to closing brace of
7281 call_with_trampolines for funcargs.exp.
7282
7283 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7284
7285 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7286 Fix typo(s).
7287
7288 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7289
7290 * gdb.t07/gdbme.c: More code for watchpoint testing.
7291
7292 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
7293 "Hardware watchpoint" throughout file.
7294 (test_watchpoint_triggered_in_syscall): New test.
7295 (test_complex_watchpoint): New test.
7296
7297 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7298
7299 * gdbme.c (call_with_trampolines): New function to try and step
7300 into. Tests trampoline problems on the PA.
7301
7302 * funcargs.exp (localvars_in_indirect_call): No longer expect
7303 stepping into indirect call to fail on PAs.
7304 (test_stepping_over_trampolines): New test.
7305
7306 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7307
7308 * TODO: Add suggestions for static member function tests, and
7309 completion tests.
7310
7311 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7312
7313 * TODO: Add suggestions for "p/a" tests.
7314
7315 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
7316 (default_gdb_exit): Replace all the hair with sending "quit" to
7317 the process with a simple close.
7318
7319 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7320
7321 * TODO: Add suggestions for shared library tests.
7322
7323 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7324
7325 * TODO: Add suggestions for x/s tests.
7326
7327 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7328
7329 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
7330 "enable once", and "enable breakpoints once" with ".*".
7331
7332 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7333
7334 * TODO: Add suggestions about structure passing tests.
7335
7336 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7337
7338 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
7339 the primary1 test, use work around if __GNUC__ < 2.
7340 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
7341 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
7342 Test for bad output rather than waiting for timeout. Issue
7343 second continue only if first continue failed.
7344
7345 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7346
7347 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
7348 operator[] test with gdb_test because the old code didn't seem to
7349 be getting the quoting right with the new dejagnu.
7350
7351 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
7352
7353 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
7354 one from the path.
7355 * Makefile.in: Use a fresh expect if there is one, use runtest
7356 from the src tree if there is one.
7357
7358 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7359
7360 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
7361 next over recursive call. Revise the tests from that point on
7362 (which had been skipped) to match GDB's actual (correct) output.
7363
7364 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
7365 with next over a breakpoint whose condition is false.
7366
7367 * gdb.t00/help.exp: Comment out "help set print" tests just like
7368 (and for same reason as) "help set" test.
7369
7370 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7371
7372 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
7373 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
7374
7375 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7376
7377 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
7378 necessary gdb_target_udi.
7379
7380 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
7381
7382 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
7383 1838 and 2417; they are fixed.
7384
7385 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
7386 gdb.t03/ptype.exp (ptype structure, ptype union):
7387 Remove xfails; the test is looser than when the xfails were added.
7388
7389 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
7390 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
7391
7392 * gdb.t01/run.exp: Only run shell test if isnative.
7393
7394 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
7395 since "run" automatically loads if necessary. Call gdb_target_udi
7396 after the "file" since "file" kills any execution target.
7397
7398 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
7399 GDB. GDB doesn't work that way (not anymore at least) on UDI.
7400 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
7401 argument for UDI.
7402
7403 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7404
7405 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
7406
7407 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
7408
7409 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7410
7411 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
7412 properly quoting regexps. This makes the second argument to
7413 demangle a fixed string, which matches the callers, instead of a
7414 shell-style pattern which is what the previous implementation
7415 used. Update some of the callers.
7416
7417 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7418
7419 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
7420 (comib_nullified_tests): Fix typo.
7421 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
7422 strings. No longer expected to fail.
7423
7424 * gdb.disasm/hppa.s (addib_tests): Fix typo.
7425 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
7426 strings. No longer expected to fail.
7427
7428 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
7429 string. No longer expected to fail.
7430
7431 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7432
7433 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
7434 No longer expected to fail.
7435
7436 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
7437 string. No longer expected to fail.
7438
7439 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7440
7441 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
7442 only in the names (I probably got most of them). I was even
7443 generous with some which differed in underscores in names, and
7444 probably missed a few, and I *still* was able to remove almost a
7445 third of the file with almost no impact on testsuite coverage.
7446
7447 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7448
7449 * gdb.t00/default.exp: Match udi_attach error message as well as
7450 the one from child_attach.
7451
7452 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
7453
7454 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
7455
7456 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
7457 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
7458
7459 * Move test with enums and partial symbols back to
7460 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
7461 Reverts the change of 26 May 93. Per today's change to
7462 stabs.texinfo, the behavior that weird.exp was expecting was
7463 unreasonable; what is important is that the compiler+gdb get
7464 things right, which happens with a recent gcc. Also fix the test
7465 to deal with native compilers which put out the stab gdb can't
7466 deal with.
7467
7468 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7469
7470 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
7471 in the names. The main thing these accomplish is to slow things down.
7472 Many more such duplicates surely remain.
7473
7474 * gdb.t00/help.exp: Comment out "help support" test just like
7475 (and for same reason as) "help set" test.
7476
7477 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
7478
7479 * gdb.t06/break.exp: Remove setup_xfails for
7480 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
7481 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
7482 about known bug in gcc to include up through 2.5.8.
7483 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
7484 well as "_vb$".
7485 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
7486 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
7487 with latest gcc and gdb.
7488 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
7489 well as "_vb$".
7490
7491 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7492
7493 * configure.in (hppa*-*-*): Also configure and build stabs-only
7494 tests.
7495
7496 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7497
7498 * gdb.t10/hppa.mt: A makefile fragment for the PA.
7499 * gdb.t10/configure.in (hppa*-*-*): Use it.
7500
7501 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7502
7503 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
7504
7505 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7506
7507 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
7508 versions prior to 1.13.5.
7509
7510 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7511
7512 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
7513 the prompt is at the start of a line.
7514
7515 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7516
7517 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
7518 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
7519 in the copr tests now.
7520 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
7521 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
7522 expected to fail.
7523
7524 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
7525
7526 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
7527 gdb.t31/chillvars.exp, lib/gdb.exp:
7528 Tweak to run under either version of expect.
7529 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
7530 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
7531 * gdb.t11/list.exp: Remove extraneous whitespace.
7532
7533 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7534
7535 * gdb.t16/printcmds.exp (test_print_strings): Accept
7536 "(unsigned char *) " before the string.
7537
7538 * TODO: Add notes about printing of fancy types and GDB expressions.
7539
7540 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
7541
7542 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
7543 * gdb.t06/configure.in: Don't try to compile signals test program
7544 if doing mips-idt-ecoff.
7545
7546 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
7547
7548 * Most .exp files: Tweak to run under either version of expect.
7549
7550 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7551
7552 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
7553 xfails; I'm not sure why they are failing, but not because of PR 1806.
7554
7555 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
7556
7557 * config/unix-gdb.exp: Remove gdb_unload cause it's already
7558 defined in lib/gdb.exp.
7559
7560 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7561
7562 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
7563 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
7564 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
7565 have to be typeless.
7566
7567 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7568
7569 * TODO: Add suggestion for copyright year test.
7570
7571 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
7572
7573 * configure.in (*-*-lynxos*): Add stabs tests.
7574
7575 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7576
7577 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
7578 so insert a tab before any assembler directive in column zero.
7579
7580 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
7581 stores.
7582 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
7583 stores.
7584 (fpu_short_memory_tests): Likewise.
7585
7586 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7587
7588 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
7589 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
7590 .stabs directives in comments.
7591
7592 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7593
7594 * TODO: New file, describing tests we could write.
7595 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
7596
7597 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7598
7599 * gdb.t06/signals.exp: Add kludge to force re-sync.
7600
7601 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
7602 to xgdb instead of gdb, get out of gdb.
7603
7604 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
7605
7606 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
7607 for info.
7608
7609 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7610
7611 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
7612 * gdb.stabs/configure.in (hppa*-*-*): Use it.
7613 * gdb.stabs/hppa.sed: New sed script for the PA.
7614
7615 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7616
7617 * gdb.stabs: Re-write weird.def and configuration to use sed
7618 instead of cpp. sed is portable and POSIX; cpp is neither.
7619
7620 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7621
7622 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
7623
7624 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7625
7626 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
7627
7628 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7629
7630 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
7631 "_vb$".
7632 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
7633 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
7634
7635 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7636
7637 * lib/gdb.exp: Comment out code which depends on non-existent
7638 `transform' procedure.
7639
7640 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
7641
7642 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
7643 * lib/gdb.exp: Transform tool name.
7644 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
7645 1.1's new error handling system.
7646
7647 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7648
7649 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
7650
7651 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7652
7653 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
7654 They made pattern matching so slow that timeouts happened on
7655 heavily loaded systems. Now any output from "show print" which
7656 gets us back to the GDB prompt is a PASS.
7657
7658 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
7659
7660 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
7661
7662 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7663
7664 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
7665
7666 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
7667 It is not from PR 3220.
7668
7669 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7670
7671 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
7672 just started failing because they depended on the order the
7673 subcommands are presented, or exact docstring text. This kind of
7674 test is a pain and has minimal benefit.
7675
7676 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7677
7678 * gdb.t09/corefile.exp: At end of test, use "core" command with
7679 no arguments.
7680
7681 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
7682
7683 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
7684 17}/Makefile.in: Make it possible to run the testsuite with Sun
7685 make and CC = cross gcc by adding explicit build rules for .o
7686 files.
7687
7688 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7689
7690 * gdb.t15/funcargs.exp: Don't put comments on same line as
7691 setup_xfail (@#$*%& tcl braindamage!).
7692
7693 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7694
7695 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
7696
7697 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
7698
7699 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
7700 * gdb.t20/inherit.exp: remove three dumplicate entries.
7701
7702 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7703
7704 * gdb.t06/break.exp: For "next over recursive call", fail on any
7705 incorrect output, not just on "factorial (value=2)".
7706
7707 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7708
7709 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
7710 working now. Add an xfail if accesing a bss variable causes
7711 a memory error if the target is not yet run.
7712
7713 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7714
7715 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
7716 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
7717 name of __st* demangling (2 strings). Did Kung really get the
7718 more than 95 others right without testing them?
7719
7720 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
7721
7722 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
7723
7724 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
7725
7726 * configure.in (configdirs): Add gdb.disasm
7727 * gdb.disasm: New directory for GDB disassembler tests.
7728 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
7729
7730 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7731
7732 * gdb.t00/help.exp: Don't test "help set".
7733
7734 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
7735 from within expect statements. None of these happen anymore and
7736 they cause regressions to be silently unnoticed.
7737
7738 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
7739 messages) about known failures with gcc cygnus-2.4.5-930417.
7740
7741 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
7742 comp-info.exp so it gets built if it doesn't exist.
7743
7744 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
7745 it is no longer used.
7746 * gdb.t13/comp-info.c: Removed.
7747
7748 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7749
7750 * gdb.t06/signals.exp: Add xfail for sun3.
7751
7752 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7753
7754 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
7755 relevant because ^C doesn't get sent but failure can be reproduced
7756 interactively).
7757
7758 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7759
7760 * gdb.stabs/alpha.mt: New configuration file for alpha.
7761 * gdb.stabs/configure.in: Use it.
7762 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
7763 sharing with alpha.mt, redefine long to word via preprocessor.
7764 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
7765 for alpha.
7766 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
7767 native cc.
7768 * gdb.t00/teststrategy.exp: Change expect string so that we
7769 consume the `(xgdb)' from the command echo and from the gdb prompt.
7770 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
7771 gdb currently compares all values as long, so this failure probably
7772 applies to any configuration where LONGEST is bigger than a target int.
7773 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
7774 with gcc.
7775 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
7776 to handle opaque pointers, gcc is.
7777 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
7778 as first argument. Include <sys/types.h> and change all operator
7779 new definitions to use size_t.
7780 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
7781 now that we use size_t.
7782
7783 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7784
7785 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
7786 a long or float array cast all array members to the same type.
7787 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
7788 with 64 bit longs.
7789 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
7790 on alpha.
7791 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
7792
7793 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7794
7795 * gdb.t24 (demangle.exp): Constructors of templates have names like
7796 vector<int>::vector(int) not vector<int>::vector<int>(int). See
7797 section 14.6 of the ARM.
7798
7799 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
7800 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
7801 accomplish little and slow down the testsuite.
7802
7803 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
7804 Accept spaces various places.
7805
7806 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7807
7808 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
7809 with watchpoint enabled.
7810
7811 * Makefile.in: Remove definition of CC and remove the second
7812 definition of CXX (the "CXX = gcc" one remains). These definitions
7813 were causing backquotes to be expanded within backquotes, which
7814 doesn't work.
7815
7816 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7817
7818 * gdb.t17/callfuncs.exp: Add "return 0" to end.
7819
7820 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7821
7822 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
7823 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
7824 by mips cc and contains no stabs entries.
7825
7826 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
7827
7828 * config/vx-gdb.exp: Use fake device to load files rather than
7829 NFS.
7830 * lib/gdb.exp: New proc to do "file" command.
7831 * config/unix-gdb.exp: Use new "file" proc.
7832
7833 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7834
7835 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
7836 Rework board rebooting slightly.
7837 (gdb_exit): Don't exit from the remote shell; there isn't one.
7838 * gdb.stabs/weird.exp: If a program is being debugged already,
7839 kill it.
7840 * gdb.t04/setvar.exp: Stop and restart gdb.
7841 * gdb.t05/expr.exp: Likewise.
7842 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
7843 restart gdb and reload the program.
7844 * gdb.t08/opaque.exp: Likewise.
7845 * gdb.t12/scope.exp: Likewise.
7846 * gdb.t13/bitfields.exp: Likewise.
7847 * gdb.t15/funcargs.exp: Likewise.
7848 * gdb.t20/classes.exp: Likewise.
7849 * gdb.t03/ptype.exp: Increase timeout.
7850 * gdb.t16/printcmds.exp (test_print_string_constants,
7851 test_print_array_constants): Likewise.
7852 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
7853 * gdb.t20/classes.exp (do_tests): Likewise.
7854 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
7855
7856 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
7857
7858 * gdb.stabs: Renamed *wierd* to *weird*.
7859
7860 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7861
7862 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
7863 for timeout. Add "known gcc 2.4.5 bug" to failure message.
7864
7865 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7866
7867 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
7868 (do_tests): Remove xfail for whatis on one_var and two_var.
7869
7870 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
7871
7872 * Makefile.in: Made cross building work better by adding
7873 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
7874
7875 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7876
7877 * gdb.t15/{return.c,return.exp,Makefile.in}:
7878 New test, currently commented out.
7879
7880 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
7881
7882 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
7883 still running and removes the leftover named socket so GDb can do
7884 clean restarts.
7885
7886 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
7887
7888 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
7889 console, not GDB.
7890 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
7891 cross testing works better with "make check"
7892 * config/unix-gdb: Use default procedures for exit and version.
7893 * config/vx-gdb.exp: Cleaned up and massaged back to working order
7894 with the newest VxWorks.
7895
7896 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7897
7898 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
7899 old form.
7900
7901 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
7902 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
7903
7904 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
7905
7906 * config/unix-gdb.exp: Remove this version of gdb_exit
7907 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
7908 Rob says he'll look at it when he gets back to testing boards.
7909
7910 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
7911
7912 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
7913 an expected fail for certain ptype commands.
7914
7915 * gdb.t20/classes.exp: Update expected results of "ptype class
7916 Base1" to account for the constructor that now appears in the type.
7917
7918 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
7919
7920 * configure.in (configdirs): Restore gdb.t04, which mysteriously
7921 disappeared from list.
7922 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
7923 "alldone" proc with call to cleanup and exit.
7924 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
7925 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
7926 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
7927 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
7928 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
7929 "alldone" proc with simple returns that suppress remaining
7930 tests. The alldone proc went away many months ago.
7931
7932 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7933
7934 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
7935
7936 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
7937
7938 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7939
7940 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
7941 as vax gdb will display them.
7942
7943 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7944
7945 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
7946 optimizers.
7947
7948 * scope.exp: Change "bad value for localval" messages so each one
7949 is unique.
7950
7951 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
7952 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
7953
7954 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
7955
7956 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7957
7958 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
7959 doesn't exist (due to optimization).
7960
7961 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7962
7963 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
7964 contains \r because the filename is long.
7965
7966 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
7967 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
7968
7969 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7970
7971 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
7972 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
7973 Ultrix.
7974 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
7975 int tests.
7976 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
7977
7978 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
7979
7980 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
7981
7982 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
7983 to match does not match the passing case but still matches the
7984 failing case.
7985
7986 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7987
7988 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
7989
7990 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
7991
7992 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
7993 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
7994 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
7995 Remove various versions of gdb_exit.
7996 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
7997 gdb_exit.
7998 * config/unix-gdb.exp: gdb_exit remains here, and should override
7999 the generic version, since it's doing a lot of wierd stuff that
8000 the other versions aren't. FIXME, fold it in, or abandon this
8001 version.
8002
8003 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8004
8005 * gdb.t24/demangle.exp: Add tests for PR 3220.
8006
8007 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8008
8009 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
8010
8011 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
8012
8013 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
8014 "i386-*-*". Works for i486 as well.
8015
8016 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
8017 bug, and expand domain of xfail to all SVR4 systems, since the
8018 actual problem is likely to be in generic SVR4 /proc support.
8019
8020 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8021
8022 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
8023
8024 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
8025
8026 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
8027 xfails for other systems. Match a missing 'Continuing.' as an
8028 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
8029
8030 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
8031 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
8032 Only issue warning for missing executables if -all option is used.
8033
8034 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
8035 file if -all option is used. It's like an unpredictable XFAIL.
8036
8037 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8038
8039 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
8040 for dynamically linked binaries.
8041
8042 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
8043
8044 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8045
8046 * gdb.t20/inherit.exp: Change message for "print tagless struct"
8047 to state that this is a known bug in old versions of g++.
8048
8049 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8050
8051 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
8052 while waiting for `Continuing'.
8053
8054 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
8055
8056 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
8057 in text, data, and bss.
8058 * gdb.t10/nodebug.c: Add local and global test variables for
8059 initialized and uninitialized data.
8060
8061 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8062
8063 * config/unix-gdb.exp (gdb_exit): Add "wait".
8064
8065 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8066
8067 * gdb.t06/signals.exp: xfail the continue from the handler for all
8068 targets.
8069
8070 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
8071 function with watchpoints enabled, the i386 call dummy starts with
8072 a call.
8073
8074 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
8075 386 bsd names its corefiles.
8076
8077 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
8078
8079 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
8080 compilers don't grok it.
8081 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
8082 with small octal ints rather than character constants, which
8083 are signed and might not fit if first promoted to int.
8084
8085 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
8086
8087 * gdb.t09/Makefile.in (clean): Remove corefile.
8088
8089 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8090
8091 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
8092
8093 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8094 and Jim Kingdon (kingdon@cygnus.com)
8095
8096 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
8097 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
8098 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
8099
8100 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8101
8102 * gdb.t17/interrupt.exp: Add xfail for hppa.
8103
8104 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8105
8106 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
8107 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
8108 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
8109 to determine signed-ness of bitfields and use the result to setup
8110 the xfail.
8111 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
8112 * gdb.t15/funcargs.exp: Use them to step until the second indirect
8113 call line is reached if necessary.
8114
8115 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8116
8117 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
8118
8119 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8120
8121 * gdb.t06/break.exp: Also test `clear' command.
8122
8123 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8124
8125 * gdb.t00/teststrategy.exp: Remove extra quote.
8126
8127 * gdb.t07/watchpoint.exp: Change xfail for calling function with
8128 watchpoint enabled to be for all non-68k machines.
8129
8130 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
8131
8132 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8133
8134 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
8135 targets use aout.mt instead of ecoff.mt as gas understands
8136 standard aout format.
8137
8138 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8139
8140 * lib/gdb.exp (runto): Don't insist that function we are running to
8141 was compiled with -g.
8142
8143 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
8144
8145 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
8146 to get back into the read system call.
8147 Accept leading newline in case where we woke it up.
8148
8149 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8150
8151 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
8152 to make the stabs test work on ecoff systems using gcc and -with-stabs.
8153 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
8154 enable ecoff configuration.
8155
8156 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8157
8158 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
8159
8160 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8161
8162 * gdb.t16/printcmds.exp: Add another printf test.
8163
8164 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
8165
8166 * configure.in: If configured -with-stabs on any target, add
8167 stabsdirs to configdirs.
8168
8169 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8170
8171 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
8172 fun" so pattern does not match the command itself.
8173
8174 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8175
8176 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
8177
8178 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8179
8180 * gdb.t17/interrupt.exp: Test for more things.
8181
8182 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8183
8184 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
8185 compiler arranges the code and line numbers.
8186
8187 * gdb.t17/interrupt.exp: Don't send \n after ^C.
8188
8189 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8190
8191 * gdb.t00/help.exp: Increase expect input buffer size.
8192
8193 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8194
8195 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
8196
8197 * gdb.t07/watchpoint.exp: Add xfail for hppa.
8198
8199 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
8200
8201 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
8202 [0-9]*, not just [0-9].
8203
8204 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8205
8206 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
8207
8208 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
8209
8210 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8211
8212 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
8213
8214 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8215
8216 * gdb.t06/signals.c: Add xfails for sun3.
8217
8218 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
8219
8220 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
8221 test_stepping tests.
8222
8223 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8224
8225 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
8226
8227 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
8228
8229 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
8230 rather than actually putting it through cpp twice.
8231
8232 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
8233
8234 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
8235
8236 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
8237 no longer needed.
8238
8239 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8240
8241 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
8242
8243 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
8244 C++ features prints as "struct", make it a pass, not an xfail.
8245
8246 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8247
8248 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
8249 Don't require VA to print as "class" rather than "struct".
8250
8251 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
8252
8253 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
8254
8255 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8256
8257 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
8258
8259 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8260
8261 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
8262 order.
8263
8264 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8265
8266 * gdb.t16/printcmds.exp: Add printf tests.
8267
8268 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
8269
8270 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
8271
8272 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
8273
8274 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
8275 pass counts, to counteract any existing or future setup_xfails.
8276
8277 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8278
8279 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
8280 {BEGIN,END}_COMMON for common block instead of STAB.
8281 * gdb.stabs/wierd.exp: Add xfail for rs6000.
8282
8283 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
8284 intp_var should be N_GSYM not N_LSYM.
8285 wierd-aout.S: Use a label for the value of the N_SO.
8286 wierd.def: Remove all backslashes.
8287 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
8288
8289 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8290
8291 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
8292 get the expected next to inheritance3.
8293
8294 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8295
8296 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
8297 now that gcc-2.4 gets it right.
8298
8299 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8300
8301 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
8302
8303 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
8304 generating comp-info.exp which works for cross-compilation.
8305
8306 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
8307
8308 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
8309 "*-*-sysv4.*".
8310
8311 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
8312
8313 * gdb.t01/run.exp: Start with a fresh gdb.
8314 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
8315 SVR4.x.
8316
8317 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
8318
8319 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
8320 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
8321 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
8322 Makefile.in (distclean, realclean): Remove gdbme.c from list of
8323 things to remove.
8324
8325 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
8326
8327 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
8328 test cases from bug reports.
8329
8330 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
8331
8332 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
8333 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
8334 avoid spurious xfails.
8335 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
8336 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
8337 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
8338
8339 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
8340
8341 * gdb.t00/teststrategy.exp: Rework to provide more useful
8342 description of each test, fix problem with systems that define
8343 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
8344 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
8345 results for "next over recursive call" so timeouts aren't taken
8346 by error.
8347
8348 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
8349
8350 * gdb.t12/scope.exp: Test printing of variables before run.
8351
8352 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
8353 printed in wrong order due to sorting.
8354
8355 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
8356
8357 * gdb.t00/teststrategy.exp: Fix expected results for printing
8358 user entered string constant. Is array of char, prints with no
8359 address.
8360
8361 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
8362 commands.
8363 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
8364 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
8365 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
8366 of struct of char arrays.
8367 * gdb.t00/radix.exp: New tests for radix commands.
8368
8369 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
8370
8371 * gdb.t16/printcmd.exp: Print a variable before running program
8372 (with xfail for AIX).
8373
8374 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
8375
8376 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
8377
8378 * gdb.t16/printcmd.exp: Don't print variables before running program.
8379
8380 * gdb.t06/break.exp: Don't require envp argument to main.
8381
8382 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
8383
8384 * gdb.t02/whatis.exp, gdb.t11/list.exp:
8385 Add xfails for rs6000.
8386
8387 * gdb.t02/whatis.exp: Change other tests not to re-test something
8388 we already tested.
8389
8390 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
8391 each type used has a variable of that type.
8392
8393 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
8394
8395 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
8396
8397 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8398
8399 * configure.in: change srctrigger to be a file, not a directory
8400
8401 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
8402
8403 * configure.in (mips-idt-ecoff*): Added trailing '*'.
8404
8405 * gdb.t11/list.exp: Fixed a couple of typos.
8406
8407 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
8408
8409 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
8410 is fixed and PR is closed.
8411 * gdb.t16 (gdbme.c): Add simple test string variable.
8412 * gdb.t16 (printcmds.exp): Add tests with simple test string
8413 variable, primarily for boundaries on "set print elements".
8414
8415 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
8416
8417 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
8418 Make leading 0's optional and don't expect a tab in the middle
8419 of the number.
8420
8421 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
8422
8423 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
8424 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
8425 don't end command passed to gdb_test with newline.
8426
8427 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
8428 signed keyword away, don't expect signed bitfields to be signed.
8429
8430 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
8431 printing with only as many 1's as are in the field as well as printing
8432 with 32 1's (see comment).
8433
8434 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
8435
8436 * gdb.t00/default.exp: Start with a fresh gdb.
8437 * configure.in (configdirs): Remove gdb.t31 until the chill
8438 compiler works again. It no longer is able to find chillrt0
8439 since it isn't in libchill.a anymore.
8440 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
8441 wierd.o, make more modular.
8442 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
8443 spurious newlines that caused problems.
8444
8445 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8446
8447 * Move test with enums and partial symbols from gdb.t03/ptype.exp
8448 to gdb.stabs/wierd.exp since GCC has worked around the bug.
8449 gdb.stabs/wierd.{exp,def}: Many new tests.
8450
8451 * gdb.t00/default.exp: update info line for new message.
8452
8453 * gdb.t02/{whatis.exp,gdbme.c}:
8454 Test that "char *" doesn't print as "caddr_t".
8455
8456 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8457
8458 * gdb.t00/help.exp: Use .* in place of some help messages which
8459 just changed.
8460 gdb.t00/default.exp: Update "info frame" test for new message.
8461 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
8462 Remove some xfails
8463
8464 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8465
8466 * gdb.t03/{gdbme.c,ptype.exp}:
8467 Add tests for typedef'd struct and union without tags.
8468 Also check "whatis" on a variable of a typedef'd enum without a tag.
8469
8470 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
8471 PRMS 1823; the bug still exists but isn't reproduced by this test
8472 anymore), and remove rs6000 XFAIL (the bug is fixed).
8473
8474 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
8475 duplicated from whatis.exp. For those that are left, accept
8476 "long", "long int", or "int" for long variables (whatis.exp already
8477 has an XFAIL for "int", so no need to fail it here).
8478
8479 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
8480 Deal with GCC's names for types now that GDB uses the compiler's names.
8481
8482 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
8483 setup_xfail's for sunos4. If we #defined the signed keyword away,
8484 don't expect GDB to know that char it is signed.
8485
8486 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
8487
8488 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
8489
8490 * configure.in (configdirs): Add gdb.t24 for C++ tests that
8491 should work on any system, regardless of debugging format.
8492 * gdb.t21/demangle.exp: Move to gdb.t24.
8493 * gdb.t24/demangle.exp: Move from gdb.t21.
8494 * gdb.t24/{Makefile.in, configure.in}: New files.
8495
8496 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8497
8498 * configure.in: Do gdb.stabs and C++ tests only for stabs.
8499 * gdb.stabs: New directory.
8500
8501 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8502
8503 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
8504 not just "Quit anyway?".
8505
8506 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
8507
8508 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
8509 that all setup_xfails are immediately followed by clear_xfails.
8510
8511 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
8512
8513 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
8514 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
8515 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
8516 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
8517 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
8518 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
8519 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
8520 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
8521 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
8522 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
8523 gdb.t31/chillvars.exp, lib/gdb.exp:
8524 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
8525 bug-gdb@prep.ai.mit.edu.
8526
8527 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
8528
8529 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
8530 with 0.0, not integer 0.
8531
8532 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
8533
8534 * gdb.t06/break.exp: Update for "Kill the program" message change.
8535
8536 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
8537
8538 * Makefile.in (GDBFLAGS): Set to -nx.
8539 * Makefile.in (site.exp): Use GDBFLAGS.
8540
8541 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
8542
8543 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
8544 Makefiles.
8545 (check): depend on just-check.
8546 (just-check): added so that tests can be run without a noop
8547 build pass.
8548
8549 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
8550
8551 Switch to using configure's configdirs.
8552 * Makefile.in (Makefile): add configure.in dependency.
8553 (SUBDIRS): removed redundant assignment.
8554 * configure.in: switch subdirs assignment to configdirs.
8555 * gdb.t*/configure.in: new files.
8556
8557 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
8558
8559 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
8560 works.
8561
8562 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
8563
8564 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
8565 in explicit rules. Apparently this is not supported by some makes.
8566
8567 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
8568
8569 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
8570
8571 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8572
8573 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
8574 disappeared.
8575
8576 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8577
8578 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
8579
8580 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
8581
8582 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
8583 watchpoint problem that is now fixed.
8584 * gdb.t30/chexp.exp: Remove setup_xfail for printing
8585 uninitialized convenience variables.
8586 * gdb.t31/chillvars.exp: Fix expected patterns for printing
8587 structures.
8588
8589 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8590
8591 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
8592 which causes expect to get out of sync with gdb on long output
8593 from help set.
8594 * gdb.t09/corefile.exp: Make expected pattern for core file
8595 failing signal and frame output format less sun specific.
8596
8597 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
8598
8599 * gdb.t31/chillvars.exp: Add and remove initial dummy
8600 breakpoint, so that symbol table is forced in.
8601 (Needed at least on Sunos4, though it seems not SVR4.)
8602 * gdb.t31/chillvars.exp: Update for changed output format.
8603
8604 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
8605
8606 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
8607
8608 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
8609
8610 * Makefile.in: Added --srcdir when invoking runtest, removed the
8611 need for a local config file. (optional now)
8612
8613 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
8614
8615 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
8616 failure count used to force early termination. Add some more
8617 expected failures for gnu style demangling.
8618
8619 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8620
8621 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
8622 pmi variable from gdb.t20/gdbme to get optimized away.
8623 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
8624 Check for written corefile upon timeout _and_ eof.
8625
8626 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8627
8628 * config/unix-gdb.exp: Add missing return 0.
8629
8630 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8631
8632 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
8633 test termination.
8634
8635 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
8636
8637 * configure.in (subdirs): Put back gdb.t17 which mysteriously
8638 disappeared.
8639
8640 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
8641
8642 * gdb.t10/crossload.exp: Disable the i860-elf test until such
8643 time as i860 support works.
8644
8645 * gdb.t15/funcargs.exp: Fix expected outputs to include
8646 "backtrace 100\r" rather than just "backtrace\r", to match last
8647 change.
8648
8649 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
8650
8651 * config/udi-gdb.exp (gdb_exit): Remove close command.
8652 (gdb_target_udi): New procedure to set the UDI target.
8653 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
8654 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
8655 Added waits for prompts after several question responses. Added
8656 some more responses used by a29k-amd-udi-gdb.
8657 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
8658 pass different arguments, restart UDI connection after program
8659 completion.
8660 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
8661 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
8662 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
8663 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
8664 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
8665 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
8666 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
8667 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
8668 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
8669 after program completion.
8670 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
8671 compiled with a SELECT_VECS setting.
8672 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
8673 infinite recursion.
8674
8675 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
8676 Added checks for COFF results, and made them expected failures for
8677 all targets. It would be better to make them expected failures
8678 for COFF targets only.
8679
8680 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8681
8682 * Makefile.in: add null dvi target, don't bother to recurse
8683 through test directories for info and install-info; rename
8684 $(datadir) to be dejagnu instead of deja-gnu
8685
8686 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
8687
8688 * gdb.t31/gdbme.ch: Re-enable code that previously caused
8689 compiler to coredump.
8690 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
8691 code.
8692
8693 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
8694
8695 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
8696 coredump.
8697 * gdb.t31/chillvars.exp: Comment out tests that depend on that
8698 code.
8699
8700 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
8701
8702 * gdb.t03/ptype.exp: tests for return code from gdb_test.
8703 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
8704 which in a shell. Deletes xgdb when done.
8705 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
8706 Tests the return from the "set height" or "set width" commands.
8707 Added a few return codes where needed.
8708
8709 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
8710
8711 * Makefile.in (SUBDIRS): Add gdb.t17.
8712 * configure.in (subdirs): Add gdb.t17.
8713 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
8714 files to test gdb's calling of functions in the inferior with
8715 the correct arguments and gdb's ability to retrieve any
8716 result returned.
8717
8718 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
8719
8720 * config/unix-gdb.exp (gdb_exit): Remove close commands that
8721 may be called after gdb goes away. Previous versions of expect
8722 needed these to avoid file descriptor leaks, but they cause
8723 errors with the current revision of expect.
8724 * gdb.t00/gdbvars.exp: Use -re on expected output after
8725 setting sevenbit-strings.
8726 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
8727 to set sevenbit-strings consistent across tests.
8728 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
8729 set sevenbit-strings consistent across tests.
8730
8731 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
8732
8733 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
8734 expected output to match current "expect" expectations.
8735
8736 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
8737
8738 * gdb.t00/default.exp: Change expected output for default "source"
8739 command, to match new gdb behavior which requires a filename to
8740 source.
8741
8742 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
8743
8744 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
8745 expected fail for i486-*-* that misses the marker2 function.
8746 * gdb.t10/crossload.exp (bfddefault): Allow successful
8747 recognition of a format to pass even if no symbols are found.
8748 Explicitly catch failures where the format is not recognized
8749 or is ambiguous, and add the reason to the fail message.
8750 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
8751 the cause is and invalid target and add reason to failure message.
8752 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
8753 elf32-i386, elf32-sparc, and elf32-i860.
8754 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
8755 Set up expected failure for 'filename'::variable scope resolution,
8756 which is now apparently broken on all targets.
8757 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
8758 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
8759 gdb.t23/templates.exp: Change failure for missing binfile into
8760 just a warning.
8761 gdb.t21/demangle.exp: Change all cfront references to 'arm'
8762 references.
8763
8764 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
8765
8766 * gdb.t00/default.exp: Add expected output for default "source"
8767 command, to match new gdb behavior.
8768 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
8769
8770 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
8771
8772 * config/*-gdb.exp: returns an error, rather than exiting on
8773 internal errors.
8774
8775 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
8776
8777 * gdb.t03/gdbme.c: Add pointer to struct variable.
8778 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
8779 referencing struct members.
8780
8781 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
8782
8783 * configure.in (mips-idt-ecoff): New target.
8784 * config/mips-gdb.exp: New file for remote board using MIPS remote
8785 debugging protocol.
8786
8787 * Redid configuration scheme. Removed gdb.t*/configure.in.
8788 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
8789 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
8790 distclean targets. Built executables via .o files. Adjusted
8791 tests to account for source files in $(srcdir) rather than
8792 $(objdir).
8793 * lib/gdb.exp (runto): Don't expect () after the function name,
8794 because it may have arguments.
8795
8796 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
8797
8798 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
8799 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
8800 expected failures for mips-idt-* and mips-sgi-*.
8801 * gdb.t00/default.exp (attach): Kill process if requested.
8802 * gdb.t00/help.exp (help target core, help target): Accept a gdb
8803 that does not read core files.
8804 * gdb.t01/run.exp: Removed checks for exit status code.
8805 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
8806 it is linked in.
8807 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
8808 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
8809 appropriate, rather than doing it by hand.
8810 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
8811 execution.
8812 * gdb.t10/crossload.exp: Kill existing program if needed.
8813 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
8814 appropriate, rather than doing it by hand. Always increase
8815 timeout for this test, not just for VxWorks.
8816
8817 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
8818
8819 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
8820 of Chill STRUCT types and STRUCT values.
8821 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
8822 than "char".
8823 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
8824 struct2): New struct definitions and initializations to test
8825 simple Chill STRUCT types.
8826
8827 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
8828
8829 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
8830 the null byte at the end of strings.
8831 * gdb.t00/default.exp: Make show version insensitive to copyright
8832 date.
8833 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
8834 to avoid dependencies on target char signedness.
8835 * gdb.t16/printcmds.exp: Update expected results for explicitly
8836 unsigned char.
8837 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
8838 now work.
8839 * gdb.t21/demangle.exp: Add many more patterns for template
8840 demangling, most of them being expected failures.
8841 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
8842 string we are matching for, to match on the whole string.
8843 * gdb.t21/demangle.exp: Add many new test strings to demangle,
8844 and fix a whole bunch that had incorrect expected output but were
8845 passing anyway because of the bug in "proc demangle".
8846 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
8847 type.
8848 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
8849
8850 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
8851
8852 * gdb/testsuite: made modifications to testcases, etc., to allow
8853 them to work properly given the reorganization of deja-gnu and the
8854 relocation of the testcases from deja-gnu to a "tool" subdirectory.
8855
8856 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
8857
8858 * gdb/testsuite: Initial creation of gdb/testsuite.
8859 Migrated dejagnu testcases and support files for testing nm to
8860 gdb/testsuite from deja-gnu. These files were moved "as is"
8861 with no modifications. This migration is part of a major overhaul
8862 of dejagnu. The modifications to these testcases, etc., which
8863 will allow them to work with the new version of dejagnu will be
8864 made in a future update.
8865 \f
8866 Local Variables:
8867 mode: indented-text
8868 left-margin: 8
8869 fill-column: 74
8870 version-control: never
8871 End:
This page took 0.201362 seconds and 3 git commands to generate.