* sparc64-tdep.h (sparc64_regnum): Fix comment.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2
3 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
4 * gdb.arch/i386-prologue.c (gdb1338): Add function.
5
6 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
7
8 * mi-var-display.exp (-var-list-children weird): Accept function
9 pointers with argument types.
10 * mi1-var-display.exp (-var-list-children weird): Likewise.
11 * mi2-var-display.exp (-var-list-children weird): Likewise.
12
13 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
14
15 * gdb.base/annota3.exp: Add missing newline.
16
17 2003-08-06 Michael Chastain <mec@shout.net>
18
19 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
20
21 2003-08-12 Michael Snyder <msnyder@redhat.com>
22
23 * gdb.base/float.exp: Add test for SH.
24
25 2003-08-10 Mark Kettenis <kettenis@gnu.org>
26
27 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
28
29 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
30
31 * gdb.base/completion.exp: Remove reduntant completion test
32 on filename.
33
34 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
35
36 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
37 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
38 gdb.trace/save-trace.exp: Make sure that full pathnames are
39 escaped correctly.
40
41 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
42
43 * configure.in: Don't generate config.h from config.hin.
44 * configure: Regenerate.
45 * config.hin: Remove file.
46 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
47 * gdb.threads/pthreads.c: Ditto.
48
49 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
50
51 From Kei Sakamoto <sakamoto.kei@renesas.com>:
52 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
53 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
54 Replace ld24 with seth/add3.
55
56 2003-08-02 Andrew Cagney <cagney@redhat.com>
57
58 * gdb.base/annota3.exp: New file.
59 * gdb.base/annota3.c: New file.
60 * gdb.c++/annota3.exp: New file.
61 * gdb.c++/annota3.cc: New file.
62
63 2003-07-29 Michael Chastain <mec@shout.net>
64
65 * gdb.threads/tls.c (spin): Check errno only if sem_wait
66 actually failed.
67 (do_pass): Likewise.
68 * gdb.threads/tls.exp: Always initialize no_of_threads.
69
70 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
71
72 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
73 pattern.
74 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
75 * gdb.threads/tls.exp: Recognize one case of the host library not
76 supporting TLS.
77
78 2003-07-27 Andrew Cagney <cagney@redhat.com>
79
80 * gdb.base/fileio.exp: Use SH when running commands using
81 remote_exec.
82
83 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
84
85 From Kei Sakamoto <sakamoto.kei@renesas.com>:
86 * gdb.base/relocate.c (dummy): New padding array.
87
88 2003-07-22 Michael Snyder <msnyder@redhat.com>
89
90 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
91
92 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
93 patterns to be more general, accepting old and new output.
94 Some output chars (such as '+') also must be quoted.
95 Some addresses are displayed numerically instead of
96 symbolically.
97
98 2003-07-23 Michael Snyder <msnyder@redhat.com>
99
100 * gdb.base/return2.exp: Don't test long-long return.
101
102 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
103 * gdb.disasm/t01_mov.exp: Ditto.
104 * gdb.disasm/t02_mova.s: Ditto.
105 * gdb.disasm/t02_mova.exp: Ditto.
106 * gdb.disasm/t03_add.s: Ditto.
107 * gdb.disasm/t03_add.exp: Ditto.
108 * gdb.disasm/t04_sub.s: Ditto.
109 * gdb.disasm/t04_sub.exp: Ditto.
110 * gdb.disasm/t05_cmp.s: Ditto.
111 * gdb.disasm/t05_cmp.exp: Ditto.
112 * gdb.disasm/t06_ari2.s: Ditto.
113 * gdb.disasm/t06_ari2.exp: Ditto.
114 * gdb.disasm/t07_ari3.s: Ditto.
115 * gdb.disasm/t07_ari3.exp: Ditto.
116 * gdb.disasm/t08_or.s: Ditto.
117 * gdb.disasm/t08_or.exp: Ditto.
118 * gdb.disasm/t09_xor.s: Ditto.
119 * gdb.disasm/t09_xor.exp: Ditto.
120 * gdb.disasm/t10_and.s: Ditto.
121 * gdb.disasm/t10_and.exp: Ditto.
122 * gdb.disasm/t11_logs.s: Ditto.
123 * gdb.disasm/t11_logs.exp: Ditto.
124 * gdb.disasm/t12_bit.s: Ditto.
125 * gdb.disasm/t12_bit.exp: Ditto.
126 * gdb.disasm/t13_otr.s: Ditto.
127 * gdb.disasm/t13_otr.exp: Ditto.
128
129 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
130
131 * gdb.threads/tls.exp :Add kfail for 'info address' case.
132
133 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
134
135 * gdb.threads/tls.c : New file.
136 * gdb.threads/tls.exp : New file.
137 * gdb.threads/tls-main.c : New file.
138 * gdb.threads/tls-shared.c : New file.
139 * gdb.threads/tls-shared.exp : New file.
140
141 2003-07-22 Andreas Schwab <schwab@suse.de>
142
143 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
144
145 2003-07-20 Andreas Schwab <schwab@suse.de>
146
147 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
148 due to insn reordering.
149
150 2003-07-15 Andrew Cagney <cagney@redhat.com>
151
152 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
153
154 2003-07-15 Michael Chastain <mec@shout.net>
155
156 * gdb.base/gdb1250.exp: New file.
157 * gdb.base/gdb1250.c: New file.
158
159 2003-07-09 Michal Ludvig <mludvig@suse.cz>
160
161 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
162 expansion of size_t to 'unsigned long', not only to 'unsigned'.
163
164 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
165
166 * gdb.threads/tls.c: New file.
167 * gdb.threads/tls.exp: New file.
168 * gdb.threads/tls-main.c: New file.
169 * gdb.threads/tls-shared.c: New file.
170 * gdb.threads/tls-shared.exp: New file.
171
172 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
173
174 * gdb.base/annota1.exp: Make sure that we properly escape the
175 full path of the source file. Xfail more permissive patterns,
176 due to a compiler debug info problem.
177
178 2003-07-07 Andreas Schwab <schwab@suse.de>
179
180 * gdb.asm/m68k.inc: New file.
181 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
182
183 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
184 arguments"): Also match negative number.
185
186 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
187
188 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
189
190 * gdb.base/store.c (charest): New typedef.
191 (add_char): Rename to add_charest, update.
192 (wack_char): Rename to wack_charest, update types. Return l + r
193 to keep r live across the call.
194 (wack_short, wack_int, wack_long, wack_longest, wack_float)
195 (wack_double, wack_doublest): Return l + r to keep r live across
196 the call.
197 * gdb.base/store.exp: Accomodate store.c changes.
198
199 2003-06-30 David Carlton <carlton@kealia.com>
200
201 * gdb.c++/maint.exp (test_invalid_name): New.
202 (test_first_component): Add tests for invalid names.
203
204 2003-06-29 Michael Chastain <mec@shout.net>
205
206 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
207 output of '<VTT for class>' for virtual base classes.
208
209 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
210
211 * gdb.base/completion.exp: Tab-complete "complet" instead of
212 "compl".
213 * gdb.base/complex.exp, gdb.base/complex.c: New files.
214
215 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
216
217 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
218 * gdb.base/volatile.exp: Likewise.
219
220 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
221
222 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
223 gdb/1265.
224
225 2003-06-28 Michael Chastain <mec@shout.net>
226 Daniel Jacobowitz <drow@mvista.com>
227
228 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
229 initial line count of 'captured_main' from 26 to 32.
230 (test_with_self): Allow xmalloc call to be interleaved with the
231 preceding two lines.
232
233 2003-06-24 Joel Brobecker <brobecker@gnat.com>
234
235 * gdb.base/bang.exp: New testcase.
236
237 2003-06-23 Joel Brobecker <brobecker@gnat.com>
238
239 * gdb.base/langs.exp: Add some tests for the "minimal" language
240 support.
241
242 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
243
244 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
245 the testcase.
246
247 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
248
249 * gdb.base/relocate.exp: Test add-symbol-file with a variable
250 offset.
251
252 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
253
254 * gdb.c++/pr-1210.cc: New file.
255 * gdb.c++/pr-1210.exp: New file.
256
257 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
258
259 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
260 000-exec-continue.
261
262 2003-06-15 Mark Kettenis <kettenis@gnu.org>
263
264 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
265 on *-*-*bsd* instead of *-*-freebsd*.
266
267 2003-06-14 Andrew Cagney <cagney@redhat.com>
268
269 * gdb.base/store.exp: Test longest and doublest. Test all
270 parameters. Weaken return statement match.
271 * gdb.base/store.c: Add longest and doublest - aka long long and
272 long double functions. Put all parameters into local register
273 variables. Use negative values.
274
275 2003-06-14 Andrew Cagney <cagney@redhat.com>
276
277 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
278 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
279 exit status.
280 * gdb.base/fileio.exp: Disable target when nointerrupts and
281 noinferiorio, instead of limiting it to remote. Use remote_exec
282 instead of system.
283
284 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
285
286 * gdb.base/float.exp: Add ia64 support.
287
288 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
289
290 * gdb.base/fileio.exp: Run only on remote targets.
291
292 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
293
294 * gdb.base/fileio.c: New file, testing File-I/O.
295 * gdb.base/fileio.exp: Ditto.
296
297 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
298
299 * gdb.base/shreloc.exp: New file, check symbol values obtained from
300 shared objects after relocation at load time (gdb PR/1132).
301 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
302 as above, part of the shared object relocation test.
303
304 2003-06-08 Mark Kettenis <kettenis@gnu.org>
305
306 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
307 fully filled history list.
308 * gdb.base/gdb_history: New file.
309
310 * gdb.base/signals.exp: XFAIL "continue to func1" on
311 i*86-*-freebsd*.
312
313 * gdb.base/attach.exp: When trying to attach to a nonexistent
314 process, make it possible to specify the PID based on the target,
315 and do so for *-*-freebsd*.
316
317 2003-06-02 Richard Henderson <rth@redhat.com>
318
319 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
320
321 2003-06-02 Richard Henderson <rth@redhat.com>
322
323 * gdb.base/selftest.exp: Next over lim_at_start initialization.
324
325 2003-06-02 Richard Henderson <rth@redhat.com>
326
327 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
328
329 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
330
331 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
332 of globalvar.
333
334 2003-06-01 Mark Kettenis <kettenis@gnu.org>
335
336 * gdb.asm/asm-source.exp: Check for memory read errors in
337 disassembler test on *BSD too.
338
339 2003-06-01 Richard Henderson <rth@redhat.com>
340
341 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
342 for .frame.
343 (gdbasm_call): Lose ldgp.
344 (gdbasm_startup): Add frame information.
345 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
346
347 2003-05-31 Mark Kettenis <kettenis@gnu.org>
348
349 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
350 i?86-*-*.
351
352 2003-05-30 Mark Kettenis <kettenis@gnu.org>
353
354 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
355 FreeBSD.
356
357 2003-05-29 Richard Henderson <rth@redhat.com>
358
359 * gdb.asm/alpha.inc: New file.
360 * gdb.asm/asm-source.exp: Use it.
361
362 2003-05-29 Jim Blandy <jimb@redhat.com>
363
364 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
365 'core.PID'.
366
367 2003-05-22 Jim Blandy <jimb@redhat.com>
368
369 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
370 backtrace.
371
372 2003-05-20 David Carlton <carlton@math.stanford.edu>
373
374 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
375 this time.
376
377 2003-05-19 David Carlton <carlton@bactrian.org>
378
379 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
380 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
381
382 2003-05-19 David Carlton <carlton@bactrian.org>
383
384 * gdb.c++/namespace.exp: Add namespace scope and anonymous
385 namespace tests.
386 Bump copyright date.
387 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
388 (main): Call C::D::marker2.
389 * gdb.c++/namespace1.cc: New file.
390
391 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
392
393 Roland McGrath <roland@redhat.com>
394 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
395 there is no manager thread.
396
397 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
398
399 * gdb.threads/schedlock.exp: Remove assumption that all threads
400 will run in a particular small time slice. Also ensure we break
401 in one of the child threads rather than the main thread.
402
403 2003-05-07 Jim Blandy <jimb@redhat.com>
404
405 Add support for assembly source testing on the s390x.
406 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
407 architecture.
408 * gdb.asm/s390x.inc: New file.
409
410 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
411 succession of 'if' statements.
412
413 2003-05-05 Andrew Cagney <cagney@redhat.com>
414
415 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
416
417 2003-05-05 Andrew Cagney <cagney@redhat.com>
418
419 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
420 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
421
422 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
423
424 * gdb.base/charset.exp: Update based on new behavior of set/show
425 charset commands.
426
427 2003-05-01 Andrew Cagney <cagney@redhat.com>
428
429 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
430 variable do not give memory errors.
431
432 2003-04-30 Adam Fedor <fedor@gnu.org>
433
434 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
435 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
436 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
437 gdb.objc/basicclass.m: : New files
438
439 * lib/gdb.exp (gdb_compile_objc): New procedure.
440
441 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
442
443 * gdb.base/signals.exp: Make backtrace tests more specific.
444
445 2003-04-23 David Carlton <carlton@bactrian.org>
446
447 * gdb.c++/maint.exp (test_first_component): Add tests for
448 'operator' in more locations.
449
450 2003-04-16 Kevin Buettner <kevinb@redhat.com>
451
452 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
453
454 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
455
456 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
457 func marke' instead. Update test name.
458
459 2003-04-15 David Carlton <carlton@math.stanford.edu>
460
461 * gdb.c++/maint.exp: New file.
462
463 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
464
465 * gdb.threads/schedlock.c: Change type of thread function argument
466 to long, to avoid warnings on 64-bit platforms.
467
468 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
469
470 * gdb.base/attach.exp: Add new message from ptrace in case of
471 attaching to nonexistent process.
472
473 2003-04-11 Jim Blandy <jimb@redhat.com>
474
475 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
476 gdb.c++/userdef.cc: Place comments on the lines to which the
477 marker function might return.
478 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
479 gdb.c++/userdef.exp: Look for those comments to check that we've
480 returned to the right place, instead of checking line numbers.
481
482 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
483
484 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
485 match on sourcefile name, instead of directory name.
486
487 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
488
489 * gdb.base/completion.exp: Use string_to_regexp to match the
490 working directory name.
491
492 2003-04-09 Jim Blandy <jimb@redhat.com>
493
494 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
495 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
496 after an inferior function call, report the failure, but allow the
497 test to continue.
498
499 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
500
501 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
502 with -DPROTOTYPES.
503
504 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
505
506 * gdb.base/break.exp: Revert last patch.
507
508 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
509
510 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
511 with -DPROTOTYPES.
512
513 2003-04-02 Andrew Cagney <cagney@redhat.com>
514
515 * gdb.base/callfuncs.exp: Make "print add" messages unique.
516 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
517 matching directories by the name breakpoint.
518 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
519 Make "continue to marker1" consistent.
520 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
521 message consistent.
522 * lib/gdb.exp: Put "the program is no longer running", and "the
523 program exited" in parenthesis.
524 * lib/mi-support.exp: Ditto.
525
526 2003-04-02 Bob Rossi <bob_rossi@cox.net>
527
528 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
529
530 2003-03-29 Andrew Cagney <cagney@redhat.com>
531
532 * gdb.base/sizeof.c (main): Print the value of '\377'.
533 * gdb.base/sizeof.exp: Check the sign of '\377'.
534
535 2003-03-27 Michael Chastain <mec@shout.net>
536
537 * gdb.base/gdb1090.exp: New file.
538 * gdb.base/gdb1090.cc: New file.
539
540 2003-03-27 J. Brobecker <brobecker@gnat.com>
541
542 * gdb.gdb/observer.exp: New regression test.
543
544 2003-03-27 Michael Chastain <mec@shout.net>
545
546 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
547 * gdb.base/ptype.exp: Likewise.
548
549 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
550
551 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
552
553 2003-03-26 Michael Chastain <mec@shout.net>
554
555 * gdb.base/ptype.exp: Actually use some typedef'd types.
556
557 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
558
559 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
560 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
561
562 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
563
564 * gdb.base/default.exp: Fix regular expression.
565
566 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
567
568 * gdb.base/args.exp: Fix regular expression.
569
570 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
571
572 * gdb.base/help.exp: Allow Win32 child process.
573
574 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
575
576 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
577 when stepping out of main().
578
579 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
580
581 * gdb.base/default.exp: Check for win32 specific message when calling
582 "run" without executable.
583
584 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
585
586 * gdb.base/args.exp: Expect .exe in output.
587
588 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
589
590 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
591 Cygwin native.
592
593 2003-03-17 Andrew Cagney <cagney@redhat.com>
594
595 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
596 vector registes.
597 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
598 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
599
600 2003-03-17 David Carlton <carlton@math.stanford.edu>
601
602 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
603 test, for PR breakpoints/38.
604 Call test_watchpoint_and_breakpoint.
605 * gdb.base/watchpoint.c (func3): New function.
606 (main): Call func3.
607
608 2003-03-04 David Carlton <carlton@math.stanford.edu>
609
610 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
611 Garply<Garply<char> >:: garply".
612 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
613 with respect to PR c++/1111; note also PR c++/1113.
614 (test_template_breakpoints): KFAIL "constructor breakpoint" with
615 respect to PR c++/1062.
616 KFAIL "destructor breakpoint" with respect to PR c++/1112.
617
618 2003-03-03 David Carlton <carlton@math.stanford.edu>
619
620 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
621 with respect to PR c++/57.
622 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
623 c++/826.
624 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
625 respect to PR c++/57.
626
627 2003-03-03 David Carlton <carlton@math.stanford.edu>
628
629 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
630 respect to PR c++/33 into FAILs.
631
632 2003-03-03 Michael Chastain <mec@shout.net>
633
634 * configure.in: Update copyright years.
635
636 2003-03-03 Michael Chastain <mec@shout.net>
637
638 * Makefile.in: Update copyright years.
639
640 2003-02-28 David Carlton <carlton@math.stanford.edu>
641
642 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
643 print class instead of struct and/or superfluous protection
644 specifiers, as long as the resulting output is equivalent to the
645 source code.
646 Delete FIXME from end of messages on tests that don't need
647 fixing.
648
649 2003-02-28 David Carlton <carlton@math.stanford.edu>
650
651 * gdb.c++/templates.exp (do_tests): Allow const in the two
652 Foo<volatile char *>::foo tests.
653
654 2003-02-27 Michael Snyder <msnyder@redhat.com>
655
656 * gdb.base/restore.c (main): Return zero, so exit code
657 will be consistant.
658
659 2003-02-26 David Carlton <carlton@math.stanford.edu>
660
661 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
662 char *>::foo" test with respect to PR c++/33. Create a new test
663 which is identical to that one except that it doesn't put the
664 space between the "char" and the "*"; KFAIL it, too.
665
666 2003-02-26 David Carlton <carlton@math.stanford.edu>
667
668 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
669 template types into either PASSes or KFAILs (corresponding to PR
670 c++/57). Tweak indentation. Update copyright.
671
672 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
673
674 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
675
676 2003-02-13 Michael Chastain <mec@shout.net>
677
678 * gdb.base/exprs.exp: Remove i960 remnants.
679 * gdb.base/funcargs.exp: Likewise.
680 * gdb.base/list.exp: Likewise.
681 * gdb.base/ptype.exp: Likewise.
682
683 2003-02-14 David Carlton <carlton@math.stanford.edu>
684
685 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
686 pEe->D::vg()" from XFAIL to KFAIL.
687
688 2003-02-13 Jason Molenda (jmolenda@apple.com)
689
690 * gdb.base/maint.exp: Update maint print statistics regexp to include
691 new entries.
692
693 2003-02-13 Michael Chastain <mec@shout.net>
694
695 * gdb.c++/inherit.exp: Remove call to get_debug_format.
696
697 2003-02-12 Michael Chastain <mec@shout.net>
698
699 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
700 * gdb.c++/inherit.exp: Likewise.
701 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
702 * gdb.c++/templates.exp: Likewise.
703 * gdb.c++/virtfunc.exp: Likewise.
704
705 2003-02-06 Jason Molenda (jason-cl@molenda.com)
706
707 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
708 why the code is written that way.
709
710 2003-02-05 Michael Chastain <mec@shout.net>
711
712 * gdb.base/dump.exp: Add missing copyright line.
713
714 2003-02-05 Jason Molenda (jason-cl@molenda.com)
715
716 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
717 at the beginning so the breakpoint doesn't get set on the loop.
718
719 2003-02-05 Michael Chastain <mec@shout.net>
720
721 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
722 output for configurations with gcc 2.95.3.
723
724 2003-02-05 Keith Seitz <keiths@redhat.com>
725 Andrew Cagney <ac131313@redhat.com>
726
727 * gdb.mi/mi-cli.exp: New file.
728
729 2003-02-04 Michael Chastain <mec@shout.net>
730
731 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
732 Call perror and then continue.
733
734 2003-02-03 Michael Chastain <mec@shout.net>
735
736 * gdb.c++/pr-1023.cc: New file.
737 * gdb.c++/pr-1023.exp: New file.
738
739 2003-02-05 Jim Blandy <jimb@redhat.com>
740
741 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
742 it's local to foobar. Check for it there, and check that it's not
743 present in main.
744 * gdb.c++/local.cc (marker2): New function.
745 (foobar): Call marker1.
746 (main): Call marker2 instead of marker1.
747
748 2003-02-04 Andrew Cagney <ac131313@redhat.com>
749
750 * gdb.disasm/mn10200.exp: Obsolete file.
751 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
752 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
753 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
754
755 2003-02-04 David Carlton <carlton@math.stanford.edu>
756
757 * gdb.c++/overload.exp: Test intToChar(1).
758 * gdb.c++/overload.cc (intToChar): New.
759 (main): Call intToChar.
760
761 2003-02-03 David Carlton <carlton@math.stanford.edu>
762
763 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
764 'might_kfail' arg.
765 KFAIL some of the continue_to_bp_overloaded calls, according to
766 PR c++/1025.
767
768 2003-02-01 Michael Chastain <mec@shout.net>
769
770 * gdb.base/advance.c (marker1): New marker function.
771 * gdb.base/advance.exp: When the 'advance' command lands on the
772 return breakpoint, it can legitimately stop on either the
773 current line or the next line. Accommodate both outcomes.
774 * gdb.base/until.exp: Likewise.
775
776 2003-02-02 Andrew Cagney <ac131313@redhat.com>
777
778 2002-11-10 Jason Molenda (jason-cl@molenda.com):
779 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
780 now a list, not a tuple.
781 * gdb.mi/mi-var-display.exp: Ditto.
782 * gdb.mi/gdb792.exp: Ditto.
783
784 2003-02-01 Andrew Cagney <ac131313@redhat.com>
785
786 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
787 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
788 stack backtraces.
789 * gdb.mi/mi-syn-frame.c: Part of same.
790
791 2003-02-01 Mark Kettenis <kettenis@gnu.org>
792
793 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
794 gdb.mi/mi1-pthreads.exp: Return instead of calling
795 gdb_suppress_entire_file.
796
797 2003-02-01 Mark Salter <msalter@redhat.com>
798
799 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
800
801 2003-01-31 Mark Salter <msalter@redhat.com>
802
803 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
804 Support empty arg.
805
806 2003-01-30 Michael Chastain <mec@shout.net>
807
808 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
809 This was a workaround for a UTF-8 bug in readline 4.3. The bug
810 has been fixed in gdb/readline on 2003-01-09.
811
812 2003-01-29 Michael Snyder <msnyder@redhat.com>
813
814 * gdb.base/maint.exp: Allow for leading underscore in symbol.
815 * gdb.base/display.exp: Allow for leading underscore in symbol.
816 * gdb.base/args.exp: Skip if target does not support args passing.
817
818 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
819
820 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
821 gdb_test. Accept a list of expect arguments as the third
822 parameter.
823 (gdb_test): Use it.
824
825 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
826
827 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
828 allow for different test tree configurations. Update some
829 tescases accordingly.
830 * gdb.arch/altivec-regs.exp: Ditto.
831 * gdb.asm/asm-source.exp: Ditto.
832 * gdb.base/advance.exp: Ditto.
833 * gdb.base/display.exp: Ditto.
834 * gdb.base/long_long.exp: Ditto.
835 * gdb.base/mips_pro.exp: Ditto.
836 * gdb.base/overlays.exp: Ditto.
837 * gdb.base/relocate.exp: Ditto.
838 * gdb.base/setshow.exp: Ditto.
839 * gdb.base/step-line.exp: Ditto.
840 * gdb.base/step-test.exp: Ditto.
841 * gdb.base/until.exp: Ditto.
842 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
843
844 2003-01-17 David Carlton <carlton@math.stanford.edu>
845
846 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
847 corresponding to PR c++/945.
848 Update copyright.
849
850 2003-01-17 David Carlton <carlton@math.stanford.edu>
851
852 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
853 corresponding to PR c++/68.
854
855 2003-01-17 David Carlton <carlton@math.stanford.edu>
856
857 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
858 (test_paddr_hairy_functions): Call print_addr_2_kfail for
859 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
860
861 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
862
863 * gdb.base/break.exp: Fix change of default location, because of
864 removal of until tests.
865 * gdb.base/help.exp: Update test for new 'until' help message.
866 Add test for help on 'advance'.
867 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
868
869 2003-01-15 Mark Kettenis <kettenis@gnu.org>
870
871 * gdb.base/default.exp: Adapt "info float" test for recent changes
872 to that command. Add test for "info vector".
873 * gdb.base/float.exp: New file. Add test for "info float" that
874 resembles the old test in gdb.base/default.exp.
875
876 2003-01-15 David Carlton <carlton@math.stanford.edu>
877
878 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
879
880 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
881
882 * gdb.base/break.exp: Move the tests of until command from here...
883 * gdb.base/until.exp: ... to here. New file. Add other tests.
884 * gdb.base/advance.c: New file.
885 * gdb.base/advance.exp: New file.
886
887 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
888
889 * gdb.base/args.c: New file.
890 * gdb.base/args.exp: New file.
891
892 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
893
894 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
895
896 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
897
898 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
899
900 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
901
902 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
903 dates.
904
905 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
906
907 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
908
909 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
910
911 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
912 (ptype &*"foo").
913 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
914
915 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
916
917 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
918 * gdb.mi/mi1-console.exp: Likewise.
919
920 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
921
922 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
923 * gdb.mi/mi1-console.exp: Likewise.
924
925 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
926
927 * gdb.c++/overload.exp: Remove some fixed XFAILs.
928
929 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
930
931 * gdb.base/detach.exp: New test.
932
933 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
934
935 * Makefile.in (ALL_SUBDIRS): New variable.
936 (subdirs, clean, distclean): Use it.
937 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
938 regenerating Makefile, since it is generated from the top level.
939 * gdb.asm/Makefile.in: Likewise.
940 * gdb.base/Makefile.in: Likewise.
941 * gdb.c++/Makefile.in: Likewise.
942 * gdb.disasm/Makefile.in: Likewise.
943 * gdb.java/Makefile.in: Likewise.
944 * gdb.mi/Makefile.in: Likewise.
945 * gdb.threads/Makefile.in: Likewise.
946 * gdb.trace/Makefile.in: Likewise.
947
948 2003-01-09 David Carlton <carlton@math.stanford.edu>
949
950 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
951 Add copyright year 2003.
952
953 2003-01-06 Michael Chastain <mec@shout.net>
954
955 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
956 When selecting a thread, 'line' and 'file' are optional.
957 * gdb.mi/mi1-pthreads.exp: Likewise.
958
959 2003-01-06 Andreas Schwab <schwab@suse.de>
960
961 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
962 failures.
963
964 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
965
966 Fix PR gdb/844
967 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
968 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
969
970 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
971 instead of calling gdb_suppress_entire_file.
972 * gdb.threads/print-threads.exp: Likewise.
973 * gdb.threads/schedlock.exp: Likewise.
974
975 * gdb.threads/killed.exp: Return instead of calling
976 gdb_suppress_entire_file.
977 * gdb.threads/linux-dp.exp: Likewise.
978 * gdb.threads/pthreads.exp: Likewise.
979
980 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
981
982 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
983 stabs.
984 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
985 * gdb.base/whatis.exp: Always allow (void) after function names.
986
987 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
988
989 * gdb.c++/casts.exp: Correct regexp.
990
991 2003-01-04 Mark Kettenis <kettenis@gnu.org>
992
993 * configure.in: Call AC_CONFIG_HEADER. Don't call
994 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
995 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
996 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
997 aforementioned directories in the AC_OUPUT call.
998 * config.hin: New file.
999 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1000 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
1001 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
1002 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
1003 pass -I$objdir instead of -I$objdir/$subdir in compilation.
1004 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
1005 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
1006 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
1007 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
1008 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
1009 gdb.threads/configure.in, gdb.threads/configure,
1010 gdb.threads/config.in, gdb.trace/configure.in,
1011 gdb.trace/configure: Removed.
1012
1013 2003-01-03 Michael Chastain <mec@shout.net>
1014
1015 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
1016 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
1017
1018 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
1019
1020 * gdb.base/store.exp: Fix regular expressions.
1021
1022 2002-12-28 Mark Kettenis <kettenis@gnu.org>
1023
1024 * configure.in: Rewrite.
1025 * configure: Regenerated.
1026
1027 2003-01-03 David Carlton <carlton@math.stanford.edu>
1028
1029 * gdb.base/psymtab.exp: New file.
1030 * gdb.base/psymtab1.c: Ditto.
1031 * gdb.base/psymtab2.c: Ditto.
1032
1033 2002-12-23 Adam Fedor <fedor@gnu.org>
1034
1035 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
1036
1037 2002-12-23 David Carlton <carlton@math.stanford.edu>
1038
1039 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
1040 and current_directory initialization.
1041
1042 2002-12-22 Jim Blandy <jimb@redhat.com>
1043
1044 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
1045 rather than as part of the output file name.
1046
1047 * gdb.base/attach.exp: There's no need to copy the test program to
1048 /tmp; that was only ever necessary on HP/UX, and this test is
1049 entirely disabled there anyway.
1050
1051 2002-12-21 Jim Blandy <jimb@redhat.com>
1052
1053 * gdb.c++/psmang.exp: Doc fix.
1054
1055 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
1056 test.
1057
1058 2002-12-20 David Carlton <carlton@math.stanford.edu>
1059
1060 * gdb.c++/annota2.exp: KFAIL annotate-quit.
1061
1062 2002-12-18 Michael Chastain <mec@shout.net>
1063
1064 * gdb.c++/annota2.exp: Add copyright year 2002.
1065
1066 2002-12-17 David Carlton <carlton@math.stanford.edu>
1067
1068 * gdb.c++/try_catch.cc: Add marker comments.
1069 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
1070 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
1071 * gdb.c++/m-static.cc: Ditto.
1072 * gdb.c++/m-static1.cc: Ditto.
1073 * gdb.c++/try_catch.cc: Ditto.
1074
1075 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
1076
1077 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
1078 to see whether we are using the new -environment-directory
1079 command which resets via -r or the old version of the command
1080 which may prompt the user. Part of fix for gdb/741.
1081
1082 2002-12-13 Andrew Cagney <ac131313@redhat.com>
1083
1084 * gdb.fortran/types.exp: Update obsolete comment.
1085 * gdb.fortran/exprs.exp: Ditto.
1086 * lib/gdb.exp: Delete obsolete code.
1087 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
1088 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
1089 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
1090 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
1091 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
1092 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
1093 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
1094 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
1095 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
1096 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
1097 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
1098 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
1099 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
1100 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
1101 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
1102 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
1103 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
1104 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
1105 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
1106 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
1107 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
1108 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
1109 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
1110 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
1111 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
1112 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
1113 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
1114 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
1115 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
1116 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
1117 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
1118 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
1119 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
1120 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
1121 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
1122 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
1123 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
1124
1125 2002-12-11 David Carlton <carlton@math.stanford.edu>
1126
1127 * gdb.c++/m-data.exp: Add test for members that shadow global
1128 variables: see PR gdb/804.
1129 * gdb.c++/m-data.cc: Ditto.
1130
1131 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
1132
1133 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
1134
1135 2002-12-06 David Carlton <carlton@math.stanford.edu>
1136
1137 * gdb.base/store.c: Don't declare functions static.
1138
1139 2002-12-04 Andrew Cagney <ac131313@redhat.com>
1140
1141 * gdb.base/store.exp, gdb.base/store.c: New files.
1142
1143 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1144
1145 * gdb.base/selftest.exp: Update for current gdb.
1146
1147 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1148
1149 * gdb.base/maint.exp: Only dump symbols from one source file
1150 or objfile.
1151
1152 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1153
1154 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
1155 function call.
1156
1157 2002-11-25 Jim Blandy <jimb@redhat.com>
1158
1159 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
1160 function appearing in error message.
1161
1162 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
1163
1164 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
1165
1166 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
1167
1168 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
1169 for mi1 and current mi is in correct format. New mi startup message
1170 should be in mi console format. This is part of fix for PR gdb/604.
1171
1172 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1173
1174 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
1175 which explicitly prints the zero offset as "+0".
1176
1177 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
1178
1179 * gdb.threads/schedlock.c (args): Make unsigned.
1180
1181 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
1182
1183 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
1184 numbers. Allow "foo2|selected stack frame".
1185 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
1186 * gdb.asm/asmsrc2.s: Likewise.
1187 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
1188 comments.
1189 * gdb.asm/mips.inc: New file.
1190
1191 2002-10-18 Adam Fedor <fedor@gnu.org>
1192
1193 * gdb.base/default.exp: Update expected output to include 'ObjC'.
1194 * gdb.base/help.exp: Likewise.
1195
1196 2002-10-17 Kevin Buettner <kevinb@redhat.com>
1197
1198 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
1199 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
1200
1201 2002-10-02 Jim Blandy <jimb@redhat.com>
1202
1203 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
1204
1205 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1206
1207 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
1208 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
1209 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
1210 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
1211 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
1212 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
1213 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
1214
1215 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1216
1217 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
1218 * mi0-disassemble.exp, mi0-eval.exp: Delete.
1219 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
1220 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
1221 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
1222 * mi0-var-block.exp, mi0-var-child.exp: Delete.
1223 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
1224
1225 2002-09-27 Kevin Buettner <kevinb@redhat.com>
1226
1227 * gdb.base/annota1.exp (info break): Make directory components of
1228 path optional since not all compilers emit this debug information.
1229
1230 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
1231 step ends up stepping out of the function instead of stopping on
1232 the epilogue.
1233
1234 2002-09-26 Keith Seitz <keiths@redhat.com>
1235
1236 * lib/insight-support.exp (gdbtk_start): Figure out where
1237 the insight executable is based on where gdb is. Use this
1238 executable to start insight instead of gdb.
1239
1240 2002-09-25 Andrew Cagney <cagney@redhat.com>
1241
1242 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
1243
1244 2002-09-24 Andrew Cagney <ac131313@redhat.com>
1245
1246 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
1247 test_isolated_complaints.
1248 (test_empty_complaint): New function.
1249 (test_empty_complaints): New function. Check no output when no
1250 complaints.
1251
1252 2002-09-19 Jim Blandy <jimb@redhat.com>
1253
1254 * gdb.base/charset.exp, gdb.base/charset.c: New files.
1255
1256 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1257
1258 * gdb.gdb/complaints.exp: New file.
1259
1260 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1261
1262 * gdb.base/maint.exp: Check `help maint internal-warning'.
1263
1264 2002-09-18 David Carlton <carlton@math.stanford.edu>
1265
1266 * gdb.c++/m-static.exp: Remove breakpoints depending on line
1267 numbers, and replace them by a single breakpoint after the
1268 constructors are all finished.
1269 Add test 4.
1270 * gdb.c++/m-static.cc: Add test 4.
1271 * gdb.c++/m-static.h: New file.
1272 * gdb.c++/m-static1.cc: New file.
1273
1274 * gdb.c++/printmethod.exp: New file.
1275 * gdb.c++/printmethod.cc: New file.
1276
1277 * gdb.c++/pr-574.exp: New file.
1278 * gdb.c++/pr-574.cc: New file.
1279
1280 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1281
1282 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
1283 embedded targets which never actually exit.
1284
1285 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1286
1287 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
1288 "don't step after run" as unresolved or unsupported, instead of xfail.
1289
1290 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1291
1292 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
1293 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
1294 Add newline to expected string in "step out of main (status wrapper)"
1295 case.
1296
1297 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1298
1299 * lib/gdb.exp (rerun_to_main): Allow restarting application.
1300 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
1301
1302 2002-09-17 Tom Tromey <tromey@redhat.com>
1303
1304 * gdb.base/printcmds.exp (test_print_string_constants): Expect
1305 \000, not \0, in double-quoted string.
1306
1307 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1308
1309 * gdb.base/command.exp: Don't expect a "Program exited normally"
1310 string after running the commands execution on breakpoint tests.
1311
1312 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
1313
1314 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
1315
1316 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1317
1318 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
1319
1320 2002-09-10 Keith Seitz <keiths@redhat.com>
1321
1322 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
1323 runto proc.
1324 (mi_run_to_main): Use mi_runto.
1325 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
1326
1327 2002-09-10 Keith Seitz <keiths@redhat.com>
1328
1329 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
1330 regexp for stopping at main. Could have multiple event notifications.
1331 Don't assume that main was declared with no parameters.
1332 (mi_next): Use mi_step_to.
1333 (mi_step): Use mi_next_to.
1334
1335 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
1336
1337 * gdb.base/default.exp: Fix expected string in `info float' test.
1338
1339 2002-09-09 Ben Elliston <bje@redhat.com>
1340
1341 * config/mips.exp: Update comments.
1342 * config/mips-idt.exp: Likewise.
1343 * config/nind.exp: Likewise.
1344 * config/slite.exp: Likewise.
1345 * config/sparclet.exp: Likewise.
1346 * config/udi.exp: Likewise.
1347 * config/vx.exp: Likewise.
1348 * config/vxworks29k.exp: Likewise.
1349
1350 2002-09-05 Jim Blandy <jimb@redhat.com>
1351
1352 * gdb.threads/killed.exp: Fix test failure message.
1353
1354 2002-09-04 Keith Seitz <keiths@redhat.com>
1355
1356 * lib/mi-support.exp: Update copyright.
1357 (mi_gdb_test): Increase the priority of the expected pattern
1358 so that it matches gdb_test.
1359
1360 2002-09-03 Keith Seitz <keiths@redhat.com>
1361
1362 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
1363 Use integer comparison instead of string comparison for testing
1364 whether binary was built.
1365
1366 2002-09-03 Jim Blandy <jimb@redhat.com>
1367
1368 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
1369
1370 2002-08-29 Jim Blandy <jimb@redhat.com>
1371
1372 * gdb.threads/pthreads.exp: Move the portable thread compilation
1373 code into a function in lib/gdb.exp, and call that from here.
1374 * lib/gdb.exp (gdb_compile_pthreads): New function.
1375
1376 2002-08-29 Keith Seitz <keiths@redhat.com>
1377
1378 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
1379 expect_out so that callers can get at it.
1380
1381 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1382
1383 * gdb.threads/print-threads.c: New file.
1384 * gdb.threads/print-threads.exp: New file.
1385 * gdb.threads/schedlock.c: New file.
1386 * gdb.threads/schedlock.exp: New file.
1387
1388 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1389
1390 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
1391 not altivec.c.
1392
1393 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1394
1395 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
1396 targets. The problem should be fixed now.
1397
1398 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1399
1400 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
1401 2002-07-24 change that removes final dots from error messages.
1402
1403 2002-08-13 Tom Tromey <tromey@redhat.com>
1404
1405 * gdb.base/readline.exp: New file.
1406
1407 2002-08-01 Andrew Cagney <ac131313@redhat.com>
1408
1409 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
1410 supress message.
1411
1412 2002-08-01 Andrew Cagney <cagney@redhat.com>
1413
1414 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
1415 CHILL_FOR_TARGET and CHILL_LIB.
1416 * configure.in (configdirs): Remove gdb.chill.
1417 * configure: Regenerate.
1418 * lib/gdb.exp: Obsolete references to chill.
1419 * gdb.fortran/types.exp: Ditto.
1420 * gdb.fortran/exprs.exp: Ditto.
1421
1422 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1423
1424 * gdb.base/shlib-call.exp (additional_flags): Conditionally
1425 set Irix-specific compile and link flags.
1426
1427 2002-07-29 Kevin Buettner <kevinb@redhat.com>
1428
1429 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
1430 source files. The ``-o'' option doesn't work with the ``-E'' option
1431 when using the Irix compiler.
1432
1433 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
1434
1435 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
1436 Improve support for reusing an exec file. Copy exec file
1437 to target, and run gdbserver on the target instead of on the host.
1438
1439 2002-07-18 Jim Blandy <jimb@redhat.com>
1440
1441 * gdb.base/ending-run.exp: Don't expect to see the program end in
1442 some orderly fashion when we're running on a real stand-alone
1443 board.
1444
1445 * gdb.base/interrupt.exp: Correct logic for skipping tests on
1446 targets that don't support interrupts.
1447
1448 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1449
1450 * gdb.base/attach.exp: Add patterns to match output from /proc-based
1451 systems.
1452 Move comments in expect statements to inside the actions, so that they
1453 don't get matched against.
1454
1455 2002-07-10 Mark Kettenis <kettenis@gnu.org>
1456
1457 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
1458 function when asleep" test.
1459
1460 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1461
1462 * gdb.base/page.exp: Rewrite to handle problems with very long
1463 `info set' output. Update copyright.
1464
1465 2002-06-26 Andrew Cagney <ac131313@redhat.com>
1466
1467 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
1468 gdb.threads-hp.
1469 * gdb.hp/configure: Regenerate.
1470 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
1471 * gdb.hp/gdb.threads-hp/configure: Delete file.
1472 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
1473
1474 2002-06-22 Andrew Cagney <ac131313@redhat.com>
1475
1476 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
1477 setlocale, bindtextdomain and textdomain.
1478
1479 2002-06-11 Jim Blandy <jimb@redhat.com>
1480
1481 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
1482 preprocessor macro information is present.
1483
1484 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
1485 tests.
1486
1487 2002-06-06 Michael Snyder <msnyder@redhat.com>
1488
1489 * gdb.base/overlays.exp: Record addresses of overlay
1490 functions in TCL variables rather than in GDB variables,
1491 to avoid having GDB convert them to pointers (with loss
1492 of information).
1493
1494 * gdb.base/d10v.ld: Merge in several years worth of
1495 default linker script changes.
1496 * gdb.base/long_long.exp: Add check for sizeof (long double).
1497
1498 2002-06-06 Michal Ludvig <mludvig@suse.cz>
1499
1500 * gdb.asm/asm-source.exp: Add x86-64 target.
1501 * gdb.asm/x86_64.inc: New.
1502
1503 2002-05-30 Michael Chastain <mec@shout.net>
1504
1505 From Benjamin Kosnik <bkoz@redhat.com>:
1506 * gdb.c++/m-static.cc: New file.
1507 * gdb.c++/m-static.exp: New file.
1508
1509 2002-05-28 Michael Snyder <msnyder@redhat.com>
1510
1511 * gdb.base/call-ar-st.exp: Allow for reduced floating point
1512 precision.
1513
1514 2002-05-27 Michael Chastain <mec@shout.net>
1515
1516 From Benjamin Kosnik <bkoz@redhat.com>:
1517 * gdb.c++/m-data.cc: New file.
1518 * gdb.c++/m-data.exp: New file.
1519
1520 2002-05-27 Michael Chastain <mec@shout.net>
1521
1522 From Benjamin Kosnik <bkoz@redhat.com>:
1523 * gdb.c++/try_catch.cc: New file.
1524 * gdb.c++/try_catch.exp: New file.
1525
1526 2002-05-27 Michael Chastain <mec@shout.net>
1527
1528 * gdb.c++/local.exp: Accept more nested types in output.
1529
1530 2002-05-26 Michael Chastain <mec@shout.net>
1531
1532 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
1533
1534 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
1535
1536 * lib/gdb.exp (gdb_wrapper_init): Just because
1537 gdb_wrapper_file exists, this does not mean that the file
1538 should not be rebuilt. That is what gdb_wrapper_initialized
1539 is for.
1540 (default_gdb_init): Reset gdb_wrapper_initialized.
1541
1542 2002-05-23 Michael Snyder <msnyder@redhat.com>
1543
1544 * gdb.base/all-bin.exp: Revise previous patch by just reducing
1545 the precision of the floating point test results.
1546 * gdb.base/call-rt-st.exp: Ditto.
1547
1548 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
1549 * gdb.base/call-rt-st.exp: Ditto.
1550
1551 2002-05-19 Michael Chastain <mec@shout.net>
1552
1553 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
1554
1555 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
1556
1557 * configure.in (configdirs): Add gdb.arch.
1558 * configure: Regenerate.
1559
1560 2002-05-17 Jim Blandy <jimb@redhat.com>
1561
1562 * gdb.base/completion.exp: Recognize the more detailed error
1563 messages produced by the macro expander's lexical analyzer.
1564
1565 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1566
1567 * gdb.arch/altivec-abi.c: New file.
1568 * gdb.arch/altivec-abi.exp: New file.
1569 * gdb.arch/altivec-regs.c: New file.
1570 * gdb.arch/altivec-regs.exp: New file.
1571
1572 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1573
1574 * gdb.base/maint.exp (maint print type): Update for new type
1575 structure.
1576
1577 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1578
1579 * gdb.arch: New directory.
1580 * gdb.arch/configure.in: New file.
1581 * gdb.arch/configure: New file.
1582 * gdb.arch/Makefile.in: New file.
1583
1584 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
1585
1586 * gdb.asm/asm-source.exp: Add v850 as supported target.
1587 * gdb.asm/v850.inc: New file.
1588
1589 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
1590
1591 * gdb.c++/annota2.exp (annotate-quit): Add comment.
1592
1593 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
1594
1595 * gdb.base/break.exp: Check 'break "marker2"'.
1596
1597 2002-05-10 Michael Snyder <msnyder@redhat.com>
1598
1599 * gdb.base/long_long.exp: Fix typo.
1600
1601 2002-05-10 Jim Blandy <jimb@redhat.com>
1602
1603 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
1604 a bug.
1605
1606 * gdb.base/printcmds.exp (test_integer_literals_rejected):
1607 Recognize more detailed error message produced by the macro
1608 expander's lexical analyzer.
1609 * lib/gdb.exp (test_print_reject): Same.
1610
1611 2002-05-09 Mark Kettenis <kettenis@gnu.org>
1612
1613 * gdb.c++/method.exp: Fix typo.
1614
1615 2002-05-08 Michael Snyder <msnyder@redhat.com>
1616
1617 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
1618 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
1619 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
1620 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
1621 Add iftarget clause for strongarm.
1622
1623 2002-05-06 Michael Snyder <msnyder@redhat.com>
1624
1625 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
1626 (gdb_continue_to_end): Accept output from status wrapper.
1627 * gdb.base/ending-run.exp: Add case for output from status wrapper.
1628 Clean up fail messages to match pass messages.
1629
1630 Enable the "needs_status_wrapper" testsuite feature.
1631 * lib/gdb.exp (gdb_wrapper_init): New procedure.
1632 (gdb_compile): Conditionally call gdb_wrapper_init.
1633 * gdb.base/a2-run.exp: Recognize output from status wrapper.
1634 * gdb.c++/method.exp: Recognize output from status wrapper.
1635
1636 2002-05-06 Ben Elliston <bje@redhat.com>
1637 From Graydon Hoare <graydon@redhat.com>
1638
1639 * config/sid.exp: Include support for "rawsid" protocol.
1640
1641 2002-05-03 Jim Blandy <jimb@redhat.com>
1642
1643 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
1644 * gdb.c++/hang3.C: New file.
1645
1646 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1647
1648 * gdb.base/default.exp: Remove obsolete code.
1649 * gdb.c++/misc.exp: Ditto. Update copyright.
1650 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
1651 * gdb.base/whatis.exp: Ditto. Update copyright.
1652 * gdb.base/scope.exp: Ditto. Update copyright.
1653 * gdb.base/ptype.exp: Ditto. Update copyright.
1654 * gdb.base/printcmds.exp: Ditto. Update copyright.
1655 * gdb.base/opaque.exp: Ditto. Update copyright.
1656 * gdb.base/list.exp: Ditto.
1657 * gdb.base/funcargs.exp: Ditto. Update copyright.
1658 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
1659 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
1660 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
1661 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
1662 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
1663 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
1664
1665 2002-05-02 Michael Snyder <msnyder@redhat.com>
1666
1667 * gdb.base/watchpoint.exp: Add xscale target.
1668 * gdb.base/long_long.exp: Add xscale target.
1669 * gdb.base/default.exp: Add xscale target.
1670
1671 2002-05-01 Jim Blandy <jimb@redhat.com>
1672
1673 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
1674 gdb.c++/hang.exp: New test.
1675
1676 2002-05-01 Fred Fish <fnf@redhat.com>
1677
1678 * gdb.base/completion.exp: Handle completions of "./Make" for
1679 more than one completion possibility, as is the case when we
1680 build and test in the source tree.
1681
1682 2002-04-29 Anthony Green <green@redhat.com>
1683
1684 * gdb.java/jmisc1.exp: New file.
1685 * gdb.java/jmisc2.exp: New file.
1686
1687 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
1688
1689 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
1690
1691 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
1692
1693 * gdb.base/help.exp: Change 'help status' to allow for target
1694 dependent output differences.
1695
1696 2002-04-22 Michael Chastain <mec@shout.net>
1697
1698 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
1699
1700 2002-04-22 Michael Chastain <mec@shout.net>
1701
1702 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
1703
1704 2002-04-17 David S. Miller <davem@redhat.com>
1705
1706 * gdb.asm/sparc64.inc: New file.
1707 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1708
1709 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
1710
1711 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1712 instruction file directly into the build tree. Clean up at end of
1713 test.
1714
1715 2002-04-18 David S. Miller <davem@redhat.com>
1716
1717 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1718 handle 64-bit platforms correctly.
1719 * gdb.base/maint.exp: Likewise.
1720
1721 2002-04-18 Kevin Buettner <kevinb@redhat.com>
1722
1723 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1724 ``-fpic'' when compiling files comprising a shared library, but
1725 it does need additional linker flags in order to find shared
1726 libraries at run time.
1727
1728 2002-04-18 Kevin Buettner <kevinb@redhat.com>
1729
1730 * gdb.base/cvexpr.c (use): New function.
1731 (main): Invoke use() on all global variables to prevent
1732 some linkers from deleting these otherwise unused symbols.
1733
1734 2002-04-17 Michael Chastain <mec@shout.net>
1735 From David S. Miller <davem@redhat.com>
1736
1737 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1738 handle 64-bit platforms correctly.
1739
1740 2002-04-12 Michael Snyder <msnyder@redhat.com>
1741 From Jim Blandy <jimb@redhat.com>
1742 * gdb.base/foo.c (foox): Remove section attribute; the linker
1743 script can handle this instead.
1744 * gdb.base/bar.c (barx): Same.
1745 * gdb.base/baz.c (bazx): Same.
1746 * gdb.base/grbx.c (grbxx): Same.
1747
1748 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1749 manager doesn't automatically unmap overlays unnecessarily.
1750
1751 2002-04-10 Martin M. Hunt <hunt@redhat.com>
1752
1753 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1754 stepping out of main.
1755
1756 2002-04-09 Michael Chastain <mec@shout.net>
1757
1758 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1759 scope so that the nested scope tests will make sense.
1760 * gdb.c++/local.exp: Write patterns that actually work with gcc
1761 (the HP patterns "were never known to work with gcc").
1762 Keep the old aCC patterns too.
1763
1764 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
1765
1766 * gdb.base/attach.exp: Correct target board test.
1767
1768 2002-04-08 Michael Chastain <mec@shout.net>
1769
1770 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1771 in a const method. Add some xfail and fail cases for configurations
1772 that do not emit the "const ...".
1773
1774 2002-04-07 Michael Chastain <mec@shout.net>
1775
1776 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1777 Accept "A * const" and "const A * const" as type of "this".
1778 Fix spelling of getFunky throughout. Make messages uniform.
1779
1780 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
1781
1782 Work around for PR gdb/285:
1783 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1784
1785 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
1786
1787 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1788 instructions file at run time instead of configure time.
1789 Sometimes we run the test in a directory that is not the one we
1790 configured in.
1791 * gdb.asm/configure.in: Delete creation of symlink.
1792 * gdb.asm/configure: Regenerate.
1793
1794 2002-04-05 J. Brobecker <brobecker@gnat.com>
1795
1796 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1797 xfullpath () function.
1798
1799 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1800
1801 * gdb.asm/Makefile.in: Correct dependencies.
1802
1803 * gdb.asm/powerpc.inc: New file.
1804 * gdb.asm/asm-source.exp: Add PowerPC.
1805 * gdb.asm/configure.in: Likewise.
1806 * gdb.asm/configure: Regenerated.
1807
1808 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1809
1810 * gdb.base/relocate.exp: New file.
1811 * gdb.base/relocate.c: New file.
1812
1813 2002-04-04 Fred Fish <fnf@redhat.com>
1814
1815 * gdb.base/step-test.exp: Update comment regarding stopping in
1816 memcpy/bcopy calls inserted as part of the compiler runtime.
1817
1818 2002-04-04 Michael Snyder <msnyder@redhat.com>
1819
1820 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1821
1822 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
1823
1824 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1825 (gdb_expect): Remove $notransfer hack.
1826
1827 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
1828
1829 * gdb.c++/classes.exp ("calling method for small class"): Match
1830 updated register output.
1831
1832 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1833
1834 Fix PR gdb/452
1835 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1836 when finished. Make gdb_file_cmd send "exec-file" when
1837 appropriate.
1838
1839 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1840
1841 * gdb.base/attach.exp: Remove extra setup_xfail.
1842
1843 2002-03-26 Michael Snyder <msnyder@redhat.com>
1844
1845 * gdb.base/default.exp: Add tests for dump, append, and restore.
1846 * gdb.base/help.exp: Add tests for dump, append, and restore.
1847 * gdb.base/dump.exp: New file, test dump, append and restore.
1848 * gdb.base/dump.c: New file.
1849
1850 2002-03-27 Michael Snyder <msnyder@redhat.com>
1851
1852 * gdb.base/help.exp: Modify expect strings to reflect
1853 clean-ups in help messages.
1854
1855 2002-03-26 Fred Fish <fnf@redhat.com>
1856
1857 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1858 have debugging info for those functions and the compiler uses them
1859 internally to copy structs around.
1860
1861 2002-03-26 Fred Fish <fnf@redhat.com>
1862
1863 * gdb.base/list.exp: Revert the change made yesterday and add note
1864 about why we don't list the default lines for remote targets.
1865
1866 2002-03-25 Michael Snyder <msnyder@redhat.com>
1867
1868 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1869
1870 2002-03-25 Fred Fish <fnf@redhat.com>
1871
1872 * gdb.base/list.exp: This test works on remote targets so remove
1873 the short circuit for remote targets. Update copyright.
1874
1875 2002-03-25 Fred Fish <fnf@redhat.com>
1876
1877 * gdb.base/attach.exp: Fix logic error that was suppressing this
1878 test for all non hppa*-*-hpux* targets, instead of the hp target.
1879 Move comments closer to the suppression point. Also now need to
1880 check that we are running natively.
1881
1882 2002-03-22 Michael Snyder <msnyder@redhat.com>
1883
1884 * gdb.base/default.exp: Add test for gcore. Update copyright.
1885 * gdb.base/help.exp: Add test for gcore. Update copyright.
1886
1887 2002-03-06 Fred Fish <fnf@redhat.com>
1888
1889 * gdb.base/funcargs.c: Remove extraneous ';' character.
1890 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1891
1892 2002-03-04 Michael Chastain <mec@shout.net>
1893
1894 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1895 accommodate gcc v3 function signature.
1896 * gdb.mi/mi0-var-cmd-exp: Ditto.
1897
1898 2002-02-24 Andrew Cagney <ac131313@redhat.com>
1899
1900 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1901 ``GNU/Linux'' or ``Linux kernel''
1902 * testsuite/gdb.threads/pthreads.c: Ditto.
1903
1904 2002-02-24 Michael Chastain <mec@shout.net>
1905
1906 * gdb.threads/pthreads.c (thread1): Add a return statement.
1907 (thread2): Likewise.
1908 (foo): Likewise.
1909
1910 2002-02-23 Michael Chastain <mec@shout.net>
1911
1912 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1913 to placate gcc.
1914
1915 2002-02-23 Michael Chastain <mec@shout.net>
1916
1917 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1918 test "ptype bint". The test passes on all my stabs configurations.
1919
1920 2002-02-21 Jim Blandy <jimb@redhat.com>
1921
1922 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1923 filename at a time, and watch for the ones we want to see.
1924
1925 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1926 types of pointers to prototyped functions.
1927
1928 2002-02-20 Andrew Cagney <ac131313@redhat.com>
1929
1930 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1931 signed, unsigned and straight char.
1932 (padding_char, padding_short, padding_int, padding_long,
1933 padding_long_long, padding_float, padding_double,
1934 padding_long_double): New global variables.
1935 (fill, fill_structs): New functions.
1936
1937 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1938 for correctly sized writes. Update copyright.
1939 (get_valueof): New procedure.
1940 (get_sizeof): Call get_valueof.
1941 (check_valueof): New procedure.
1942 (check_padding): New procedure.
1943
1944 2002-02-20 Michael Chastain <mec@shout.net>
1945
1946 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1947 to setup_xfail. Document some of the remaining calls.
1948
1949 2002-02-18 Michael Chastain <mec@shout.net>
1950
1951 * gdb.c++/userdef.exp: Update copyright year.
1952
1953 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
1954
1955 * gdb.c++/userdef.exp: Test overloaded operators properly.
1956 Remove xfails.
1957
1958 2002-02-14 Michael Snyder <msnyder@redhat.com>
1959
1960 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1961
1962 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1963
1964 * gdb.base/a2-run.exp: Check for a remote target properly.
1965 * gdb.base/annota1.exp: Likewise.
1966 * gdb.base/list.exp: Likewise.
1967 * gdb.base/reread.exp: Likewise.
1968 * gdb.base/scope.exp: Likewise.
1969 * gdb.base/shlib-call.exp: Likewise.
1970 * gdb.base/term.exp: Likewise.
1971 * gdb.c++/annota2.exp: Likewise.
1972
1973 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
1974
1975 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1976
1977 2002-02-10 Michael Chastain <mec@shout.net>
1978
1979 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1980 (call_after_alloca): Ditto.
1981
1982 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1983
1984 * gdb.base/ending-run.exp: Guard "cont" test with
1985 gdb_skip_stdio_test.
1986
1987 2002-02-06 Jim Blandy <jimb@redhat.com>
1988
1989 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1990 from here...
1991 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1992 To here. Disable this test on non-HP platforms. Add big comment.
1993
1994 2002-02-04 Michael Snyder <msnyder@redhat.com>
1995
1996 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1997 other than d10v and m32r.
1998
1999 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
2000
2001 * gdb.base/default.exp: Rewrite test patterns to reduce time
2002 taken to match them.
2003
2004 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2005
2006 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
2007 Allow a start function above main.
2008 * gdb.threads/linux-dp.exp: Fix copyright date.
2009
2010 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2011
2012 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
2013 (check_philosopher_stack): Check for manager thread before checking
2014 for a just-starting thread.
2015
2016 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2017
2018 From Neil Booth <neil@daikokuya.demon.co.uk>:
2019 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
2020 warnings.
2021
2022 2002-01-21 Fred Fish <fnf@redhat.com>
2023
2024 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
2025 not caller.
2026
2027 2002-01-21 Jim Blandy <jimb@redhat.com>
2028
2029 * gdb.base/reread.exp: Check that GDB properly re-reads the
2030 executable file when it changes while no inferior is running.
2031
2032 2002-01-21 Fred Fish <fnf@redhat.com>
2033
2034 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
2035 optionally accept the "shlib events" variation.
2036
2037 2002-01-21 Jim Blandy <jimb@redhat.com>
2038
2039 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
2040 call `fflush' after every `printf', so that the output is produced
2041 at predictable points, regardless of whatever buffering does (or
2042 doesn't) take place.
2043 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
2044 at different points.
2045
2046 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2047
2048 * gdb.c++/inherit.exp: Update copyright years.
2049 * gdb.c++/method.exp: Likewise.
2050
2051 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2052
2053 * gdb.c++/classes.exp: Update for improved v3 support and skipping
2054 artificial methods/arguments.
2055 * gdb.c++/derivation.exp: Likewise.
2056 * gdb.c++/inherit.exp: Likewise.
2057 * gdb.c++/method.exp: Likewise.
2058 * gdb.c++/virtfunc.exp: Likewise.
2059
2060 2002-01-18 Andrew Cagney <ac131313@redhat.com>
2061
2062 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
2063 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
2064 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
2065 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
2066 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
2067 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
2068
2069 2002-01-17 Jim Blandy <jimb@redhat.com>
2070
2071 * gdb.asm/asm-source.exp (info symbol): Take another shot at
2072 anchoring the pattern matching the entry point symbol's name.
2073
2074 2002-01-17 Andrew Cagney <ac131313@redhat.com>
2075
2076 * gdb.base/maint.exp: Update ``maint internal-error'' to match
2077 continue/quit query. Update copyright.
2078
2079 2002-01-14 Michael Snyder <msnyder@redhat.com>
2080
2081 * gdb.base/gcore.exp: Remove extra debugging output.
2082
2083 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2084
2085 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
2086 for slightly dubious v2 mangled string.
2087
2088 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2089
2090 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
2091
2092 2002-01-10 Jason Merrill <jason@redhat.com>
2093
2094 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
2095
2096 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
2097 constructors.
2098 * gdb.c++/derivation.exp: Likewise.
2099 * gdb.c++/templates.exp: Likewise.
2100 * gdb.c++/virtfunc.exp: Likewise.
2101
2102 2002-01-10 Michael Snyder <msnyder@redhat.com>
2103
2104 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
2105
2106 2002-01-08 Michael Snyder <msnyder@redhat.com>
2107
2108 * gdb.base/gcore.exp: New test for generate-core-file command.
2109 * gdb.base/gcore.c: Testcase for above.
2110 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
2111
2112 2002-01-08 Jason Merrill <jason@redhat.com>
2113
2114 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
2115
2116 2002-01-07 Fred Fish <fnf@redhat.com>
2117
2118 * gdb.c++/overload.exp: Remove unconditional xfails for:
2119 print foo_instance1.overloadargs(1)
2120 print foo_instance1.overloadargs(1, 2)
2121 print foo_instance1.overloadargs(1, 2, 3)
2122 print foo_instance1.overloadargs(1, 2, 3, 4)
2123 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
2124 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
2125 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
2126 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
2127 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
2128 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
2129 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
2130 print foo_instance1.overload1arg()
2131 print foo_instance1.overload1arg((char)arg2)
2132 print foo_instance1.overload1arg((signed char)arg3)
2133 print foo_instance1.overload1arg((unsigned char)arg4)
2134 print foo_instance1.overload1arg((int)arg7)
2135 print foo_instance1.overload1arg((unsigned int)arg8)
2136 print foo_instance1.overload1arg((float)arg11)
2137 print foo_instance1.overload1arg((double)arg12)
2138
2139 2002-01-07 Michael Snyder <msnyder@redhat.com>
2140
2141 * gdb.base/huge.exp: New test. Print a very large target data object.
2142 (skip_huge_test): New test variable. Define if you want to skip this
2143 test. The test reads an 8 megabyte data object from the target, so it
2144 might be very time consuming on remote targets with a slow connection.
2145 * gdb.base/huge.c: New file. Test case for above.
2146
2147 2002-01-07 Fred Fish <fnf@redhat.com>
2148
2149 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
2150 g_instance.bfoo, and g_instance.cfoo.
2151
2152 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
2153
2154 * gdb.base/break.c (multi_line_if_conditional): New function.
2155 (multi_ilne_while_conditional): Likewise.
2156 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
2157 IF or WHILE condition puts the breakpoint at the start of
2158 the condition.
2159
2160 * gdb.base/selftest.exp (backtrace through signal handler): Remove
2161 hppa*-*-hpux* expected failure.
2162 * gdb.base/structs.exp (do_function_calls): Similarly.
2163
2164 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
2165 watchpoints.
2166
2167 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2168
2169 Fix PR gdb/66.
2170 * gdb.base/structs.exp: Replace skip for a29k with skip for
2171 gdb,cannot_call_functions.
2172 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
2173 * gdb.base/callfuncs.exp: Ditto.
2174 * gdb.base/call-rt-st.exp: Ditto.
2175 * gdb.base/call-strs.exp: Ditto.
2176 * gdb.base/callfwmall.exp: Ditto.
2177 * gdb.base/scope.exp: Obsolete xfail a29k.
2178 * gdb.c++/misc.exp: Ditto.
2179 * gdb.c++/cplusfuncs.exp: Ditto.
2180 * gdb.base/ptype.exp: Ditto.
2181 * gdb.base/printcmds.exp: Ditto.
2182 * gdb.base/opaque.exp: Ditto.
2183 * gdb.base/list.exp: Ditto.
2184 * gdb.base/funcargs.exp: Ditto.
2185 * gdb.base/default.exp: Ditto.
2186
2187 2002-01-04 Michael Snyder <msnyder@redhat.com>
2188
2189 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
2190 * gdb.base/maint.exp: Add tests for maint info sections options.
2191
2192 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
2193
2194 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
2195
2196 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
2197
2198 * gdb.asm/arm.inc: New file.
2199 * gdb.asm/asm-source.exp: Add arm targets.
2200 * gdb.asm/configure.in: Ditto.
2201 * gdb.asm/configure: Recreated from configure.in.
2202
2203 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
2204
2205 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
2206 with HP's compiler.
2207 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2208 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2209 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2210 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2211
2212 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
2213 either HP's compilers or GCC.
2214
2215 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
2216 a SIGBUS or SIGSEGV.
2217
2218 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
2219
2220 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
2221 can be compiled with either HP's compiler or GCC.
2222
2223 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
2224 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
2225 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
2226
2227 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
2228 to match current gdb output. Update due to using auto-solib-limit
2229 for limiting instead of overloading auto-solib-add.
2230 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
2231 test program.
2232
2233 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
2234 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
2235 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2236 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2237 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2238 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2239 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
2240 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
2241 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
2242 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
2243 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
2244 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
2245 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
2246
2247 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
2248 a SIGTRAP to the inferior.
2249
2250 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
2251
2252 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
2253 Substitute call to target_link by call to gdb_compile.
2254
2255 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
2256
2257 * gdb.base/break.exp: Fix HP specific search string when testing
2258 backtracing in a called function.
2259
2260 * gdb.base/constvars.exp: Only set lang to C++ if we're
2261 compiling the test with HP's compilers.
2262 * gdb.base/volatile.exp: Similarly.
2263
2264 2001-12-19 Jim Blandy <jimb@redhat.com>
2265
2266 * gdb.base/printcmds.exp: Expect the null character to be printed
2267 as '\0', and the '\013' to be printed as '\v'.
2268 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
2269 * gdb.base/setvar.exp: Same.
2270
2271 2001-12-17 Jim Blandy <jimb@redhat.com>
2272
2273 * gdb.base/completion.exp: Rather than completing very long
2274 filenames, which can make the readline library produce output we
2275 don't recognize, cd to the directory first, and then complete
2276 using nice, short relative paths.
2277
2278 * gdb.base/completion.exp: On some systems, there is, in fact, a
2279 variable named `b' in scope, since GDB treats all static
2280 variables as being in scope. So use `no_var_named_this'
2281 instead of `b'.
2282
2283 * gdb.base/corefile.exp: Recognize the message saying that GDB
2284 can't find the core file's registers as a failure.
2285
2286 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
2287
2288 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
2289 test expect string more specific.
2290
2291 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
2292
2293 * gdb.asm/asm-source.exp: Add support for xstormy16.
2294 * gdb.asm/configure.in: Ditto.
2295 * gdb.asm/configure: Rebuild.
2296 * gdb.asm/xstormy16.inc: New file.
2297
2298 2001-12-10 Fred Fish <fnf@redhat.com>
2299
2300 * gdb.base/maint.exp: Update to match changes in type dumping code.
2301
2302 2001-12-10 Jim Blandy <jimb@redhat.com>
2303
2304 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
2305 matching the entry point symbol's name at the beginning of the
2306 line.
2307
2308 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2309
2310 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
2311 gdb.c++/inherit.exp, gdb.c++/method.exp,
2312 gdb.c++/namespace.exp, gdb.c++/templates.exp,
2313 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
2314 and class layout support.
2315
2316 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2317
2318 * gdb.c++/classes.exp: Add test for static member function.
2319 * gdb.c++/misc.cc: Add class with static member function.
2320
2321 2001-12-07 Jim Blandy <jimb@redhat.com>
2322
2323 If GDB says it can't find the struct the function returned, report
2324 those tests as `unsupported'.
2325 * gdb.base/call-rt-st.exp (print_struct_call): New function.
2326 Rewrite subsequent tests to use it.
2327
2328 If GDB says it can't find the struct the function returned, report
2329 those tests as `unsupported'.
2330 * gdb.base/structs.exp (call_struct_func): New function.
2331 (do_function_calls): Use call_struct_func to call the functions
2332 returning structs.
2333
2334 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
2335 whether functions are prototyped or not, so we can't possibly pass
2336 arguments to t_float_values2 properly.
2337
2338 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
2339 value of `timeout' for targets other than the mips*tx39-*.
2340
2341 2001-12-06 Michael Snyder <msnyder@redhat.com>
2342
2343 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
2344 and detect whether the start symbol has a leading underscore.
2345
2346 2001-12-04 Jim Blandy <jimb@redhat.com>
2347
2348 * gdb.base/completion.exp: Clarify indentation.
2349
2350 2001-12-03 Jim Blandy <jimb@redhat.com>
2351
2352 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
2353 variables on the S/390, not `.word'.
2354
2355 2001-11-30 Jim Blandy <jimb@redhat.com>
2356
2357 Add assembly-source tests for s390-ibm-linux.
2358 * gdb.asm/s390.inc: New file.
2359 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
2360 the S/390 architecture.
2361 * gdb.asm/configure: Regenerated.
2362
2363 2001-11-30 Michael Snyder <msnyder@redhat.com>
2364
2365 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
2366 next, info source, info sources, info line, global and static
2367 variables, and static functions.
2368 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
2369 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
2370 * gdb.asm/asmsrc1.s: Add a static function and some variables.
2371 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
2372 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
2373 (gdbasm_leave): Restore frame pointer.
2374 (gdbasm_startup): Copy stack set-up from crt0.S.
2375
2376 2001-11-26 Fernando Nasser <fnasser@redhat.com>
2377
2378 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
2379 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
2380 to a local (non-static) variable. Copy tstruct.a to a static buffer
2381 and return a pointer to that buffer.
2382 * gdb.base/callfwmall.c (t_structs_a): Ditto.
2383
2384 2001-11-24 Mark Kettenis <kettenis@gnu.org>
2385
2386 * gdb.asm/configure.in: Fix recognition of ix86 target.
2387 * gdb.asm/configure: Regenerate.
2388
2389 2001-11-21 Michael Snyder <msnyder@redhat.com>
2390
2391 * gdb.asm/sparc.inc: New file.
2392 * gdb.asm/asm-source.exp: Recognize sparc target.
2393 * gdb.asm/configure.in: Recognize sparc target.
2394 * gdb.asm/configure: Regenerate.
2395
2396 2001-11-21 Michael Snyder <msnyder@redhat.com>
2397
2398 * gdb.asm/m32r.inc: New file.
2399 * gdb.asm/asm-source.exp: Recognize m32r target.
2400 * gdb.asm/configure.in: Recognize m32r target.
2401 * gdb.asm/configure: Regenerate.
2402
2403 2001-11-20 Michael Snyder <msnyder@redhat.com>
2404
2405 * gdb.asm/i386.inc: New file.
2406 * gdb.asm/asm-source.exp: Recognize ix86 target.
2407 * gdb.asm/configure.in: Recognize ix86 target.
2408 * gdb.asm/configure: Regenerate.
2409
2410 * gdb.c++/namespace.exp: Fix quotes in output messages.
2411
2412 2001-11-14 Michael Snyder <msnyder@redhat.com>
2413
2414 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
2415 qualifier in a type cast expression, to designate an address
2416 in the instruction space (Harvard architecture).
2417
2418 2001-11-13 Michael Snyder <msnyder@redhat.com>
2419
2420 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
2421 Tests for expressions using 'const' and 'volatile'.
2422
2423 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
2424
2425 * gdb.asm/asm-sources.exp: Allow defining linker flags.
2426
2427 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
2428
2429 * lib/mi-support.exp (mi_run_to_helper): Move comments
2430 outside of gdb_expect.
2431
2432 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
2433
2434 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
2435 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
2436 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
2437 mi0_run_to): New functions.
2438 * gdb.mi/mi-simplerun.exp: Use them.
2439 * gdb.mi/mi0-simplerun.exp: Likewise.
2440 * gdb.mi/mi-var-cmd.exp: Likewise.
2441 * gdb.mi/mi0-var-cmd.exp: Likewise.
2442
2443 2001-11-10 Andrew Cagney <ac131313@redhat.com>
2444
2445 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
2446 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
2447
2448 2001-11-09 Andrew Cagney <ac131313@redhat.com>
2449
2450 * gdb.base/restore.exp: Include $expected value in restored test
2451 message.
2452
2453 2001-11-09 Andrew Cagney <ac131313@redhat.com>
2454
2455 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
2456 implemented.
2457
2458 2001-11-08 Michael Snyder <msnyder@redhat.com>
2459
2460 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
2461 Add pass/fail message for stop at breakpoint in call dummy function.
2462
2463 2001-11-07 Michael Snyder <msnyder@redhat.com>
2464
2465 * gdb.c++/templates.exp (test_template_breakpoints):
2466 If we get an overload menu, but it does not match what
2467 we expect, we still need to issue the "cancel" command.
2468 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
2469 making the whitespace optional. Argument for "new" may be
2470 "unsigned" as well as "unsigned int/long".
2471 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
2472 making the whitespace optional. Also replace "(void) with
2473 "((void|)), making the keyword "void" optional.
2474 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
2475 making the whitespace optional. Also replace "(void) with
2476 "((void|)), making the keyword "void" optional.
2477 * gdb.base/callfuncs.c (t_float_values): This function must
2478 _not_ be prototyped, and the following function (t_float_values2)
2479 must be prototyped (if the compiler supports it), so that GDB
2480 can be tested against both cases. Usually one case involves
2481 promotion of float to double, while the other does not.
2482 * gdb.base/callfwmall.c: Ditto.
2483 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
2484 includes a stack frame for "start".
2485
2486 2001-11-05 Jim Blandy <jimb@redhat.com>
2487
2488 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
2489 pointers are 32 bits long, and that offsets of relocs are always
2490 stored in the data (REL-style), and not in the reloc entry itself
2491 (RELA-style).
2492 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
2493 stabs.
2494
2495 2001-11-01 Michael Snyder <msnyder@redhat.com>
2496
2497 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
2498 and regular expression operators by using quoting.
2499
2500 2001-10-31 Michael Snyder <msnyder@redhat.com>
2501
2502 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
2503 depending on what the symbol table contains.
2504 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
2505 the output of the ptype command. Similarly, accept both "const &"
2506 and "const&".
2507
2508 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
2509
2510 * gdb.base/miscexprs.c (main): Add usage of preprocessor
2511 symbol `STORAGE' to allow to choose the storage class of
2512 the local datastructures.
2513 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
2514 compiler directive.
2515
2516 2001-10-30 Michael Snyder <msnyder@redhat.com>
2517
2518 * gdb.base/jump.exp: Allow it to run for all targets.
2519
2520 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
2521
2522 * gdb.base/call-ar-st.c (print_double_array): Match for loop
2523 with new double_array size.
2524 (main): Change storage class of all local variables to static.
2525 Reduce size of double_array to 9.
2526 * gdb.base/call-ar-st.exp: Increase timeout value.
2527 Change expected output for double array to match new size in
2528 call-ar-st.c.
2529
2530 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
2531
2532 * gdb.base/ending-run.exp: Create identical output when passing
2533 `step to end of run' case. Add regular expression branch satisfying
2534 Stormy16 target.
2535
2536 2001-10-28 Mark Kettenis <kettenis@gnu.org>
2537
2538 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
2539 that we catch the expected failure under Linux/x86.
2540
2541 2001-10-29 Orjan Friberg <orjanf@axis.com>
2542
2543 * gdb.base/setvar.exp: Escape curly braces.
2544 * gdb.stabs/weird.exp: Ditto.
2545
2546 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
2547
2548 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
2549 * gdm.mi/mi0-hack-cli.exp: Likewise.
2550
2551 2001-10-25 Andrew Cagney <ac131313@redhat.com>
2552
2553 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
2554 messages.
2555
2556 2001-10-21 Andrew Cagney <ac131313@redhat.com>
2557
2558 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
2559 checking MI enabled.
2560
2561 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
2562
2563 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
2564
2565 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
2566
2567 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
2568 if gdb child process crashes, just signal an error.
2569
2570 2001-10-02 Jim Blandy <jimb@redhat.com>
2571
2572 * lib/gdb.exp (test_xfail_format): Simplify.
2573
2574 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
2575 front of the variable name `format'. Simplify `if'.
2576
2577 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
2578
2579 * gdb.threads/pthreads.exp: Wait for output and delay
2580 before sending ^C.
2581
2582 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
2583
2584 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
2585 some incorrect output instead of timing out.
2586 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
2587
2588 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
2589
2590 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
2591 check to allow additional `int'.
2592
2593 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
2594
2595 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
2596 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
2597
2598 2001-09-27 Michael Snyder <msnyder@redhat.com>
2599
2600 * lib/gdb.exp (test_debug_format): New proc.
2601 (setup_xfail_format): Use new proc test_debug_format.
2602 * gdb.base/constvars.exp (local_compiler_xfail_check): New
2603 proc; use new service proc test_debug_format.
2604 Replace all other "gcc_compiled" tests with this test.
2605 * gdb.base/volatile.exp (local_compiler_xfail_check): New
2606 proc; use new service proc test_debug_format.
2607 Replace all other "gcc_compiled" tests with this test.
2608
2609 2001-09-27 Michael Snyder <msnyder@redhat.com>
2610
2611 * gdb.base/cvexpr.exp: New file.
2612 * gdb.base/cvexpr.c: New file
2613 Test for expressions using const and volatile keywords.
2614
2615 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
2616
2617 * gdb.base/constvars.exp: Check for different orders of keywords
2618 and additional "int" strings in output.
2619
2620 2001-09-22 Andrew Cagney <ac131313@redhat.com>
2621
2622 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
2623 responses from "help maint".
2624
2625 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
2626
2627 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
2628 to localhost:NNN instead of :NNN, in case Xvfb is listening
2629 only on TCP.
2630
2631 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
2632
2633 * gdb.base/recurse.exp: When checking leaving the watchpoint
2634 scope, recognize when gdb is in function's epilogue and pass.
2635
2636 2001-09-18 Keith Seitz <keiths@redhat.com>
2637
2638 * lib/insight-support.exp (_gdbtk_export_target_info): Add
2639 support for running tests against sid targets.
2640 (gdbtk_done): Ditto.
2641
2642 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
2643
2644 * gdb.base/ending-run.c (main): Set stdout buffersize
2645 to the same reasonable value for any target.
2646 * gdb.base/ending-run.exp: Add a regular expression
2647 to make testsuite happy on Sanyo Stormy16 target.
2648
2649 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
2650
2651 * gdb.base/display.c (do_loops): Add float variable `f'.
2652 Increment f in loop.
2653 * gdb.base/display.exp: Increment timeout by 60 seconds.
2654 Change float display test to use variable `f'.
2655
2656 2001-09-17 Jim Blandy <jimb@redhat.com>
2657
2658 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
2659 overflowing the limited breakpoint tables on some ROM monitors
2660 (like the ROM68K).
2661
2662 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
2663
2664 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
2665 the "-ac" (disable access control) flag.
2666
2667 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
2668
2669 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
2670 ints.
2671
2672 2001-08-30 Keith Seitz <keiths@redhat.com>
2673
2674 * lib/gdb.exp: Move all insight-related functionality into
2675 separate file.
2676 * lib/insight-support.exp: New file.
2677
2678 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
2679
2680 * config/sid.exp (sid_start): Never set sid verbosity; disable
2681 expect_background {} that consumed its stdout; tolerate </dev/null.
2682 Attempt to set endianness override in "sid" protocol mode. Cleanup.
2683
2684 2001-08-18 Andrew Cagney <ac131313@redhat.com>
2685
2686 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
2687 CLI jump command to start it.
2688 (mi_run_to_main): Fail immediatly when unexpected output.
2689
2690 2001-08-18 Andrew Cagney <ac131313@redhat.com>
2691
2692 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
2693 beginning of function. Fix PR gdb/191.
2694
2695 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
2696
2697 * config/sid.exp (sid_start): Don't warn if we cannot figure out
2698 what to force sid endianness to.
2699
2700 2001-08-15 Keith Seitz <keiths@redhat.com>
2701
2702 * lib/gdb.exp (gdbtk_start): Don't set environment
2703 variables for TCL_LIBRARY and friends. Insight will
2704 now figure these out for itself.
2705
2706 2001-08-02 Michael Snyder <msnyder@redhat.com>
2707
2708 * gdb.base/completion.exp: Remove the symbol "a64l" from
2709 the expect string; this is target-specific, and not related
2710 to what is being tested.
2711
2712 2001-08-02 Dave Brolley <brolley@redhat.com>
2713
2714 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2715
2716 2001-07-25 Michael Snyder <msnyder@redhat.com>
2717
2718 * gdb.base/consecutive.exp: New file. Test stepping over
2719 breakpoints on consecutive instructions.
2720 * gdb.base/consecutive.c: New file.
2721
2722 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2723 curly braces in regular expressions.
2724
2725 2001-07-25 Michael Snyder <msnyder@redhat.com>
2726
2727 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2728 legitimate output from stepping out of main.
2729
2730 2001-07-22 Keith Seitz <keiths@redhat.com>
2731
2732 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2733 the empty string, do not run the tests.
2734
2735 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2736
2737 * gdb.base/long_long.exp: Detect size of pointer. Take into
2738 account 2-byte pointers when testing for p/a results.
2739
2740 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2741
2742 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2743 and defined to 1K for m68hc11.
2744 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2745 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2746 (sizeof_random_data): New variable to tell the size of the data table;
2747 don't test past this size; always run to main.
2748
2749 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2750
2751 * gdb.base/return2.exp: return of long long and double fails for
2752 68HC11; don't execute these tests on that platform.
2753 * gdb.base/return.exp: Return of a double fails for 68hc11.
2754
2755 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2756
2757 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2758 tests that print a float.
2759 * call-rt-st.exp: Likewise.
2760
2761 2001-07-12 Mark Kettenis <kettenis@gnu.org>
2762
2763 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2764 running this test on Linux.
2765
2766 2001-06-24 Michael Chastain <chastain@redhat.com>
2767
2768 * gdb.base/arithmet.exp: Remove some tests to make all test names
2769 unique.
2770
2771 2001-07-03 Michael Snyder <msnyder@redhat.com>
2772
2773 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2774 the output of the ptype command.
2775
2776 2001-07-02 Michael Snyder <msnyder@redhat.com>
2777
2778 * gdb.base/completion.exp: Don't assume that break.c is the only
2779 source file that may contain functions named "marker".
2780 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2781
2782 2001-06-28 Andrew Cagney <ac131313@redhat.com>
2783
2784 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2785 of files to delete.
2786
2787 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2788 * gdb.disasm/h8300s.exp: New file.
2789 gdb.disasm/h8300s.s: Likewise.
2790
2791 2001-06-27 Andrew Cagney <ac131313@redhat.com>
2792
2793 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2794 empty breakpoint tables.
2795
2796 2001-06-25 Andrew Cagney <ac131313@redhat.com>
2797
2798 * lib/mi-support.exp: Update args=... part of stop-reason
2799 patterns. Accept either a list or a tuple.
2800
2801 2001-06-23 Andrew Cagney <ac131313@redhat.com>
2802
2803 * lib/mi-support.exp: Remove local emacs variable defining
2804 change-log-default-name.
2805
2806 2001-06-22 Michael Chastain <chastain@redhat.com>
2807
2808 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2809 This is operationally compatible with the previous version.
2810
2811 2001-06-13 Jim Blandy <jimb@redhat.com>
2812
2813 * lib/gdb.exp (gdb_test): Doc fix.
2814
2815 2001-06-10 Michael Chastain <chastain@redhat.com>
2816
2817 * gdb.base/exprs.exp: Remove a duplicate test.
2818
2819 2001-06-06 Jim Blandy <jimb@redhat.com>
2820
2821 * gdb.base/return2.exp (main): Use values to test float and double
2822 returns that are not NaN's, to avoid being confused by IEEE
2823 comparison rules.
2824
2825 2001-06-04 Michael Snyder <msnyder@redhat.com>
2826
2827 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2828 non-zero if control_c fails. Terminate the test on failure,
2829 rather than wait for 12 more tests to time out.
2830
2831 2001-06-06 Jim Blandy <jimb@redhat.com>
2832
2833 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2834 Don't forget to match the GDB prompt.
2835
2836 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2837
2838 2001-06-04 Jim Blandy <jimb@redhat.com>
2839
2840 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2841 command.
2842
2843 2001-05-31 Kevin Buettner <kevinb@redhat.com>
2844
2845 * gdb.base/annota1.exp (info break): Match four or more spaces
2846 after "Address".
2847
2848 2001-05-31 Michael Chastain <chastain@redhat.com>
2849
2850 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2851 (dm_type_int_star): Likewise.
2852 (dm_type_long_star): Likewise.
2853 (dm_type_void_star): Likewise.
2854
2855 2001-05-29 Kevin Buettner <kevinb@redhat.com>
2856
2857 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2858 to a known value in order to get consistent results regardless
2859 of the setting of INPUTRC or the presence or contents of .inputrc.
2860
2861 2001-05-24 Michael Snyder <msnyder@redhat.com>
2862
2863 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2864 Don't require that the main thread and the manager thread are the
2865 first in the list.
2866
2867 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2868 debugging. If test fails, issue an "unsupported" not a "fail".
2869
2870 2001-05-24 Jim Blandy <jimb@redhat.com>
2871
2872 Don't assume that short is shorter than int.
2873 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2874 assume that shorts are smaller than ints. On a 16-bit machine,
2875 this isn't true.
2876 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2877 an int, is not equal to ~0 stored in an unsigned char. This tests
2878 the same thing that the previous test meant to, but works on
2879 16-bit machines, too.
2880 ("print unsigned char != (~0)"): Same test, complemented.
2881
2882 2001-05-24 Michael Snyder <msnyder@redhat.com>
2883
2884 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2885 test for (full_coverage == 0). This makes the test run faster,
2886 and prevents dejagnu getting out of step.
2887
2888 2001-05-23 Kevin Buettner <kevinb@redhat.com>
2889
2890 * gdb.base/finish.exp (finish_void): Revise pattern for
2891 stopping on the call statement to not permit stopping at
2892 the start of the instructions comprising the call sequence.
2893
2894 2001-05-19 Michael Chastain <chastain@redhat.com>
2895
2896 * gdb.base/callfuncs.exp: Make all test names unique.
2897 * gdb.base/commands.exp: Make all test names unique.
2898 * gdb.base/condbreak.exp: Make all test names unique.
2899 * gdb.base/dbx.exp: Make all test names unique.
2900 * gdb.base/default.exp: Make all test names unique.
2901 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2902 and TIMEOUT messages to their corresponding PASS message.
2903 * gdb.base/ending-run.exp: Make all test names unique.
2904 * gdb.base/long_long.exp: Remove duplicate test.
2905
2906 2001-05-21 Kevin Buettner <kevinb@redhat.com>
2907
2908 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2909 stop on the call statement as well as the statement after the
2910 call.
2911
2912 2001-05-21 Michael Snyder <msnyder@redhat.com>
2913
2914 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2915
2916 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2917
2918 * gdb.base/completion.exp: Revamp test. Make it execute on all
2919 platforms.
2920
2921 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2922
2923 * config/gdbserver.exp (gdb_load): Handle the case
2924 in which the arguments to gdbserver are given in the
2925 baseboard configuration file.
2926 Also handle the case in which the server needs to do a
2927 load.
2928
2929 2001-05-07 Keith Seitz <keiths@cygnus.com>
2930
2931 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2932 set up the display for testing.
2933 (gdbtk_start): Convert all paths to paths that tcl will like.
2934 Export target information to environment.
2935 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2936 necessary.
2937 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2938 (to_tcl_path): New proc to convert a given pathname into
2939 a path acceptible as an argument to a tcl command.
2940 (_gdbtk_export_target_info): New proc to export target info
2941 into the environment for gdbtk testing.
2942 (gdbtk_done): New proc to signal end-of-test.
2943
2944 2001-05-06 Jim Blandy <jimb@redhat.com>
2945
2946 * restore.c: Make the code of caller0 correspond to its comment.
2947
2948 2001-05-03 Michael Snyder <msnyder@redhat.com>
2949
2950 * config/sid.exp (gdb_target_sid): Check for error messages.
2951 On error or timeout, don't make expect exit (which will terminate
2952 all subsequent tests); instead just make gdb exit.
2953 (gdb_load): Check for error messages. On error or timeout,
2954 return a negative value.
2955
2956 2001-04-24 Jim Blandy <jimb@redhat.com>
2957
2958 * gdb.c++/templates.exp: If we see the prompt for the overload
2959 list, but we haven't recognized any of the longer patterns,
2960 arrange for this test to fail, not hang.
2961
2962 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2963 variations.
2964
2965 2001-04-22 Michael Chastain <chastain@redhat.com>
2966
2967 * gdb.c++/local.exp: Use the 'runto' library function.
2968 * gdb.c++/namespace.exp: Likewise.
2969 * gdb.c++/overload.exp: Likewise.
2970
2971 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2972
2973 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2974 * gdb.base/step-line.exp: New file. Test step/next in presence of
2975 #line directives.
2976 * gdb.base/step-line.c: New file. Test program for the above.
2977 * gdb.base/step-line.inp: New file. We pretend that this file has
2978 been transformed by some other tool into step-line.c.
2979
2980 2001-03-21 Jim Blandy <jimb@redhat.com>
2981
2982 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2983 unmangled operator names.
2984
2985 2001-03-20 Jim Blandy <jimb@redhat.com>
2986
2987 * gdb.threads/linux-dp.exp: Recognize an additional message
2988 generated by GDB when it doesn't understand how to debug threads
2989 on the target system.
2990
2991 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2992
2993 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2994
2995 2001-03-12 Michael Chastain <chastain@redhat.com>
2996
2997 * gdb.c++/derivation.exp: Use the 'runto' library function.
2998
2999 2001-03-12 Michael Chastain <chastain@redhat.com>
3000
3001 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
3002
3003 2001-02-24 Michael Chastain <chastain@redhat.com>
3004
3005 * gdb.c++/ref-types.exp: Change handwritten code to library
3006 function 'runto'.
3007
3008 2001-03-16 Orjan Friberg <orjanf@axis.com>
3009
3010 * gdb.base/signals.exp: Set count to 0 explicitly.
3011
3012 2001-03-15 Mark Salter <msalter@redhat.com>
3013
3014 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
3015 (gdb_target_monitor): Add check of gdb_target_cmd return value.
3016 (gdb_load): Add support for additional target_info: gdb_download_size
3017 and gdb_load_timeout.
3018
3019 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
3020
3021 * gdb.base/annota1.exp: Move test of isnative to earlier in the
3022 file -- to prevent failing when the compile fails but we have no
3023 intention of running the tests anyway.
3024
3025 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
3026 tests if set.
3027
3028 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
3029 integers.
3030
3031 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
3032 * gdb.c++/namespace.exp: Ditto.
3033
3034 2001-03-07 Orjan Friberg <orjanf@axis.com>
3035
3036 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
3037 * gdb.base/pointers.exp: Relax pattern match of decimals.
3038
3039 2001-03-06 Kevin Buettner <kevinb@redhat.com>
3040
3041 * Makefile.in, config/abug.exp, config/cfdbug.exp,
3042 config/cpu32bug.exp, config/dve.exp, config/est.exp,
3043 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
3044 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
3045 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
3046 config/sh.exp, config/sid.exp, config/slite.exp,
3047 config/sparclet.exp, config/udi.exp, config/unknown.exp,
3048 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
3049 config/vxworks.exp, config/vxworks29k.exp,
3050 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
3051 gdb.base/all-bin.exp, gdb.base/annota1.exp,
3052 gdb.base/arithmet.exp, gdb.base/assign.exp,
3053 gdb.base/async.exp, gdb.base/attach.exp,
3054 gdb.base/bitfields.exp, gdb.base/bitops.exp,
3055 gdb.base/break.exp, gdb.base/call-ar-st.exp,
3056 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
3057 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
3058 gdb.base/commands.exp, gdb.base/completion.exp,
3059 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
3060 gdb.base/constvars.exp, gdb.base/corefile.exp,
3061 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
3062 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
3063 gdb.base/ending-run.exp, gdb.base/environ.exp,
3064 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
3065 gdb.base/finish.exp, gdb.base/foll-exec.exp,
3066 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
3067 gdb.base/funcargs.exp, gdb.base/help.exp,
3068 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
3069 gdb.base/logical.exp, gdb.base/long_long.exp,
3070 gdb.base/maint.exp, gdb.base/mips_pro.exp,
3071 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
3072 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
3073 gdb.base/pointers.exp, gdb.base/printcmds.exp,
3074 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
3075 gdb.base/regs.exp, gdb.base/relational.exp,
3076 gdb.base/remote.exp, gdb.base/reread.exp,
3077 gdb.base/restore.exp, gdb.base/return2.exp,
3078 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
3079 gdb.base/selftest.exp, gdb.base/setshow.exp,
3080 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
3081 gdb.base/sigall.exp, gdb.base/signals.exp,
3082 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
3083 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
3084 gdb.base/step-test.exp, gdb.base/structs.c,
3085 gdb.base/structs.exp, gdb.base/structs2.exp,
3086 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
3087 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
3088 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
3089 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3090 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
3091 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
3092 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
3093 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
3094 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
3095 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
3096 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
3097 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
3098 gdb.fortran/types.exp, gdb.java/jmisc.exp,
3099 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
3100 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
3101 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3102 gdb.trace/circ.exp, gdb.trace/collection.exp,
3103 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3104 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3105 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
3106 gdb.trace/report.exp, gdb.trace/save-trace.exp,
3107 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3108 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
3109 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
3110 notices.
3111
3112 2001-02-27 Michael Snyder <msnyder@cygnus.com>
3113
3114 * gdb.base/varargs.c (find_max_double): Fix printf format string:
3115 first arg is int not float.
3116
3117 2001-02-22 Michael Snyder <msnyder@cygnus.com>
3118
3119 * gdb.base/reread.exp: Unsupported for non-native targets;
3120 doesn't work for remote debugging.
3121
3122 2001-02-19 Fernando Nasser <fnasser@redhat.com>
3123
3124 From Drew Moseley <dmoseley@redhat.com>
3125 * gdb.base/ending-run.exp: Properly handle the BSP state when
3126 stepping past the end of main.
3127
3128 2001-02-19 John Moore <jmoore@redhat.com>
3129
3130 * gdb.base/commands.exp (infrun_breakpoint_command_test):
3131 Converted HPUX fix for non-expected items following multiple
3132 step commands into general solution for all platforms.
3133
3134 2001-02-18 Michael Chastain <chastain@redhat.com>
3135
3136 * gdb.c++/classes.exp (do_tests): Change runto statements
3137 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3138 statements demangler agnostic.
3139 * gdb.c++/virtfunc.exp (do_tests): Likewise.
3140 (gdb_virtfunc_restart): Likewise.
3141
3142 2001-02-14 Michael Chastain <chastain@redhat.com>
3143
3144 * gdb.c++/inherit.exp (do_tests): Change runto statements
3145 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3146 statements demangler agnostic.
3147
3148 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
3149
3150 * gdb.threads/pthreads.exp: Unify pass/fail messages for
3151 ``continue to bkpt at common_routine in thread 2'' and ``stopped
3152 before calling common_routine 15 times'' tests.
3153
3154 2001-02-11 Michael Chastain <chastain@redhat.com>
3155
3156 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
3157 Helps the test script figure out which demangler is in use.
3158 (dm_type_foo_ref): Ditto.
3159 (dm_type_int_star): Ditto.
3160 (dm_type_long_star): Ditto.
3161 (dm_type_unsigned_int): Ditto.
3162 (dm_type_void): Ditto.
3163 (dm_type_void_star): Ditto.
3164 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
3165 Probe the gdb demangler and set variables to accommodate
3166 formatting differences.
3167 (info_func_regexp): New function. Same as info_func, but
3168 matches against a regexp.
3169 (info_func): Match against a literal string.
3170 (print_addr_2): New function. Match against a literal string,
3171 which can be different from the input to gdb.
3172 (print_addr): Simply call print_addr_2 with the same argument twice.
3173 (test_lookup_operator_functions): Use demangler formatting variables.
3174 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
3175 the tests in the same order as the C++ class declaration.
3176 (test_paddr_operator_functions): Ditto.
3177 (test_paddr_overloaded_functions): Ditto.
3178 (test_paddr_hairy_functions): Use demangler formatting variables.
3179 Add reference to gdb/19 for related tests.
3180 (do_tests): Call probe_demangler.
3181
3182 2001-01-30 Kevin Buettner <kevinb@redhat.com>
3183
3184 * gdb.c++/templates.cc (printf): Remove unused function definition.
3185
3186 2001-01-26 Felix Lee <flee@redhat.com>
3187
3188 * sid.exp (sid_exit): Pass host, not target, to remote_close.
3189
3190 2001-01-25 matthew green <mrg@redhat.com>
3191
3192 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
3193 up sid.
3194 (sid_exit): Call `remote_pop_conn' after GDB is gone.
3195
3196 2001-01-25 matthew green <mrg@redhat.com>
3197
3198 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
3199 Deprecate $sid_spawn_id.
3200 (sid_exit): Remove code necessary only for `spawn.'
3201
3202 2001-01-25 matthew green <mrg@redhat.com>
3203
3204 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
3205
3206 2001-01-28 Michael Chastain <chastain@redhat.com>
3207
3208 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
3209 to call when tests fail. It takes gdb out of the overloaded
3210 function choice menu back to the main prompt, so that the test
3211 program stays synchronized.
3212 (set_bp_overloaded): New proc to collect all the common
3213 code for setting a breakpoint on an overloaded name. Calls
3214 take_gdb_out_of_choice_menu when needed.
3215 (menu_overload1arg): New variable to collect the repeated
3216 instances of the expected menu for an overloaded name. Change
3217 the regular expression to handle changes in g++ type encoding:
3218 "void" can be either "void" or "", and "unsigned int" can be
3219 either "unsigned int" or "unsigned".
3220 (continue_to_bp_overloaded): Change regular expressions to handle
3221 changes in g++ type encoding.
3222 (no proc): Call take_gdb_out_of_choice_menu when needed.
3223 Remove redundant calls to "info break". Accept either "canceled"
3224 or "cancelled". Change regular expressions in "info break"
3225 calls to handle changes in g++ type encoding. Give all tests
3226 unique strings.
3227
3228 2001-01-17 Ben Elliston <bje@redhat.com>
3229
3230 * config/sid.exp: New file.
3231
3232 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
3233
3234 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
3235
3236 2000-12-21 Michael Snyder <msnyder@cygnus.com>
3237
3238 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
3239 Add a RE to accept a non-ascii char if one is ever presented.
3240
3241 2000-12-20 Fernando Nasser <fnasser@redhat.com>
3242
3243 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
3244
3245 2000-12-18 Michael Snyder <msnyder@cygnus.com>
3246
3247 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
3248 in regexp. One '\' does not suffice on Linux.
3249
3250 2000-12-09 Michael Chastain <chastain@redhat.com>
3251
3252 * gdb.base/break.exp (test_clear_command): Use a marker function
3253 rather than 'main' for the test function. Also move this
3254 test to an execution point where the marker function names are
3255 guaranteed to be bound to functions. (Executing tests after a
3256 'finish' from main runs into name conflicts with local names
3257 in __libc_start_main).
3258
3259 2000-12-07 Michael Snyder <msnyder@cygnus.com>
3260
3261 * gdb.base/finish.exp: New test for gdb's "finish" command.
3262 * gdb.base/return2.exp: New test for gdb's "return" command.
3263 * gdb.base/return2.c: New source file for above.
3264
3265 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3266
3267 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
3268 * gdb.base/miscexprs.exp: Ditto.
3269 * gdb.base/pointers.exp: Ditto.
3270 * gdb.c++/derivation.exp: Ditto.
3271 * gdb.c++/local.exp: Ditto.
3272 * gdb.c++/namespace.exp: Ditto.
3273 * gdb.c++/overload.exp: Ditto.
3274 * gdb.c++/ref-types.exp: Ditto.
3275
3276 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3277
3278 * gdb.base/constvars.exp: Test result of "up" command.
3279 * gdb.base/miscexprs.exp: Ditto.
3280 * gdb.base/pointers.exp: Ditto.
3281 * gdb.base/scope.exp: Ditto.
3282 * gdb.c++/derivation.exp: Ditto.
3283 * gdb.c++/local.exp: Ditto.
3284 * gdb.c++/namespace.exp: Ditto.
3285 * gdb.c++/overload.exp: Ditto.
3286 * gdb.c++/ref-types.exp: Ditto.
3287
3288 2000-11-22 Michael Chastain <chastain@redhat.com>
3289
3290 * mips_pro.exp: Accept either "middle -> top -> main" or
3291 "middle -> main" in the backtrace, because gcc can optimize
3292 tail calls to jumps. Remove setup_xfail for the hppa case.
3293 Add a comment with the original warning messages from PR 3016,
3294 which was filed in 1993, to preserve them for posterity.
3295
3296 2000-11-17 Nick Duffek <nsd@redhat.com>
3297
3298 * lib/gdb.exp (gdb_test): Override timeout with board info.
3299
3300 2000-11-17 Nick Duffek <nsd@redhat.com>
3301
3302 * gdb.base/display.exp: Don't kill running stub. Add "again" to
3303 the second kill and detach messages.
3304
3305 2000-11-17 Nick Duffek <nsd@redhat.com>
3306
3307 * configure.in: Add AC_EXEEXT.
3308 * configure: Regenerate.
3309 * Makefile.in (just-check): Export EXEEXT.
3310 * lib/gdb.exp ($EXEEXT): Import from environment.
3311 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
3312 expect "maint dump-me" on Cygwin.
3313 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
3314 $EXEEXT.
3315
3316 2000-11-17 Nick Duffek <nsd@redhat.com>
3317
3318 * gdb.base/break.exp: Test backtrace and finish from called
3319 function on all platforms, not just HP-UX.
3320
3321 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3322
3323 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
3324 code from gdb_target_monitor, so it can be used independantly
3325 for gdbserver. Also comment out an unnecessary PUTS.
3326
3327 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3328
3329 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
3330 * gdb.base/corefile.exp: Expect the message "Program is being
3331 debugged already" when we send the "corefile" command, since
3332 the preceeding gdb_load may have connected gdb to a remote target.
3333 * gdb.base/display.exp: Disable hardware watchpoints if new
3334 board info variable "no_hardware_watchpoints" is true.
3335 Replace single-letter commands with more readable ones.
3336 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
3337 if new board info variable "no_hardware_watchpoints" is true.
3338 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
3339 to see if stdio (printf) testing is possible.
3340 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
3341 board info variable "no_hardware_watchpoints" is true. Use new
3342 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
3343
3344 2000-11-13 Fernando Nasser <fnasser@redhat.com>
3345
3346 From Orjan Friberg <orjanf@axis.com>:
3347 * gdb.base/printcmds.exp: Escape curly braces followed by a number
3348 in array print pattern match.
3349
3350 2000-11-09 Fernando Nasser <fnasser@redhat.com>
3351
3352 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
3353 spelling "cancelled" to U.S. spelling "canceled" to match changes
3354 made to gdb.
3355 * gdb.c++/ovldbreak.exp: Ditto.
3356
3357 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3358
3359 * gdb.base/callfuncs.c (main): Moved to end of file, call
3360 t_double_values to initialize the FPU before inferior calls are made.
3361 * gdb.base/callfuncs.exp: Test for register preservation after calling
3362 inferior functions. Add tests for continuining, finishing and
3363 returning from a stop in a call dummy.
3364
3365 2000-10-24 Michael Snyder <msnyder@cygnus.com>
3366
3367 * gdb.base/commands.exp: Break up long lines, and re-indent.
3368
3369 2000-10-19 Michael Snyder <msnyder@cygnus.com>
3370
3371 * config/gdbserver.exp: Rewritten from the ground up, to make it
3372 compatible with the current dejagnu tree, and to make it work with
3373 the new "gdbserver" in libremote.
3374
3375 2000-10-16 Michael Snyder <msnyder@cygnus.com>
3376
3377 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
3378 * gdb.base/varargs.exp: Skip entire test if no printf support.
3379 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
3380 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
3381
3382 2000-10-13 Michael Snyder <msnyder@cygnus.com>
3383
3384 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
3385 no floating point support.
3386 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
3387 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
3388 * gdb.base/call-rt-st.exp: Ditto.
3389 * gdb.base/call-strs.exp: Ditto.
3390
3391 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
3392
3393 * gdb.base/sizeof.c: include <stdio.h>.
3394
3395 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
3396 'finish', otherwise uncaptured gdb_prompt would potentially
3397 throw remaining test points out of sync.
3398
3399 2000-07-26 Scott Bambrough <scottb@netwinder.org>
3400
3401 * gdb.base/recurse.exp: Run tests for all targets.
3402 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
3403 gnu-oldld case on ARM.
3404 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
3405 for ARM targets.
3406
3407 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
3408
3409 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
3410 * gdb.java/configure: Rebuild.
3411
3412 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
3413
3414 * gdb.java/jv-exp.exp: New file.
3415
3416 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
3417
3418 * configure: Rebuilt.
3419 * configure.in (configdirs): Add gdb.java.
3420 * gdb.java/jmisc.java: New file.
3421 * gdb.java/jmisc.exp: New file.
3422 * gdb.java/Makefile.in: New file.
3423 * gdb.java/configure: Rebuilt.
3424 * gdb.java/configure.in: New file.
3425 * lib/java.exp: New file.
3426
3427 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
3428
3429 * gdb.base/exprs.exp: Test casts to a pointer including over and
3430 underflow.
3431
3432 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
3433
3434 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
3435 and the compilers sizes.
3436
3437 2000-07-09 Nick Duffek <nsd@redhat.com>
3438
3439 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
3440 (use_methods): New function.
3441 (main): Call use_methods().
3442 * gdb.c++/classes.exp (test_method_param_class): New procedure.
3443 (do_tests): Call test_method_param_class.
3444
3445 2000-07-09 Nick Duffek <nsd@redhat.com>
3446
3447 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
3448 spelling.
3449 (test_enums): New procedure. Move enum tests from end of script
3450 to here. Set breakpoint on function name instead of line number.
3451 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
3452 (enums2): New marker function.
3453 (enums1): New function.
3454 (main): Call enums1(). Move enum tests to enums1().
3455
3456 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
3457
3458 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
3459 compile/link program. Update line numbers.
3460 * gdb.asm/d10v.inc: Define ``startup''.
3461 * gdb.asm/asmsrc1.s: Add definition of _start.
3462
3463 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
3464
3465 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
3466
3467 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3468
3469 * gdb.base/maint.exp: Add 'maint print architecture' item to output
3470 of 'help maint print' command.
3471
3472 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
3473
3474 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
3475 they use gdb_expect_list.
3476
3477 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
3478
3479 * gdb.base/commands.exp: Use ``set remote
3480 memory-read-packet-size'' instead of ``set endian big'' to test
3481 long commands.
3482
3483 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
3484
3485 * gdb.c++/templates.exp (do_tests): Make all of these work under
3486 g++, and stop skipping them.
3487
3488 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
3489 work under g++.
3490
3491 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
3492 initialization.
3493
3494 2000-06-02 Michael Snyder <msnyder@cygnus.com>
3495
3496 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
3497 the regular expression: accept an (almost) arbitrary sequence of
3498 "frames-invalid" and "breakpoints-invalid" messages both before
3499 and after the "starting" message.
3500
3501 2000-06-02 Michael Snyder <msnyder@cygnus.com>
3502
3503 * gdb.c++/local.exp: This test has never been known to work with g++.
3504
3505 2000-05-18 Michael Snyder <msnyder@cygnus.com>
3506
3507 * gdb.base/annota1.exp (annotate-signal-handler-caller):
3508 Relax the regular expression a little, make it pass on Solaris 8.
3509
3510 2000-05-12 Kevin Buettner <kevinb@redhat.com>
3511
3512 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
3513 a call, do not require that gdb stop on the line after the call.
3514 Instead, it is permissible for gdb to stop on the line of the
3515 call itself.
3516
3517 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
3518
3519 * gdb.base/break.exp (bp on small function, optimized file):
3520 Add a second pass pattern. The behavior differs here between stabs
3521 and dwarf for one-line functions. Stabs preserves two line symbols
3522 (one before the prologue and one after) with the same line number,
3523 but dwarf regards these as duplicates and discards one of them.
3524 Therefore the address after the prologue (where the breakpoint is)
3525 has no exactly matching line symbol, and GDB reports the breakpoint
3526 as if it were in the middle of a line rather than at the beginning.
3527
3528 2000-05-08 Michael Snyder <msnyder@cygnus.com>
3529
3530 * gdb.base/interrupt.exp: Make "pass" message say "send"
3531 rather than "send_gdb" (for consistancy).
3532
3533 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3534
3535 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
3536 * gdb.c++/templates.cc: Properly check for GCC version number.
3537 * lib/compiler.cc: Likewise
3538
3539 2000-04-28 Michael Snyder <msnyder@cygnus.com>
3540
3541 * gdb.base/break.exp: When compiled with -O2 optimization,
3542 gdb may not stop at the first line of main, due to code motion.
3543
3544 2000-04-26 Michael Snyder <msnyder@cygnus.com>
3545
3546 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
3547 This test depends on parsing the printf output from the target.
3548 Since the sparclet stub doesn't do stdio, this will never work.
3549 * gdb.base/call-rt-st.exp: ditto.
3550 * gdb.base/call-strs: ditto.
3551
3552 2000-04-24 Michael Snyder <msnyder@cygnus.com>
3553
3554 * gdb.base/miscexprs.exp: make sizeof long array test portable.
3555
3556 * gdb.base/ending-run.exp: After connecting to a remote target,
3557 but before running, the target will appear to be in a random
3558 location. Specify both a file and a line for breakpoints.
3559 Also, the function that calls main may be called 'init'
3560 rather than 'start'.
3561
3562 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3563
3564 * gdb.base/help.exp: Update output for add-symbol-file command.
3565
3566 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
3567
3568 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3569 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
3570
3571 2000-04-07 J.T. Conklin <jtc@redback.com>
3572
3573 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
3574
3575 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
3576
3577 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
3578
3579 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
3580 values that can be represented exactly.
3581 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
3582 above change, and to not check against the directory part of the source
3583 file name.
3584 (step into print_long_arg_list): Likewise.
3585 (print print_small_structs from print_long_arg_list): Likewise.
3586 (print print_long_arg_list): Likewise.
3587
3588 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3589
3590 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
3591
3592 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
3593
3594 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
3595
3596 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
3597
3598 * gdb.base/commands.exp (deprecated_command_test): Add test for
3599 deprecate with no arguments.
3600
3601 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
3602
3603 * gdb.base/break.exp: Add new test for setting breakpoints on
3604 optimized code so we can test breakpoints work even when function
3605 prologues may be optimized away
3606
3607 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3608
3609 From David Whedon <dwhedon@gordian.com>
3610 * gdb.base/commands.exp : Added command deprecator tests.
3611
3612 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
3613
3614 * gdb.base/help.exp: Added test for new apropos command.
3615
3616 2000-03-21 Kevin Buettner <kevinb@redhat.com>
3617
3618 * gdb.base/pointers.c (usevar): New function.
3619 (main): Make sure that global variables v_int_pointer2, rptr,
3620 and y are all referenced someplace in the program by calling
3621 usevar() on them. [Some linkers delete symbols which are
3622 never referenced. The space remains, but there's no way to
3623 get a (symbolic) handle on the variable from the debugger.]
3624
3625 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3626
3627 * gdb.base/printcmds.c: Add typedeffed arrays.
3628
3629 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
3630 procedure to test arrays that are typedef'd.
3631
3632 2000-03-13 James Ingham <jingham@leda.cygnus.com>
3633
3634 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
3635 the library directories.
3636
3637 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
3638
3639 * configure.in (configdirs): Add sub directory gdb.mi.
3640 * configure: Re-generate.
3641
3642 * gdb.mi: New directory.
3643
3644 2000-02-25 Scott Bambrough <scottb@netwinder.org>
3645
3646 * gdb.base/long_long.exp: Correct test suite failure when printing
3647 a long long value as a double on ARM platforms.
3648
3649 2000-02-16 Jim Blandy <jimb@redhat.com>
3650
3651 * gdb.base/break.exp ("breakpoint line number"): Make sure the
3652 default source file is set properly before running this test.
3653
3654 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3655
3656 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
3657 gdbtk/library directory, not in gdbtcl2.
3658
3659 2000-02-04 Jim Blandy <jimb@redhat.com>
3660
3661 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
3662 backslash from regexp pattern.
3663
3664 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
3665 procedure. Use it to run all the "continue to bp overloaded"
3666 tests. Note that this changes the names of the tests slightly.
3667 If the breakpoint hit message includes a hex PC value, because
3668 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
3669 from the real source code, still consider that a pass.
3670
3671 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
3672 XFAIL here if the breakpoint message contains a hex address. Note
3673 similar change on 1999-11-02.
3674
3675 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
3676
3677 * gdb.base/ptype.exp: Establish a default source file before
3678 calling get_debug_format.
3679
3680 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
3681
3682 * gdb.base/watchpoint.exp: Remove duplication of test messages.
3683
3684 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3685
3686 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
3687 of successive stepi commands -- while in the prologue we should see
3688 the function entry bracket.
3689
3690 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3691
3692 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
3693 reach __change_mode() when stepping through the end of main().
3694
3695 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3696
3697 * gdb.base/default.exp: Fix expected pattern.
3698 * gdb.base/help.exp: Same.
3699
3700 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3701
3702 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
3703 Don't use xfail's because that affects only the following test.
3704
3705 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3706 solaris or linux.
3707
3708 * gdb.base/selftest.exp: Update to reflect changes to main.c.
3709
3710 2000-01-07 Michael Snyder <msnyder@cygnus.com>
3711
3712 * gdb.base/display.exp: Some yacc parsers like to say
3713 "A syntax error" rather than "A parse error". Accept both.
3714
3715 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3716
3717 * gdb.base/default.exp: Remove OS dependent string from "target
3718 remote" test.
3719 * gdb.base/help.exp: Same for "help target remote" test.
3720
3721 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3722
3723 From Jim Kingdon <kingdon@redhat.com>:
3724
3725 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3726 prompt (cleanup rather than necessity, but still might keep output
3727 from spilling to next test).
3728
3729 2000-01-02 Fred Fish <fnf@cygnus.com>
3730
3731 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3732 AIX, which defines them in <sys/types.h>.
3733
3734 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
3735
3736 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3737 float" test.
3738
3739 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
3740
3741 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
3742
3743 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3744 outermost frame disallowed".
3745
3746 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3747
3748 * gdb.base/setvar.exp: New tests for setting the value of a struct
3749 with a constant list.
3750
3751 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3752
3753 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3754 require the user to type a cast before setting the value of a struct.
3755
3756 1999-12-06 Jim Blandy <jimb@cygnus.com>
3757
3758 * gdb.base/default.exp: Expect the new 'info float' command on
3759 all i386 platforms.
3760
3761 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3762 LinuxThreads libraries that don't support debugging.
3763
3764 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3765
3766 * gdb.base/remote.c: Fill the buffer with truely random data.
3767 Change the buffer type to ``unsigned char'' to simplify size
3768 arithmetic.
3769
3770 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3771 stub only handles 400-1 byte packets. Verify that the download
3772 worked.
3773
3774 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3775
3776 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3777 tests, using UNRESOLVED for the untested cases. Also, does not wait
3778 for a timeout if the prompt was received before a recognizable pattern.
3779
3780 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3781
3782 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3783
3784 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3785
3786 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3787 watchpoints.
3788
3789 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
3790
3791 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3792
3793 * gdb.c++/local.exp: Be more flexible in recognizing local class
3794 name mangling. Don't allow horribly truncated method names.
3795 * gdb.c++/derivation.exp: Expect protected inheritance.
3796 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3797 * gdb.c++/virtfunc.exp: Likewise.
3798 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3799 when printing a nested enum.
3800
3801 1999-11-22 Jim Blandy <jimb@cygnus.com>
3802
3803 * gdb.base/step-test.exp: Properly await GDB's response to setting
3804 a breakpoint on the call to large_struct_by_value.
3805
3806 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3807 just because we have debug info for the `start' function.
3808
3809 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3810
3811 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3812 "Unknown signal" messages, which indicate (on LinuxThreads) that
3813 GDB doesn't know how to debug threads on this system. This is
3814 better than hanging while philosopher 0 dumps chatter into gdb.log.
3815
3816 1999-11-18 Tom Tromey <tromey@cygnus.com>
3817
3818 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3819
3820 1999-11-18 Fred Fish <fnf@cygnus.com>
3821
3822 * gdb.base/coremaker2.c: Add sample program for generating
3823 cores that is more self contained than coremaker.c. Eventually
3824 I'll add more code to this and tie it into the testsuite.
3825
3826 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3827
3828 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3829
3830 1999-11-10 Jimmy Guo <guo@cup.hp.com>
3831
3832 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3833 from $srcdir/lib/.
3834 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3835 and gdb.c++/.
3836
3837 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3838
3839 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
3840 'continue with watch' test point.
3841
3842 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3843
3844 Merged from p2linux-990323-branch:
3845
3846 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3847
3848 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3849
3850 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3851 {limit,fixed}''. Test ``set download-write-size''.
3852
3853 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3854
3855 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3856 gdb_expect_list.
3857
3858 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3859
3860 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3861
3862 1999-11-03 Mark Salter <msalter@cygnus.com>
3863
3864 * gdb.base/break.exp: Fix "stub continue" pattern.
3865
3866 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3867
3868 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3869
3870 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3871
3872 * gdb.base/display.exp ("finish"): Add timeout clause.
3873
3874 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3875 plain prompt clause, so this doesn't have to time out in order to
3876 fail.
3877
3878 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3879 breakpoint hit messages include an address.
3880
3881 * gdb.base/display.exp: Don't forget to escape parens in regular
3882 expressions. Unix regexp notatation sucks.
3883
3884 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3885
3886 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3887 order for 'signalled' message.
3888
3889 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3890
3891 From Jimmy Guo <guo@cup.hp.com>:
3892 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3893 * gdb.base/annota1.c: Add code for tests to work with.
3894
3895 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3896
3897 * gdb.base/remote.exp: New test for remote downloading settings.
3898 * gdb.base/remote.c: New file with large .data.
3899
3900 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3901
3902 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3903 for LinuxThreads support, merged from the Code Fusion branch.
3904
3905 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3906
3907 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3908 containing exp_continue into a while within an expect. Don't
3909 attempt a start more than three times. Check return value from
3910 gdb_load.
3911
3912 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3913
3914 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3915 a pass case.
3916
3917 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
3918
3919 * gdb.base/break.c (main): Added a statement that we can step
3920 off of.
3921 * gdb.base/break.exp: Added tests for setting a breakpoint
3922 at an offset and stepping onto a breakpoint.
3923
3924 1999-10-01 Fred Fish <fnf@cygnus.com>
3925
3926 * gdb.base/help.exp (help add-symbol-file): Update to match current
3927 gdb output.
3928
3929 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3930
3931 * gdb.base/break.exp: Code locations are in hex, don't forget!
3932 (For HP-UX.)
3933
3934 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3935
3936 * condbreak.exp: Use break.c as test program.
3937 * condbreak.c: Remove, redundant with break.c.
3938
3939 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3940
3941 * config/monitor.exp (gdb_target_monitor): Disable X- and
3942 Z-packets if the target needs it.
3943
3944 1999-09-13 James Ingham <jingham@leda.cygnus.com>
3945
3946 * gdb.c++/overload.exp: Added tests for listing overloaded
3947 functions with function pointers in the arg, explicitly calling
3948 out the version you want.
3949
3950 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3951
3952 * long_long.exp: Add variations of test cases that work for
3953 targets with 16-bit ints and 32-bit doubles.
3954
3955 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3956
3957 * break.c (main): Compare a possibly-uninitialized argc with an
3958 unlikely value that fits in 16 bits.
3959
3960 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3961
3962 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3963 0xfeeb, don't want negative numbers if ints are 16 bits.
3964
3965 * lib/gdb.exp (skip_cplus_tests): New proc.
3966 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3967 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3968 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3969 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3970 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3971 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3972 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3973 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3974
3975 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3976
3977 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3978
3979 * gdb.base/corefile.exp (up): Allow a parameter to appear
3980 in the frame that we're going up to.
3981
3982 From Jim Blandy <jimb@cygnus.com>:
3983
3984 * gdb.base/default.exp (info float): Expect some output now.
3985
3986 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3987 returning floating-point values to fail on the x86.
3988 * gdb.base/callfwmall.exp (do_function_calls): Same.
3989
3990 * gdb.base/list.exp (test_listsize): Correct expectations for
3991 listing line 1 with listsize 2. Also, listing a single line
3992 works now, as does listing three lines. [Kevin's note: There
3993 were a number of other cases fixed too where the expectations
3994 differed...]
3995
3996 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3997
3998 * gdb.base/selftest.exp: Add case for when version prints as
3999 constant string instead of char pointer.
4000
4001 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4002
4003 * gdb.base/ending-run.exp: Add Solaris case for what happens when
4004 stepping out of main.
4005
4006 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
4007 G++ used.
4008
4009 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
4010 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
4011
4012 * gdb.c++/ovldbreak.exp: Update match string in test that
4013 includes a warning of multiple breakpoints.
4014
4015 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
4016
4017 * gdb.base/display.exp: Improve precision of step-after-finish
4018 added yesterday.
4019
4020 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
4021 test.
4022
4023 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
4024 configs when using G++, not just hppa*.
4025
4026 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4027
4028 * gdb.base/async.c: New file.
4029 * gdb.base/async.exp: New file.
4030
4031 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
4032
4033 * gdb.base/break.exp: Tweak PA specific tests to properly handle
4034 PA64.
4035
4036 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
4037
4038 * gdb.base/display.exp: "finish" can leave us mid-line on many
4039 targets, deal with it. Add a small constant to main, instead of
4040 1000 since main+1000 may not be a valid address in the target.
4041
4042 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
4043 on hpux11.
4044
4045 * gdb.base/attach.exp: Handle another hpux11 error message variant
4046 when attaching to a process that does not exist.
4047
4048 1999-08-19 J.T. Conklin <jtc@redback.com>
4049
4050 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
4051 characters in 'continue to 1241' test.
4052
4053 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4054
4055 * gdb.base/call-ar-st.exp: Add a shorter match case for the
4056 stop in print_long_arg_list, define and use a whitespace
4057 variable in print_small_structs test, add an XFAIL for Solaris.
4058 * gdb.base/dbx.exp: XFAIL func commands until somebody is
4059 interested enough to fix.
4060
4061 1999-08-13 Keith Seitz <keiths@cygnus.com>
4062
4063 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
4064 (dbx_gdb_load): Remove. Use gdb_load instead, since that
4065 proc knows about targets other than the natives.
4066 (test_assign): Use "gdb_run_cmd" to "run" the target.
4067 Check that we've actually hit the breakpoint at main.
4068 When we attempt to assign a value to a local variable, check
4069 that the variable is in the current scope, i.e., don't use
4070 a test with an empty result.
4071
4072 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
4073
4074 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
4075 command.
4076
4077 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
4078
4079 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4080 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
4081 gdb.compat, gdb.threads-hp.
4082 gdb.hp/configure, gdb.hp/configure.in: New files.
4083 gdb.hp/Makefile.in: Recurse into new subdirs.
4084 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
4085 gdb.hp/gdb.objdbg: New directory, tests for debugging info
4086 in object files.
4087 gdb.hp/tools: New directory, aux tools for HP-specific tests.
4088
4089 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
4090
4091 * gdb.base/display.exp: Help expect by putting a newline in the
4092 funky printf, remove a bogus p/a test.
4093
4094 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4095
4096 * gdb.base/display.exp: Make sure that when we say 'run', we are
4097 connected to the target. This is necessary when running not
4098 natively.
4099
4100 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
4101
4102 * gdb.base/step-test.exp: Removed some extraneous messages.
4103
4104 * gdb.base/long_long.exp: Don't run memory examination tests
4105 on little-endian targets (they will need a different set of
4106 results to match).
4107
4108 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
4109
4110 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
4111 until somebody decides to fix GDB.
4112
4113 * gdb.base/long_long.c: Stop compiler complaint by specifying long
4114 constant as "ULL".
4115 * gdb.base/long_long.exp: Loosen x/c test, add partial result
4116 matches for a couple x/2 commands.
4117
4118 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
4119
4120 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
4121 by merging in ref-types2 tests.
4122 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
4123
4124 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4125 * gdb.c++/Makefile.in: Add standard actions.
4126 (EXECUTABLES): Rename from PROGS, update list.
4127 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
4128 from gdb.hp.
4129 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
4130 foo and bar locals.
4131 * gdb.c++/anon-union.exp: Fix tests to match.
4132 * gdb.c++/classes.exp: Run if HP compiler used, add extra
4133 expect matches to handle output variations.
4134 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
4135 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
4136 output, add HP alternatives for new and delete prints.
4137 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
4138 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
4139 * gdb.c++/demangle.exp: Use $style when reporting failure.
4140 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
4141 * gdb.c++/inherit.exp: Run if HP compiler used, add some
4142 match alternatives.
4143 * gdb.c++/local.exp: Add match alternatives or xfails for HP
4144 compilers.
4145 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
4146 * gdb.c++/method.exp: Add match alternatives.
4147 * gdb.c++/misc.cc: Add bool types.
4148 * gdb.c++/misc.exp: Add tests for bool types.
4149 * gdb.c++/overload.exp: Add xfails.
4150 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
4151 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
4152 add some more template parameter tests (only for HP currently).
4153 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
4154 * gdb.c++/virtfunc.cc: Add return type and value for main.
4155 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
4156 match alternatives.
4157
4158 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4159
4160 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
4161
4162 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
4163
4164 * gdb.base/signals.exp: Don't expect getting a backtrace from
4165 within a signal handler to fail on Linux.
4166
4167 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
4168
4169 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4170 * lib/gdb.exp: Remove some gratuitious semicolons.
4171 (delete_breakpoints): Increase timeout.
4172 (gdb_expect): Add -notransfer option.
4173 (gdb_test): Use -notransfer option.
4174 (get_compiler_info): Add f77 case.
4175 (get_compiler): New proc, split out from gdb_preprocess, add f77
4176 case.
4177 (gdb_preprocess): Call get_compiler.
4178
4179 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
4180 * gdb.base/attach.exp, gdb.base/display.exp,
4181 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
4182 gdb.base/long_long.exp, gdb.base/printcmds.exp,
4183 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
4184 third arg to gdb_test.
4185 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
4186 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
4187 HP-UX xfails, add others.
4188 * gdb.base/completion.exp: Reflect name change of self-test.
4189 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
4190 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
4191 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
4192 HP failure number.
4193 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
4194 useless HP-UX 10.30 references.
4195 * gdb.base/maint.exp: Loosen matches.
4196 * gdb.base/pointers.c (main): Declare more_code.
4197 * gdb.base/pointers.exp: Match on output of a `next'.
4198 * gdb.base/structs.c: Add prototypes.
4199 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
4200 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
4201
4202 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4203
4204 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
4205 command.
4206
4207 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4208
4209 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
4210 Fix run to main failures. Watchpoint can be hardware watchpoint.
4211
4212 * gdb.base/annota1.exp: Clean up some more, in case printf has
4213 debug info. Deal with lack of signal hanlder info in stack.
4214
4215 From Jim Kingdon <kingdon@redhat.com>:
4216 * gdb.base/annota1.exp: If printf has debug info, deal with it.
4217
4218 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
4219
4220 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
4221 gdb.base/foll-vfork.exp: Don't run for crosses.
4222
4223 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4224
4225 * gdb.base/configure.in: Check for gdbvars.exp instead of
4226 a1-selftest.exp.
4227 * gdb.base/configure: Re-generate.
4228
4229 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
4230
4231 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
4232 in trying to run first and name is too long.
4233
4234 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
4235 pointers2.c and pointers2.exp, respectively.
4236 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
4237 doschk happier.
4238
4239 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
4240
4241 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
4242 callfuncs2.c and callfuncs2.exp.
4243
4244 * gdb.base/list.exp: Remove mistaken xfails.
4245 * gdb.base/list0.h: Add optional prototypes.
4246
4247 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
4248
4249 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
4250 calling malloc.
4251 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
4252 * ptype.exp: Move test for get_debug_format to before its first
4253 use.
4254
4255 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4256
4257 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
4258 * gdb.base/annota2.cc, annota2.exp: Move from here.
4259 * gdb.c++/annota2.cc, annota2.exp: To here.
4260 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
4261
4262 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4263
4264 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
4265 a consistent format.
4266
4267 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
4268
4269 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4270 * lib/gdb.exp (get_compiler_info): Add detection for assorted
4271 HP compilers, also set the globals $true and $false.
4272
4273 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
4274 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
4275 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
4276 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
4277 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
4278 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
4279 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
4280 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
4281 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
4282 whatis.c} Add C++ compatible function definitions and return
4283 types, add includes for library functions.
4284 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
4285 * gdb.base/step-test.c (myglob): Rename from glob.
4286 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
4287 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
4288 files, move here from gdb.hp.
4289 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
4290 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
4291 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
4292 Adjust line numbers in regexps.
4293
4294 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
4295 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
4296 instead of 0/1.
4297
4298 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
4299 foll-vfork.exp: New files, move here from gdb.hp.
4300 * gdb.base/page.exp: New file, test of pagination command.
4301
4302 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
4303 recursion test.
4304 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
4305
4306 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
4307 gdb.base/solib.exp: Fix compiler invocation process.
4308
4309 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
4310 HP-UX 11, turn off overload resolution explicitly.
4311 * gdb.base/commands.exp: Set argument list explicitly, add
4312 watchpoint test.
4313 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
4314 them work.
4315 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
4316 expressions properly.
4317 * gdb.base/corefile.exp: Loosen the match slightly.
4318 * gdb.base/default.exp: Allow "Error accessing memory" message
4319 also.
4320 * gdb.base/display.exp: Skip over x/0 j if PA64.
4321 * gdb.base/funcargs.exp: Add xfails for HP-UX.
4322 * gdb.base/interrupt.exp: Ditto.
4323 * gdb.base/langs.exp: Add symbolic matches governed by compiler
4324 in use.
4325 * gdb.base/list.exp: Add xfails for HP-UX.
4326 * gdb.base/long_long.exp: Refine some of the numeric matches.
4327 * gdb.base/mips_pro.exp: Xfail on HP-UX.
4328 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
4329 * gdb.base/nodebug.exp: Succeed on more varieties of output.
4330 * gdb.base/opaque.exp: Remove some HP-UX xfails.
4331 * gdb.base/ptype.exp: Succeed on more varieties of output.
4332 * gdb.base/scope.exp: Add xfails for HP-UX.
4333 * gdb.base/sect-cmd.exp: Add more cases.
4334 * gdb.base/setvar.exp: Add xfails for HP-UX.
4335 * gdb.base/shlib-call.exp: Loosen some matches slightly.
4336 * gdb.base/signals.exp: Match on void symbolically.
4337 * gdb.base/step-test.exp: Add case for PA64.
4338 * gdb.base/term.exp: Add exit and restart.
4339 * gdb.base/twice.exp: Clean up after self.
4340 * gdb.base/varargs.exp: Disable overload resolution explicitly.
4341 * gdb.base/whatis.exp: Allow more ways to pass tests.
4342
4343 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
4344 no longer useful.
4345
4346 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
4347
4348 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
4349 list of patterns.
4350 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
4351 print_double_array(double_array)", "continuing to breakpoint
4352 1018", "print print_double_array(array_d)" and "continuing to
4353 1034" tests.
4354
4355 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4356
4357 * Makefile.in: Add empty html and install-html targets.
4358
4359 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
4360
4361 * config/mt-*: Remove, these haven't been used since 1996.
4362
4363 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
4364
4365 * gdb.base/call-strs.c, gdb.base/ending-run.c,
4366 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
4367 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
4368
4369 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
4370
4371 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
4372 simpler match case for the ptype of the big class.
4373
4374 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4375
4376 * gdb.exp: Fix test for gdb_prompt existence.
4377
4378 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4379
4380 * gdb.exp (gdb_test): Add fail after calls to perror.
4381
4382 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4383
4384 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
4385
4386 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4387
4388 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
4389
4390 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
4391
4392 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
4393 malloc() is linked in.
4394
4395 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4396
4397 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
4398 step at end.
4399
4400 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
4401
4402 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
4403
4404 * gdb.java/jv-print.exp: New file. (Our first Java test!)
4405
4406 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
4407
4408 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
4409 * gdb.base/mips_pro.exp: Likewise.
4410
4411 1999-06-02 Keith Seitz <keiths@cygnus.com>
4412
4413 * gdb.c++/templates.cc: Change all "new" operators to throw
4414 an exception.
4415 * gdb.c++/cplusfuncs.cc: Likewise.
4416
4417 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
4418
4419 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
4420
4421 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
4422 * gdb.base/ending-run.exp: When stepping out of main, accept a
4423 step into an arbitrary assembler file.
4424
4425 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4426
4427 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
4428 "breakpoint-invalid" to be printed.
4429 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
4430 number of "frames-invalid" and "breakpoint-invalid" to be printed.
4431 * gdb.base/annota2.cc: Initialize a.x to 0.
4432
4433 1999-05-17 Keith Seitz <keiths@cygnus.com>
4434
4435 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
4436 when "skip_float_tests" set.
4437 Ditto for "print print_double_array(array_d)", "print print_small_structs",
4438 "print print_ten_doubles", and "step into print_long_arg_list".
4439 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
4440 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
4441 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
4442 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
4443 "skip_float_tests" is set.
4444 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
4445 when "skip_float_tests" set.
4446
4447 1999-05-06 Keith Seitz <keiths@cygnus.com>
4448
4449 * gdb.base/annota2.cc: Include stdio.h.
4450
4451 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
4452
4453 * gdb.base/crossload.exp: Remove, this has been disabled ever
4454 since BFD stopped including all targets, and cross-GDB gets
4455 plenty of testing anyway.
4456 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
4457 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
4458 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
4459 * gdb.base/README: Remove, was doc for this.
4460 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
4461 needed.
4462
4463 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4464
4465 * gdb.base/call-ar-st.exp: Fix one regular expression in test
4466 output.
4467
4468 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
4469 * gdb.base/annota2.exp: New file. More annotation tests.
4470 * gdb.base/annota1.c: New file. Source file for annota1.exp.
4471 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
4472
4473 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
4474
4475 * config/cfdbug.exp: New file.
4476
4477 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
4478
4479 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
4480 Marcus Daniel's and Dale Hawkins's demangler crashes.
4481
4482 * gdb.c++/demangle.exp (test_gnu_style_demangling,
4483 test_lucid_style_demangling, test_arm_style_demangling,
4484 test_hp_style_demangling): Try Tom Tromey's core-dumping
4485 identifier under each demangling style.
4486
4487 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
4488
4489 * gdb.c++/demangle.exp: Include the current demangling style
4490 in all test names.
4491 (current_demangling_style): New global variable.
4492 (set_demangling_style, test_demangling_core, test_demangling,
4493 test_demangling_exact): New functions.
4494 (test_gnu_style_demangling, test_lucid_style_demangling,
4495 test_arm_style_demangling, test_hp_style_demangling): Use those,
4496 instead of calling gdb_test and gdb_test_exact directly.
4497 (catch_demangling_errors): New function, which reports errors
4498 signalled by the demangling test functions in an orderly way.
4499 (do_tests): Use catch_demangling_errors.
4500
4501 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
4502
4503 * gdb.base/signals.exp (test_handle_all_print): Use () for
4504 grouping in expressions, not {}.
4505
4506 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
4507 initialized yet.
4508
4509 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
4510
4511 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
4512 are listed.
4513
4514 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
4515
4516 * gdb.stabs/weird.exp: Test for CC being defined before
4517 looking at its value.
4518
4519 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
4520
4521 * gdb.base/call-ar-st.exp: Remove stray '#'.
4522 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
4523 "short int" and "long int".
4524 * gdb.c++/overload.cc: Cast the string added in the previous
4525 change, to mollify finicky HP compiler.
4526 * gdb.hp/reg-test.exp (testfile): Fix file name.
4527 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
4528
4529 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
4530 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
4531 alternate form of enum ptype.
4532
4533 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
4534
4535 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
4536 * gdb.hp/*.exp: Change all to run compiler probe only after
4537 passing skip_hp_tests, so as not to waste time on guaranteed
4538 failure.
4539
4540 * gdb.c++/overload.cc: Pass string instead of char addr, always
4541 init ccpfoo.
4542 * gdb.c++/templates.cc: Fix syntax error.
4543
4544 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4545
4546 * gdb.base/commands.exp: Add test for correct position of '>'
4547 when issuing the 'commands' command after a 'while' or 'if'
4548 command.
4549
4550 1999-03-18 James Ingham <jingham@cygnus.com>
4551
4552 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
4553
4554 * gdb.c++/method.exp: It was testing an uninitialized int on the
4555 stack and assuming it was positive.
4556
4557 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
4558
4559 * gdb.base/step-test.exp: Catch a case where finish is broken and
4560 keep it from killing the rest of the tests.
4561 Use gdb_continue_to_end.
4562
4563 * gdb.base/sigall.exp: use gdb_continue_to_end.
4564
4565 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
4566
4567 * gdb.base/display.exp: use runto_main, not run.
4568
4569 * gdb.base/default.exp: Check for the current error message in the
4570 r abbreviation test.
4571 Add strongarm to the targets that know info float.
4572
4573 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
4574 run which doesn't work with monitors.
4575
4576 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
4577
4578 * gdb.base/break.exp: use the gdb_continue_to_end proc.
4579
4580 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
4581 program. Traps the case (in Cygmon) when the program never really
4582 exits. Same as Mark's continue_to_exit, but I had put it in a lot
4583 more places, so I used my name. Sorry Mark...
4584
4585 * config/monitor.exp (gdb_target_monitor): added another
4586 target_info parameter: remotebinarydownload. This will set the
4587 remotebinarydownload flag if this is causing some boards trouble.
4588
4589 1999-03-18 Mark Salter <msalter@cygnus.com>
4590
4591 * lib/gdb.exp (continue_to_exit): New function.
4592
4593 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
4594 * gdb.base/ending-run.exp: Ditto.
4595 * gdb.base/step-test.exp: Ditto.
4596
4597 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
4598
4599 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
4600 (suggested by Art Haas <ahaas@neosoft.com>).
4601
4602 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
4603
4604 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
4605
4606 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
4607
4608 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
4609 descriptions of types (short unsigned int vs unsigned short, etc).
4610
4611 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
4612
4613 * gdb.base/call-strs.exp: Don't assume that `step' will step over
4614 a call to strlen; sometimes we do have sources.
4615
4616 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
4617
4618 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
4619 character, so GDB won't print garbage after its end.
4620
4621 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
4622 breakpoint there instead. Sometimes GCC emits memcpy to handle
4623 the large structures being passed by value, so we step into that
4624 instead of sum_array_print, which obscures what we're really testing.
4625 * gdb.base/step-test.exp: However, we do want a test that notices
4626 the bizarre steps into memcpy, so do that here. Add check for
4627 stepping into function calls that pass large structures by value.
4628 ("Is that a noun clause, or are you just happy to see me?")
4629 Remove all references to specific line numbers.
4630 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
4631 New type and function.
4632 (main): Call large_struct_by_value, passing it a large struct by value.
4633 * lib/gdb.exp (gdb_get_line_number): New function.
4634
4635 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
4636 more portable.
4637
4638 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
4639
4640 * lib/gdb.exp: Doc fixes.
4641
4642 1999-03-05 Nick Clifton <nickc@cygnus.com>
4643
4644 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
4645
4646 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
4647
4648 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
4649 commands. They're not germane to this test, and they don't work
4650 that way on remote targets.
4651
4652 1999-03-01 James Ingham <jingham@cygnus.com>
4653
4654 * Changelog entries merged over from gdb development branch.
4655
4656 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
4657
4658 * lib/gdb.exp (gdbtk_analyze_results): Generic function
4659 for outputting results of test run.
4660
4661 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
4662
4663 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
4664
4665 1999-02-25 Felix Lee <flee@cygnus.com>
4666
4667 * lib/gdb.exp (debug_format): initialize
4668
4669 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
4670
4671 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
4672 * gdb.base/call-rt-st.c: Ditto.
4673
4674 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4675
4676 * gdb.threads/pthreads.exp (horiz): New variable.
4677 (test_startup): Fix regexps that capture thread numbers.
4678
4679 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
4680
4681 * gdb.base/smoke.exp: Disambiguate two test case names (both
4682 called ``print'').
4683
4684 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4685
4686 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
4687 compilation.
4688
4689 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4690
4691 * gdb.base/miscexprs.exp: Change patterns to match GDB's
4692 actual output formatting.
4693 * gdb.base/smoke.exp: GDB removes leading 0's.
4694 * gdb.base/volatile.exp: Don't check type of remuneration;
4695 that variable is no longer defined in constvars.c.
4696 * gdb.base/step-test.c (main): Exit with explicit exit code.
4697 * gdb.base/step-test.exp: Remove two nexti checks--they are
4698 not portable.
4699
4700 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4701
4702 * gdb.base/help.exp ("help delete display"): Fix test to match
4703 gdb's output.
4704
4705 * gdb.base/long_long.c (known_types): Initialize values to zero.
4706 * gdb.base/long_long.exp: Step one more line
4707 so 'dec' is initialized in "get to known place". GDB removes
4708 leading zeros. Explicitly ask for hex formatting. Use
4709 unique test case names.
4710
4711 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4712
4713 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
4714
4715 * gdb.c++/method.exp: Add missing close brace.
4716
4717 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4718
4719 * gdb.base/maint.exp: Use 'set height 0' to disable page
4720 prompting, not 'set height 400'.
4721
4722 Fix a bunch of timeouts.
4723 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4724 four separate tests, so expect doesn't take forever to match a ton
4725 of text against a regexp with lots of .* forms.
4726 ("maint print psymbols", "maint print symbols"): Make some of
4727 these greps more selective, so that expect doesn't try to wade
4728 through huge piles of output and time out.
4729
4730 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4731
4732 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4733 tests: one which doesn't expect shlib events to be reported, and
4734 another which does, but is XFAIL for all platforms other than
4735 HP/UX.
4736
4737 * gdb.base/break.exp: Teach the test suite that the `catch
4738 fork', `catch vfork', and `catch exec' commands produce error
4739 messages on platforms that don't provide these features.
4740
4741 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4742
4743 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4744 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4745 (shortening names from solib_threshold.exp etc), won't run on
4746 anything but HP-UX for the foreseeable future.
4747 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4748 reflect move.
4749
4750 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4751
4752 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4753 gdb.trace/Makefile.in (clean): Remove all test executables.
4754
4755 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4756
4757 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4758 successfully re-sets breakpoints in shared libraries.
4759 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4760
4761 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4762
4763 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4764 and compiled w/o GCC.
4765
4766 * gdb.hp/watch-cmd.exp: ditto.
4767
4768 * gdb.hp/watch-hp.exp: ditto.
4769
4770 * gdb.hp/xdb1.exp: ditto.
4771
4772 * gdb.hp/xdb2.exp: ditto.
4773
4774 * gdb.hp/dbx.exp: ditto.
4775
4776 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4777
4778 * constvars.c: Remove C++-isms.
4779 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4780 with GCC.
4781
4782 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4783
4784 The following changes are part of the HP merge.
4785
4786 * gdb.base/break.exp: new tests to verify that catchpoints for
4787 fork, vfork, and exec don't trigger inappropriately.
4788
4789 * gdb.base/opaque.exp: compile one file at a time, then link.
4790
4791 * gdb.base/signals.exp: be more restrictive about which hppa
4792 systems receive a setup_xfail. new tests.
4793
4794 * gdb.base/solib_threshold.build: new file.
4795 * gdb.base/solib_threshold.exp: new file.
4796 * gdb.base/solib_threshold.link_opts: new file.
4797 * gdb.base/solib_threshold.mk: new file.
4798 * gdb.base/gen_solib_threshold.c: new file.
4799
4800 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4801 tests. New tests for enums inside classes.
4802
4803 * gdb.c++/compiler.cc: indicate support of template debugging.
4804
4805 * gdb.c++/demangle.exp: run hp style demangling tests.
4806
4807 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4808 tests.
4809
4810 * gdb.c++/misc.cc: changes to support new tests.
4811
4812 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4813 to support new tests.
4814
4815 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4816 gcc, then skip these tests.
4817
4818 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4819
4820 The following files are part of the HP merge; some had longer
4821 names at HP, but have been renamed to be no more than 14
4822 characters in length.
4823
4824 * gdb.hp/ambiguous.cc: new file.
4825 * gdb.hp/ambiguous.exp: new file.
4826 * gdb.hp/attach.exp: new file.
4827 * gdb.hp/attach2.exp: new file.
4828 * gdb.hp/classes-hp.exp: new file.
4829 * gdb.hp/ctti.exp: new file.
4830 * gdb.hp/ctti-add.cc: new file.
4831 * gdb.hp/ctti-add1.cc: new file.
4832 * gdb.hp/ctti-add2.cc: new file.
4833 * gdb.hp/ctti-add3.cc: new file.
4834 * gdb.hp/dbx.exp: new file.
4835 * gdb.hp/exception.cc: new file.
4836 * gdb.hp/exception.exp: new file.
4837 * gdb.hp/foll-exec.c: new file.
4838 * gdb.hp/foll-exec.exp: new file.
4839 * gdb.hp/foll-fork.c: new file.
4840 * gdb.hp/foll-fork.exp: new file.
4841 * gdb.hp/foll-vfork.c: new file.
4842 * gdb.hp/foll-vfork.exp: new file.
4843 * gdb.hp/inherit-hp.exp: new file.
4844 * gdb.hp/more-steps.exp: new file.
4845 * gdb.hp/namespace.cc: new file.
4846 * gdb.hp/namespace.exp: new file.
4847 * gdb.hp/optimize.exp: new file.
4848 * gdb.hp/pxdb.c: new file.
4849 * gdb.hp/pxdb.exp: new file.
4850 * gdb.hp/quicksort.exp: new file.
4851 * gdb.hp/reg-test.exp: new file.
4852 * gdb.hp/reg-test.s: new file.
4853 * gdb.hp/sized-enum.c: new file.
4854 * gdb.hp/sized-enum.exp: new file.
4855 * gdb.hp/start-stop.exp: new file.
4856 * gdb.hp/templ-hp.cc: new file.
4857 * gdb.hp/templ-hp.exp: new file.
4858 * gdb.hp/thr-lib.c: new file.
4859 * gdb.hp/thr-lib.exp: new file.
4860 * gdb.hp/thr-lib.h: new file.
4861 * gdb.hp/thr-liblib.c: new file.
4862 * gdb.hp/virtfun-hp.c: new file.
4863 * gdb.hp/virtfun-hp.exp: new file.
4864 * gdb.hp/watch-cmd.exp: new file.
4865 * gdb.hp/watch-hp.exp: new file.
4866 * gdb.hp/xdb1.exp: new file.
4867 * gdb.hp/xdb2.exp: new file.
4868 * gdb.hp/xdb3.exp: new file.
4869
4870 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4871
4872 The following files are part of the HP merge; some had longer
4873 names at HP, but have been renamed to be no more than 14
4874 characters in length.
4875
4876 * gdb.base/ss.h: new file.
4877 * gdb.base/call-ar-st.c: new file.
4878 * gdb.base/call-ar-st.exp: new file.
4879 * gdb.base/call-rt-st.c: new file.
4880 * gdb.base/call-rt-st-exp: new file.
4881 * gdb.base/call-strs.exp: new file.
4882 * gdb.base/ena-dis-br.exp: new file.
4883 * gdb.base/environ.exp: new file.
4884 * gdb.base/long_long.exp: new file.
4885 * gdb.base/sect-cmd.exp: new file.
4886 * gdb.base/shlib-cl2.exp: new file.
4887 * gdb.base/smoke.exp: new file.
4888 * gdb.base/so-impl-ld.c: new file.
4889 * gdb.base/so-impl-ld.exp: new file.
4890 * gdb.base/so-indr-cl.c: new file.
4891 * gdb.base/so-indr-cl.exp: new file.
4892 * gdb.base/varargs.exp: new file.
4893 * gdb.base/volatile.exp: new file.
4894 * gdb.base/whatis-exp.exp: new file.
4895 * gdb.base/display.exp: new file.
4896 * gdb.c++/derivation.exp: new file.
4897 * gdb.c++/local.exp: new file.
4898 * gdb.c++/member-ptr.exp: new file.
4899 * gdb.c++/overload.exp: new file.
4900 * gdb.c++/ovldbreak.exp: new file.
4901 * gdb.c++/ref-types.exp: new file.
4902 * gdb.c++/ref-types2.exp: new file.
4903 * gdb.c++/userdef.exp: new file.
4904
4905 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4906
4907 * gdb.base/default.exp: Reflect wording change in remote.c.
4908
4909 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
4910
4911 * gdb.base/help.exp: Update to reflect current text.
4912
4913 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4914
4915 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4916 they're stack variables and contain garbage.
4917 * gdb.c++/anon-union.exp: new file.
4918
4919 The following changes were made by David Taylor
4920 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4921 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4922 in changes by HP.
4923
4924 * gdb.base/bitops.exp: new file.
4925 * gdb.base/default.exp: change expected messages for catch and
4926 info catch tests to reflect HP merge changes.
4927 * gdb.base/enable-disable-break.exp
4928 * gdb.base/ending-run.c: new file.
4929 * gdb.base/long_long.c: new file.
4930 * gdb.base/maint.exp: new file.
4931 * gdb.base/pointers2.exp: new file.
4932 * gdb.base/shlib-call2.exp: new file.
4933 * gdb.base/solib.exp: new file.
4934 * gdb.base/step-test.c: new file.
4935 * gdb.c++/anon-union.cc: new file.
4936 * gdb.c++/local.cc: new file.
4937 * gdb.c++/member-pointer.cc: new file.
4938 * gdb.c++/method.cc: new file.
4939 * gdb.c++/ref-types.cc: new file.
4940 * gdb.c++/ref-types2.cc: new file.
4941 * gdb.c++/userdef.cc: new file.
4942
4943 * gdb.base/scope.exp: compile one file at a time, then link.
4944 * gdb.base/langs.exp: ditto.
4945 * gdb.base/list.exp: ditto.
4946
4947 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4948
4949 The following changes were made by David Taylor
4950 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4951 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4952 in changes by HP.
4953
4954 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4955 skip tests. When compiling pass c++ flag to gdb_compile.
4956 * gdb.c++/
4957
4958 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4959 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4960 (skip_hp_tests): new function.
4961 (gdb_preprocess): new function.
4962
4963 * configure.in (hpdir): decide whether to configure gdb.hp.
4964 * configure: regenerated.
4965
4966 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4967 to delete on clean.
4968 (EXECUTABLES): update to reflect new additions.
4969 * gdb.base/commands.exp: update message expected.
4970 * gdb.base/default.exp: add copyright notice.
4971 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4972 * gdb.base/help.exp: update messages to reflect current text.
4973 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4974 targets for recurse tests.
4975 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4976 skip this file.
4977
4978 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4979 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4980 compilation.
4981 * gdb.c++/misc.exp: ditto.
4982 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4983 run the tests. tell gdb_compile that it's a c++ compilation.
4984
4985 * gdb.threads/pthreads.exp: fix typo in message.
4986
4987 * gdb.base/all-bin.exp: new file.
4988 * gdb.base/arithmet.exp: new file.
4989 * gdb.base/assign.exp: new file.
4990 * gdb.base/completion.exp: new file.
4991 * gdb.base/cond-expr.exp: new file.
4992 * gdb.base/condbreak.exp: new file.
4993 * gdb.base/define.exp: new file.
4994 * gdb.base/dollar.exp: new file.
4995 * gdb.base/environment.exp: new file.
4996 * gdb.base/eval-skip.exp: new file.
4997 * gdb.base/jump.exp: new file.
4998 * gdb.base/logical.exp: new file.
4999 * gdb.base/pointers.exp: new file.
5000 * gdb.base/relational.exp: new file.
5001 * gdb.base/section_command.exp: new file.
5002 * gdb.base/whatis-expr.exp: new file.
5003
5004 * gdb.base/all-types.c: new file.
5005 * gdb.base/call-array-struct.c: new file.
5006 * gdb.base/call-return-struct.c: new file.
5007 * gdb.base/call-strings.c: new file.
5008 * gdb.base/callfuncs2.c: new file.
5009 * gdb.base/condbreak.c: new file.
5010 * gdb.base/constvars.c: new file.
5011 * gdb.base/display.c: new file.
5012 * gdb.base/int-type.c: new file.
5013 * gdb.base/jump.c: new file.
5014 * gdb.base/miscexprs.c: new file.
5015 * gdb.base/pointers.c: new file.
5016 * gdb.base/pointers2.c: new file.
5017 * gdb.base/shmain.c: new file.
5018 * gdb.base/shr1.c: new file.
5019 * gdb.base/shr2.c: new file.
5020 * gdb.base/solib.c: new file.
5021 * gdb.base/solib1.c: new file.
5022 * gdb.base/solib2.c: new file.
5023 * gdb.base/varargs.c: new file.
5024 * gdb.c++/derivation.cc: new file.
5025 * gdb.c++/overload.cc: new file.
5026 * gdb.c++/ovldbreak.cc: new file.
5027 * gdb.hp/attach.c: new file.
5028 * gdb.hp/attach2.c: new file.
5029 * gdb.hp/average.c: new file.
5030 * gdb.hp/compiler.c: new file.
5031 * gdb.hp/compiler.cc: new file.
5032 * gdb.hp/execd-program.c: new file.
5033 * gdb.hp/follow-exec.c: new file.
5034 * gdb.hp/follow-fork.c: new file.
5035 * gdb.hp/follow-vfork-and-exec.c: new file.
5036 * gdb.hp/misc-hp.cc: new file.
5037 * gdb.hp/more-steps.c: new file.
5038 * gdb.hp/optimize.c: new file.
5039 * gdb.hp/quicksort.c: new file.
5040 * gdb.hp/run-hp.c: new file.
5041 * gdb.hp/start-stop.c: new file.
5042 * gdb.hp/sum.c: new file.
5043 * gdb.hp/templates-hp.cc: new file.
5044 * gdb.hp/thread-local-in-lib.c: new file.
5045 * gdb.hp/thread-local-in-lib.h: new file.
5046 * gdb.hp/thread-local-in-lib.lib.c: new file.
5047 * gdb.hp/vforked-program.c: new file.
5048 * gdb.hp/virtfunc-hp.cc: new file.
5049 * gdb.hp/watchpoint-hp.c: new file.
5050 * gdb.hp/xdb.c: new file.
5051 * gdb.hp/xdb0.c: new file.
5052 * gdb.hp/xdb0.h: new file.
5053 * gdb.hp/xdb1.c: new file.
5054
5055 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
5056
5057 The following change was made by Edith Epstein
5058 <eepstein@cygnus.com> as part of a project to merge in changes
5059 originally made by HP; HP did not create ChangeLog entries.
5060
5061 * gdb.c++/demangle.exp: changed the expected output for some
5062 ARM-style mangling -- removed second reference to datatype.
5063 For example, maint demangle __dt__11T1__pt__2_cFv
5064 T1<char>::~T1<char>(void)
5065 becomes,
5066 maint demangle __dt__11T1__pt__2_cFv
5067 T1<char>::~T1(void)
5068
5069 (test_hp_style_demangling): new hp specific demangling test cases.
5070
5071 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
5072
5073 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
5074 * gdb.trace/backtrace.exp: Likewise.
5075 * gdb.trace/circ.exp: Likewise.
5076 * gdb.trace/collection.exp: Likewise.
5077 * gdb.trace/deltrace.exp: Likewise.
5078 * gdb.trace/infotrace.exp: Likewise.
5079 * gdb.trace/limits.exp: Likewise.
5080 * gdb.trace/packetlen.exp: Likewise.
5081 * gdb.trace/passc-dyn.exp: Likewise.
5082 * gdb.trace/passcount.exp: Likewise.
5083 * gdb.trace/report.exp: Likewise.
5084 * gdb.trace/save-trace.exp: Likewise.
5085 * gdb.trace/tfind.exp: Likewise.
5086 * gdb.trace/tracecmd.exp: Likewise.
5087 * gdb.trace/while-dyn.exp: Likewise.
5088 * gdb.trace/while-stepping.exp: Likewise.
5089
5090 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
5091
5092 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
5093
5094 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
5095
5096 From Brendan Kehoe:
5097 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
5098 int return types.
5099
5100 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
5101
5102 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
5103 remote dos host testing right.
5104
5105 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
5106
5107 * gdb.base/corefile.exp: remove some xfails.
5108
5109 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
5110
5111 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
5112 have different timestamps.
5113
5114 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
5115
5116 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
5117 gdb.base/default.exp: Replace "exec" with "executable".
5118
5119 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
5120
5121 * gdb.base/default.exp: Change else if to elseif from previous
5122 delta.
5123
5124 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
5125
5126 * gdb.base/default.exp: Add brace missing from previous delta.
5127
5128 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
5129
5130 * gdb.base/default.exp: Support test for info float for all
5131 varieties of arm toolchain.
5132
5133 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
5134
5135 * gdb.trace/*.exp: remove "remote_download" command.
5136
5137 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
5138
5139 * gdb.trace/*.exp: remove -gdwarf from compile.
5140
5141 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
5142
5143 * gdb.trace/configure.in(AC_INIT): typo
5144 * gdb.trace/configure: regenerated
5145
5146 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
5147
5148 * config/m68k-emc.exp: New file.
5149 * lib/<emc-support.exp trace-support.exp}: New files.
5150 * configure.in: add new test directory gdb.trace.
5151 * gdb.trace/{configure configure.in Makefile.in}: New files.
5152 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
5153 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
5154 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
5155 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
5156 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
5157 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
5158 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
5159
5160 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
5161
5162 * gdb.c++/classes.exp: Change all regular expressions to match
5163 arbitrary combinations of newline/carriage-return, so that they
5164 will work equally well on Unix and Windows.
5165 * gdb.c++/inherit.exp: ditto.
5166 * gdb.c++/virtfunc.exp: ditto.
5167
5168 1998-08-11 Dawn Perchik <dawn@cygnus.com>
5169
5170 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
5171
5172 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
5173
5174 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
5175 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
5176 to use a0-a3/d0-d3 as needed.
5177
5178 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
5179
5180 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
5181 * gdb.disasm/am33.exp: Corresponding changes.
5182
5183 1998-07-11 Felix Lee <flee@cygnus.com>
5184
5185 * gdb.base/callfuncs.exp: add cmp10 test.
5186 * gdb.base/callfuncs.c (cmp10): new function.
5187
5188 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
5189
5190 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
5191 into two parts to get around a synchronization problem in expect.
5192
5193 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
5194
5195 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
5196
5197 * configure.in: Add options for gdbtk testsuite.
5198
5199 * configure: Regenerate.
5200
5201 * gdb.gdbtk: New directory to hold gdbtk tests.
5202
5203 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5204
5205 * gdb.fortran/types.exp: Escape brackets in expect patterns
5206 for test_float_literal_types_accepted tests.
5207 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
5208 before run test.
5209
5210 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
5211
5212 * am33.exp: Just compile, do not link the testcase.
5213 * am33.s: Add ".am33" pseudoop to force am33 mode.
5214
5215 1998-06-25 Felix Lee <flee@cygnus.com>
5216
5217 * gdb.base/setshow.exp: make sure $pc is sane.
5218
5219 * gdb.stabs/weird.exp: split expect patterns properly.
5220
5221 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
5222
5223 * gdb.disasm/am33.s: New disassembler testfile for the am33.
5224 * gdb.disasm/am33.exp: Run it.
5225
5226 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
5227
5228 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
5229 match processing (and eliminate spurious timeouts when running).
5230
5231 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
5232
5233 * gdb.base/signals.exp (test_handle_all_print): put back Mach
5234 exception test, but conditionalize it on target [mach | gnu].
5235
5236 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
5237
5238 * gdb.base/overlays.exp: fixup compile line for linker script.
5239
5240 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
5241
5242 * gdb.fortran/types.exp: don't guess at float size.
5243
5244 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
5245
5246 * gdb.base/exprs.exp: delete test that depends on int size.
5247
5248 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
5249
5250 * config/sim.exp: Removed checks for target triplets.
5251 (gdb_target_sim): Use gdb,target_sim_options.
5252
5253 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
5254
5255 * gdb.base/reread.exp: New file.
5256 * gdb.base/reread1.c: New file.
5257 * gdb.base/reread2.c: New file.
5258
5259 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
5260
5261 * config/sim.exp: Use 'target sim -sparclite' when running
5262 SPARClite programs.
5263
5264 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
5265
5266 * gdb.base/structs2.exp: New file.
5267 * gdb.base/structs2.c: New file.
5268
5269 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
5270
5271 * gdb.asm/common.inc: New file.
5272 * gdb.asm/d10v.inc: New file.
5273 * asm-source.exp: Pass -I's to gas to find .inc files.
5274 Update line numbers in expected output.
5275 * asmsrc1.s: Rewrite.
5276 * asmsrc2.s: Rewrite.
5277 * configure.in: Create arch.inc symlink.
5278 * configure: Regenerate.
5279 * Makefile.in (distclean): Delete arch.inc.
5280
5281 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
5282
5283 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
5284 (t_enum_value2): ditto
5285 (t_enum_value3): ditto
5286 (main): ditto
5287 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5288
5289 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
5290 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
5291 change.
5292 Use gdb_test instead of send_gdb/gdb_expect sequences.
5293
5294 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
5295
5296 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
5297 not void.
5298
5299 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
5300
5301 * gdb.base/branches.c: Code with lots of loops and
5302 subroutines. Used to test gdbs ability to single step through PC
5303 changes, especially to test mips-tdep.c:mips_next_pc
5304
5305 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
5306
5307 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
5308 more rigorous EGCS C++ error checking.
5309
5310 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5311
5312 * gdb.base/help.exp: Clean up `help set args' and `help show args'
5313 tests.
5314 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
5315 function when asleep.
5316 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
5317 for i*86 Linux and SVR4 signal handling problems.
5318 Remove linux xfail for `next to handler in signals_tests_1', fixed
5319 by recent infrun.c change.
5320 Limit backtrace to 10 frames to avoid timeout problems with infinite
5321 stack backtraces.
5322 Adjust expect pattern in `handle all print' test to match Apr 28 1997
5323 target.[ch] change.
5324
5325 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
5326
5327 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
5328 for a newline from gdb before continuing.
5329 (default_gdb_exit): Just look for y or n.
5330 (gdb_test): Detect abnormal exit from GDB running on DOS; if
5331 it does, fail the rests of the tests in the file.
5332
5333 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
5334
5335 * config/cygmon.exp: New file.
5336
5337 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
5338
5339 * gdb.base/list.exp: Fix problem with "list default lines around
5340 main" test on remote targets.
5341
5342 * gdb.base/scope.exp: Fix problem with filelocal_bss before
5343 run test on remote targets.
5344
5345 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
5346
5347 * gdb.asm: New directory.
5348 * configure.in: Configure it.
5349 * configure: Regenerate.
5350 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
5351 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
5352
5353 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
5354
5355 * config/mn10300-eval.exp: New file to support MN10300 eval board.
5356
5357 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
5358
5359 * gdb.base/overlays (several files): Merge the two overlay
5360 managers into one. Change variables (foox, barx, bazx, grbxx)
5361 back into ints but force them to load in their proper sections.
5362
5363 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
5364
5365 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
5366 on-chip insn memory and IMAP1 to upper 128k.
5367 (D10VCopy): Handle memory regions crossing 16k boundaries.
5368 (D10VCopy): Transfer data in 32 bit chunks.
5369
5370 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
5371
5372 * gdb.base/overlays.c (main): Exit normally when result is
5373 correct.
5374
5375 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
5376 map. Include space for printf in .text segment.
5377
5378 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
5379 updated d10v memory VMA/LMA map.
5380 (D10VCopy): Call D10VTranslate.
5381
5382 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
5383
5384 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
5385
5386 * gdb.base/bar.c (barx, bar): Change variable to small array so
5387 that it won't be put into the .sdata - small data -
5388 section. Update reference.
5389 * gdb.base/baz.c (bazx, baz): Ditto.
5390 * gdb.base/foo.c (foox, foo): Ditto.
5391 * gdb.base/grbx.c (grbxx, grbx): Ditto.
5392
5393 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
5394 to be arrays.
5395
5396 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
5397
5398 * gdb.base/overlays.exp: fix up and get working again.
5399 Add tests for backtraces from an overlay function.
5400
5401 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
5402
5403 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
5404 "calling function with watchpoint enabled".
5405
5406 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
5407
5408 * gdb.base/break.exp (test_next_with_recursion): Remove
5409 gdb_suppress_tests for d10v-*-*.
5410 * lib/gdb.exp (gdb_suppress_tests): Disable this function
5411 pending review of whether it is useful or not.
5412
5413 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
5414
5415 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
5416
5417 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
5418
5419 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
5420 * config/dve.exp: New file to support Densan boards.
5421
5422 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
5423
5424 * gdb.base/interrupt.exp: Document problem of simulators, signals,
5425 reads and BSD.
5426
5427 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
5428
5429 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
5430 response.
5431
5432 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
5433
5434 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
5435
5436 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
5437 test.
5438
5439 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
5440 target_sizeof_long and target_bigendian_p.
5441 (structs_by_value, structs_by_reference): Check values according
5442 to targets word size and endianess.
5443
5444 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
5445
5446 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
5447 output.
5448
5449 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
5450
5451 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
5452 Update test of set args help to match source change.
5453
5454 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
5455
5456 * gdb.base/default.exp: Expect help system output to be in
5457 alphabetical order.
5458 * gdb.base/help.exp: Ditto.
5459
5460 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
5461
5462 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
5463 "i*86-pc-linux-gnu*".
5464 * gdb.base/interrupt.exp: Ditto.
5465 * gdb.base/corefile.exp: Ditto.
5466
5467 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
5468 define vxworks when building the testcase.
5469
5470 * gdb.base/ptype.exp: Fix testnames to be unique.
5471 * gdb.base/radix.exp: Ditto.
5472 * gdb.base/term.exp: Ditto.
5473 * gdb.base/whatis.exp: Ditto.
5474 * gdb.c++/classes.exp: Ditto.
5475
5476 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
5477
5478 * gdb.base/callfuncs.exp: Fix indentation.
5479
5480 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
5481 suppress_flag has been set.
5482 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
5483 target feature.
5484
5485 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
5486
5487 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
5488 the testcase.
5489
5490 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
5491 set_debug_traps() and breakpoint().
5492 * gdb.c++/misc.cc (main): Ditto.
5493 * gdb.c++/templates.cc (main): Ditto.
5494 * gdb.c++/virtfunc.cc (main): Ditto.
5495
5496 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
5497
5498 * lib/gdb.exp(gdb_step_for_stub): New function.
5499 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
5500 exists, reload the executable and do a "continue" instead of
5501 doing a jump.
5502 (runto_main): Use gdb_step_for_stub.
5503
5504 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
5505 tests to have unique names.
5506 * gdb.base/callfuncs.exp: Ditto.
5507 * gdb.base/commands.exp: Ditto.
5508 * gdb.base/default.exp: Ditto.
5509 * gdb.base/help.exp: Ditto.
5510 * gdb.base/list.exp: Ditto.
5511 * gdb.base/opaque.exp: Ditto.
5512 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
5513 similar tests.
5514
5515 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
5516 * gdb.c++/cplusfuncs.cc: Ditto.
5517 * gdb.c++/virtfunc.cc: Ditto.
5518
5519 * config/monitor.exp: Keep track of the last file we saw, rather
5520 than trying to get the info from gdb.
5521
5522 * gdb.fortran/types.exp: Move comment to previous line.
5523
5524 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
5525
5526 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
5527 target mode.
5528
5529 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
5530
5531 From Bob Manson:
5532 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
5533 string from GDB when it connects.
5534
5535 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
5536
5537 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
5538
5539 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
5540 if we can't get a debug format from GDB (we may be testing an
5541 older GDB). Use a 10 second timeout when checking for the format.
5542
5543 * gdb.stabs/weird.exp: Fix quoting.
5544
5545 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
5546
5547 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
5548
5549 * config/arm-ice.exp: New file.
5550
5551 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
5552
5553 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
5554 until it has been modified to work with the new testsuite.
5555
5556 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
5557 testcase won't compile, cause all of the testcases in the file to
5558 fail instead.
5559
5560 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
5561 (gdb_clear_suppressed): New procedure.
5562 (gdb_stop_suppressing_tests): Only clear suppress_flag if
5563 it contains a positive value.
5564
5565 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
5566
5567 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
5568
5569 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
5570
5571 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
5572
5573 * lib/gdb.exp (setup_xfail_format): New function.
5574 (get_debug_format): New function to get debug format.
5575 (debug_format): New global variable to hold last value set
5576 by get_debug_format.
5577 * gdb.base/list.exp: Call get_debug_format and expect some
5578 tests to fail for DWARF 1 and COFF formats.
5579 * gdb.c++/ptype.exp: Ditto.
5580 * gdb.c++/classes.exp: Ditto.
5581 * gdb.c++/cplusfuncs.exp: Ditto.
5582 * gdb.c++/inherit.exp: Ditto.
5583 * gdb.c++/templates.exp: Ditto.
5584 * gdb.c++/virtfunc.exp: Ditto.
5585
5586 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
5587
5588 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
5589 host doesn't have a currently-open connection.
5590
5591 * config/sparclet.exp: Cleanups and fixes to make it generic for
5592 any gdb stub target. Handle cases where gdb doesn't respond when
5593 interrupted in a sane fashion.
5594
5595 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
5596 same thing in a totally different way.
5597
5598 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
5599 setting "timeout".
5600 (gdb_start): We set the global gdb_prompt variable in
5601 default_gdb_init now.
5602
5603 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
5604
5605 * gdb.base/printcmds.exp: Fix "check for floating addition"
5606 regexp to accept results within approx +/- .01 of exact value.
5607 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
5608
5609 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
5610
5611 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
5612 properly.
5613 (gdb_expect): Add optional timeout parameter, and add timeout
5614 value to various calls.
5615 (gdb_suppress_tests): Only give one warning message per group.
5616
5617 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
5618
5619 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
5620 global variables. Handle getting a value for $timeout more
5621 gracefully.
5622
5623 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5624
5625 * lib/gdb.exp: Close connection to remote host if gdb doesn't
5626 initialize.
5627 (default_gdb_init): New procedure; allow gdb_init to be overridden
5628 by a target configuration file.
5629 (gdb_expect): Pass the timeout to remote_expect.
5630
5631 * config/monitor.exp(gdb_load): Fix typo in regexp.
5632
5633 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
5634
5635 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
5636
5637 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
5638
5639 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
5640 here. Call gdb_target_exec before rebooting the target, to make
5641 sure the connection to the target is closed.
5642 (gdb_load): Pass the name of the executable to gdb_target_monitor.
5643 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
5644 Also detect "Timeout reading from remote" error.
5645
5646 * config/gdbserver.exp: Pass the executable being loaded to
5647 gdb_target_monitor. Don't call gdb_file_cmd here; let
5648 gdb_target_monitor do it.
5649
5650 * gdb.disasm/hppa.exp: Don't use exec_output.
5651
5652 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
5653
5654 * gdb.base/list.exp: If we're debugging a non-native target,
5655 try to set the pc register to point to the start of the
5656 program before doing the first list command.
5657
5658 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
5659 test_calls after restarting.
5660
5661 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
5662 reloading.
5663
5664 * gdb.base/watchpoint.exp: Fix typo.
5665
5666 * gdb.base/setshow.exp: Check for use_gdb_stub.
5667
5668 * gdb.base/break.exp: Fix continue until exit test for the gdb
5669 stub case.
5670 * gdb.base/langs.exp: Ditto.
5671
5672 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
5673 gdb_load_offset. If we weren't given a file to load, figure out
5674 what the current file is and use it.
5675
5676 * config/i386-bozo.exp: New file.
5677
5678 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
5679
5680 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
5681 feature.
5682
5683 * config/proelf.exp: New entry.
5684
5685 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
5686
5687 * lib/gdb.exp: Remove spurious .* patterns at the beginning
5688 of regexps.
5689
5690 * gdb.base/watchpoint.exp: Don't run the test_stepping
5691 tests if gdb can't call functions on the target.
5692
5693 * gdb.base/setshow.exp: Don't run the set prompt tests if
5694 the board has gdb_prompt set.
5695
5696 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
5697
5698 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
5699 * gdb.base/commands.exp: Likewise.
5700 * gdb.base/setshow.exp: Likewise.
5701
5702 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
5703
5704 * config/monitor.exp(gdb_start): Look for gdb_prompt target
5705 feature.
5706
5707 * config/i960.exp: New file.
5708
5709 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
5710
5711 * gdb.base/funcargs.exp: Check for gdb,short_int target
5712 feature instead of looking for explicit target triplets.
5713
5714 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
5715
5716 * gdb.base/printcmds.exp: add a couple more tests a la
5717 "p 123DEADBEEF", to check parse_number.
5718 * top.c: change "to enable to enable" to "to enable" in a couple
5719 of help strings.
5720
5721 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5722
5723 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5724 on the mn10300.
5725
5726 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5727
5728 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5729 where the test executable is run with explicit args.
5730 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5731
5732 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5733
5734 * gdb.base/run.c: Use FAKEARGV to build test executable that
5735 does not require a command line arg, since most simulators
5736 don't currently support passing such an arg into the simulated
5737 program.
5738 * gdb.base/commands.exp: Change tests to insert the proper
5739 value as the arg to the first recursive factorial call. Change
5740 compilation line to define FAKEARGV at compile time.
5741
5742 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5743
5744 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5745 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5746 function with watchpoint enabled" test.
5747
5748 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5749
5750 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5751 Don't call gdb_test when the command doesn't return to a gdb prompt.
5752
5753 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5754 "Tests restarted" messages.
5755
5756 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5757
5758 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5759
5760 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
5761
5762 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5763 for INFO SYMBOL; add help tests for OVERLAY commands.
5764 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5765 add tests for OVERLAY commands
5766 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5767 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5768 * gdb.base/sigall.c: add usestubs code frag
5769 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
5770
5771 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5772
5773 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5774 failures.
5775 (gdb_stop_suppressing_tests): Note that tests have restarted.
5776
5777 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5778
5779 * config/h8300.exp: New file.
5780
5781 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5782
5783 * gdb.base/setshow.exp: Check for the existence of a
5784 feature, not its value.
5785
5786 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5787
5788 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5789
5790 * gdb.base/scope.exp: It's now init0(), not init().
5791
5792 * gdb.base/scope0.c: For now, change init() to be init0().
5793
5794 * config/monitor.exp: Use gdb_serial in preference to serial
5795 or netport.
5796
5797 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5798 and it's not already set.
5799
5800 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5801
5802 * gdb.base/setshow.exp: Only test the run command if the target
5803 isn't using a stub and if it supports argument passing.
5804
5805 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5806
5807 * config/udi.exp(gdb_start): Make sure UDICONF is set
5808 properly before starting gdb.
5809
5810 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5811
5812 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5813 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5814 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5815
5816 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5817
5818 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5819 specialized code to reboot the board, use remote_reboot instead.
5820
5821 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5822
5823 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5824
5825 * config/monitor.exp: Make sure we disconnect from the target.
5826 Also, try a reboot/reload cycle instead of failing if the
5827 load fails.
5828
5829 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5830
5831 * gdb.base/default.exp: Don't set match_max.
5832 * gdb.base/help.exp: Ditto.
5833 * gdb.base/list.exp: Ditto.
5834 * gdb.base/signals.exp: Ditto.
5835
5836 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5837 set, use remote_ld to download the testcase instead of
5838 the GDB loader.
5839
5840 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5841
5842 * config/vr5000.exp: New file.
5843
5844 * config/monitor.exp(gdb_target_monitor): Add pattern for
5845 "Ending remote" to detect errors in connecting.
5846
5847 * gdb.base/setshow.exp: Add .* within auto language test.
5848
5849 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5850 target feature.
5851
5852 * config/monitor.exp(gdb_load): Check for a failure when loading,
5853 and reboot the board if necessary.
5854
5855 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5856 a set of tests. Remove print.* from the patterns being checked.
5857
5858 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5859
5860 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5861 refer to gdb_spawn_id.
5862
5863 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5864 longer used.
5865 * config/sparclet.exp: Ditto.
5866 * config/sparclet-old.exp: Ditto.
5867 * config/slite.exp: Ditto.
5868 * config/sim.exp: Ditto.
5869 * gdb.base/funcargs.exp: Ditto.
5870
5871 * lib/gdb.exp:Remove references to gdb_spawn_id.
5872 (gdb_expect): Move to remote.exp.
5873
5874 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5875
5876 * config/monitor.exp: Detect the "Couldn't establish connection"
5877 message from GDB.
5878
5879 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5880
5881 * gdb.base/bitfields.exp: Use runto instead of explicit
5882 gdb_run_cmd/gdb_expect sequences.
5883
5884 * gdb.base/break.exp(text_next_with_recursion): Add match for
5885 gdb_expect call.
5886
5887 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5888 We also need to handle the "A program is being debugged already"
5889 prompt from gdb. Use gdb_test to set the baud rate.
5890
5891 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5892 to 20000. Really. I mean it.
5893
5894 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5895
5896 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5897 fails. If suppress_flag is set, skip perror message about not
5898 being able to send to GDB.
5899 (send_gdb): If suppress_flag is set, don't try to send commands to
5900 GDB.
5901 (gdb_expect): If suppress_flag is set, always fail immediately.
5902 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5903 (gdb_init): Call gdb_stop_suppressing_tests.
5904 (default_gdb_exit): Ditto.
5905 (default_gdb_start): Ditto.
5906
5907 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5908 gdb_stop_suppressing_tests as appropriate.
5909 * gdb.base/break.exp: Ditto.
5910 * gdb.base/callfuncs.exp: Ditto.
5911 * gdb.base/commands.exp: Ditto.
5912 * gdb.base/exprs.exp: Ditto.
5913 * gdb.base/funcargs.exp: Ditto.
5914 * gdb.base/list.exp: Ditto.
5915 * gdb.base/recurse.exp: Ditto.
5916 * gdb.base/scope.exp: Ditto.
5917 * gdb.base/structs.exp: Ditto.
5918 * gdb.c++/inherit.exp: Ditto.
5919
5920 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5921
5922 * config/vr4300.exp: New file.
5923
5924 * gdb.*/*.exp: Call gdb_expect instead of expect.
5925
5926 * lib/gdb.exp(gdb_expect): New function.
5927
5928 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5929
5930 * lib/gdb.exp(gdb_init): New function.
5931
5932 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5933 for each individual variable set.
5934
5935 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5936 name.
5937
5938 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5939
5940 * gdb.base/scope.exp: Use gdb_test.
5941
5942 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5943 aborting; the testsuite driver will do that for us (see
5944 gdb_finish). Also, use gdb_test in a few more places.
5945
5946 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5947
5948 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5949
5950 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5951
5952 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5953 and "add_tests" are not at the same address.
5954
5955 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5956
5957 * gdb.base/ptype.exp: Use gdb_test.
5958
5959 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5960
5961 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5962 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5963 left in. No longer expect them to fail.
5964
5965 * gdb.stabs/*.mt; Deleted, no longer used.
5966 * gdb.stabs/configure.in: Remove references to target makefile
5967 frags.
5968 * gdb.stabs/configure: Rebuilt.
5969
5970 * gdb.disasm/*.mt: Deleted, no longer used.
5971 * gdb.disasm/configure.in: Remove references to target makefile
5972 frags. Use "sh3.s" as the unique filename for this directory.
5973 * gdb.disasm/configure: Rebuilt.
5974
5975 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5976 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5977 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5978
5979 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5980
5981 * config/udi.exp: Use mondfe,name instead of remote_host.
5982
5983 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5984
5985 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5986 a function with a watchpoint enabled on the mn10200.
5987
5988 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5989 before trying to create it!
5990
5991 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5992
5993 * config/vx.exp: Use hostname instead of netport.
5994
5995 * config/vxworks.exp: New file.
5996
5997 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5998
5999 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
6000 gdb before assuming everything worked. Send a ^C if a timeout
6001 occurs.
6002
6003 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
6004 $gdb_spawn_id directly.
6005 (gdb_run_cmd): Try _start as well as start. Use the target feature
6006 gdb,start_symbol as the symbol to start from when jumping.
6007
6008 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
6009
6010 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
6011 redundant) test.
6012
6013 * gdb.base/recurse.exp: Relax final value test for 'b' so that
6014 it doesn't lose for 16bit integer systems.
6015
6016 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
6017
6018 * gdb.fortran/types.exp: If the target doesn't support "double"
6019 data types, then expect "real" types to only be 4 bytes.
6020
6021 * gdb.c++/virtfunc.exp: Expect failure for virtual function
6022 call tests if the target doesn't support inferior function calls.
6023
6024 * gdb.base/printcmds.exp: Allow minor deviation in FP values
6025 in printf tests.
6026
6027 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
6028
6029 * gdb.base/help.exp: Disable "help set", "help show", and
6030 "help support". Simplify regexp for "help stack".
6031
6032 * gdb.base/default.exp: Set match_max to 5000 and the timeout
6033 to 60 seconds. Temporarily set match_max to 15000 around the
6034 "info copying" test.
6035
6036 * gdb.base/nodebug.exp: Don't try to do an inferior function
6037 call if the target doesn't support them.
6038 * gdb.base/printcmds.exp: Likewise.
6039 * gdb.base/setvar.exp: Likewise.
6040 * gdb.base/structs.exp: Likewise.
6041 * gdb.c++/templates.exp: Likewise.
6042 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
6043
6044 * gdb.base/recurse.exp: Enable for the mn10200.
6045
6046 * configure.in: Do configure gdb.stabs directory for *-*-elf
6047 targets.
6048 * configure: Rebuilt.
6049
6050 * gdb.base/break.exp: Check for gdb,noresults before testing
6051 exit status and/or results from the target.
6052 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
6053 * lib/gdb.exp: Remove old (now bogus) initialization of
6054 noinferior, noargs, noresults and nosignals.
6055
6056 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
6057
6058 * config/sh.exp: New file.
6059
6060 * config/slite.exp: Try to connect multiple times to the board
6061 before rebooting. Only send a "monitor run" if need_monitor_run
6062 is set.
6063
6064 * gdb.base/break.exp: Don't do the "stub continue" test if
6065 the target has gdb_stub set.
6066
6067 * gdb.base/callfuncs.exp: Increase the timeout.
6068
6069 * gdb.base/interrupt.exp: Don't even try to compile the testcase
6070 if the target has gdb,noinferiorio set.
6071
6072 * gdb.base/list.exp: Increase match_max to 10000 characters.
6073
6074 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
6075
6076 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
6077 target.
6078
6079 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
6080
6081 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
6082
6083 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
6084 trying to delete the copy of gdb. Catch the file delete so we
6085 don't die if the delete fails; also, the file should be copied to
6086 the host, not to the build.
6087
6088 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
6089
6090 * lib/gdb.exp(gdb_test): Surround the result pattern with
6091 parenthesis in case it contains multiple regexps separated
6092 with |.
6093
6094 * gdb.base/watchpoint.exp: Use gdb_test.
6095 * gdb.base/default.exp: Ditto.
6096
6097 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
6098
6099 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
6100
6101 * gdb.base/scope.exp: Use gdb_test.
6102 * gdb.c++/classes.exp: Ditto.
6103 * gdb.c++/inherit.exp: Ditto.
6104
6105 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
6106
6107 * gdb.base/crossload.exp: Don't use execute_anywhere, use
6108 remote_exec instead.
6109 * gdb.base/corefile.exp: Don't be ridiculous.
6110 * gdb.base/*.c: Add missing stub invocations.
6111
6112 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
6113
6114 * config/slite.exp: Miscellaneous fixes.
6115
6116 * lib/gdb.exp: Fix runto.
6117
6118 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
6119 the target.
6120
6121 * gdb.base/watchpoint.exp: Fix regexp.
6122
6123 * lib/gdb.exp(default_gdb_exit): Add a catch to the
6124 close and wait commands, as the descriptor may now be
6125 invalid. Always call "remote_close host".
6126
6127 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
6128
6129 Major rewrite for testsuite revision.
6130
6131 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
6132 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
6133 instead of relying on spawn_id to always contain a valid
6134 spawn id.
6135 (get_compiler_info): New procedure to build the ${binfile}.ci
6136 file, instead of replicating this in N different places.
6137 (gdb_compile): New procedure.
6138
6139 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
6140 appropriate arguments) instead of compile. Use gdb_test in a lot
6141 more places. Use send_gdb instead of send. Always run gdb_start
6142 at the start of a testcase, as this is no longer done magically.
6143
6144 config/*-gdb.exp: Rename without the -gdb suffix.
6145
6146 config/mips.exp: Use remote_close instead of exit_remote_shell.
6147 config/monitor.exp: Use target_info instead of looking at
6148 baud, timeout, etc.
6149 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
6150
6151 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6152
6153 * gdb.c++/templates.exp (test_ptype_of_templates),
6154 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
6155 Update expect patterns for destructors and assignment operators
6156 to match corresponding c-typeprint.c changes.
6157 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
6158 to destructor breakpoint test, GDB should be able to set the
6159 destructor breakpoint without specifying arguments.
6160
6161 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
6162
6163 * gdb.threads/pthreads.exp: Change result for failure to compile due
6164 to lack of pthreads runtime support from an error to simply an
6165 unsupported test, per dejagnu standards.
6166
6167 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6168
6169 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
6170 where GDB exits to reduce pattern match time.
6171 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
6172
6173 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
6174
6175 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
6176
6177 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
6178 * gdb.base/default.exp: ditto.
6179 * gdb.base/nodebug.exp: ditto.
6180 * gdb.base/printcmds.exp: ditto.
6181 * gdb.base/ptype.exp: ditto.
6182 * gdb.base/setvar.exp: ditto.
6183 * gdb.base/structs.exp: ditto.
6184 * gdb.base/setshow.c: Guard against uninitialized values of argc.
6185
6186 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
6187
6188 * configure, */configure: Rebuild with autoconf 2.12.
6189
6190 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
6191
6192 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
6193 use new i*86-pc-linux*-gnu quads.
6194 * gdb.base/corefile.exp: Ditto.
6195 * gdb.base/signals.exp: Ditto.
6196 * gdb.base/sigall.exp: Ditto.
6197 * gdb.base/interrupt.exp: Ditto.
6198
6199 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
6200 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
6201 RedHat 4.0.
6202
6203 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
6204 linux. This allows the test case to at least compile on latest
6205 linux, but still not run due to missing the threads runtime library.
6206
6207 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6208
6209 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
6210 directory to search gdb directory. Accept and step over conditional
6211 stack alignment code. Consume $prompt in failure cases.
6212 Reset timeout to $oldtimeout instead of some arbitrary value.
6213 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
6214 timeout problems with infinite stack backtraces.
6215 * gdb.base/ptype.exp (ptype struct link, union tu_link):
6216 Accept function parameters for linkfunc member.
6217
6218 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
6219
6220 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
6221 (CXXFLAGS): Remove, unreferenced.
6222 (B_OPTIONS): Add for -B options and add code to initialize with
6223 previous -B options and also add -B option to pick up cross compiled
6224 runtime.
6225 (TARGET_INCLUDES): Add for -I options and add code to initialize when
6226 doing cross compiles.
6227 (target_alias): Declare global.
6228 (xgcc): Set variable to full path of gcc in build tree. Use findfile
6229 to verify that gcc exists in build tree, and if so set CC to that
6230 gcc and to use B_OPTIONS and TARGET_INCLUDES.
6231
6232 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
6233
6234 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
6235 ptype test for anonymous union. Fixup testcase to match
6236 current gcc debug output.
6237
6238 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
6239
6240 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
6241 force argument to an unsigned long type.
6242
6243 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
6244
6245 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
6246 tests and anonymous union print/ptype tests.
6247 * gdb.base/list.exp (test_forward-search): Increase timeout by
6248 5 minutes for the "search extremely long line" case.
6249 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
6250 completely optional and that the pass/fail messages use the command as
6251 the message if that third arg is a null string.
6252 (gdb_test_exact): Arrange that a null string pattern means match a
6253 null string output rather than any output, which might include random
6254 errors.
6255 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
6256 backtrace test.
6257 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
6258 always failing and failure is now exposed by gdb.exp changes.
6259
6260 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
6261
6262 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
6263 weren't being noted.
6264
6265 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6266
6267 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
6268 * gdb.stabs/weird.exp: Remove v_comb xfails.
6269
6270 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
6271
6272 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
6273 list.exp scope.exp watchpoint.exp]
6274 Make all timeout error msgs explicitly say "(timeout)".
6275
6276 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
6277
6278 * config/monitor.exp: Increase download timeout to 1000 seconds.
6279
6280 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
6281
6282 * config/m32r.exp: Increase timeout to 120 seconds.
6283
6284 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
6285
6286 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
6287 and accept older ordering as obsolescent gcc or gdb.
6288 * gdb.c++/templates.exp: Ditto.
6289 * gdb.c++/virtfunc.exp: Ditto.
6290
6291 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
6292
6293 * gdb.base/coremaker.c: Add code to mmap some data so we
6294 can check that it ends up in the core file.
6295 * gdb.base/corefile.exp: Add test to read mmapped data
6296 from core file.
6297
6298 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
6299
6300 * config/m32r.exp: New file.
6301
6302 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
6303
6304 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
6305 that cflags can contains -gstabs, and work correctly for other tests.
6306
6307 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
6308
6309 * gdb.base/setshow.exp: New file, tests show and set.
6310 * gdb.base/setshow.c: New file, tests show and set.
6311 * gdb.base/help.exp: Add test for help set|show annotate.
6312 * gdb.base/default.exp: Add test for set|show annotate.
6313
6314 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
6315
6316 * testsuite/gdb.base/break.exp: Make backtrace from factorial
6317 errors unique.
6318 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
6319 explicitly.
6320
6321 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
6322
6323 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
6324 and width commands. This is done elsewhere.
6325 * (gdb_start): Don't call gdb_start_sim here. That's already
6326 done in gdb_load. This fixes lots of failures in default.exp.
6327
6328 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
6329
6330 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6331 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
6332 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
6333 in the same we we treat other failures (since it may be an expected
6334 condition), rather than as an error.
6335 * gdb.base/signals.exp (test_handle_all_print): Revert back to
6336 old test format.
6337
6338 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
6339
6340 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
6341 (distclean maintainer-clean realclean): No need to remove files
6342 twice. Nuke the duplicates.
6343 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
6344 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
6345 Remove config.h along with other config files.
6346
6347 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
6348
6349 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
6350 "p func1 ()" and note that rests of tests are skipped.
6351 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
6352 setup_xfails for "print func2::coremaker_local".
6353 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
6354 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
6355 affected by the previous run test.
6356 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
6357 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
6358 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
6359 "pass int powerset tuple" and "pass modeless int powerset tuple".
6360 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
6361 "real write 4" and "real write 8".
6362 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
6363 setup_xfails for "print vs1 after tuple assign 2",
6364 "print \$i after tuple assign 2", and
6365 "print vs2 after tuple assign 2".
6366 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
6367 meaningful error message and return -1 so the caller can
6368 suppress further tests and avoid a cascade of errors.
6369
6370 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
6371
6372 * gdb.base/a1-selftest.exp: Tweak tests to account for new
6373 format for printing version.
6374 * gdb.base/default.exp: Ditto.
6375 * gdb.base/interrupt.exp: Fix problem with cascade of
6376 errors if child process dies while calling a function.
6377
6378 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
6379
6380 * Makefile.in (VPATH): Add
6381 * Makefile.in (Makefile, config.status): Fix rules so things get
6382 remade when necessary.
6383
6384 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
6385
6386 * Makefile.in (just-check): Add path to sibling expect dir
6387 to environment variable specified by RPATH_ENVVAR.
6388
6389 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
6390
6391 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
6392 (just-check): Add shared library paths for libstdc++, tk,
6393 tcl, bfd, and opcodes to the environment variable specified
6394 in RPATH_ENVVAR.
6395 * configure.in: Add support to recognize --enable-shared flag
6396 and generate correct value for RPATH_ENVVAR.
6397 * configure: Regenerated with autoconf.
6398
6399 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
6400
6401 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
6402 include all osf versions.
6403 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
6404 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
6405 when target is linux. When failing to build pthreads test
6406 executable, give more meaningful message.
6407 * gdb.threads/pthreads.c: Hpux also uses old definition of second
6408 arg for pthread_create.
6409
6410 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
6411
6412 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
6413 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
6414 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
6415 and -lpthreads (everybody else).
6416 (test_startup): Fail gracefully if threads are not supported.
6417 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
6418 "p/c array_index("abcdef",2)" when not gcc compiled.
6419 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
6420 "print func2::coremaker_local" when not gcc compiled.
6421 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
6422 "ptype on opaque struct tagname (statically)",
6423 "ptype on opaque struct tagname (dynamically) 1", and
6424 "ptype on opaque struct tagname (dynamically) 2"
6425 for not compiled with gcc.
6426 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
6427 backtrace when compiled with gcc.
6428 * lib/gdb.exp (runto_main): Return result of "runto main" rather
6429 than always return success.
6430
6431 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
6432
6433 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
6434
6435 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
6436
6437 * gdb.base/structs.exp: Undo last change.
6438
6439 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
6440
6441 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
6442 encapsulate all the steps/nexts done during self test, starting
6443 at main, and makes them less sensitive to optimization issues.
6444 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
6445 signal handler" test.
6446 * gdb.threads/pthreads.exp: Only run this for native configs.
6447 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
6448 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
6449 tests.
6450 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
6451 for "runto test_calls(void)" test.
6452
6453 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
6454
6455 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
6456 and don't expect address info in breakpoint confirmations.
6457
6458 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
6459
6460 * gdb.base/list.exp (test_forward_search): Increase timeout
6461 temporarily by 60 seconds for searching extremely long line,
6462 and then reset to old value when done. Increase expect input
6463 buffer to 10000.
6464
6465 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
6466
6467 * gdb.base/list.exp (test_forward_search): Fix to handle very
6468 long source line without overflowing expect's input buffer.
6469
6470 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
6471
6472 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
6473 "buffer_full".
6474
6475 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
6476 "buffer_full".
6477
6478 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
6479 "buffer_full".
6480
6481 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
6482 "buffer_full".
6483
6484 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
6485
6486 * configure.in (configdirs): Add gdb.threads.
6487 * configure: Regenerated with autoconf.
6488 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
6489 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
6490 * gdb.threads/configure: New, generated with autoconf.
6491
6492 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
6493
6494 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
6495
6496 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
6497
6498 * gdb.base/signals.exp (test_handle_all_print): Test separately for
6499 each signal's status in the output of "handle all print".
6500 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
6501 the \r\n sequence that immediately precedes the gdb prompt.
6502 * gdb.base/a1-selftest.exp: Save original timeout and restore
6503 after test.
6504
6505 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
6506
6507 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
6508 symbol.
6509
6510 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6511
6512 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
6513
6514 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
6515
6516 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
6517 timeout by 60 seconds.
6518
6519 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
6520
6521 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
6522 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
6523 error return.
6524
6525 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
6526
6527 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
6528 gdb initialization, also report how long dejagnu waited. Restore
6529 old timeout before doing error return. Temporarily increase timeout
6530 by 3 minutes to allow for slow startups over heavy NFS use.
6531
6532 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
6533
6534 * lib/gdb.exp: Report timeout value for verbosity level 2.
6535 * config/gdbserver.exp: Ditto.
6536 * config/hppro.exp: Ditto.
6537 * config/mips-gdb.exp: Ditto.
6538 * config/monitor.exp: Ditto.
6539 * config/netware.exp: Ditto.
6540 * config/sim-gdb.exp: Ditto.
6541 * config/slite-gdb.exp: Ditto.
6542 * config/udi-gdb.exp: Ditto.
6543 * config/unix-gdb.exp: Ditto.
6544 * config/vx-gdb.exp: Ditto.
6545 * gdb.base/a1-selftest.exp: Ditto.
6546 * gdb.base/a2-run.exp: Ditto.
6547 * gdb.base/break.exp: Ditto.
6548 * gdb.base/corefile.exp: Ditto.
6549 * gdb.base/list.exp: Ditto.
6550 * gdb.base/recurse.exp: Ditto.
6551 * gdb.base/scope.exp: Ditto.
6552 * gdb.base/signals.exp: Ditto.
6553
6554 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6555
6556 * gdb.threads/Makefile.in (docdir): Removed.
6557
6558 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6559
6560 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
6561 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
6562 @srcdir@.
6563 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
6564 autoconf 2.5 or higher.
6565 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
6566
6567 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
6568
6569 * configure: Regenerated.
6570 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
6571 avoid name clashes with SunOS headers.
6572
6573 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
6574
6575 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
6576
6577 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
6578
6579 * gdb.base/callfuncs.exp: Finish last change -- make sure the
6580 prototype information ends up in the compiler info file.
6581
6582 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
6583
6584 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
6585 attempting to regenerate it. Eliminate use of a temporary file
6586 and just generate the info file directly. Source it immediately,
6587 for consistency of use.
6588 * gdb.base/corefile.exp: Ditto
6589 * gdb.base/exprs.exp: Ditto.
6590 * gdb.base/funcargs.exp: Ditto.
6591 * gdb.base/langs.exp: Ditto.
6592 * gdb.base/list.exp: Ditto.
6593 * gdb.base/mips_pro.exp: Ditto.
6594 * gdb.base/nodebug.exp: Ditto.
6595 * gdb.base/opaque.exp: Ditto.
6596 * gdb.base/ptype.exp: Ditto.
6597 * gdb.base/scope.exp: Ditto.
6598 * gdb.base/setvar.exp: Ditto.
6599 * gdb.base/signals.exp: Ditto.
6600 * gdb.base/whatis.exp: Ditto.
6601 * gdb.c++/templates.exp: Ditto.
6602 * gdb.c++/virtfunc.exp: Ditto.
6603 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
6604 whether or not to add -lstdc++ to the compile command line args.
6605
6606 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6607
6608 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
6609 it got fixed by the recent lookup_minimal_symbol_by_pc change.
6610 Increase timeout, a lot of single stepping might be needed if the
6611 target has no hardware watchpoints.
6612
6613 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
6614
6615 * gdb.base/break.exp: Ignore compiler warnings when compiling
6616 break.c.
6617 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
6618 * gdb.base/default.exp: Add h8300 xfails. Handle messages
6619 from remote-sim.
6620 * gdb.base/exprs.exp: Add h8300 xfails.
6621 * gdb.base/funcargs.exp: Likewise.
6622 * gdb.base/nodebug.exp: Likewise.
6623 * gdb.base/printcmds.exp: Likewise.
6624 * gdb.base/ptype.exp: Likewise.
6625 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
6626 h8300 xfails.
6627 * gdb.base/return.exp: Handle float/double precision problems
6628 on the h8300.
6629 * gdb.base/funcargs.c: Explicitly make last constant argument to
6630 call_after_alloca_subr an unsigned long type.
6631 * gdb.base/return.c: Include stdio.h.
6632
6633 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
6634
6635 * config/abug.exp: New file for the older Motorola Bug monitor
6636 that runs on the mvme13x series VME boards.
6637 * config/monitor.exp: Use the new config array for target settings
6638 if they exist.
6639
6640 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
6641
6642 * sim-gdb.exp: Make the SH simulator allocate less space when
6643 it is targeted.
6644
6645 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
6646
6647 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
6648 test.
6649
6650 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
6651
6652 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
6653 "rs6000-*-*" for "list function in include file" when gcc compiled.
6654 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
6655 for "p ctable1[120]".
6656 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
6657 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
6658 Remove setup_xfail for "rs6000-*-*" for
6659 "print 'scope0.c'::filelocal before run".
6660 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
6661 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
6662 since some compilers don't allow both options to be given
6663 on the same command line. Create object file and move it.
6664
6665 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
6666
6667 * gdb.base/corefile.exp: Always regenerate the core file, since
6668 we always regenerate the coremaker program. Detect special case
6669 where registers cannot be read from core file.
6670
6671 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
6672
6673 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6674 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
6675 * gdb.c++/templates.exp: Only match on basename of file since
6676 some formats like xcoff don't encode directory information.
6677 * gdb.stabs/weird.exp: Use the right sed script for powerpc
6678 and rs6000 AIX xcoff targets.
6679 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
6680 * configure: Regenerate.
6681 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
6682 here, rather than in distclean.
6683
6684 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
6685
6686 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
6687 defined, and use it to compile the test case with -O2. The
6688 native compilation still uses no optimization.
6689 * gdb.base/mips_pro.c: Remove inline assembly code since
6690 it is compiled PIC by default, which results in assembler
6691 warnings that make the testsuite think the compilation
6692 was unsuccessful.
6693
6694 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
6695
6696 * gdb.c++/misc.exp: Add note to message for
6697 "print s.a for foo struct" that this is a known gcc 2.7.2
6698 and earlier bug.
6699
6700 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
6701
6702 * gdb.base/break.exp: Fix pattern for matching "Delete all
6703 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
6704 setup_xfail for deleting all breakpoints test. Fix various
6705 timeout messages to include "(timeout)".
6706 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6707 for "p t_float_values2(3.14159,float_val2)".
6708 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6709 for "continue to call2g" when gcc compiled.
6710 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6711 "up to foo in langs.exp", "show language at foo in langs.exp",
6712 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6713 and "show language at fsub in langs.exp".
6714 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6715 "list line 1 in include file", "list message for lines past EOF",
6716 "list function in include file", "list list0.h:foo", and
6717 "list filename:function; nonexistant function".
6718 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6719 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6720 and "ptype t_char_array" to be for native cc only.
6721
6722 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6723
6724 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
6725 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6726 "print func2::coremaker_local", and "backtrace in corefile.exp".
6727
6728 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6729
6730 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6731 "bt in signals.exp". This problem only appears when running
6732 the testsuite, and then only intermittently.
6733
6734 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6735
6736 * gdb.base/return.exp (return_tests): Differentiate between
6737 two tests of continuing.
6738
6739 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6740
6741 * */Makefile.in (maintainer-clean): Remove config.log.
6742 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6743 * gdb.c++/Makefile.in (PROGS): Add inherit.
6744 (clean): Remove *.ci.
6745
6746 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6747
6748 * gdb.c++/misc.cc: Add test code from Mike Stump.
6749 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6750
6751 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6752
6753 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6754 to "alpha-*-osf2*" and add comment.
6755 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6756 setup_xfail for "step over execarg initialization" and
6757 "step over corearg initialization".
6758 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6759 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6760 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6761 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6762 "print func2::coremaker_local", and "backtrace in corefile.exp".
6763 * gdb.base/signals.exp: Build and source signals.ci.
6764 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6765 to be for gcc only.
6766 * lib/gdb.exp: Move verbose statements outside conditionals.
6767
6768 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6769
6770 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6771 Feb 3 procfs.c change.
6772
6773 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6774
6775 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6776
6777 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6778
6779 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6780 from dejagnu's apparent default of 10 seconds, which gives random
6781 results when running the tests over NFS on moderately loaded systems.
6782 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6783
6784 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6785
6786 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6787 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6788 result reports.
6789
6790 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6791
6792 * configure.in (CY_AC_PATH_TCLH): Remove.
6793 * configure: Regenerate.
6794
6795 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6796
6797 * gdb.c++/Makefile.in (clean): Add missing '{'.
6798
6799 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6800
6801 * lib/gdb.exp: Provide a default value for noinferior.
6802
6803 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6804 Load libgloss.exp.
6805
6806 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6807
6808 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6809 the executable, not the .o to run the tests from.
6810
6811 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6812
6813 * gdb.base/break.exp: Don't test for program exit or exit status
6814 if $noresults if nonzero.
6815 * gdb.base/langs.exp: Likewise.
6816 * gdb.base/watchpoint.exp: Likewise.
6817
6818 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6819 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6820 trying to compile the testcase.
6821
6822 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6823
6824 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6825 * gdb.base/signals.exp (continue to handler): Likewise.
6826
6827 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6828
6829 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6830
6831 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6832
6833 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6834
6835 * gdb.base/corefile.exp: Recognize "not found" as failure
6836 when trying to determine if a core file was generated.
6837 If no core file was generate the first time, try again without
6838 the ulimit -c to work around braindamaged shells.
6839
6840 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6841
6842 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6843 [] tests with "test" and enclose string in quotes.
6844 * gdb.stabs/configure: Rebuild
6845
6846 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6847
6848 Changes in sync with expect:
6849 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6850 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6851 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6852 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6853 argument to AC_REQUIRE.
6854 * configure: Regenerated.
6855
6856 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6857
6858 * gdb.base/corefile.exp: When generating a core, discard any
6859 error messages about ulimit not found and the "core dumped"
6860 message from the shell that runs the coredumper.
6861
6862 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6863
6864 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6865
6866 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6867 which sed script to run. Expect failure for v_comb test
6868 on PA targets too.
6869
6870 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6871
6872 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6873 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6874
6875 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6876
6877 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6878 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6879 "sparc-sun-solaris*" xfails for "p v_comb".
6880 * lib/gdb.exp (default_gdb_start): Fix typo.
6881 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6882 messages to not include the full program name that caused
6883 the core dump since some systems (such as solaris) apparently
6884 truncate this path to about 80 characters.
6885 When generating a core file first try increasing the core file
6886 size limit to unlimited since some systems may default it to
6887 zero, and it is harmless to try it. Move the test for failing
6888 to generate a core file to where it will actually get executed.
6889 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6890 new gdb result from g++ debug info improvements and make old
6891 pattern obsolescent. Also account for size_t differences
6892 (may be int or long).
6893 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6894 initialization before function call is placed in the delay slot
6895 and thus appears to be skipped over by commands such as "next".
6896
6897 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6898
6899 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6900
6901 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6902
6903 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6904 input source file; fix code to compile test to deal with this
6905 convention.
6906 * gdb.c++/*.exp: Likewise.
6907
6908 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6909
6910 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6911 "bt in signals.exp".
6912
6913 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6914
6915 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6916 "step over execarg initialization" and
6917 "step over corearg initialization".
6918
6919 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6920
6921 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6922 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6923
6924 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6925
6926 From Rob Savoye (rob@poseidon.cygnus.com)
6927 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6928 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6929 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6930 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6931 configure.in}: Major reworking for autoconfig.
6932 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6933 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6934 New files.
6935 * config/unix-gdb.exp: Make GDB global.
6936 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6937 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6938 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6939 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6940 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6941 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6942 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6943 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6944 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6945 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6946 pr-8136.exp, result.exp, string.exp, tuples.exp},
6947 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6948 to returns as necessary, arrange for test to compile own testcase
6949 executable.
6950 * lib/gdb.exp: Changes for testsuite to compile own test cases.
6951
6952 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6953
6954 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6955 clear_xfail at end of test which might not call either pass or fail.
6956 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6957 "backtrace through signal handler".
6958
6959 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6960
6961 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6962 continuing from a job control stop signal.
6963 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6964
6965 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6966
6967 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6968 * gdb.base/corefile.exp: Likewise.
6969 * gdb.base/funcargs.exp: Likewise.
6970
6971 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6972
6973 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6974 * config/monitor.exp: Add support for setting baud rate.
6975
6976 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6977
6978 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6979 i*86-*-linux* xfails for "backtrace through signal handler".
6980 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6981 "print func2::coremaker_local".
6982 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6983 alpha-dec-osf2* xfail for
6984 "delete all breakpoints when none".
6985
6986 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6987
6988 * gdb.base/break.exp: Change test that deletes all breakpoints
6989 when no user breakpoints are installed. A post 4.15 change
6990 causes gdb to no longer prompt in this case.
6991
6992 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6993
6994 * gdb.base/return.exp (return_tests): Change xfail for test
6995 "correct value returned double test" to stop xfailing at
6996 Solaris 2.5. Apparently the bug has been fixed.
6997
6998 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6999
7000 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
7001 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
7002
7003 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
7004
7005 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
7006 * gdb.disasm/hppa.s: Corresponding changes.
7007
7008 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
7009
7010 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
7011 makefile fragment.
7012 * config/mt-hpux: Deleted.
7013
7014 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
7015
7016 * Many files: When warning about suppressed tests due to a
7017 nonexistant test binary, avoid incrementing the warning count.
7018
7019 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
7020
7021 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
7022
7023 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7024
7025 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
7026 "sparc-*-solaris2*".
7027
7028 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7029
7030 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
7031 Add global and local variables and initialize them.
7032 * gdb.base/corefile.exp: Test correct mapping of corefile sections
7033 by printing variables. Remove rs6000 and powerpc xfails, BFD now
7034 extracts the file name and terminating signal from the core file.
7035 * TODO: Remove note about tests for correct mapping of corefile.
7036 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
7037 from optimizing it away.
7038 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
7039 handles common blocks.
7040
7041 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
7042
7043 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
7044 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
7045
7046 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
7047
7048 * Makefile.in (maintainer-clean): New target, synonym for
7049 realclean.
7050 * gdb.base/Makefile.in (maintainer-clean): Likewise.
7051 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
7052 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
7053 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
7054 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
7055 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
7056
7057 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
7058
7059 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
7060 xfails when not gcc compiled for "print foo::funclocal".
7061 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
7062 "print foo::funclocal at foo",
7063 "print 'scope1.c'::foo::funclocal at foo",
7064 "print foo::funclocal_bss at foo",
7065 "print 'scope1.c'::foo::funclocal_bss at foo",
7066 "print foo::funclocal_ro at foo",
7067 "print 'scope1.c'::foo::funclocal_ro at foo",
7068 "print bar::funclocal at foo" and
7069 "print 'scope1.c'::bar::funclocal at foo".
7070 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
7071 gcc compiled for "print foo::funclocal at bar".
7072 Expand all messages to ensure that they identify that
7073 the test is at bar().
7074 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
7075 gcc compiled for:
7076 "ptype on opaque struct pointer (statically)",
7077 "ptype on opaque struct tagname (statically)",
7078 "ptype on opaque struct pointer (dynamically) 1",
7079 "ptype on opaque struct tagname (dynamically) 1",
7080 "ptype on opaque struct pointer (dynamically) 2" and
7081 "ptype on opaque struct tagname (dynamically) 2
7082 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
7083 gcc compiled for:
7084 "p datalocal"
7085 "whatis datalocal",
7086 "ptype datalocal",
7087 "p bsslocal",
7088 "whatis bsslocal", and
7089 "ptype bsslocal".
7090 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
7091 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
7092 when not gcc compiled.
7093 * gdb.base/funcargs.exp (float_and_integral_args): Add
7094 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
7095 compiled.
7096 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
7097 "backtrace from call6a" when not gcc compiled.
7098 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
7099 "backtrace from call7a" when not gcc compiled.
7100 * gdb.base/callfuncs.exp (do_function_calls):
7101 Add "hppa*-*-hpux*" xfail when not gcc compiled for
7102 "p t_char_array_values(char_array_val2,char_array_val1)",
7103 "p t_char_array_values(char_array_val1,char_array_val2)",
7104 "p t_char_array_values("carray 1","carray 2")",
7105 "p t_char_array_values("carray 1",char_array_val2)",
7106 "p t_char_array_values(char_array_val1,"carray 2")",
7107 "p sum_args(1,{2})",
7108 "p sum_args(2,{2,3})",
7109 "p sum_args(3,{2,3,4})",
7110 "p sum_args(4,{2,3,4,5})"
7111 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
7112 "backtrace in corefile.exp" when not gcc compiled.
7113
7114 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7115
7116 * gdb.base/signals.exp: Rewrite `handle all print' test as
7117 a procedure. Accept blanks or TABs as whitespace, increase
7118 timeout and expect input buffer size for the large output
7119 from the command. Remove "i*86-*-bsdi2.0" xfail.
7120
7121 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7122
7123 * gdb.base/setvar.exp: Add new testcases for truncation when
7124 assigning invalid values to bitfields.
7125
7126 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
7127
7128 * gdb.base/callfuncs.exp (do_function_calls): Remove
7129 mips-sgi-irix* xfail for
7130 "call inferior func with struct - returns char *"
7131 and fix test so that an optional (unsigned char *) cast is
7132 accepted in the result.
7133
7134 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
7135
7136 * gdb.base/funcargs.exp (float_and_integral_args): Remove
7137 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7138 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
7139 * gdb.base/signals.exp: Remove duplicate "handle all print" test
7140 that accidentally got checked in.
7141
7142 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
7143
7144 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
7145 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
7146 compiled test.
7147 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
7148 Add mips-sgi-irix5* xfail for not gcc compiled.
7149 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
7150 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
7151 "p top", "whatis top", "p middle", and "whatis middle".
7152 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
7153 "whatis signed char" for not gcc compiled.
7154 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
7155 "set variable signed char=-1 (-1)" and
7156 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
7157 * gdb.base/funcargs.exp (float_and_integral_args):
7158 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
7159 Add mips-sgi-irix* xfail when not gcc compiled for
7160 "continue to call2b".
7161 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
7162 "continue to call2g".
7163 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
7164 "backtrace from call6a"
7165 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
7166 "backtrace from call7k".
7167 Add mips-sgi-irix5* xfail when not gcc compiled for
7168 "backtrace from call7a".
7169 (localvars_after_alloca): Fix gdb_test cmds for
7170 "print * after runto ...".
7171 Remove rs6000-*-* xfails for
7172 "print i after runto localvars_after_alloca" and
7173 "print l after runto localvars_after_alloca"
7174 for all compilers.
7175 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
7176 when not compiled with gcc, for:
7177 "print signed char == (minus)",
7178 "print signed char != (minus)",
7179 "print signed char < (minus)",
7180 "print signed char > (minus)".
7181 * gdb.base/callfuncs.exp (do_function_calls):
7182 Add mips-sgi-irix* xfail, when compiled with native compiler, for
7183 "call inferior func with struct - returns char *".
7184 * gdb.base/return.exp (return_tests): Change xfail for
7185 "correct value returned double test" to include Solaris 2.4.
7186 * gdb.base/funcargs.exp (float_and_integral_args):
7187 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7188
7189 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7190
7191 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
7192 enumeration bitfields if compiling with GNU C.
7193 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
7194 to empty' prompt.
7195
7196 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
7197
7198 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
7199 test for PRO targets.
7200
7201 * gdb.base/funcargs.exp: Avoid ever setting more than 8
7202 breakpoints in the inferior at any given time by making
7203 two groups of breakpoints for call2*, call6* and call7*
7204 tests.
7205
7206 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7207
7208 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
7209 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
7210 from optimizing it away.
7211 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
7212 "call inferior func with struct".
7213
7214 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
7215
7216 * configure.in: Only configure gdb.chill for particular targets.
7217
7218 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
7219
7220 * gdb.base/Makefile.in: Add action to .c.o transformation
7221 rule that generates a .ci file for each .o file and remove
7222 explicit .c.o rules except for callfuncs.o.
7223 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
7224 generates a .ci file for each .o file and remove explicit
7225 .cc.o rules.
7226 (clean): Remove *.tmp *.ci files.
7227 (EXECUTABLES): Remove templ-info.exp.
7228 * gdb.base/compiler.c: New file.
7229 * gdb.c++/compiler.cc: New file
7230 * gdb.base/scope.exp: Source gdb.base/scope.ci.
7231 Change rs6000-*-* xfail for
7232 "print 'scope0.c'::filelocal_ro" and
7233 "print 'scope1.c'::filelocal" and
7234 "print 'scope1.c'::filelocal_bss" and
7235 "print 'scope1.c'::filelocal_ro" and
7236 "print 'scope1.c'::foo::funclocal" and
7237 "print 'scope1.c'::foo::funclocal_ro" and
7238 "print 'scope1.c'::bar::funclocal" and
7239 "print 'scope0.c'::filelocal_ro" and
7240 "print 'scope1.c'::filelocal at foo" and
7241 "print 'scope1.c'::filelocal_bss at foo" and
7242 "print 'scope1.c'::filelocal_ro at foo" and
7243 "print 'scope1.c'::foo::funclocal at foo" and
7244 "print 'scope1.c'::foo::funclocal_bss at foo" and
7245 "print 'scope1.c'::foo::funclocal_ro at foo" and
7246 "print 'scope1.c'::bar::funclocal at foo" and
7247 "print 'scope0.c'::filelocal_ro" and
7248 "print 'scope1.c'::filelocal" and
7249 "print 'scope1.c'::filelocal_bss" and
7250 "print 'scope1.c'::filelocal_ro" and
7251 "print 'scope1.c'::foo::funclocal" and
7252 "print 'scope1.c'::foo::funclocal_bss" and
7253 "print 'scope1.c'::foo::funclocal_ro" and
7254 "print 'scope1.c'::bar::funclocal" and
7255 "print 'scope1.c'::bar::funclocal_bss"
7256 to only be xfail'd when not compiled with gcc.
7257 Add rs6000-*-* xfail for
7258 "print 'scope0.c'::filelocal_bss before run"
7259 when compiled with gcc.
7260 (test_at_main): Add rs6000-*-* xfail for
7261 "print filelocal_ro in test_at_main"
7262 when compiled with gcc.
7263 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
7264 Add rs6000-*-aix* xfail for
7265 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
7266 "ptype t_char_array", not compiled with gcc.
7267 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
7268 xfail for "list foo (in include file)" when gcc compiled.
7269 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
7270 (integral_args): Add rs6000-*-* xfail for
7271 "run to call0a" if not compiled with gcc.
7272 (unsigned_integral_args): Add rs6000-*-* xfail for
7273 "run to call1a" if not compiled with gcc.
7274 (float_and_integral_args): Add rs6000-*-* xfail for
7275 "run to call2a" if not compiled with gcc and for
7276 "continue to call2b" for any compiler.
7277 Add rs6000-*-* xfail to
7278 "print f1 after run to call2a" for gcc compiled.
7279 (discard_and_shuffle): Add rs6000-*-* xfail for
7280 "run to call6a".
7281 (shuffle_round_robin): Add rs6000-*-* xfail for
7282 "backtrace from call7a" if not compiled with gcc.
7283 Add rs6000-*-* xfail for
7284 "backtrace from call7b" if compiled with gcc.
7285 (call_after_alloca): Add rs6000-*-* xfail for
7286 "print c in call_after_alloca" and
7287 "print s in call_after_alloca" and
7288 "backtrace from call_after_alloca_subr"
7289 if not compiled with gcc.
7290 (localvars_in_indirect_call): Add rs6000-*-* xfail for
7291 "print c in localvars_in_indirect_call" and
7292 "print c in localvars_in_indirect_call" and
7293 "backtrace in indirectly called function" and
7294 "stepping into indirectly called function"
7295 if not compiled with gcc.
7296 (localvars_after_alloca): Add rs6000-*-* xfail for
7297 "print c after runto localvars_after_alloca" and
7298 "print s after runto localvars_after_alloca" and
7299 "print i after runto localvars_after_alloca" and
7300 "print l after runto localvars_after_alloca"
7301 for all compilers.
7302 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
7303 than whatis-info.exp.
7304 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
7305 than opaque-info.exp.
7306 Setup rs6000-*-* xfail for
7307 "ptype on opaque struct pointer (statically)" and
7308 "ptype on opaque struct pointer (dynamically)" when
7309 not compiled with gcc.
7310 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
7311 rather than callf-info.exp.
7312 (do_function_calls): Add clear_xfail for rs6000-*-* for
7313 "p t_float_values2(3.14159,float_val2)". Seems to work
7314 fine there, both with xlc and gcc. Need to find out what
7315 it is doing right and fix other platforms.
7316 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
7317 "call inferior func with struct - returns int",
7318 "call inferior func with struct - returns long",
7319 "call inferior func with struct - returns float",
7320 "call inferior func with struct - returns double",
7321 "call inferior func with struct - returns char *",
7322 but only if not gcc compiled (presumes xlc compiled).
7323 Change rs6000-*-* xfails for
7324 "call inferior func with struct - returns char" and
7325 " call inferior func with struct - returns short" to only
7326 xfail if not using gcc.
7327 (clean mostlyclean): Remove *.ci and *.tmp files.
7328 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
7329 than templ-info.exp.
7330 * gdb.base/langs.exp: Source gdb.base/langs.ci.
7331 Add rs6000-*-* xfail for "up to foo in langs.exp"
7332 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
7333 when not gcc compiled.
7334
7335 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7336
7337 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
7338 * gdb.base/corefile.exp: Likewise.
7339 * gdb.base/list.exp: Likewise.
7340 * gdb.base/scope.exp: Likewise.
7341 * gdb.base/siganls.exp: Likewise.
7342
7343 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
7344 compiler output.
7345 * gdb.base/whatis.exp: Likewise.
7346
7347 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
7348
7349 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
7350 failure (opcode table has been fixed to match reality).
7351
7352 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
7353
7354 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
7355 "call inferior func with struct - returns char",
7356 "call inferior func with struct - returns short"
7357
7358 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
7359 "print 'scope0.c'::filelocal at main",
7360 "print 'scope0.c'::filelocal_bss in test_at_main",
7361 "print 'scope0.c'::filelocal at foo",
7362 "print 'scope0.c'::filelocal_bss in test_at_foo",
7363 "print 'scope0.c'::filelocal at bar",
7364 "print 'scope0.c'::filelocal_bss in test_at_bar"
7365
7366 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
7367 in source file 1". This bug seems to have been fixed with both
7368 gcc and native cc (was native assembler bug?).
7369
7370 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
7371
7372 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
7373 "backtrace through signal handler" to "i*86-*-sysv4*".
7374 * gdb.base/signals.exp: Add xfail for "'next' behaved as
7375 continue" case. Add "known SVR4 bug" to fail message.
7376 Add "i*86-*-bsdi2.0" xfail for "handle all print".
7377 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
7378 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
7379 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
7380 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
7381 "up to foo in langs.exp", "show language at foo in
7382 langs.exp", "up to cppsub_ in langs.exp", "show
7383 language at cppsub_ in langs.exp", "up to fsub in
7384 langs.exp", and "show language at fsub in langs.exp".
7385 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
7386 "bactrace in corefile.exp".
7387 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
7388 "call inferior function with struct - returns float" and
7389 "call inferior function with struct - returns double".
7390
7391 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
7392
7393 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
7394 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
7395 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
7396 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
7397
7398 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
7399
7400 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
7401 (or overriden) "CHILL" macro rather then bare "gcc".
7402 Also look for ../../gcc/xgcc since that is what we will
7403 actually need, not "Makefile". Remove following assignment
7404 of CHILL to CHILL_FOR_TARGET because that results in
7405 recursive definition.
7406
7407 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
7408
7409 * gdb.base/corefile.exp: Change xfail for backtrace in
7410 corefile.exp from linuxaout to all linux.
7411 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
7412 cases where we miss the breakpoint at the signal handler
7413 for some reason. Setup xfail for linuxoldld/linuxaout and
7414 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
7415 hitting SIGURG breakpoint.
7416 * gdb.base/signals.exp: Setup xfail for "next" acting like
7417 continue to add linuxoldld. Setup xfail for all linux for
7418 "next to handler in signals_tests_1", "backtrace in
7419 signals_tests_1", "continue to func1", "pass SIGUSR1",
7420 and continue to handler".
7421
7422 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7423
7424 * Update all FSF addresses except those in COPYING* files.
7425
7426 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
7427
7428 * gdb.base/a2-run.exp: Change messages to be more explicit about
7429 the status of args, and quote binfile in results.
7430
7431 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
7432
7433 * gdb.base/callfuncs.exp: Add tests for passing structs to
7434 inferior functions and return various types.
7435 * gdb.base/callfuncs.c: Add functions to receive a struct
7436 and return a member of the struct, in various types.
7437
7438 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7439
7440 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
7441
7442 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7443
7444 * config/vxworks29k.exp: New file, sources vxworks.exp.
7445
7446 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7447
7448 * config/gdbremote.exp: New file. Testing framework using
7449 gdbserver.
7450
7451 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
7452
7453 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
7454 "call function when asleep" and "send end of file".
7455 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
7456 for "backtrace in corefile.exp".
7457 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
7458 for "backtrace through signal handler".
7459 * gdb.base/corefile.exp: Make sure we actually generate a core file
7460 before trying the core tests. Some systems allow the user to suppress
7461 generation of core files and default to that (linux for example).
7462 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
7463 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
7464
7465 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7466
7467 * gdb.threads: New directory with some crude multi-threaded
7468 gdb tests (step.exp and step2.exp).
7469 * config/mt-lynx (STEP_EXECUTABLE): Define.
7470 (THREADFLAGS): Define.
7471
7472 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
7473
7474 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
7475
7476 * gdb.base/signals.exp: Disable whole file for lynx until
7477 further notice.
7478
7479 * gdb.base/signals.exp: xfail test where "next" acts like
7480 "continue" for lynx.
7481
7482 * gdb.base/interrupt.exp: xfail test for calling function while
7483 inferior is asleep for lynx.
7484
7485 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
7486 than one cr-lf after each command.
7487
7488 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7489
7490 * configure.in: Reinstate setting of stabsdirs variable, fix
7491 typo in setting up configdirs for native builds.
7492
7493 * gdb.base/return.exp: Fix typo in return double test.
7494 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
7495 compiler from optimizing them away.
7496
7497 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
7498
7499 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
7500 sequences to be echo'd by gdb when using gdb_test.
7501 * gdb.chill/chexp.exp: Likewise.
7502 * gdb.fortran/exprs.exp: Likewise
7503
7504 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7505
7506 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
7507 after the inferior gdb has started.
7508
7509 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
7510 after each command.
7511 * gdb.base/funcargs.exp: Likewise.
7512 * gdb.base/gdbvars.exp: Likewise.
7513 * gdb.base/interrupt.exp: Likewise.
7514 * gdb.base/list.exp: Likewise.
7515 * gdb.base/watchpoint.exp: Likewise.
7516 * gdb.c++/demangle.exp: Likewise.
7517 * gdb.c++/inherit.exp: Likewise.
7518 * gdb.chill/chexp.exp: Likewise.
7519 * gdb.fortran/exprs.exp: Likewise.
7520
7521 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
7522 test if we can't handle IO to/from the inferior.
7523
7524 * gdb.c++/misc.exp: Always check for a program already being
7525 started after sending a "run" command to gdb.
7526
7527 * gdb.base/twice.exp: Start with a fresh gdb.
7528
7529 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
7530 only depend on gdb's expression code, not the chill runtime.
7531
7532 * gdb.base/return.c: Put return values into variables so we
7533 can have gdb print them rather than depending on the program
7534 to print them.
7535 * gdb.base/return.exp: Corresponding changes.
7536
7537 * lib/gdb.exp: Provide default value for noinferiorio.
7538 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
7539 the inferior.
7540
7541 * gdb.base/break.exp: Always check for a program already being
7542 started after sending a "run" command to gdb.
7543 (text_next_with_recursion): Don't check the output from the
7544 program's printf statement. Instead just make sure the program
7545 exited.
7546
7547 * gdb.base/commands.exp: Protect tests which need arguments with
7548 $noargs conditionals.
7549
7550 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7551
7552 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
7553 of structure member arrays to match gdb/valops.c:value_addr change.
7554
7555 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
7556
7557 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
7558 cases.
7559
7560 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
7561
7562 * configure.in (configdirs): Remove gdb.chill from default list
7563 of subdirs and then add it back in only if doing a native build.
7564 The current chill compiler does not yet work in any cross build.
7565 * Revert all signal changes from Jul 6.
7566 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
7567 for sh-hms targets, allowing these tests to link, with no other
7568 changes. Testing is suppressed by setting "nosignals" in site.exp.
7569
7570 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
7571
7572 * configure.in (signaldirs): Define and add to configdirs for all
7573 targets except some specific ones that are known to not support signals.
7574 Also clean up formatting.
7575 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
7576 (signals, sigall): Remove rules to build.
7577 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
7578 Moved to new gdb.signals directory.
7579 * gdb.signals: New test directory.
7580 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
7581 signals.c signals.exp}: New or moved files.
7582
7583 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
7584
7585 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
7586
7587 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
7588
7589 * gdb.base/return.exp: Xfail `return double' test failure
7590 on at least Solaris 2.3 and handle future/past versions on
7591 a case by case basis as appropriate. Also update message
7592 to include i*86 failures.
7593
7594 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7595
7596 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
7597
7598 * lib/gdb.exp: Fix comment which erroneously identified
7599 gdb_file_cmd as gdb_load (the 19 May change was in fact to
7600 gdb_file_cmd not gdb_load).
7601 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
7602
7603 * gdb.base/setvar.exp: Make test names consistent between pass and
7604 fail cases. Use gdb_test more.
7605
7606 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7607
7608 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
7609
7610 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7611
7612 * gdb.base/help.exp: Fix expected help string for `show commands'.
7613
7614 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
7615
7616 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
7617
7618 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
7619 of a text section.
7620
7621 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
7622
7623 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
7624 that loop eventually terminates. Fix Connection refused logic so
7625 that testsuite will expire nicely.
7626
7627 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
7628
7629 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
7630 config/rom68k.exp: New tcl glue for the appropriate monitors.
7631 These all just end up calling monitor.exp.
7632 * config/monitor.exp (gdb_target_monitor): Handle `Connection
7633 refused' by retrying. Cleanup some timeout issues.
7634 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
7635 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
7636 callers don't have to set/restore global timeout variable.
7637
7638 * The following set of changes centralizes management of the global
7639 timeout variable. This way, it can be set in one target dependent
7640 place instead of dozens of places scattered throughout the test suite.
7641 If you need to lengthen a timeout, then you should either set timeout
7642 in one of the config/{target}.exp files, or multiply it by a factor.
7643 Setting it to an absolute value is always going to lose for some
7644 targets.
7645 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
7646 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
7647 * gdb.base/funcargs.exp: Don't set timeout.
7648 * gdb.base/list.exp (test_forward_search): Only use local timeout.
7649 * gdb.base/printcmds.exp (test_print_string_constants
7650 test_print_array_constants): Don't set timeout.
7651 * gdb.base/ptype.exp: Don't set timeout.
7652 * gdb.base/recurse.exp: Don't set timeout.
7653 * gdb.base/return.exp: Don't set timeout.
7654 * gdb.base/watchpoint.exp: Don't set timeout.
7655 * gdb.c++/classes.exp (do_tests): Don't set timeout.
7656 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
7657
7658 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
7659
7660 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
7661
7662 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7663
7664 * lib/gdb.exp: Disable chill tests for irix5.
7665
7666 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7667
7668 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
7669 each test pass or fail.
7670
7671 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7672
7673 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
7674 xlc not gcc.
7675
7676 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
7677
7678 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
7679
7680 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
7681
7682 * config/est.exp: Fix copyright and comments. Remove dead code.
7683 Use targetname, serialport and baud variables instead of fixed
7684 constants.
7685 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
7686 * config/cpu32bug.exp: New file to support cpu32bug monitors.
7687
7688 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7689
7690 * gdb.base/watchpoint.exp: Don't run
7691 test_watchpoint_triggered_in_syscall for sunos.
7692
7693 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7694
7695 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
7696 they don't seem to exist. Do include stdio.h.
7697
7698 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7699
7700 * gdb.base/a1-selftest.exp: Add alpha xfail.
7701
7702 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7703
7704 * gdb.base/watchpoint.c (main): Prompt before calling read().
7705 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7706 Revise accordingly. Remove cruft about sending "123" several
7707 times, until it gets noticed. Clean up the "print buf[0]" stuff
7708 so that it passes or fails, and waits for prompts in the usual way.
7709
7710 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7711
7712 * gdb.base/recurse.exp: Fix comment.
7713
7714 * TODO: Remove item about printing variables in nodebug.exp. Add
7715 item about enabling tests which are only run on some targets.
7716
7717 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7718 fail, make test names unique, use new gdb_test convention
7719 regarding pattern, use gdb_test more, etc.).
7720
7721 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7722 fail, make test names unique, etc.).
7723
7724 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7725
7726 * gdb.base/nodebug.c: Change return type of top and middle to
7727 short.
7728 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7729 are fixed by the recent mdebugread.c changes. Allow `short ()'
7730 as type for top and middle.
7731
7732 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7733
7734 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7735 nearly as I can tell, the whole thing was an accident in Stu's
7736 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7737 to replace a send/expect pair with gdb_test, but ended up only
7738 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7739 of 30 Mar 1995 took care of it, but left this vestigial comment
7740 which I am now nuking.
7741
7742 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7743
7744 * gdb.base/break.exp: Look for different line number for
7745 breakpoint at main depending on usestubs.
7746
7747 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7748
7749 * gdb.base/list.exp: Adjust some alternate expect patterns to
7750 match recent list0.c change. Add alternate expect pattern for
7751 output from `list default lines around main' for optimizing
7752 compilers.
7753
7754 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7755
7756 * lib/gdb.exp: If nosignals is not set, set it to 0.
7757
7758 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7759
7760 * config/slite-gdb.exp: Responds to load symbol table prompt.
7761 * gdb.base/break.exp: Adjust line number, fix rerun.
7762 * gdb.base/langs0.c: Add #ifdef usestubs.
7763
7764 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7765
7766 * gdb.base/list.exp: Adjust line contents after adding new lines in
7767 list0.c. Also fix a syntax error.
7768
7769 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7770 * gdb.base/break.exp: ditto.
7771 * gdb.base/list.exp: ditto.
7772 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7773 * gdb.base/run.c: ditto.
7774 * gdb.base/list0.c: ditto.
7775 * gdb.base/funcargs.c: ditto.
7776
7777 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7778
7779 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7780 $targetname, $serialport and $baud instead of hardwired variables.
7781 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7782 target doesn't support signals.
7783
7784 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7785
7786 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7787
7788 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7789
7790 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7791 Don't rely on the value of an auto variable before it has been
7792 initialized. Use gdb_test more.
7793
7794 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7795
7796 * lib/gdb.exp (default_gdb_version): A version number must start
7797 with a digit, but other than that contains all characters up to
7798 the first whitespace character.
7799
7800 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7801
7802 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7803
7804 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7805
7806 * gdb.c++/*.exp: Warn if executable does not exist. The original
7807 reason for skipping the warning was that configure.in sometimes
7808 intentionally skipped building the executables but the tcl code
7809 had no way of knowing. That (a) was always bogus with respect to
7810 error handling, (b) is no longer true (right now there is no way
7811 to skip C++ tests).
7812
7813 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7814
7815 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7816
7817 * gdb.base/list.exp: Add expect patterns for output from
7818 SunPRO compiled executables.
7819 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7820 types.
7821
7822 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7823
7824 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7825 number (we are already testing that the correct source line text
7826 gets printed).
7827
7828 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7829 that is what is intended, but something needed to be done to get
7830 sunos4 native working again.
7831
7832 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7833
7834 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7835 apparently went with a (very) old xfail.
7836
7837 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7838
7839 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7840 runto_main is a proc in gdb.exp that will do 'step' for target use
7841 stubs.
7842 * gdb.base/exprs.exp: ditto.
7843 * gdb.base/interrupt.exp: ditto.
7844 * gdb.base/opaque.exp: ditto.
7845 * gdb.base/printcmds.exp: ditto.
7846 * gdb.base/ptype.exp: ditto.
7847 * gdb.base/scope.exp: ditto.
7848 * gdb.base/setvar.exp: ditto.
7849 * gdb.base/signals.exp: ditto.
7850 * gdb.base/twice.exp: ditto.
7851 * gdb.c++/classes.exp: ditto.
7852 * gdb.c++/inherit.exp: ditto.
7853 * gdb.c++/templates.exp: ditto.
7854 * gdb.base/break.exp: no run and hit main for stubs. Change line
7855 numbers for breakpoints and info breakpoint.
7856 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7857 breakpoint().
7858 * gdb.base/callfuncs.c: ditto.
7859 * gdb.base/exprs: ditto.
7860 * gdb.base/interrupt.c: ditto.
7861 * gdb.base/opaque0.c: ditto.
7862 * gdb.base/printcmds.c: ditto.
7863 * gdb.base/ptype.c: ditto.
7864 * gdb.base/scope0.c: ditto.
7865 * gdb.base/setvar.c: ditto.
7866 * gdb.base/signals.c: ditto.
7867 * gdb.base/twice.c: ditto.
7868 * gdb.c++/misc.cc: ditto.
7869 * gdb.c++/templates.cc: ditto.
7870
7871 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7872
7873 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7874
7875 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7876 somewhere between `read' and `main.c'. I'm pretty sure the
7877 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7878 and it isn't particularly useful.
7879
7880 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7881
7882 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7883
7884 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7885
7886 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7887
7888 * config/mt-slite: add LIBS and -nostdlib.
7889 * config/slite-gdb.exp: add this new file to support sparclite target.
7890
7891 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7892
7893 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7894
7895 * gdb.base/a2-run.exp: Change argument to istarget from
7896 "*-*-vxworks" to "*-*-vxworks*".
7897 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7898
7899 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7900
7901 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7902 will not runto main but do a 'step' to step out of breakpoint().
7903 * config/mt-slite: add -Dusestubs.
7904
7905 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7906
7907 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7908 instead of just @.
7909
7910 * gdb.base/signals.exp: Add test for "handle all print".
7911 * TODO: Remove "handle all print". Also remove item about
7912 checking copyright date (I don't like the idea of a spurious FAIL
7913 based on when we run the tests).
7914
7915 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7916 for SunOS4 (reason for failure not investigated). Remove
7917 redundant test for $binfile.
7918
7919 * gdb.base/nodebug.c (array_index): Call malloc.
7920
7921 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7922
7923 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7924
7925 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7926 conventions and slightly simplify the matching regexp.
7927
7928 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7929
7930 * gdb.base/break.exp: Update gdb_test invocation to use new
7931 convention.
7932
7933 * lib/gdb.exp: If noargs is not set, set it to 0.
7934
7935 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7936 tests unique.
7937
7938 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7939
7940 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7941
7942 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7943 one argument of type "<non-float parameter>".
7944
7945 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7946
7947 * config/rom68k.exp: New file to support Motorola IDP board.
7948 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7949 * gdb.base/break.c: Change things around so that this program
7950 doesn't depend upon args. This is necessary to make remote
7951 targets work (in general, they can't take args).
7952 * gdb.base/break.exp: Don't try to send args to program. Don't
7953 expect output. Also, replace lots of code with gdb_test.
7954
7955 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7956
7957 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7958 printing of '\'' (which is what the comment says we are testing,
7959 even though we were not), not '''.
7960 (test_integer_literals_rejected): Test that printing ''' is an error.
7961
7962 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7963 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7964 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7965 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7966 Use gdb_test not test_print_accept.
7967 * lib/gdb.exp: Remove test_print_accept.
7968
7969 * gdb.base/signals.exp (signal_tests_1): Make pass message
7970 consistent with fail message.
7971
7972 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7973 unsigned char; the bug (PR 1821) is fixed.
7974
7975 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7976
7977 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7978 successful tests--makes xfailing them work right.
7979
7980 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7981
7982 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7983 only \r\n, not .*. The test can pass .* as the last thing in
7984 $pattern if that is what it wants. In addition to providing this
7985 flexibility, this change should speed up pattern matching in cases
7986 where the pattern already ended with .* (there were a number of
7987 them). This change also helps catch bad patterns--in the old
7988 scheme the typo "char \*" instead of "char \\*" would pass. Now
7989 it is caught.
7990 * Many .exp files: Update callers.
7991
7992 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7993 clearer and does not spuriously match multiple ('s. Likewise for
7994 ) and *.
7995
7996 * gdb.base/nodebug.exp: Test ability to call a function and pass
7997 it a string (even with no debugging info).
7998
7999 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
8000 "p '\'", which is the same as "p ''" once tcl gets done with
8001 quoting, to "p '\\'", which I suspect is what is intended (one
8002 backslash gets sent to GDB).
8003
8004 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
8005
8006 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8007
8008 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
8009 1817) was fixed literally years ago.
8010
8011 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8012
8013 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
8014 test, it causes stepping out of call_after_alloca_subr with
8015 optimizing compilers.
8016 (localvars_in_indirect_call): Consume GDB prompt if `finish'
8017 fails.
8018
8019 * gdb.c++/templates.exp: Source templ-info.exp only if
8020 the templates executable exists.
8021
8022 * gdb.c++/misc.cc (class Contains_static_instance,
8023 class Contains_nested_static_instance),
8024 gdb.c++/classes.exp (test_static_members): Test printing of
8025 a class that contains a static instance of the class.
8026
8027 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8028
8029 * gdb.base/langs2.c (cppsub_): Don't prototype.
8030 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
8031 only, I believe).
8032
8033 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8034
8035 * lib/gdb.exp (skip_chill_tests): New procedure.
8036
8037 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
8038
8039 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
8040
8041 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
8042 each expect pattern. Cuts runtime from 12 to about 4 seconds.
8043
8044 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8045
8046 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
8047
8048 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
8049 disassemble 8, not 16, instructions for part 4.
8050
8051 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
8052 support the latter anymore.
8053
8054 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
8055 -DNO_PROTOTYPES.
8056 * gdb.base/callfuncs.c: Control use of prototypes based on
8057 NO_PROTOTYPES, not __STDC__.
8058 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
8059 t_float_values2 tests if prototypes in use.
8060
8061 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
8062 t_double_values): When checking differences against DELTA, check
8063 that difference is within the range (-DELTA,DELTA), not just
8064 (-infinity,DELTA).
8065
8066 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
8067
8068 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
8069 'file' command firts, then 'target', then 'load', this is due to gdb
8070 target set up.
8071 * config/mips-gdb.exp: Fix a couple regular exp bugs.
8072
8073 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
8074
8075 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
8076 FP load/store variants.
8077 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
8078
8079 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8080
8081 * gdb.base/term.exp: Do not give a warning if not native, it is
8082 not an abnormal condition.
8083
8084 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
8085
8086 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
8087 t_char_array".
8088
8089 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8090
8091 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
8092 are getting the version number.
8093
8094 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
8095 if not native, it is not an abnormal condition.
8096
8097 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8098
8099 * lib/gdb.exp: Just use "file exists", rather than undocumented
8100 dejagnu procedure "findfile".
8101
8102 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8103
8104 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
8105 (LDFLAGS): Set to -Xlinker -Ur.
8106
8107 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
8108 Removed, these values are set by lib/gdb.exp.
8109
8110 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
8111
8112 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8113
8114 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
8115 of replicating gdb startup code.
8116
8117 * config/mt-vxworks (LDFLAGS): Set to -r.
8118 (CFLAGS_FOR_TARGET): Removed.
8119
8120 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
8121 (gdb) and gdb for vxworks uses (vxgdb).
8122
8123 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
8124 executable is not in the tree and host != target, use sed and
8125 program_transform_name to determine the gdb name used by the
8126 target.
8127
8128 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
8129 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
8130
8131 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8132
8133 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
8134 floats, chars, and shorts where there are ANSI-style function
8135 definitions.
8136
8137 * gdb.base/langs.exp, gdb.base/langs*: New test.
8138 * gdb.base/Makefile.in: Build it.
8139 * TODO: Remove item about checking that C names don't get C++
8140 demangling applied; this test tests it.
8141
8142 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8143
8144 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
8145 went with the const70 xfail. The xfail went away a year ago.
8146
8147 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
8148
8149 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
8150 for hp300.
8151
8152 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
8153
8154 * gdb.base/a1-selftest.exp: Don't run on hp300.
8155
8156 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8157
8158 * Makefile.in (site.exp): Set host_alias and target_alias as well
8159 as host_triplet and target_triplet.
8160
8161 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8162
8163 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
8164
8165 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
8166 places as other ecoff systems).
8167
8168 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
8169 ultrix.
8170
8171 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8172
8173 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
8174 remove them.
8175 * gdb.base/nodebug.exp: Accept "function" in addition to "text
8176 variable and "variable" in addition to "data variable".
8177 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
8178
8179 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
8180 2.
8181 * gdb.base/list1.c (long_line): Add additional statement at start
8182 of function.
8183 * gdb.base/list.exp (test_forward_search): Update line number to
8184 reflect new statement.
8185
8186 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8187
8188 * gdb.base/signals.exp: Reinitialize searched source directories
8189 after gdb_start call.
8190
8191 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
8192
8193 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
8194 * gdb.stabs/Makefile.in: Likewise.
8195
8196 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
8197 change. Instead split the tests into smaller pieces.
8198 * gdb.disasm/hppa.s: Corresponding changes.
8199
8200 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8201
8202 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8203 Quote ^C when passing it to stty. For some shells ^ is a pipe.
8204
8205 * gdb.base/funcargs.exp: Modify many tests so that every test
8206 either passes or fails. Make some test names unique.
8207
8208 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8209
8210 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8211 Call stty to set interrupt character.
8212
8213 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
8214 for HP assembler versus GNU assembler based on actual behavior of
8215 $(CC), rather than assuming that $(AS) is always the GNU assembler.
8216
8217 * TODO: Suggest a few more stepping tests.
8218
8219 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
8220
8221 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
8222 restart GDB for h8300 after a continue.
8223 (return): Add pattern to match a29k-udi behavior.
8224 * gdb.base/nodebug.exp: Remove obsolete comment.
8225 * gdb.base/regs.exp: New file, testing of register displays.
8226 * gdb.base/return.exp: Fix typo in reference to $objdir.
8227 * gdb.base/whatis.exp: Always start with a fresh GDB.
8228
8229 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8230
8231 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
8232 higher, these tests generate a lot of output.
8233
8234 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8235
8236 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
8237 code following the catch silently ignored some errors; without the
8238 catch they should be thrown like any other tcl error. Also, the
8239 catch used "" instead of {} which meant all the callers who wanted
8240 to include one of the characters "[]$ had to quote it an extra time.
8241 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
8242 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
8243 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
8244 Remove extra quoting.
8245
8246 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
8247
8248 * gdb.base/commands.exp: Make test names unique; every test either
8249 passes or fails. Update some comments.
8250
8251 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
8252
8253 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8254
8255 The following fixes a FAIL caused by the fact that the alpha stabs
8256 configuration didn't use the ".if alpha" code in weird.def.
8257 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
8258 bit pointer, so the 32 bit version works even on the alpha.
8259 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
8260 Remove the stuff which allowed us to have separate versions for
8261 alpha and everything else.
8262
8263 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
8264 regexp which "info func operator\[\](" is supposed to match. Fix
8265 string to send to GDB. Note that GDB still doesn't work right. Add a
8266 new test for "info func .perator\[\](" which GDB does handle correctly.
8267
8268 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
8269
8270 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8271
8272 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
8273 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
8274 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
8275 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
8276 it makes the tests harder to understand and confuses test-o-matic.
8277 The preferred style is that each test provides a PASS or a FAIL,
8278 and has a unique message (e.g. "continue #54" not just "continue")
8279 which is the same for the pass and the fail.
8280 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8281 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
8282 to lib/gdb.exp.
8283 * gdb.base/printcmds.exp: Use test_print_accept. Remove
8284 prt_accept which was basically the same thing. Likewise for
8285 test_print_reject and prt_reject.
8286 * lib/gdb.exp (test_print_reject): Add some more error message
8287 patterns to match from the former printcmds.exp (prt_reject).
8288 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
8289 One defect of the passcount stuff is that some of it failed to
8290 report XPASS where appropriate.
8291 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
8292 stuff before and after arg in expected pattern.
8293 (test_paddr_operator_functions): Re-do test without print_addr_of;
8294 this is the only test which seems to want extra stuff there.
8295
8296 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8297
8298 * gdb.base/nodebug.exp: Update new tests to reflect improved
8299 wording of gdb output.
8300
8301 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
8302 and "ptype" work on variables in files compiled without -g.
8303 Replaces commented out "maint print msymbol" tests.
8304
8305 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8306
8307 * gdb.base/setvar.c (dummy): Call malloc.
8308
8309 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
8310 losing with the irix4 sed.
8311
8312 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
8313 ALRM" on irix4.
8314
8315 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8316
8317 * TODO: Remove items about corefile.exp testing new exec-file and
8318 backtrace; both are now done. Add items about printing enums.
8319
8320 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8321
8322 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
8323 "get signal $thissig" test fails.
8324
8325 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
8326
8327 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8328
8329 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
8330 compiler warning with dec alpha compiler.
8331
8332 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
8333 extra \n from gdb_test call (this explains why the prompt test
8334 that I removed yesterday was there).
8335 (user_defined_command_test): Remove extra \n and prompt test.
8336
8337 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
8338 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
8339 doesn't exist.
8340 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
8341 Also remove alpha workaround, which turns out to be because
8342 SIGABRT == SIGLOST.
8343
8344 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
8345
8346 * gdb.base/help.exp: Don't test "help show".
8347
8348 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8349
8350 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
8351 "set print address" is on.
8352 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
8353 pass prompt to gdb_test; gdb_test already looks for the prompt.
8354
8355 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
8356
8357 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
8358 was a vestige of the manual TESTSTRATEGY, and the purpose of it
8359 was to make sure that gdb can read a core file. But (a) the "read
8360 the corefile" part didn't make it to a1-selftest.exp, we just
8361 delete the corefile after creating it, and (b) we test reading
8362 corefiles in corefile.exp anyway. Also, this test left around a
8363 xgdb process on Solaris.
8364
8365 * gdb.base/corefile.exp: Also test backtrace.
8366
8367 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
8368
8369 * gdb.base/commands.exp: Test a simple user defined command with
8370 arguments and if/while statements; verify the full user command is
8371 printed by "show user".
8372
8373 * gdb.base/commands.exp: Test if/while commands as part of a
8374 breakpoint command list; verify they appear in breakpoint
8375 information.
8376
8377 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8378
8379 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
8380 than by dividing by zero.
8381
8382 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
8383
8384 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
8385 performing an inferior call with watchpoints enabled.
8386 * gdb.base/watchpoint.c (main): Delete second unnecessary read
8387 call.
8388
8389 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8390
8391 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
8392 of "file" command.
8393
8394 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
8395 Add additional pattern for when "int operator int(void);" appears
8396 in a different order.
8397
8398 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8399
8400 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
8401
8402 * gdb.base/help.exp: Replace most of docstrings for "info signals"
8403 and "signal" with ".*".
8404
8405 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8406
8407 * TODO: Add note about "handle all nostop".
8408
8409 * gdb.base/{sigall.c, sigall.exp}: New test.
8410 * gdb.base/Makefile.in: Add it.
8411
8412 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8413
8414 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
8415 when invoking GDB, suppresses any windowing interface.
8416
8417 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
8418
8419 * config/sim-gdb: New file, simulator testing support.
8420
8421 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
8422
8423 * gdb.base/interrupt.exp: Test calling func1 twice.
8424
8425 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
8426
8427 * gdb.base/list.exp (test_forward_search): Set timeout higher
8428 when we'll be getting lots of output from gdb.
8429
8430 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
8431 "init_malloc" to after the expect statement. Run it if that
8432 regexp is taken, but also for two others which happen if source
8433 cannot be found.
8434
8435 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8436
8437 * gdb.base/printcmds.exp: New test, for printing register before
8438 program is running.
8439
8440 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8441
8442 * gdb.base/list.exp: Correct some alternate expect patterns
8443 to reflect changes in list1.c.
8444
8445 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8446
8447 * TODO: Add item regarding large frames.
8448
8449 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
8450
8451 * TODO: Remove item about enabling return.exp; it
8452 is enabled. Suggest a few more "return" tests.
8453
8454 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8455
8456 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
8457 anonymous unions.
8458
8459 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8460
8461 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
8462 and pr-5646.o, so "make" is the same as "make all", not "make
8463 pr-4975.o".
8464
8465 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
8466
8467 * gdb.base/list.exp: Adjust expectations to reflect changes in
8468 list1.c.
8469 (test_forward_search): New test proc.
8470 * gdb.base/list1.c (long_line): New function, has long source line.
8471
8472 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
8473
8474 * gdb.base/a1-selftest.exp: Change initial stepping to know about
8475 additional line of code that was added.
8476
8477 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
8478
8479 * gdb.disasm/hppa.s: Break the large branching tests into smaller
8480 tests so as not to overflow expect's input buffers.
8481 * gdb.disasm/hppa.exp: Corresponding changes.
8482
8483 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8484
8485 Beginnings of template debugging tests.
8486 * gdb.c++/templ-info.cc: New file to test for template
8487 debugging capability of the compiler.
8488 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
8489 templ-info.cc.
8490 * gdb.c++/templates.cc: Add explicit template instantiations
8491 to enable compiling with -fno-implicit-templates. Add destructor
8492 and 'value' method to T5 class for template tests.
8493 * gdb.c++/templates.exp: Add testcases for printing of template
8494 types, setting breakpoints on template methods and calling a
8495 template method.
8496
8497 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
8498
8499 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
8500 branch target since some assemblers (gas-2.5) may emit a
8501 relocation for the branch instead of resolving it in the
8502 assembler.
8503
8504 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8505
8506 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
8507 through signal handler.
8508
8509 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8510
8511 * configure.in (*-*-netware): Use config/mt-netware.
8512
8513 * config/mt-netware: New file.
8514 * config/mt-i386-netware: Removed, separate configs for different
8515 netware architectures are no longer needed now that we have
8516 --with-headers.
8517
8518 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8519
8520 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
8521 by the recent changes to use ANSI C arithmetic conversions.
8522
8523 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8524
8525 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
8526 bug involving using inferior_pid to figure out whether to select a
8527 frame.
8528
8529 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
8530
8531 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
8532 match the current disassembler output.
8533
8534 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
8535
8536 * gdb.fortran/exprs.exp: Expect VOID instead of void.
8537 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
8538 types, expect "int" as type of integer values (for now).
8539
8540 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
8541
8542 * gdb.base/commands.exp: New tests for if/while commands.
8543
8544 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
8545
8546 * lib/gdb.exp (runto): Replace sub-pattern for hex value
8547 by .*, since hex values have different syntax in Chill mode.
8548
8549 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8550
8551 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
8552 linefeed from expect pattern for repeated types with indices > 9.
8553
8554 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
8555
8556 First part of Fortran test suite.
8557 * gdb.fortran: New directory.
8558 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
8559
8560 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8561
8562 * gdb.base/default.exp: Update expect pattern for load command
8563 without arguments.
8564
8565 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8566
8567 * configure.in: Change i386 to i[345]86.
8568 * gdb.base/configure.in: Likewise.
8569 * gdb.c++/configure.in: Likewise.
8570 * gdb.chill/configure.in: Likewise.
8571
8572 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
8573
8574 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
8575 patterns, since that is not a valid context for comments.
8576
8577 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
8578
8579 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
8580 repeated types and repeated types with indices > 9.
8581
8582 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8583
8584 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
8585 2417; old bug has been fixed.
8586
8587 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
8588
8589 * gdb.base/interrupt.exp: When trying to wake up the inferior,
8590 send the newline ourselves instead of assuming gdb_test will do
8591 so when passed an empty input string.
8592
8593 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
8594 stabs testcode.
8595
8596 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8597
8598 * lib/gdb.exp (gdb_test): Don't send anything if the first
8599 argument is an empty string. This makes cases where we want to
8600 match output that is already in expect's buffers (for example,
8601 matching a breakpoint after gdb_run_cmd has been called) work
8602 reliably.
8603
8604 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8605
8606 * config/netware.exp: New file.
8607
8608 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8609
8610 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
8611 the -B and -L prefixes so we can find the debugging stub.
8612
8613 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
8614 there and we are using the gcc from the tree.
8615
8616 * gdb.base/types.c: Removed.
8617
8618 * gdb.base/configure.in: Look for makefile fragments in ../config.
8619 Recognize i386-*-netware.
8620 * gdb.c++/configure.in: Likewise.
8621
8622 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8623
8624 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
8625 the correct TCL syntax.
8626
8627 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8628
8629 * gdb.base/opaque.exp: use runto instead of messing around with
8630 breakpoints. Simplify by using gdb_test.
8631
8632 * gdb.base/bitfields.exp: restart between tests on netware targets
8633 because breakpoints aren't relocated after target death. Run
8634 processes to completion.
8635
8636 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
8637
8638 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
8639
8640 * Makefile.in: Remove extra tabs that confuse some versions
8641 of "make". Use the newly built gdb to test with by default,
8642 rather than the first one in the tester's search path.
8643
8644 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
8645
8646 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
8647
8648 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
8649 condition help.
8650
8651 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8652
8653 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
8654
8655 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
8656 running.
8657 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
8658 * gdb.base/funcargs.exp: Likewise.
8659
8660 * gdb.base/bitfields.exp: Simplify by using gdb_test.
8661 * gdb.base/funcargs.exp: Likewise.
8662
8663 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
8664 message is "".
8665
8666 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8667
8668 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
8669 return,signals,twice}.exp: Handle non-existant binaries
8670 consistantly.
8671
8672 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
8673 * gdb.base/Makefile.in: Don't try to generate a core dump, we
8674 might testing a cross development system.
8675
8676 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8677
8678 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
8679 runtest script is relative to ${srcdir}, not ${rootdir}.
8680
8681 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
8682
8683 * gdb.base/signals.exp: Allow for optionality of breakpoint
8684 address.
8685
8686 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8687
8688 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
8689
8690 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8691
8692 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
8693 for size_t definition.
8694 * gdb.c++/templates.cc: Likewise
8695
8696 * config/mt-i386-netware: New file.
8697
8698 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
8699 defined.
8700
8701 * gdb.base/Makefile.in: Added support for systems that name core
8702 files by appending "core" to the program name.
8703 * gdb.base/a1-selftest.exp: Likewise.
8704
8705 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8706
8707 * gdb.base/return.exp: Add comment and message for `return double'
8708 test failure on Sparc Solaris.
8709
8710 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
8711
8712 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8713
8714 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8715
8716 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8717 from optimizing them away.
8718 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8719 patterns to include default constructors and assignment operators,
8720 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8721 character in the output of the virtual base pointer.
8722
8723 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8724
8725 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8726 expression match in print_addr_of to avoid unintented matches.
8727 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8728 versions up to 2.5.8.
8729
8730 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8731
8732 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8733 included file to run under newer versions of expect.
8734 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8735 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8736 Remove xfail for the virtual table of BDDHookV.
8737
8738 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8739
8740 * lib/gdb.exp (string_to_regexp): Set a default result.
8741 (default_gdb_start): Fix misleading message.
8742
8743 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8744
8745 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8746 Remove all CC, etc definitions.
8747 * config/mt-hpux: New file.
8748 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8749 (CFLAGS, LDFLAGS): Define.
8750 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8751
8752 * Makefile.in (site.exp): Don't insert host_os, etc.
8753 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8754 (distclean): Check existence of subdir.
8755 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8756 * gdb.base/Makefile.in: General cleanup and simplification.
8757 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8758 to build executables. Use default rule to build .o files.
8759 (EXPECT, RUNTEST, CC): Fix relative pathname.
8760 (site.exp): Don't insert host_os, etc.
8761 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8762 and/or SIGUSR1 defined.
8763 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8764 * gdb.c++/Makefile.in: General cleanup and simplification.
8765 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8766 (CFLAGS): Remove.
8767 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8768
8769 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8770
8771 * gdb.base/recurse.exp: Misc changes to get tests running again
8772 after Kung's changes to the watchpoint code.
8773 * gdb.base/watchpoint.exp: Likewise.
8774
8775 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8776
8777 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8778
8779 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8780
8781 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8782 * lib/gdb.exp (default_gdb_start): Define.
8783 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8784 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8785 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8786 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8787 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8788 Don't call gdb_target_udi in between tests.
8789
8790 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8791
8792 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8793 (which was basically just a local version of the same thing). In
8794 addition to avoiding duplication, gdb_test_exact is faster.
8795 * lib/gdb.exp (gdb_test_exact): Fix typo.
8796
8797 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8798 don't give an error.
8799
8800 * gdb.base/term.exp: Call delete_breakpoints before starting.
8801
8802 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8803 (t10): Add comment.
8804
8805 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8806
8807 Reorganization of the GDB Test Suite.
8808
8809 * gdb.base: New directory, contains all the basic tests.
8810 * gdb.c++: New directory, tests specific to C++.
8811 * gdb.chill: New directory, tests specific to Chill.
8812 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8813 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8814 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8815 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8816 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8817 t30-31 to chill).
8818 * */gdbme.*: Rename to match appropriate expect scripts.
8819 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8820 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8821 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8822 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8823 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8824 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8825 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8826 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8827 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8828 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8829 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8830 gdb.c++/virtfunc.cc: New names of C++ files.
8831 * gdb.chill/chillvars.ch: New name of Chill file.
8832 * gdb.base/configure.in, gdb.c++/configure.in,
8833 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8834 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8835 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8836 * configure.in (configdirs): Update to reflect directory changes.
8837 (target_abbrev): No longer define for any configuration.
8838 * Makefile.in: Cosmetic improvements to header comments.
8839
8840 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8841
8842 Various changes to gdb.t31:
8843
8844 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8845 * gdbme.ch: Make all key-words and predefineds be upper-case.
8846 * chillvars.exp: Expect key-words and predefinds in upper-case.
8847
8848 * chillvars.exp: Use gdb_test_exact many places.
8849 Change expected output for arrays (which now includes index labels).
8850
8851 * pr-5020.exp, gdme.ch (module PR_5020):
8852 New test, for PR-5020.
8853
8854 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8855
8856 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8857 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8858
8859 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8860
8861 * Makefile.in: Fix bit-rot in definitions of CHILL,
8862 CHILL_FOR_TARGET and Chill_LIB.
8863 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8864 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8865 CHILL, and CHILL_LIB.
8866
8867 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8868
8869 * Revert the previous changes. Please see Rob's directory
8870 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8871
8872 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8873
8874 * Makefile.in, configure.in, config/mips-gdb.exp,
8875 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8876 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8877 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8878 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8879 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8880 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8881 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8882 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8883 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8884 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8885 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8886 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8887 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8888 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8889 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8890 changes from 94Q1.
8891
8892 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8893
8894 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8895 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8896 Rob's new testing fragments.
8897
8898 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8899
8900 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8901 lib/gdb.exp: Replace error proc calls with perror.
8902
8903 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8904
8905 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8906 version also, match on casted version strings, and match on
8907 gdb startup case where the line numbers might be messed up.
8908
8909 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8910
8911 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8912 (CFLAGS): Delete it from here.
8913
8914 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8915
8916 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8917
8918 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8919
8920 * Makefile.in (RUNTEST): Default to just "runtest".
8921
8922 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8923
8924 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8925 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8926 the code has been restructured.
8927
8928 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8929
8930 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8931 \n, not just one of each.
8932
8933 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8934 /bin/cc gives a warning if you do.
8935
8936 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8937
8938 * gdb.t24/demangle.exp: change expect pattern of
8939 __t10ListS_link1ZUiRCUiPT0
8940
8941 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8942
8943 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8944 on local variables in recursive functions.
8945
8946 * gdb.t07/Makefile.in: Build the new test.
8947
8948 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8949
8950 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8951 directly. Instead compare the return values from actual calls.
8952
8953 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8954
8955 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8956
8957 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8958
8959 * From Peter Schauer with minor modifications.
8960 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8961 stops in mid-line in the caller. Add xfail for returning a float
8962 value on X86 targets.
8963
8964 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8965
8966 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8967 to avoid expect lossage.
8968 (fmem_LRbug_tests): Likewise.
8969 * gdb.disasm/hppa.s: Corresponding changes.
8970
8971 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8972 conditions to work with latest dejagnu/expect.
8973
8974 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8975 expected to fail on the PA.
8976 (backtrace in call with trampolines): Explicitly require main
8977 to be frame #1 (no trampolines should show up in backtrace).
8978
8979 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8980 "continue -expect".
8981 * gdb.t06/break.exp: Likewise.
8982 * gdb.t07/watchpoint.exp: Likewise.
8983 * gdb.t13/bitfields.exp: Likewise.
8984 * gdb.t15/{funcargs,return}.exp: Likewise.
8985 * gdb.stabs/weird.exp: Likewise.
8986 * config/{mips,udi}-gdb.exp: Likewise.
8987
8988 * hppa.sed: Enclose comments within a sed command to avoid
8989 losing with the old OSF1 sed.
8990
8991 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8992
8993 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8994 sequent dynix.
8995 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8996 * gdb.t15/funcargs.exp: Conditionally step again to really
8997 finish from marker_call_with_trampolines. Handle the case where
8998 the first step from within call_with_trampolines already steps
8999 us back to main.
9000 * gdb.t15/gdbme.c: Add comment to closing brace of
9001 call_with_trampolines for funcargs.exp.
9002
9003 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9004
9005 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9006 Fix typo(s).
9007
9008 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9009
9010 * gdb.t07/gdbme.c: More code for watchpoint testing.
9011
9012 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
9013 "Hardware watchpoint" throughout file.
9014 (test_watchpoint_triggered_in_syscall): New test.
9015 (test_complex_watchpoint): New test.
9016
9017 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9018
9019 * gdbme.c (call_with_trampolines): New function to try and step
9020 into. Tests trampoline problems on the PA.
9021
9022 * funcargs.exp (localvars_in_indirect_call): No longer expect
9023 stepping into indirect call to fail on PAs.
9024 (test_stepping_over_trampolines): New test.
9025
9026 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9027
9028 * TODO: Add suggestions for static member function tests, and
9029 completion tests.
9030
9031 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9032
9033 * TODO: Add suggestions for "p/a" tests.
9034
9035 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
9036 (default_gdb_exit): Replace all the hair with sending "quit" to
9037 the process with a simple close.
9038
9039 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9040
9041 * TODO: Add suggestions for shared library tests.
9042
9043 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9044
9045 * TODO: Add suggestions for x/s tests.
9046
9047 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9048
9049 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
9050 "enable once", and "enable breakpoints once" with ".*".
9051
9052 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9053
9054 * TODO: Add suggestions about structure passing tests.
9055
9056 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9057
9058 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
9059 the primary1 test, use work around if __GNUC__ < 2.
9060 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
9061 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
9062 Test for bad output rather than waiting for timeout. Issue
9063 second continue only if first continue failed.
9064
9065 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9066
9067 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
9068 operator[] test with gdb_test because the old code didn't seem to
9069 be getting the quoting right with the new dejagnu.
9070
9071 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
9072
9073 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
9074 one from the path.
9075 * Makefile.in: Use a fresh expect if there is one, use runtest
9076 from the src tree if there is one.
9077
9078 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9079
9080 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
9081 next over recursive call. Revise the tests from that point on
9082 (which had been skipped) to match GDB's actual (correct) output.
9083
9084 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
9085 with next over a breakpoint whose condition is false.
9086
9087 * gdb.t00/help.exp: Comment out "help set print" tests just like
9088 (and for same reason as) "help set" test.
9089
9090 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9091
9092 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
9093 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
9094
9095 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9096
9097 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
9098 necessary gdb_target_udi.
9099
9100 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
9101
9102 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
9103 1838 and 2417; they are fixed.
9104
9105 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
9106 gdb.t03/ptype.exp (ptype structure, ptype union):
9107 Remove xfails; the test is looser than when the xfails were added.
9108
9109 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
9110 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
9111
9112 * gdb.t01/run.exp: Only run shell test if isnative.
9113
9114 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
9115 since "run" automatically loads if necessary. Call gdb_target_udi
9116 after the "file" since "file" kills any execution target.
9117
9118 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
9119 GDB. GDB doesn't work that way (not anymore at least) on UDI.
9120 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
9121 argument for UDI.
9122
9123 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9124
9125 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
9126
9127 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
9128
9129 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9130
9131 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
9132 properly quoting regexps. This makes the second argument to
9133 demangle a fixed string, which matches the callers, instead of a
9134 shell-style pattern which is what the previous implementation
9135 used. Update some of the callers.
9136
9137 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9138
9139 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
9140 (comib_nullified_tests): Fix typo.
9141 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
9142 strings. No longer expected to fail.
9143
9144 * gdb.disasm/hppa.s (addib_tests): Fix typo.
9145 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
9146 strings. No longer expected to fail.
9147
9148 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
9149 string. No longer expected to fail.
9150
9151 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9152
9153 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
9154 No longer expected to fail.
9155
9156 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
9157 string. No longer expected to fail.
9158
9159 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9160
9161 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
9162 only in the names (I probably got most of them). I was even
9163 generous with some which differed in underscores in names, and
9164 probably missed a few, and I *still* was able to remove almost a
9165 third of the file with almost no impact on testsuite coverage.
9166
9167 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9168
9169 * gdb.t00/default.exp: Match udi_attach error message as well as
9170 the one from child_attach.
9171
9172 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
9173
9174 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
9175
9176 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
9177 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
9178
9179 * Move test with enums and partial symbols back to
9180 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
9181 Reverts the change of 26 May 93. Per today's change to
9182 stabs.texinfo, the behavior that weird.exp was expecting was
9183 unreasonable; what is important is that the compiler+gdb get
9184 things right, which happens with a recent gcc. Also fix the test
9185 to deal with native compilers which put out the stab gdb can't
9186 deal with.
9187
9188 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9189
9190 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
9191 in the names. The main thing these accomplish is to slow things down.
9192 Many more such duplicates surely remain.
9193
9194 * gdb.t00/help.exp: Comment out "help support" test just like
9195 (and for same reason as) "help set" test.
9196
9197 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
9198
9199 * gdb.t06/break.exp: Remove setup_xfails for
9200 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
9201 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
9202 about known bug in gcc to include up through 2.5.8.
9203 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
9204 well as "_vb$".
9205 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
9206 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
9207 with latest gcc and gdb.
9208 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
9209 well as "_vb$".
9210
9211 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9212
9213 * configure.in (hppa*-*-*): Also configure and build stabs-only
9214 tests.
9215
9216 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9217
9218 * gdb.t10/hppa.mt: A makefile fragment for the PA.
9219 * gdb.t10/configure.in (hppa*-*-*): Use it.
9220
9221 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9222
9223 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
9224
9225 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9226
9227 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
9228 versions prior to 1.13.5.
9229
9230 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9231
9232 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
9233 the prompt is at the start of a line.
9234
9235 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9236
9237 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
9238 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
9239 in the copr tests now.
9240 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
9241 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
9242 expected to fail.
9243
9244 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
9245
9246 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
9247 gdb.t31/chillvars.exp, lib/gdb.exp:
9248 Tweak to run under either version of expect.
9249 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
9250 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
9251 * gdb.t11/list.exp: Remove extraneous whitespace.
9252
9253 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9254
9255 * gdb.t16/printcmds.exp (test_print_strings): Accept
9256 "(unsigned char *) " before the string.
9257
9258 * TODO: Add notes about printing of fancy types and GDB expressions.
9259
9260 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
9261
9262 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
9263 * gdb.t06/configure.in: Don't try to compile signals test program
9264 if doing mips-idt-ecoff.
9265
9266 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
9267
9268 * Most .exp files: Tweak to run under either version of expect.
9269
9270 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9271
9272 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
9273 xfails; I'm not sure why they are failing, but not because of PR 1806.
9274
9275 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
9276
9277 * config/unix-gdb.exp: Remove gdb_unload cause it's already
9278 defined in lib/gdb.exp.
9279
9280 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9281
9282 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
9283 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
9284 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
9285 have to be typeless.
9286
9287 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9288
9289 * TODO: Add suggestion for copyright year test.
9290
9291 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
9292
9293 * configure.in (*-*-lynxos*): Add stabs tests.
9294
9295 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9296
9297 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
9298 so insert a tab before any assembler directive in column zero.
9299
9300 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
9301 stores.
9302 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
9303 stores.
9304 (fpu_short_memory_tests): Likewise.
9305
9306 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9307
9308 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
9309 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
9310 .stabs directives in comments.
9311
9312 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9313
9314 * TODO: New file, describing tests we could write.
9315 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
9316
9317 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9318
9319 * gdb.t06/signals.exp: Add kludge to force re-sync.
9320
9321 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
9322 to xgdb instead of gdb, get out of gdb.
9323
9324 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
9325
9326 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
9327 for info.
9328
9329 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9330
9331 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
9332 * gdb.stabs/configure.in (hppa*-*-*): Use it.
9333 * gdb.stabs/hppa.sed: New sed script for the PA.
9334
9335 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9336
9337 * gdb.stabs: Re-write weird.def and configuration to use sed
9338 instead of cpp. sed is portable and POSIX; cpp is neither.
9339
9340 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9341
9342 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
9343
9344 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9345
9346 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
9347
9348 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9349
9350 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
9351 "_vb$".
9352 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
9353 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
9354
9355 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9356
9357 * lib/gdb.exp: Comment out code which depends on non-existent
9358 `transform' procedure.
9359
9360 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
9361
9362 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
9363 * lib/gdb.exp: Transform tool name.
9364 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
9365 1.1's new error handling system.
9366
9367 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9368
9369 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
9370
9371 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9372
9373 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
9374 They made pattern matching so slow that timeouts happened on
9375 heavily loaded systems. Now any output from "show print" which
9376 gets us back to the GDB prompt is a PASS.
9377
9378 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
9379
9380 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
9381
9382 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9383
9384 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
9385
9386 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
9387 It is not from PR 3220.
9388
9389 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9390
9391 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
9392 just started failing because they depended on the order the
9393 subcommands are presented, or exact docstring text. This kind of
9394 test is a pain and has minimal benefit.
9395
9396 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9397
9398 * gdb.t09/corefile.exp: At end of test, use "core" command with
9399 no arguments.
9400
9401 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
9402
9403 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
9404 17}/Makefile.in: Make it possible to run the testsuite with Sun
9405 make and CC = cross gcc by adding explicit build rules for .o
9406 files.
9407
9408 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9409
9410 * gdb.t15/funcargs.exp: Don't put comments on same line as
9411 setup_xfail (@#$*%& tcl braindamage!).
9412
9413 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9414
9415 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
9416
9417 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
9418
9419 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
9420 * gdb.t20/inherit.exp: remove three dumplicate entries.
9421
9422 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9423
9424 * gdb.t06/break.exp: For "next over recursive call", fail on any
9425 incorrect output, not just on "factorial (value=2)".
9426
9427 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9428
9429 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
9430 working now. Add an xfail if accesing a bss variable causes
9431 a memory error if the target is not yet run.
9432
9433 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9434
9435 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
9436 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
9437 name of __st* demangling (2 strings). Did Kung really get the
9438 more than 95 others right without testing them?
9439
9440 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
9441
9442 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
9443
9444 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
9445
9446 * configure.in (configdirs): Add gdb.disasm
9447 * gdb.disasm: New directory for GDB disassembler tests.
9448 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
9449
9450 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9451
9452 * gdb.t00/help.exp: Don't test "help set".
9453
9454 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
9455 from within expect statements. None of these happen anymore and
9456 they cause regressions to be silently unnoticed.
9457
9458 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
9459 messages) about known failures with gcc cygnus-2.4.5-930417.
9460
9461 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
9462 comp-info.exp so it gets built if it doesn't exist.
9463
9464 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
9465 it is no longer used.
9466 * gdb.t13/comp-info.c: Removed.
9467
9468 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9469
9470 * gdb.t06/signals.exp: Add xfail for sun3.
9471
9472 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9473
9474 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
9475 relevant because ^C doesn't get sent but failure can be reproduced
9476 interactively).
9477
9478 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9479
9480 * gdb.stabs/alpha.mt: New configuration file for alpha.
9481 * gdb.stabs/configure.in: Use it.
9482 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
9483 sharing with alpha.mt, redefine long to word via preprocessor.
9484 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
9485 for alpha.
9486 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
9487 native cc.
9488 * gdb.t00/teststrategy.exp: Change expect string so that we
9489 consume the `(xgdb)' from the command echo and from the gdb prompt.
9490 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
9491 gdb currently compares all values as long, so this failure probably
9492 applies to any configuration where LONGEST is bigger than a target int.
9493 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
9494 with gcc.
9495 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
9496 to handle opaque pointers, gcc is.
9497 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
9498 as first argument. Include <sys/types.h> and change all operator
9499 new definitions to use size_t.
9500 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
9501 now that we use size_t.
9502
9503 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9504
9505 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
9506 a long or float array cast all array members to the same type.
9507 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
9508 with 64 bit longs.
9509 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
9510 on alpha.
9511 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
9512
9513 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9514
9515 * gdb.t24 (demangle.exp): Constructors of templates have names like
9516 vector<int>::vector(int) not vector<int>::vector<int>(int). See
9517 section 14.6 of the ARM.
9518
9519 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
9520 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
9521 accomplish little and slow down the testsuite.
9522
9523 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
9524 Accept spaces various places.
9525
9526 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9527
9528 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
9529 with watchpoint enabled.
9530
9531 * Makefile.in: Remove definition of CC and remove the second
9532 definition of CXX (the "CXX = gcc" one remains). These definitions
9533 were causing backquotes to be expanded within backquotes, which
9534 doesn't work.
9535
9536 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9537
9538 * gdb.t17/callfuncs.exp: Add "return 0" to end.
9539
9540 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9541
9542 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
9543 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
9544 by mips cc and contains no stabs entries.
9545
9546 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
9547
9548 * config/vx-gdb.exp: Use fake device to load files rather than
9549 NFS.
9550 * lib/gdb.exp: New proc to do "file" command.
9551 * config/unix-gdb.exp: Use new "file" proc.
9552
9553 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9554
9555 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
9556 Rework board rebooting slightly.
9557 (gdb_exit): Don't exit from the remote shell; there isn't one.
9558 * gdb.stabs/weird.exp: If a program is being debugged already,
9559 kill it.
9560 * gdb.t04/setvar.exp: Stop and restart gdb.
9561 * gdb.t05/expr.exp: Likewise.
9562 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
9563 restart gdb and reload the program.
9564 * gdb.t08/opaque.exp: Likewise.
9565 * gdb.t12/scope.exp: Likewise.
9566 * gdb.t13/bitfields.exp: Likewise.
9567 * gdb.t15/funcargs.exp: Likewise.
9568 * gdb.t20/classes.exp: Likewise.
9569 * gdb.t03/ptype.exp: Increase timeout.
9570 * gdb.t16/printcmds.exp (test_print_string_constants,
9571 test_print_array_constants): Likewise.
9572 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
9573 * gdb.t20/classes.exp (do_tests): Likewise.
9574 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
9575
9576 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
9577
9578 * gdb.stabs: Renamed *wierd* to *weird*.
9579
9580 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9581
9582 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
9583 for timeout. Add "known gcc 2.4.5 bug" to failure message.
9584
9585 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9586
9587 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
9588 (do_tests): Remove xfail for whatis on one_var and two_var.
9589
9590 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
9591
9592 * Makefile.in: Made cross building work better by adding
9593 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
9594
9595 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9596
9597 * gdb.t15/{return.c,return.exp,Makefile.in}:
9598 New test, currently commented out.
9599
9600 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
9601
9602 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
9603 still running and removes the leftover named socket so GDb can do
9604 clean restarts.
9605
9606 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
9607
9608 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
9609 console, not GDB.
9610 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
9611 cross testing works better with "make check"
9612 * config/unix-gdb: Use default procedures for exit and version.
9613 * config/vx-gdb.exp: Cleaned up and massaged back to working order
9614 with the newest VxWorks.
9615
9616 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9617
9618 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
9619 old form.
9620
9621 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
9622 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
9623
9624 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
9625
9626 * config/unix-gdb.exp: Remove this version of gdb_exit
9627 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
9628 Rob says he'll look at it when he gets back to testing boards.
9629
9630 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
9631
9632 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
9633 an expected fail for certain ptype commands.
9634
9635 * gdb.t20/classes.exp: Update expected results of "ptype class
9636 Base1" to account for the constructor that now appears in the type.
9637
9638 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
9639
9640 * configure.in (configdirs): Restore gdb.t04, which mysteriously
9641 disappeared from list.
9642 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
9643 "alldone" proc with call to cleanup and exit.
9644 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
9645 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
9646 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
9647 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
9648 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
9649 "alldone" proc with simple returns that suppress remaining
9650 tests. The alldone proc went away many months ago.
9651
9652 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9653
9654 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
9655
9656 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
9657
9658 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9659
9660 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
9661 as vax gdb will display them.
9662
9663 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9664
9665 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
9666 optimizers.
9667
9668 * scope.exp: Change "bad value for localval" messages so each one
9669 is unique.
9670
9671 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
9672 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
9673
9674 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
9675
9676 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9677
9678 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
9679 doesn't exist (due to optimization).
9680
9681 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9682
9683 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
9684 contains \r because the filename is long.
9685
9686 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
9687 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
9688
9689 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9690
9691 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
9692 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
9693 Ultrix.
9694 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
9695 int tests.
9696 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
9697
9698 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
9699
9700 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
9701
9702 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
9703 to match does not match the passing case but still matches the
9704 failing case.
9705
9706 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9707
9708 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9709
9710 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
9711
9712 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
9713 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9714 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9715 Remove various versions of gdb_exit.
9716 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9717 gdb_exit.
9718 * config/unix-gdb.exp: gdb_exit remains here, and should override
9719 the generic version, since it's doing a lot of wierd stuff that
9720 the other versions aren't. FIXME, fold it in, or abandon this
9721 version.
9722
9723 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9724
9725 * gdb.t24/demangle.exp: Add tests for PR 3220.
9726
9727 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9728
9729 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9730
9731 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9732
9733 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9734 "i386-*-*". Works for i486 as well.
9735
9736 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9737 bug, and expand domain of xfail to all SVR4 systems, since the
9738 actual problem is likely to be in generic SVR4 /proc support.
9739
9740 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9741
9742 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9743
9744 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9745
9746 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9747 xfails for other systems. Match a missing 'Continuing.' as an
9748 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9749
9750 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9751 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9752 Only issue warning for missing executables if -all option is used.
9753
9754 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9755 file if -all option is used. It's like an unpredictable XFAIL.
9756
9757 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9758
9759 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9760 for dynamically linked binaries.
9761
9762 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9763
9764 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9765
9766 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9767 to state that this is a known bug in old versions of g++.
9768
9769 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9770
9771 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9772 while waiting for `Continuing'.
9773
9774 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9775
9776 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9777 in text, data, and bss.
9778 * gdb.t10/nodebug.c: Add local and global test variables for
9779 initialized and uninitialized data.
9780
9781 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9782
9783 * config/unix-gdb.exp (gdb_exit): Add "wait".
9784
9785 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9786
9787 * gdb.t06/signals.exp: xfail the continue from the handler for all
9788 targets.
9789
9790 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9791 function with watchpoints enabled, the i386 call dummy starts with
9792 a call.
9793
9794 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9795 386 bsd names its corefiles.
9796
9797 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9798
9799 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9800 compilers don't grok it.
9801 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9802 with small octal ints rather than character constants, which
9803 are signed and might not fit if first promoted to int.
9804
9805 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9806
9807 * gdb.t09/Makefile.in (clean): Remove corefile.
9808
9809 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9810
9811 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9812
9813 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9814 and Jim Kingdon (kingdon@cygnus.com)
9815
9816 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9817 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9818 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9819
9820 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9821
9822 * gdb.t17/interrupt.exp: Add xfail for hppa.
9823
9824 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9825
9826 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9827 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9828 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9829 to determine signed-ness of bitfields and use the result to setup
9830 the xfail.
9831 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9832 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9833 call line is reached if necessary.
9834
9835 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9836
9837 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9838
9839 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9840
9841 * gdb.t06/break.exp: Also test `clear' command.
9842
9843 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9844
9845 * gdb.t00/teststrategy.exp: Remove extra quote.
9846
9847 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9848 watchpoint enabled to be for all non-68k machines.
9849
9850 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9851
9852 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9853
9854 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9855 targets use aout.mt instead of ecoff.mt as gas understands
9856 standard aout format.
9857
9858 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9859
9860 * lib/gdb.exp (runto): Don't insist that function we are running to
9861 was compiled with -g.
9862
9863 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9864
9865 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9866 to get back into the read system call.
9867 Accept leading newline in case where we woke it up.
9868
9869 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9870
9871 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9872 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9873 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9874 enable ecoff configuration.
9875
9876 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9877
9878 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9879
9880 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9881
9882 * gdb.t16/printcmds.exp: Add another printf test.
9883
9884 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9885
9886 * configure.in: If configured -with-stabs on any target, add
9887 stabsdirs to configdirs.
9888
9889 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9890
9891 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9892 fun" so pattern does not match the command itself.
9893
9894 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9895
9896 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9897
9898 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9899
9900 * gdb.t17/interrupt.exp: Test for more things.
9901
9902 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9903
9904 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9905 compiler arranges the code and line numbers.
9906
9907 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9908
9909 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9910
9911 * gdb.t00/help.exp: Increase expect input buffer size.
9912
9913 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9914
9915 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9916
9917 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9918
9919 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9920
9921 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9922 [0-9]*, not just [0-9].
9923
9924 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9925
9926 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9927
9928 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9929
9930 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9931
9932 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9933
9934 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9935
9936 * gdb.t06/signals.c: Add xfails for sun3.
9937
9938 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9939
9940 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9941 test_stepping tests.
9942
9943 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9944
9945 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9946
9947 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9948
9949 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9950 rather than actually putting it through cpp twice.
9951
9952 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9953
9954 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9955
9956 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9957 no longer needed.
9958
9959 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9960
9961 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9962
9963 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9964 C++ features prints as "struct", make it a pass, not an xfail.
9965
9966 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9967
9968 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9969 Don't require VA to print as "class" rather than "struct".
9970
9971 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9972
9973 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9974
9975 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9976
9977 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9978
9979 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9980
9981 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9982 order.
9983
9984 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9985
9986 * gdb.t16/printcmds.exp: Add printf tests.
9987
9988 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9989
9990 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9991
9992 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9993
9994 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9995 pass counts, to counteract any existing or future setup_xfails.
9996
9997 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9998
9999 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
10000 {BEGIN,END}_COMMON for common block instead of STAB.
10001 * gdb.stabs/wierd.exp: Add xfail for rs6000.
10002
10003 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
10004 intp_var should be N_GSYM not N_LSYM.
10005 wierd-aout.S: Use a label for the value of the N_SO.
10006 wierd.def: Remove all backslashes.
10007 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
10008
10009 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10010
10011 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
10012 get the expected next to inheritance3.
10013
10014 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10015
10016 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
10017 now that gcc-2.4 gets it right.
10018
10019 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10020
10021 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
10022
10023 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
10024 generating comp-info.exp which works for cross-compilation.
10025
10026 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
10027
10028 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
10029 "*-*-sysv4.*".
10030
10031 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
10032
10033 * gdb.t01/run.exp: Start with a fresh gdb.
10034 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
10035 SVR4.x.
10036
10037 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
10038
10039 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
10040 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
10041 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
10042 Makefile.in (distclean, realclean): Remove gdbme.c from list of
10043 things to remove.
10044
10045 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
10046
10047 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
10048 test cases from bug reports.
10049
10050 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
10051
10052 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
10053 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
10054 avoid spurious xfails.
10055 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
10056 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
10057 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
10058
10059 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
10060
10061 * gdb.t00/teststrategy.exp: Rework to provide more useful
10062 description of each test, fix problem with systems that define
10063 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
10064 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
10065 results for "next over recursive call" so timeouts aren't taken
10066 by error.
10067
10068 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
10069
10070 * gdb.t12/scope.exp: Test printing of variables before run.
10071
10072 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
10073 printed in wrong order due to sorting.
10074
10075 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
10076
10077 * gdb.t00/teststrategy.exp: Fix expected results for printing
10078 user entered string constant. Is array of char, prints with no
10079 address.
10080
10081 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
10082 commands.
10083 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
10084 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
10085 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
10086 of struct of char arrays.
10087 * gdb.t00/radix.exp: New tests for radix commands.
10088
10089 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
10090
10091 * gdb.t16/printcmd.exp: Print a variable before running program
10092 (with xfail for AIX).
10093
10094 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
10095
10096 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
10097
10098 * gdb.t16/printcmd.exp: Don't print variables before running program.
10099
10100 * gdb.t06/break.exp: Don't require envp argument to main.
10101
10102 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
10103
10104 * gdb.t02/whatis.exp, gdb.t11/list.exp:
10105 Add xfails for rs6000.
10106
10107 * gdb.t02/whatis.exp: Change other tests not to re-test something
10108 we already tested.
10109
10110 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
10111 each type used has a variable of that type.
10112
10113 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
10114
10115 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
10116
10117 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10118
10119 * configure.in: change srctrigger to be a file, not a directory
10120
10121 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
10122
10123 * configure.in (mips-idt-ecoff*): Added trailing '*'.
10124
10125 * gdb.t11/list.exp: Fixed a couple of typos.
10126
10127 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
10128
10129 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
10130 is fixed and PR is closed.
10131 * gdb.t16 (gdbme.c): Add simple test string variable.
10132 * gdb.t16 (printcmds.exp): Add tests with simple test string
10133 variable, primarily for boundaries on "set print elements".
10134
10135 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
10136
10137 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
10138 Make leading 0's optional and don't expect a tab in the middle
10139 of the number.
10140
10141 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
10142
10143 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
10144 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
10145 don't end command passed to gdb_test with newline.
10146
10147 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
10148 signed keyword away, don't expect signed bitfields to be signed.
10149
10150 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
10151 printing with only as many 1's as are in the field as well as printing
10152 with 32 1's (see comment).
10153
10154 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
10155
10156 * gdb.t00/default.exp: Start with a fresh gdb.
10157 * configure.in (configdirs): Remove gdb.t31 until the chill
10158 compiler works again. It no longer is able to find chillrt0
10159 since it isn't in libchill.a anymore.
10160 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
10161 wierd.o, make more modular.
10162 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
10163 spurious newlines that caused problems.
10164
10165 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10166
10167 * Move test with enums and partial symbols from gdb.t03/ptype.exp
10168 to gdb.stabs/wierd.exp since GCC has worked around the bug.
10169 gdb.stabs/wierd.{exp,def}: Many new tests.
10170
10171 * gdb.t00/default.exp: update info line for new message.
10172
10173 * gdb.t02/{whatis.exp,gdbme.c}:
10174 Test that "char *" doesn't print as "caddr_t".
10175
10176 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10177
10178 * gdb.t00/help.exp: Use .* in place of some help messages which
10179 just changed.
10180 gdb.t00/default.exp: Update "info frame" test for new message.
10181 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
10182 Remove some xfails
10183
10184 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10185
10186 * gdb.t03/{gdbme.c,ptype.exp}:
10187 Add tests for typedef'd struct and union without tags.
10188 Also check "whatis" on a variable of a typedef'd enum without a tag.
10189
10190 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
10191 PRMS 1823; the bug still exists but isn't reproduced by this test
10192 anymore), and remove rs6000 XFAIL (the bug is fixed).
10193
10194 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
10195 duplicated from whatis.exp. For those that are left, accept
10196 "long", "long int", or "int" for long variables (whatis.exp already
10197 has an XFAIL for "int", so no need to fail it here).
10198
10199 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
10200 Deal with GCC's names for types now that GDB uses the compiler's names.
10201
10202 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
10203 setup_xfail's for sunos4. If we #defined the signed keyword away,
10204 don't expect GDB to know that char it is signed.
10205
10206 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
10207
10208 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
10209
10210 * configure.in (configdirs): Add gdb.t24 for C++ tests that
10211 should work on any system, regardless of debugging format.
10212 * gdb.t21/demangle.exp: Move to gdb.t24.
10213 * gdb.t24/demangle.exp: Move from gdb.t21.
10214 * gdb.t24/{Makefile.in, configure.in}: New files.
10215
10216 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10217
10218 * configure.in: Do gdb.stabs and C++ tests only for stabs.
10219 * gdb.stabs: New directory.
10220
10221 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10222
10223 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
10224 not just "Quit anyway?".
10225
10226 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
10227
10228 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
10229 that all setup_xfails are immediately followed by clear_xfails.
10230
10231 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
10232
10233 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
10234 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
10235 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
10236 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
10237 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
10238 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10239 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10240 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
10241 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
10242 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
10243 gdb.t31/chillvars.exp, lib/gdb.exp:
10244 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
10245 bug-gdb@prep.ai.mit.edu.
10246
10247 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
10248
10249 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
10250 with 0.0, not integer 0.
10251
10252 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
10253
10254 * gdb.t06/break.exp: Update for "Kill the program" message change.
10255
10256 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
10257
10258 * Makefile.in (GDBFLAGS): Set to -nx.
10259 * Makefile.in (site.exp): Use GDBFLAGS.
10260
10261 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10262
10263 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
10264 Makefiles.
10265 (check): depend on just-check.
10266 (just-check): added so that tests can be run without a noop
10267 build pass.
10268
10269 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10270
10271 Switch to using configure's configdirs.
10272 * Makefile.in (Makefile): add configure.in dependency.
10273 (SUBDIRS): removed redundant assignment.
10274 * configure.in: switch subdirs assignment to configdirs.
10275 * gdb.t*/configure.in: new files.
10276
10277 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
10278
10279 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
10280 works.
10281
10282 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
10283
10284 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
10285 in explicit rules. Apparently this is not supported by some makes.
10286
10287 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
10288
10289 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
10290
10291 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10292
10293 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
10294 disappeared.
10295
10296 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10297
10298 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
10299
10300 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
10301
10302 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
10303 watchpoint problem that is now fixed.
10304 * gdb.t30/chexp.exp: Remove setup_xfail for printing
10305 uninitialized convenience variables.
10306 * gdb.t31/chillvars.exp: Fix expected patterns for printing
10307 structures.
10308
10309 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10310
10311 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
10312 which causes expect to get out of sync with gdb on long output
10313 from help set.
10314 * gdb.t09/corefile.exp: Make expected pattern for core file
10315 failing signal and frame output format less sun specific.
10316
10317 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
10318
10319 * gdb.t31/chillvars.exp: Add and remove initial dummy
10320 breakpoint, so that symbol table is forced in.
10321 (Needed at least on Sunos4, though it seems not SVR4.)
10322 * gdb.t31/chillvars.exp: Update for changed output format.
10323
10324 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
10325
10326 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
10327
10328 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
10329
10330 * Makefile.in: Added --srcdir when invoking runtest, removed the
10331 need for a local config file. (optional now)
10332
10333 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
10334
10335 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
10336 failure count used to force early termination. Add some more
10337 expected failures for gnu style demangling.
10338
10339 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10340
10341 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
10342 pmi variable from gdb.t20/gdbme to get optimized away.
10343 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
10344 Check for written corefile upon timeout _and_ eof.
10345
10346 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10347
10348 * config/unix-gdb.exp: Add missing return 0.
10349
10350 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10351
10352 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
10353 test termination.
10354
10355 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
10356
10357 * configure.in (subdirs): Put back gdb.t17 which mysteriously
10358 disappeared.
10359
10360 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
10361
10362 * gdb.t10/crossload.exp: Disable the i860-elf test until such
10363 time as i860 support works.
10364
10365 * gdb.t15/funcargs.exp: Fix expected outputs to include
10366 "backtrace 100\r" rather than just "backtrace\r", to match last
10367 change.
10368
10369 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
10370
10371 * config/udi-gdb.exp (gdb_exit): Remove close command.
10372 (gdb_target_udi): New procedure to set the UDI target.
10373 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
10374 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
10375 Added waits for prompts after several question responses. Added
10376 some more responses used by a29k-amd-udi-gdb.
10377 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
10378 pass different arguments, restart UDI connection after program
10379 completion.
10380 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
10381 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10382 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
10383 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
10384 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
10385 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
10386 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10387 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
10388 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
10389 after program completion.
10390 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
10391 compiled with a SELECT_VECS setting.
10392 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
10393 infinite recursion.
10394
10395 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
10396 Added checks for COFF results, and made them expected failures for
10397 all targets. It would be better to make them expected failures
10398 for COFF targets only.
10399
10400 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10401
10402 * Makefile.in: add null dvi target, don't bother to recurse
10403 through test directories for info and install-info; rename
10404 $(datadir) to be dejagnu instead of deja-gnu
10405
10406 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
10407
10408 * gdb.t31/gdbme.ch: Re-enable code that previously caused
10409 compiler to coredump.
10410 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
10411 code.
10412
10413 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
10414
10415 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
10416 coredump.
10417 * gdb.t31/chillvars.exp: Comment out tests that depend on that
10418 code.
10419
10420 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
10421
10422 * gdb.t03/ptype.exp: tests for return code from gdb_test.
10423 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
10424 which in a shell. Deletes xgdb when done.
10425 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
10426 Tests the return from the "set height" or "set width" commands.
10427 Added a few return codes where needed.
10428
10429 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
10430
10431 * Makefile.in (SUBDIRS): Add gdb.t17.
10432 * configure.in (subdirs): Add gdb.t17.
10433 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
10434 files to test gdb's calling of functions in the inferior with
10435 the correct arguments and gdb's ability to retrieve any
10436 result returned.
10437
10438 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
10439
10440 * config/unix-gdb.exp (gdb_exit): Remove close commands that
10441 may be called after gdb goes away. Previous versions of expect
10442 needed these to avoid file descriptor leaks, but they cause
10443 errors with the current revision of expect.
10444 * gdb.t00/gdbvars.exp: Use -re on expected output after
10445 setting sevenbit-strings.
10446 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
10447 to set sevenbit-strings consistent across tests.
10448 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
10449 set sevenbit-strings consistent across tests.
10450
10451 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
10452
10453 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
10454 expected output to match current "expect" expectations.
10455
10456 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
10457
10458 * gdb.t00/default.exp: Change expected output for default "source"
10459 command, to match new gdb behavior which requires a filename to
10460 source.
10461
10462 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
10463
10464 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
10465 expected fail for i486-*-* that misses the marker2 function.
10466 * gdb.t10/crossload.exp (bfddefault): Allow successful
10467 recognition of a format to pass even if no symbols are found.
10468 Explicitly catch failures where the format is not recognized
10469 or is ambiguous, and add the reason to the fail message.
10470 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
10471 the cause is and invalid target and add reason to failure message.
10472 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
10473 elf32-i386, elf32-sparc, and elf32-i860.
10474 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
10475 Set up expected failure for 'filename'::variable scope resolution,
10476 which is now apparently broken on all targets.
10477 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
10478 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
10479 gdb.t23/templates.exp: Change failure for missing binfile into
10480 just a warning.
10481 gdb.t21/demangle.exp: Change all cfront references to 'arm'
10482 references.
10483
10484 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
10485
10486 * gdb.t00/default.exp: Add expected output for default "source"
10487 command, to match new gdb behavior.
10488 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
10489
10490 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
10491
10492 * config/*-gdb.exp: returns an error, rather than exiting on
10493 internal errors.
10494
10495 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
10496
10497 * gdb.t03/gdbme.c: Add pointer to struct variable.
10498 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
10499 referencing struct members.
10500
10501 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
10502
10503 * configure.in (mips-idt-ecoff): New target.
10504 * config/mips-gdb.exp: New file for remote board using MIPS remote
10505 debugging protocol.
10506
10507 * Redid configuration scheme. Removed gdb.t*/configure.in.
10508 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
10509 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
10510 distclean targets. Built executables via .o files. Adjusted
10511 tests to account for source files in $(srcdir) rather than
10512 $(objdir).
10513 * lib/gdb.exp (runto): Don't expect () after the function name,
10514 because it may have arguments.
10515
10516 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
10517
10518 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
10519 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
10520 expected failures for mips-idt-* and mips-sgi-*.
10521 * gdb.t00/default.exp (attach): Kill process if requested.
10522 * gdb.t00/help.exp (help target core, help target): Accept a gdb
10523 that does not read core files.
10524 * gdb.t01/run.exp: Removed checks for exit status code.
10525 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
10526 it is linked in.
10527 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
10528 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
10529 appropriate, rather than doing it by hand.
10530 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
10531 execution.
10532 * gdb.t10/crossload.exp: Kill existing program if needed.
10533 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
10534 appropriate, rather than doing it by hand. Always increase
10535 timeout for this test, not just for VxWorks.
10536
10537 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
10538
10539 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
10540 of Chill STRUCT types and STRUCT values.
10541 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
10542 than "char".
10543 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
10544 struct2): New struct definitions and initializations to test
10545 simple Chill STRUCT types.
10546
10547 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
10548
10549 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
10550 the null byte at the end of strings.
10551 * gdb.t00/default.exp: Make show version insensitive to copyright
10552 date.
10553 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
10554 to avoid dependencies on target char signedness.
10555 * gdb.t16/printcmds.exp: Update expected results for explicitly
10556 unsigned char.
10557 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
10558 now work.
10559 * gdb.t21/demangle.exp: Add many more patterns for template
10560 demangling, most of them being expected failures.
10561 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
10562 string we are matching for, to match on the whole string.
10563 * gdb.t21/demangle.exp: Add many new test strings to demangle,
10564 and fix a whole bunch that had incorrect expected output but were
10565 passing anyway because of the bug in "proc demangle".
10566 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
10567 type.
10568 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
10569
10570 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
10571
10572 * gdb/testsuite: made modifications to testcases, etc., to allow
10573 them to work properly given the reorganization of deja-gnu and the
10574 relocation of the testcases from deja-gnu to a "tool" subdirectory.
10575
10576 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
10577
10578 * gdb/testsuite: Initial creation of gdb/testsuite.
10579 Migrated dejagnu testcases and support files for testing nm to
10580 gdb/testsuite from deja-gnu. These files were moved "as is"
10581 with no modifications. This migration is part of a major overhaul
10582 of dejagnu. The modifications to these testcases, etc., which
10583 will allow them to work with the new version of dejagnu will be
10584 made in a future update.
10585 \f
10586 Local Variables:
10587 mode: indented-text
10588 left-margin: 8
10589 fill-column: 74
10590 version-control: never
10591 End:
This page took 0.381164 seconds and 4 git commands to generate.