]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
2004-12-03 Randolph Chung <tausq@debian.org>
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2004-12-03 Randolph Chung <tausq@debian.org>
2
3 * gdb.arch/pa-nullify.exp: New file.
4 * gdb.arch/pa-nullify.s: New file.
5
6 2004-11-30 Randolph Chung <tausq@debian.org>
7
8 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
9 instead of "tbug". Fix regexp to work properly with gdb_test.
10
11 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
12
13 * gdb.base/bitfields2.exp: New test.
14 * gdb.base/bitfields2.c: New file.
15
16 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
17
18 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19
20 2004-11-16 Randolph Chung <tausq@debian.org>
21
22 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
23
24 2004-11-14 Daniel Jacobowitz <dan@debian.org>
25
26 * gdb.threads/threadapply.exp: Correct "macro details" test.
27
28 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
29
30 * gdb.threads/threadapply.exp: New test.
31 * gdb.threads/threadapply.c: New file.
32
33 2004-11-07 Mark Kettenis <kettenis@gnu.org>
34
35 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
36 frames.
37
38 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
39
40 * gdb.base/cursal.exp: New file.
41 * gdb.base/cursal.c: New file.
42
43 2004-11-03 Andrew Cagney <cagney@gnu.org>
44
45 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
46
47 2004-10-30 Mark Kettenis <kettenis@gnu.org>
48
49 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
50 NetBSD/ELF targets.
51
52 2004-10-29 Joel Brobecker <brobecker@gnat.com>
53
54 * gdb.threads/bp_in_thread.c: New file, copied from
55 pthread_cond_wait.c.
56 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
57 file, rather than reusing the .c file from another testcase.
58
59 2004-10-20 Joel Brobecker <brobecker@gnat.com>
60
61 * gdb.ada/null_record.exp: Check where we stopped after
62 sending the start command, instead of where the associated
63 temporary breakpoint was inserted.
64
65 2004-10-14 Andrew Cagney <cagney@gnu.org>
66
67 * gdb.mi/gdb701.c (main): Return 0.
68
69 2004-10-13 Daniel Jacobowitz <dan@debian.org>
70
71 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
72
73 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
74
75 * gdb.threads/schedlock.c: Add comment markers to use to find
76 line numbers.
77 * gdb.threads/schedlock.exp: Adjust regex to handle the new
78 comments.
79 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
80 breakpoint lines.
81
82 2004-10-12 Daniel Jacobowitz <dan@debian.org>
83
84 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
85
86 2004-10-12 Daniel Jacobowitz <dan@debian.org>
87
88 * configure.in: Add gdb.dwarf2.
89 * configure: Regenerated.
90 * Makefile.in: Add gdb.dwarf2.
91 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
92 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
93 gdb.dwarf2/file1.txt: New files.
94
95 2004-10-11 Orjan Friberg <orjanf@axis.com>
96
97 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
98 of "run", since the latter doesn't work with remote targets. Adjust
99 the breakpoint numbering accordingly.
100 * gdb.threads/pthread_cond_wait.exp: Ditto.
101
102 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
103
104 * gdb.base/overlays.exp: Update copyright years.
105
106 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
107
108 * gdb.base/overlays.exp: Disable if target is Linux.
109
110 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
111
112 * config/gdbserver.exp (gdb_load): Use right filename on remote.
113
114 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
115
116 * gdb.asm/asm-source.exp: Add m32r-linux target.
117 * gdb.asm/m32r-linux.inc: New file.
118
119 2004-09-24 Andrew Cagney <cagney@redhat.com>
120 David Anderson <anderson@redhat.com>
121
122 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
123 command fails, assume things will work.
124 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
125 (_GNU_SOURCE): Define.
126 (print_unsigned, print_hex): Change parameter to "long long".
127 (print_byte_count): New function, use to print byte counts.
128 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
129 O_LARGEFILE.
130 (main): Compute an upper bound on a corefile in max_core_size.
131 Limit memory chunk size to max_core_size. Limit total memory
132 allocated to max_core_size.
133
134 2004-09-23 Andrew Cagney <cagney@gnu.org>
135
136 * gdb.base/bigcore.exp: Replace the code that creates a corefile
137 from a separate process with code that creates a corefile by
138 making the inferior dump core.
139
140 2004-09-23 Mark Kettenis <kettenis@gnu.org>
141
142 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
143 block.
144
145 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
146
147 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
148 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
149 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
150 Likewise.
151
152 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
153
154 * gdb.java/jprint.exp: New test case for java inferior call.
155 * gdb.java/jprint.java: Ditto.
156
157 2004-09-15 Joel Brobecker <brobecker@gnat.com>
158
159 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
160
161 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
162
163 * gdb.threads/killed.c: Include <stdlib.h>.
164 * gdb.threads/pthreads.c: Likewise.
165
166 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
167
168 * gdb.threads/killed.c: Add copyright notice.
169
170 2004-09-10 Jason Molenda (jmolenda@apple.com)
171
172 * gdb.base/define.exp: Two new tests to verify zero space chars
173 after 'if' and 'while' commands in a user-defined command is correctly
174 parsed.
175
176 2004-09-08 Andrew Cagney <cagney@gnu.org>
177
178 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
179 delivery test with duplicate at end of file.
180
181 2004-09-06 Mark Kettenis <kettenis@jive.nl>
182
183 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
184
185 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
186
187 * config/hppro.exp: Removed.
188
189 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
190
191 * config/sparclet.exp: Removed.
192
193 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
194
195 * config/udi.exp: Removed.
196
197 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
198
199 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
200 of "exp_continue".
201 (advancei): Likewise.
202
203 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
204
205 * gdb.base/unload.exp: Fix so messages aren't duplicated.
206
207 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
208
209 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
210 to check for nodebug in executable.
211 * gdb.gdb/observer.exp (setup_test): Likewise.
212 * gdb.gdb/selftest.exp (test_with_self): Likewise.
213 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
214
215 2004-09-01 Andrew Cagney <cagney@gnu.org>
216
217 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
218 files.
219
220 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
221
222 * gdb.base/unload.exp: Fix expected warning message to match
223 latest format.
224
225 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
226
227 * gdb.base/call-rt-st.exp: Fix typos.
228
229 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
230
231 * gdb.threads/thread_check.exp: New testcase.
232 * gdb.threads/thread_check.c: New testcase.
233
234 2004-08-31 Andrew Cagney <cagney@gnu.org>
235
236 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
237 (skip_to_handler_entry): New procedures. Test stepping into a
238 handler when the breakpoint is at the handler's entry point.
239
240 2004-08-30 Andrew Cagney <cagney@gnu.org>
241
242 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
243 gdb/1757.
244
245 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
246
247 With code from Manoj Iyer <manjo@austin.ibm.com>:
248 * lib/gdb.exp (gdb_file_cmd): Return more information in the
249 return value. Add an arm for "no debugging symbols found".
250 Change a stray "error" to "perror".
251 (gdb_run_cmd): Adapt to new return value.
252 * gdb.base/remote.exp: Adapt to new return value.
253 * gdb.gdb/complaints.exp: Likewise.
254 * gdb.gdb/observer.exp: Likewise.
255 * gdb.gdb/selftest.exp: Likewise.
256 * gdb.gdb/xfullpath.exp: Likewise.
257
258 2004-08-27 Joel Brobecker <brobecker@gnat.com>
259
260 * gdb.threads/bp_in_thread.exp: New testcase.
261
262 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
263
264 Fix PR testsuite/1735.
265 * gdb.threads/schedlock.c (thread_function): Add a cast
266 to suppress a gcc warning.
267 * gdb.threads/thread-specific.c (thread_function): Likewise.
268
269 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
270
271 * gdb.base/unload.c: Include <stdlib.h>.
272
273 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
274
275 From Paul Gilliam <pgilliam@us.ibm.com>:
276 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
277 synchronized after the "return".
278
279 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
280
281 * gdb.mi/basics.c: Include <stdio.h>.
282 * gdb.mi/pthreads.c: Include <stdlib.h>.
283 * gdb.mi/var-cmd.c: Include <stdlib.h>.
284
285 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
286
287 * gdb.threads/schedlock.c: Add copyright notice.
288
289 2004-08-25 Andrew Cagney <cagney@gnu.org>
290
291 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
292 (skip_over_handler, breakpoint_over_hander): New test procedures.
293 (advance, advancei): Add a proper prefix, do not use
294 rerun_to_main.
295 * gdb.base/sigstep.c (main): Change to use an infinite loop.
296
297 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
298
299 * gdb.mi/basics.c: Add copyright notice.
300 * gdb.mi/var-cmd.c: Add copyright notice.
301
302 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
303
304 * lib/gdb.exp: Remove signed_keyword_not_used.
305 * lib/compiler.c: Likewise.
306 * lib/compiler.cc: Likewise.
307
308 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
309
310 * gdb.base/whatis.c: Remove conditional disabling of "signed".
311 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
312
313 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
314
315 * gdb.base/whatis.c: Add copyright notice.
316
317 2004-08-20 Mark Kettenis <kettenis@gnu.org>
318
319 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
320 it to skip the breakpoints encoded in the inline assembly.
321
322 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
323
324 * Makefile.in: Add gdb.fortran.
325
326 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
327
328 * gdb.base/call-sc.exp (test_scalar_returns):
329 Fix cut-and-paste glitch in "Make fun return now".
330
331 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
332
333 * configure.in: Add gdb.fortran.
334 * configure: Regenerate.
335 * gdb.fortran/Makefile.in: New file.
336 * lib/gdb.exp (skip_fortran_tests): New procedure.
337
338 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
339
340 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
341 reference to bug-gnu@prep.ai.mit.edu.
342 * gdb.mi/mi-var-child.exp: Likewise.
343 * gdb.mi/mi-var-cmd.exp: Likewise.
344 * gdb.mi/mi-var-display.exp: Likewise.
345 * gdb.mi/mi2-var-block.exp: Likewise.
346 * gdb.mi/mi2-var-child.exp: Likewise.
347 * gdb.mi/mi2-var-cmd.exp: Likewise.
348 * gdb.mi/mi2-var-display.exp: Likewise.
349
350 2004-08-15 Mark Kettenis <kettenis@gnu.org>
351
352 * gdb.base/unload.c (main): Make local variable msg const.
353
354 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
355
356 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
357 to bug-gnu@prep.ai.mit.edu.
358 * gdb.mi/mi-disassemble.exp: Likewise.
359 * gdb.mi/mi-eval.exp: Likewise.
360 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
361 default line number.
362 * gdb.mi/mi-return.exp: Likewise.
363 * gdb.mi/mi-simplerun.exp: Likewise.
364 * gdb.mi/mi-stack.exp: Likewise.
365 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
366 number with explicit range test.
367 * gdb.mi/mi-watch.exp: Likewise.
368 * gdb.mi/mi2-break.exp: Likewise.
369 * gdb.mi/mi2-cli.exp: Likewise.
370 * gdb.mi/mi2-disassemble.exp: Likewise.
371 * gdb.mi/mi2-eval.exp: Likewise.
372 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
373 default line number.
374 * gdb.mi/mi2-return.exp: Likewise.
375 * gdb.mi/mi2-simplerun.exp: Likewise.
376 * gdb.mi/mi2-stack.exp: Likewise.
377 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
378 number with explicit range test.
379 * gdb.mi/mi2-watch.exp: Likewise.
380
381 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
382
383 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
384 * gdb.cp/m-static.exp: Likewise.
385 * gdb.cp/rtti.exp: Likewise.
386
387 2004-08-14 Mark Kettenis <kettenis@gnu.org>
388
389 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
390
391 2004-08-14 Eli Zaretskii <eliz@gnu.org>
392
393 * ChangeLog: Prefix Local Variables with semi-colons and indent
394 the reference to older ChangeLog files, to fix fontification in
395 Emacs.
396
397 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
398
399 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
400 * gdb.mi/mi2-break.exp: Likewise.
401
402 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
403
404 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
405
406 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
407
408 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
409
410 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
411
412 * gdb.cp/classes.exp: Remove unused declarations. Just let
413 test names default instead of providing special names. Remove
414 extraneous demangler test.
415
416 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
417
418 * gdb.base/unload.exp: New test for breakpoints in dynamically
419 loaded libraries.
420 * gdb.base/unload.c: Ditto.
421 * gdb.base/unloadshr.c: Ditto.
422
423 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
424
425 * gdb.cp/classes.exp (test_ptype_class_objects): Call
426 cp_test_ptype_class.
427 (test_enums): Likewise.
428
429 2004-08-10 Andrew Cagney <cagney@gnu.org>
430
431 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
432 files.
433
434 2004-08-10 Andrew Cagney <cagney@gnu.org>
435
436 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
437 init_malloc call.
438
439 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
440
441 * ChangeLog: Add copyright notice. The notice is copied
442 from emacs 21.3 top level ChangeLog.
443
444 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
445
446 * lib/cp-support.exp: New file.
447 * lib/cp-support.exp (cp_test_type_class): New function.
448 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
449 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
450 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
451 cp_test_ptype_class.
452
453 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
454
455 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
456 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
457 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
458 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
459 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
460 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
461 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
462 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
463 gdb.mi/mi2-watch.exp: Update copyright years.
464
465 2004-08-09 Mark Kettenis <kettenis@gnu.org>
466
467 * gdb.base/sigaltstack.exp: Provide proper anchoring.
468
469 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
470
471 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
472 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
473 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
474 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
475 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
476 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
477 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
478 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
479 gdb.mi/mi-watch.exp: Update copyright years.
480
481 2004-08-08 Daniel Jacobowitz <dan@debian.org>
482
483 PR gdb/1738
484 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
485 from a breakpoint with a pending signal.
486
487 2004-08-08 Daniel Jacobowitz <dan@debian.org>
488
489 PR gdb/1736
490 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
491 * gdb.base/sigaltstack.exp (finish_test): Consume output until
492 the prompt.
493 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
494
495 2004-08-08 Daniel Jacobowitz <dan@debian.org>
496
497 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
498
499 2004-08-08 Daniel Jacobowitz <dan@debian.org>
500
501 PR gdb/1736
502 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
503 for i?86-*-linux*.
504
505 2004-08-08 Daniel Jacobowitz <dan@debian.org>
506
507 * gdb.arch/i386-prologue.exp: Compile without debug information.
508
509 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
510
511 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
512 rather than asking gdb to search.
513
514 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
515
516 * gdb.base/gcore.c: Include <string.h>.
517
518 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
519
520 * gdb.base/gcore.c: Add copyright notice.
521
522 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
523
524 * gdb.base/freebpcmd.c: Include <stdio.h>.
525 * gdb.base/long_long.c: Include <string.h>.
526 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
527 * gdb.base/siginfo.c: Include <string.h>.
528 * gdb.base/sigstep.c: Include <string.h>.
529
530 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
531
532 * gdb.base/complex.c: Include <stdlib.h>.
533
534 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
535
536 * gdb.base/complex.c: Add copyright notice.
537
538 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
539
540 * gdb.base/charset.c: Include <stdlib.h>.
541
542 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
543
544 * gdb.base/auxv.c: Include <stdlib.h>.
545
546 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
547
548 * gdb.base/auxv.c: Add copyright notice.
549
550 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
551
552 * gdb.base/coremaker.c: Add copyright notice.
553 * gdb.base/coremaker2.c: Add copyright notice.
554
555 2004-08-04 Andrew Cagney <cagney@gnu.org>
556
557 * gdb.base/store.exp: Update copyright.
558 (check_set, up_set, check_struct, up_struct): Add a prefix to test
559 names, do not import gdb_prompt.
560
561 2004-08-01 Andrew Cagney <cagney@gnu.org>
562
563 Fix PR testsuite/1729.
564 * gdb.base/dump.exp: Add test name to callers of capture_value, do
565 not use capture_value with value 4.
566 (capture_value): Add optional test name parameter.
567 (test_reload_saved_value, test_restore_saved_value): Use $msg as
568 the prefix, pass to capture_value.
569
570 2004-08-01 Mark Kettenis <kettenis@gnu.org>
571
572 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
573 * gdb.arch/i386-prologue.c (standard): New prototype and function.
574 (main): Call new function.
575
576 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
577
578 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
579
580 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
581
582 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
583
584 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
585
586 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
587 Accept more values of vtbl pointer. Remove some messages
588 about "obsolete gcc or gdb".
589
590 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
591
592 * gdb.cp/classes.exp: Accept more varieties of ptype output.
593
594 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
595
596 * gdb.base/asm-source.exp: Properly convert target board
597 debug flags from gcc format to binutils format.
598
599 2004-07-28 Mark Kettenis <kettenis@gnu.org>
600
601 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
602 gdb1718". PR backtrace/1718 partially fixed.
603
604 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
605
606 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
607
608 2004-07-26 Nick Clifton <nickc@redhat.com>
609
610 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
611 good default value for a specific architecture is available then
612 set it to that value. Otherwise default to the -gstabs switch.
613 Remove the -g... switches from the asm-flags variable. Allow the
614 target board info to override the value if it wants to. Pass the
615 switch on the assembler command line.
616
617 2004-07-23 Mark Kettenis <kettenis@gnu.org>
618
619 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
620 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
621 (main): Call new function.
622
623 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
624
625 Test for PR exp/1715.
626 * gdb.base/radix.exp: Refactor common procedures. Make all
627 test names unique. Change XFAIL to KFAIL.
628
629 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
630
631 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
632 * gdb.ada/gnat_ada.gin: ... to here.
633 * configure.in: Use gnat_ada.gin.
634 * configure: Regenerate.
635
636 2004-07-20 Andrew Cagney <cagney@gnu.org>
637
638 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
639 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
640 XFAILs. Clean up test messages and comments. Check backtraces.
641 Delete re-sync code.
642
643 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
644
645 Fix PR cli/740.
646 * gdb.base/annota1.exp: Honor gdb,nosignals.
647 * gdb.base/annota3.exp: Likewise.
648
649 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
650
651 * lib/java.exp: Update copyright notice.
652
653 2004-07-19 Andrew Cagney <cagney@gnu.org>
654
655 * gdb.base/selftest.exp: Copy file from here ...
656 * gdb.gdb/selftest.exp: ... to here.
657
658 2004-07-16 Andrew Cagney <cagney@redhat.com>
659
660 * lib/insight-support.exp: Delete file.
661 * lib/java.exp (java_init): Fix copyright.
662
663 2004-07-16 Andrew Cagney <cagney@gnu.org>
664
665 * gdb.base/restore.c: Append "prologue" to comments marking the a
666 function's prologue.
667 * gdb.base/restore.exp: Update copyright, re-indent.
668 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
669 callerN" prefix where needed. Update patterns that match a
670 function's prologue.
671
672 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
673
674 * gdb.base/restore.c: Add copyright notice.
675
676 2004-07-16 Andrew Cagney <cagney@gnu.org>
677
678 * gdb.base/logical.exp: Update copyright.
679 (evaluate): New procedure. Use to re-implement tests using
680 several tables.
681
682 2004-07-14 Martin Hunt <hunt@redhat.com>
683
684 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
685 which fixes some problems where init.tcl was not found.
686
687 2004-07-13 Andrew Cagney <cagney@gnu.org>
688
689 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
690 (check_sizeof, check_valueof): Do not include the output in the
691 test name. Use gdb_test.
692 (get_valueof): Use gdb_test_multiple.
693
694 * gdb.base/step-test.exp: Update copyright. Use
695 gdb_test_multiple. Ensure that test names do not include
696 architecture dependent output.
697
698 * gdb.gdb/observer.exp: Update copyright.
699 (setup_test): Use gdb_test_multiple.
700 (attach_first_observer, attach_second_observer)
701 (attach_third_observer, detach_first_observer)
702 (detach_second_observer, detach_third_observer)
703 (reset_counters, check_counters): Make $message a prefix.
704 (test_normal_stop_notifications): Add "args" parameter - a list of
705 init functions to be called. Make $message a prefix,
706 (test_observer_normal_stop): Change the message prefixes so that
707 they are unique, pass the attach / detach procedures to
708 test_normal_stop_notifications.
709
710 * gdb.base/signull.exp (test_segv): Prefix all tests with
711 "${name}". Clean up test messages.
712
713 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
714
715 * gdb.base/ena-dis-br.exp: Update copyright.
716 (break_at): New function. Replace send_gdb with gdb_test,
717 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
718 ignore count, not stopped at bpt", with KFAIL.
719
720 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
721
722 * gdb.base/attach.exp: Remove cleanupfile handling.
723
724 2004-07-12 Andrew Cagney <cagney@gnu.org>
725
726 * gdb.base/annota1.exp: Cleanup corefile test name.
727 * gdb.base/annota3.exp: Ditto.
728
729 2004-07-12 Andrew Cagney <cagney@gnu.org>
730
731 * gdb.base/signals.exp: Clean up copyright, re-indent.
732
733 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
734 gdb_test and gdb_test_multiple.
735
736 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
737
738 * gdb.java/jmain.exp: Fix expected line number for main to
739 break at. Set XFAIL for break at main test since gcj does not
740 provide line number info for first statement in main.
741
742 2004-07-08 Andrew Cagney <cagney@gnu.org>
743
744 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
745
746 * gdb.base/sigbpt.exp: Make the common part of each test name a
747 prefix instead of suffix.
748
749 2004-07-07 Bob Rossi <bob_rossi@cox.net>
750
751 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
752 test from test_tbreak_creation_and_listing to
753 test_file_list_exec_source_file
754 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
755 Changed name of test from test_tbreak_creation_and_listing to
756 test_file_list_exec_source_file
757
758 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
759
760 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
761 the jmisc() constructor instead of <init>.
762 * gdb.java/jmisc1.exp: Ditto.
763
764 2004-07-07 Andrew Cagney <cagney@gnu.org>
765
766 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
767 corrupting the PC.
768
769 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
770
771 * gdb.cp/templates.exp: Accept whitespace change in demangler
772 output.
773
774 2004-07-06 Andrew Cagney <cagney@gnu.org>
775
776 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
777
778 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
779
780 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
781 * lib/compiler.cc: Likewise.
782
783 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
784
785 * lib/compiler.cc: Work around string preprocessing problem
786 with old hp c++ compiler.
787 * lib/compiler.c: Likewise.
788
789 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
790
791 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
792 directives to conditionalize symbol prefixing.
793 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
794 additional_flags handling. Add underscore prefix for Cygwin.
795 * gdb.arch/i386-unwind.c: Use preprocessor directives to
796 conditionalize symbol prefixing.
797 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
798 additional_flags handling. Add underscore prefix for Cygwin.
799
800 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
801
802 * gdb.base/bigcore.exp: Skip test on Cygwin.
803
804 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
805
806 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
807 formats for "info register". Use gdb_test_multiple. Fix
808 the "invalid register" test.
809
810 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
811
812 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
813 PID for Cygwin. Add Cygwin specific strings to check for in some
814 tests.
815 (do_attach_tests): Add a test for user interaction when attaching
816 to a process with no matching symbol table already loaded.
817
818 2004-06-26 Andrew Cagney <cagney@gnu.org>
819
820 Test PR java/1567 and PR java/1565.
821 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
822 * gdb.java/jmisc2.exp: Delete file.
823
824 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
825
826 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
827
828 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
829
830 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
831 attach process.
832
833 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
834
835 * gdb.cp/pr-1553.exp: Remove.
836
837 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
838
839 * gdb.cp/pr-1553.cc: Remove.
840 * gdb.cp/pr-1553.exp: Disable this test.
841
842 2004-06-20 Jim Blandy <jimb@redhat.com>
843
844 Fix PR testsuite/1680.
845 * gdb.arch/i386-sse.exp: Properly quote curly braces in
846 regular expressions.
847
848 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
849
850 Fix PR testsuite/1679.
851 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
852 Issue an UNSUPPORTED result instead.
853
854 2004-06-18 Jim Blandy <jimb@redhat.com>
855
856 * gdb.base/charset.exp: Only send a control-C if we see a new
857 prompt and incomplete command.
858
859 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
860
861 * gdb.cp/pr-574.cc: Add copyright notice.
862
863 2004-06-17 Jim Blandy <jimb@redhat.com>
864
865 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
866 cases where the regexp has no groups; this grabs random text from
867 the previous test suite, whatever that was.
868
869 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
870
871 * gdb.cp/printmethod.cc: Add copyright notice.
872
873 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
874
875 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
876
877 2004-06-16 Andrew Cagney <cagney@gnu.org>
878
879 * gdb.base/signull.c: Update copyright. Include <string.h>.
880 (bowler): Replace data_pointer with data_read
881 and data_write cases. Add code_descriptor case.
882 (zero, desc): New array and pointer.
883 (data, code): Change to simple pointers.
884 * gdb.base/signull.exp: Fix probe pattern matching a function
885 descriptor SIGSEGV. Replace data_pointer with data_read and
886 data_write tests.
887
888 2004-06-16 Andrew Cagney <cagney@gnu.org>
889
890 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
891
892 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
893
894 * gdb.base/long_long.c: Add copyright notice.
895
896 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
897
898 * gdb.base/long_long.exp: Remove reference to
899 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
900 to gdb_breakpoint and gdb_continue_to_breakpoint.
901
902 2004-06-14 Jim Blandy <jimb@redhat.com>
903
904 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
905 endian case.
906
907 2004-06-14 Andrew Cagney <cagney@gnu.org>
908
909 * gdb.base/gcore.exp (capture_command_output): Delete the always
910 passing tests containing inferior values.
911 * gdb.base/ending-run.exp: Do not include the breakpoint address
912 in the test message. Update copyright.
913 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
914 size in the test name, use gdb_test_multiple. Update copyright.
915
916 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
917
918 * gdb.cp/ref-types.cc: Add copyright notice.
919
920 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
921
922 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
923 hp_aCC_compiler.
924 * lib/compiler.cc: Likewise.
925 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
926 'set' commands. Log diagnostics for other lines. Set
927 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
928
929 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
930
931 * gdb.cp/try_catch.cc: Add copyright notice.
932
933 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
934
935 * gdb.cp/userdef.cc: Add copyright notice.
936
937 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
938
939 * gdb.cp/virtfunc.cc: Add copyright notice.
940
941 2004-06-11 Randolph Chung <tausq@debian.org>
942
943 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
944 problem.
945
946 2004-06-10 Andrew Cagney <cagney@gnu.org>
947
948 * lib/compiler.cc, lib/compiler.c: Append either
949 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
950 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
951 instead of gcc-3-3.
952
953 2004-06-09 Andrew Cagney <cagney@gnu.org>
954
955 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
956 gdb/1455, bug is specific to "long long" and "double".
957
958 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
959 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
960 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
961 fixed.
962
963 2004-06-09 Andrew Cagney <cagney@gnu.org>
964
965 * gdb.base/structs.exp (test_struct_returns): Replace
966 "return_value_unknown" and "finish_value_unknown" by
967 "return_value_known" and "finish_value_known". Instead of
968 "return_value_unknown" iff "finish_value_unknown", check
969 "return_value_known" implies "finish_value_known".
970
971 2004-06-08 Martin Hunt <hunt@redhat.com>
972
973 * gdb.base/float.exp: Add pattern for mips targets.
974
975 2004-06-08 Randolph Chung <tausq@debian.org>
976
977 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
978 message for unknown architectures more clear.
979
980 2004-06-08 Joel Brobecker <brobecker@gnat.com>
981
982 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
983 start the execution of the program.
984
985 2004-06-07 Jim Blandy <jimb@redhat.com>
986
987 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
988 * gdb.arch/i386-cpuid.h: New helper file.
989
990 2004-06-07 Randolph Chung <tausq@debian.org>
991
992 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
993 has started.
994
995 2004-06-04 Roland McGrath <roland@redhat.com>
996
997 Fix PR gdb/1647.
998 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
999 differently to be robust to output buffering differences.
1000
1001 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
1002
1003 * gdb.threads/pthreads.exp: Update copyright years.
1004 (check_control_c): Change asynchronous 'after' to synchronous.
1005
1006 2004-06-04 Roland McGrath <roland@redhat.com>
1007
1008 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
1009 next gdb prompt.
1010
1011 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
1012
1013 Fix PR gdb/1636.
1014 * gdb.threads/manythreads.exp: Change asynchronous 'after'
1015 calls to synchronous.
1016
1017 2004-05-26 Jim Blandy <jimb@redhat.com>
1018
1019 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
1020
1021 2004-05-24 Randolph Chung <tausq@debian.org>
1022
1023 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
1024 * gdb.asm/pa.inc: New file.
1025
1026 2004-05-22 Mark Kettenis <kettenis@gnu.org>
1027
1028 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
1029
1030 2004-05-21 Joel Brobecker <brobecker@gnat.com>
1031 Daniel Jacobowitz <drow@mvista.com>
1032
1033 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
1034 GDB prompt.
1035
1036 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1037
1038 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
1039 setjmp/longjmp. Use sigaction instead of signal.
1040
1041 2004-05-19 J. Brobecker <brobecker@gnat.com>
1042 Michael Snyder <msnyder@redhat.com>
1043
1044 * gdb.threads/pthread_cond_wait.c: New file.
1045 * gdb.threads/pthread_cond_wait.exp: New testcase.
1046
1047 2004-05-13 Andrew Cagney <cagney@redhat.com>
1048
1049 * gdb.base/signull.exp, gdb.base/signull.c: New files.
1050 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
1051
1052 2004-05-11 Andrew Cagney <cagney@redhat.com>
1053
1054 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
1055 fixed but revealed gdb/1639.
1056
1057 2004-05-10 Andrew Cagney <cagney@redhat.com>
1058
1059 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
1060 func1" and "next to 2nd alarm", kernel bug avoided.
1061
1062 2004-05-10 Daniel Jacobowitz <dan@debian.org>
1063
1064 PR external/1568
1065 * gdb.base/bigcore.exp: Check the size of the dumped core file.
1066 XFAIL if it is smaller than bytes_allocated.
1067 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
1068 (main): Make chunks_allocated unsigned. Correct comment.
1069
1070 2004-05-07 Joel Brobecker <brobecker@gnat.com>
1071
1072 * gdb.arch/powerpc-aix-prologue.c: New file.
1073 * gdb.arch/powerpc-aix-prologue.exp: New file.
1074
1075 2004-05-07 Jim Blandy <jimb@redhat.com>
1076
1077 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
1078 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
1079
1080 2004-05-06 Joel Brobecker <brobecker@gnat.com>
1081
1082 * gdb.base/sep.exp: No longer setup_kfail when the program was
1083 built with dwarf2.
1084
1085 2004-05-05 Jim Ingham <jingham@apple.com>
1086
1087 * gdb.base/pending.exp: Make sure pending breakpoints
1088 preserve the ignore count.
1089
1090 2004-04-27 Jerome Guitton <guitton@gnat.com>
1091
1092 * i386-prologue.exp: Add testcase for jump instruction as first
1093 instruction of the real code.
1094 * i386-prologue.c (jump_at_beginning): New function.
1095
1096 2004-04-28 Mark Kettenis <kettenis@gnu.org>
1097
1098 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
1099 x86_64-*-*.
1100
1101 2004-04-28 Mark Kettenis <kettenis@gnu.org>
1102
1103 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
1104 i*86-*-*.
1105
1106 2004-04-25 Mark Kettenis <kettenis@gnu.org>
1107
1108 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
1109 expression that checks the return type.
1110
1111 2004-04-23 Andrew Cagney <cagney@redhat.com>
1112
1113 * gdb.base/call-sc.exp: New test of scalar call/return values.
1114 * gdb.base/call-sc.c: Ditto.
1115
1116 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1117
1118 * gdb.threads/manythreads.c: Reduce thread stack size.
1119
1120 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
1121
1122 * gdb.threads/manythreads.c: Add copyright notice.
1123
1124 2004-04-23 Andrew Cagney <cagney@redhat.com>
1125
1126 * gdb.base/siginfo.exp: Better handle step out of signal.
1127 * gdb.base/sigstep.exp: Ditto.
1128
1129 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
1130 Daniel Jacobowitz <drow@mvista.com>
1131
1132 * gdb.threads/manythreads.c: New testcase.
1133 * gdb.threads/manythreads.exp: Ditto.
1134
1135 2004-04-22 Jim Blandy <jimb@redhat.com>
1136
1137 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
1138 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
1139
1140 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
1141
1142 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
1143
1144 2004-04-21 Andrew Cagney <cagney@redhat.com>
1145
1146 * gdb.base/sigstep.c: New file.
1147 * gdb.base/sigstep.exp: New file.
1148
1149 2004-04-16 Joel Brobecker <brobecker@gnat.com>
1150
1151 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
1152 call to observer_notify_normal_stop.
1153
1154 2004-04-15 Andrew Cagney <cagney@redhat.com>
1155
1156 * gdb.base/siginfo.c: New file.
1157 * gdb.base/siginfo.exp: New file.
1158
1159 2004-04-12 J. Brobecker <brobecker@gnat.com>
1160
1161 * gdb.base/sep.exp: Fix typo in comment.
1162
1163 2004-04-12 J. Brobecker <brobecker@gnat.com>
1164
1165 * gdb.base/sep.c: New file.
1166 * gdb.base/sep-proc.c: New file.
1167 * gdb.base/sep.exp: New testcase.
1168
1169 2004-04-09 Mark Kettenis <kettenis@gnu.org>
1170
1171 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
1172 support.
1173
1174 2004-04-05 Andrew Cagney <cagney@redhat.com>
1175
1176 * gdb.base/sigaltstack.c: New file.
1177 * gdb.base/sigaltstack.exp: New file.
1178
1179 2004-04-04 Joel Brobecker <brobecker@gnat.com>
1180
1181 * gdb.base/foll-fork.exp: Update the expected output for
1182 "help set follow-fork-mode", to match a change that was made
1183 to the help of this variable on 2004-01-13.
1184
1185 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1186
1187 * lib/ada.exp: Add copyright notice.
1188 * bar.ads: Likewise.
1189 * bar.adb: Likewise.
1190 * null_record.adb: Likewise.
1191 * null_record.exp: Likewise.
1192 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
1193
1194 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1195
1196 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
1197 * configure: Regenerate.
1198
1199 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1200
1201 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
1202 to build the application. Remove the message printed when in
1203 verbose mode, redundant with the UNSUPPORTED message above.
1204
1205 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1206
1207 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
1208 * gdb.ada (null_record.exp): New testcase.
1209
1210 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1211
1212 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
1213
1214 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1215
1216 * gdb.ada: New subdirectory.
1217 * gdb.ada/Makefile.in: New file.
1218 * gdb.ada/gnat_ada.gpr.in: New file.
1219
1220 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1221
1222 * lib/ada.exp: New file.
1223
1224 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
1225
1226 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
1227 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
1228
1229 2004-03-22 Andrew Cagney <cagney@redhat.com>
1230
1231 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
1232 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1233 Problem identified by Ulrich Weigand.
1234
1235 2004-03-17 David Carlton <carlton@kealia.com>
1236
1237 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
1238 PR c++/826.
1239
1240 2004-03-16 Roland McGrath <roland@redhat.com>
1241
1242 * gdb.base/auxv.exp: New file.
1243 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
1244
1245 2004-03-12 David Carlton <carlton@kealia.com>
1246
1247 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
1248 * gdb.cp/pr-1553.cc: Ditto.
1249 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
1250 pass branch.
1251
1252 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
1253
1254 * gdb.cp/templates.exp: Accept more template types.
1255
1256 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1257
1258 From Corinna Vinschen with modifications.
1259 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
1260 local variable obj_with_enum.
1261 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
1262 results with obj_with_enum.
1263
1264 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1265
1266 * gdb.cp/classes.cc: New file, copied from misc.cc.
1267 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
1268
1269 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1270
1271 * gdb.cp/misc.cc: Add copyright notice.
1272
1273 2004-03-05 David Carlton <carlton@kealia.com>
1274
1275 * gdb.cp/rtti.exp: Add 'print *obj3' test.
1276 * gdb.cp/rtti.h: Update copyright.
1277 (namespace n2::n3): New.
1278 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
1279 (n2::n3::func3): New.
1280 (main): Call n2::n3::func3.
1281 * gdb.cp/rtti2.cc: Update copyright.
1282 (n2::create3): New.
1283
1284 2004-03-04 Mark Kettenis <kettenis@gnu.org>
1285
1286 * gdb.asm/openbsd.inc: Fix typo.
1287
1288 2004-03-03 Fred Fish <fnf@redhat.com>
1289
1290 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
1291 "val" instead of unused "size". Update copyright year.
1292
1293 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1294
1295 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
1296 to use unsigned char.
1297 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
1298 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
1299
1300 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1301
1302 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
1303 line of output.
1304
1305 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1306
1307 * gdb.base/relocate.c (dummy): Initialize.
1308
1309 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1310
1311 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
1312 a breakpoint at exit.
1313
1314 2004-02-27 Fred Fish <fnf@redhat.com>
1315
1316 * gdb.base/chng-syms.exp: Add expect condition to match failing
1317 case that isn't a timeout.
1318
1319 2004-02-27 Andrew Cagney <cagney@redhat.com>
1320
1321 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
1322 support.
1323
1324 2004-02-26 Fred Fish <fnf@redhat.com>
1325
1326 * gdb.arch/gdb1431.c: Remove.
1327 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
1328 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
1329 of "until" incorrectly.
1330
1331 2004-02-26 J. Brobecker <brobecker@gnat.com>
1332
1333 * gdb.cp/class2.cc (empty): New class.
1334 (refer): New function.
1335 (main): Declare an object of type empty and use it.
1336 * gdb.cp/class2.exp: Print the value of an object of type empty.
1337
1338 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1339
1340 * gdb.base/langs.exp: Update query string to match the
1341 new nquery format used for pending breakpoints.
1342
1343 2004-02-26 Andrew Cagney <cagney@redhat.com>
1344
1345 Fix PR i18n/1570.
1346 * gdb.base/charset.c: Update copyright notice.
1347 (main, init_string): Remove the escape character '\e' tests.
1348 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
1349 * gdb.base/charset.exp (valid_host_charset): Ditto.
1350 * gdb.base/setvar.exp: Ditto.
1351
1352 2004-02-24 Andrew Cagney <cagney@redhat.com>
1353
1354 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
1355 mmapped data in core file" PASS and FAIL messages consistent.
1356
1357 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
1358 setting a breakpoint. Work around PR java/1565.
1359
1360 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
1361
1362 * lib/gdb.exp (gdb_breakpoint): Update query string to match
1363 new nquery format.
1364 * gdb.base/pending.exp: Ditto.
1365
1366 2004-02-22 Mark Kettenis <kettenis@gnu.org>
1367
1368 * configure.in: Run stabs tests on *BSD.
1369 * configure: Regenerated.
1370
1371 2004-02-21 Mark Kettenis <kettenis@gnu.org>
1372
1373 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
1374
1375 2004-02-20 Fred Fish <fnf@redhat.com>
1376
1377 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
1378 blank in test for "returns short", for consistency with other
1379 "returns xxx" tests. Update copyright year.
1380
1381 2004-02-19 Fred Fish <fnf@redhat.com>
1382
1383 New testcase for PR breakpoint/1558.
1384 * gdb.arch/gdb1558.exp: New file.
1385 * gdb.arch/gdb1558.c: New file.
1386
1387 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
1388
1389 * gdb.base/nodebug.exp: Fix typo.
1390
1391 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1392
1393 Committed by Jim Blandy <jimb@redhat.com>.
1394
1395 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
1396
1397 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
1398
1399 * gdb.base/float.exp: Support s390*-*-* targets.
1400
1401 2004-02-17 Adam Fedor <fedor@gnu.org>
1402
1403 * gdb.base/gdb1555.exp: New file.
1404 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
1405
1406 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
1407
1408 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
1409
1410 2004-02-16 Fred Fish <fnf@redhat.com>
1411
1412 * gdb.arch/gdb1291.c: Remove
1413 * gdb.arch/gdb1291.s: New test input file.
1414 * gdb.arch/gdb1291.exp: Expand test to check case that should not
1415 fail. Test for correct result, known incorrect result, other
1416 failures and timeouts.
1417
1418 2004-02-16 Andrew Cagney <cagney@redhat.com>
1419
1420 * gdb.base/bigcore.exp: New file.
1421 * gdb.base/bigcore.c: New file.
1422
1423 2004-02-13 Andrew Cagney <cagney@redhat.com>
1424
1425 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
1426 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
1427 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
1428 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
1429 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
1430 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
1431 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
1432 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
1433 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
1434 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
1435
1436 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
1437
1438 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
1439 executed is an alloc instruction.
1440
1441 2004-02-11 David Carlton <carlton@kealia.com>
1442
1443 * gdb.cp/breakpoint.exp: New.
1444 * gdb.cp/breakpoint.cc: New.
1445
1446 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
1447
1448 Partial fix for PR gdb/1543.
1449 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
1450 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
1451 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
1452 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
1453 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
1454 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
1455 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
1456 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
1457 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
1458 to bug-gdb@prep.ai.mit.edu .
1459 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
1460 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
1461 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
1462 Likewise.
1463
1464 2004-02-10 Andrew Cagney <cagney@redhat.com>
1465
1466 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
1467 using gdb_internal_error_resync.
1468
1469 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1470
1471 * gdb.threads/thread-specific.exp: Stop early if no threads are
1472 found.
1473
1474 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
1475
1476 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
1477
1478 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
1479
1480 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
1481 breakpoints.
1482
1483 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
1484
1485 * config/sim.exp (gdb_load): Handle $arg == "".
1486 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
1487 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
1488
1489 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
1490
1491 * gdb.base/maint.exp: Update test to reflect
1492 obstack changes.
1493
1494 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
1495
1496 * gdb.base/pendshr.c (pendfunc): New function that calls
1497 pendfunc1.
1498 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
1499
1500 2004-02-04 Fred Fish <fnf@redhat.com>
1501
1502 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
1503 function symbols and update copyright years.
1504 * gdb.arch/gdb1291.c: Ditto.
1505
1506 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1507
1508 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
1509
1510 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1511
1512 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
1513
1514 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1515
1516 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
1517
1518 2004-02-02 Fred Fish <fnf@redhat.com>
1519
1520 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1521 remote targets. Update copyright years.
1522
1523 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1524
1525 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1526 support.
1527 * gdb.base/langs.exp: Fix test which attempts to create
1528 breakpoint on non-existent function to handle new pending
1529 support.
1530 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1531 a breakpoint.
1532 * gdb.base/pending.exp: New test.
1533 * gdb.base/pending.c: New file.
1534 * gdb.base/pendshr.c: Ditto.
1535
1536 2004-02-02 David Carlton <carlton@kealia.com>
1537
1538 * gdb.cp/overload.exp: Add overloadNamespace tests.
1539 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
1540 (overloadNamespace, XXX): New.
1541 (main): Call XXX::marker2.
1542
1543 2004-02-01 Fred Fish <fnf@redhat.com>
1544
1545 * gdb.base/dump.exp: Use runto_main instead of "runto main".
1546 * gdb.base/finish.exp: Ditto.
1547 * gdb.base/gcore.exp: Ditto.
1548 * gdb.base/huge.exp: Ditto.
1549 * gdb.base/info-proc.exp: Ditto.
1550 * gdb.base/return2.exp: Ditto.
1551 * gdb.threads/gcore-thread.exp: Ditto.
1552
1553 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1554
1555 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
1556
1557 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1558
1559 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
1560 that opening the file succeeds on OpenBSD.
1561
1562 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1563
1564 * gdb.threads/thread-specific.c: New file.
1565 * gdb.threads/threads-specific.exp: New test script.
1566 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
1567 to expect_out.
1568
1569 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1570
1571 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
1572 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
1573 only on the "print_small_structs from print_long_arg_list" test.
1574
1575 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1576
1577 * gdb.base/completion.exp: Kill a stray backslash.
1578
1579 From Jim Ingham <jingham@apple.com>:
1580 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
1581 agrees with the result from sending a tab.
1582
1583 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
1584
1585 * gdb.base/chng-syms.exp: Remove stray newline.
1586
1587 2004-01-31 Mark Kettenis <kettenis@gnu.org>
1588
1589 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
1590 *-*-openbsd*.
1591 * gdb.asm/openbsd.inc: New file.
1592
1593 2004-01-30 Mark Kettenis <kettenis@gnu.org>
1594
1595 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
1596 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
1597 *-*solaris2*. Remove commented out default settings for
1598 asm-flags. Replace gdb_compile with target_link.
1599
1600 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
1601
1602 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
1603 for all tests. Remove old hp-ux and cygnus xfail cases.
1604
1605 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
1606
1607 * gdb.base/chng-syms.exp: New file.
1608 * gdb.base/chng-syms.c: New file.
1609
1610 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1611
1612 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
1613 Provide arms for current output in all my configurations.
1614
1615 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1616
1617 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
1618 * lib/compiler.cc: Likewise.
1619 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
1620 get the right preprocessor. Eval the output directly. Remove
1621 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
1622 hp_f77_compiler and hp_f90_compiler completely.
1623 (gdb_preprocess): Delete.
1624 (get_compiler): Delete.
1625
1626 2004-01-24 Mark Kettenis <kettenis@gnu.org>
1627
1628 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
1629 <string.h>.
1630
1631 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
1632
1633 * gdb.mi/mi-stack.exp: Update copyright.
1634
1635 2004-01-23 David Carlton <carlton@kealia.com>
1636
1637 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
1638 test for cp_lookup_transparent_type.
1639 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
1640 call them.
1641
1642 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
1643
1644 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
1645 after -var-update.
1646
1647 2004-01-23 David Carlton <carlton@kealia.com>
1648
1649 * gdb.cp/namespace.cc (C::ensureRefs): New.
1650 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
1651
1652 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
1653
1654 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
1655 case "-stack-list-locals 2".
1656 * gdb.mi/mi-var-child.exp: Test for case
1657 "-var-list-children --all-values NAME".
1658
1659 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
1660
1661 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
1662
1663 2004-01-18 Mark Kettenis <kettenis@gnu.org>
1664
1665 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
1666 used with gdb_test_multiple.
1667
1668 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
1669 read at address 0. This fixes PR testsuite/1504.
1670
1671 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
1672
1673 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
1674 Remove downloading, guessing the host executable, the calls to
1675 gdb_file_cmd and gdb_target_cmd, and "load" support.
1676 (infer_host_exec): New function broken out from gdb_load.
1677 (gdb_load): New wrapper for gdbserver_gdb_load.
1678 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
1679 gdb_target_cmd. Use -target-select.
1680 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
1681 Download binaries to the host. Clear last_mi_remote_file when
1682 we load a new binary.
1683 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
1684 call gdbserver_gdb_load and mi_gdb_target_cmd.
1685
1686 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1687
1688 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
1689 type patterns.
1690
1691 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1692
1693 * gdb.cp/templates.exp: Fix typo in test name of
1694 "print Foo<volatile char*>::foo".
1695
1696 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1697
1698 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
1699
1700 2004-01-16 Ben Elliston <bje@wasabisystems.com>
1701
1702 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
1703 (clean mostlyclean): Remove empty rm.
1704
1705 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1706
1707 * gdb.base/setvar.exp: Add copyright years.
1708
1709 2004-01-14 David Carlton <carlton@bactrian.org>
1710
1711 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
1712 PR c++/1511 and update coment.
1713 * gdb.cp/templates.exp: Update patterns to match current output.
1714 If changes involve something other than whitespace, KFAIL
1715 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
1716
1717 2004-01-14 David Carlton <carlton@kealia.com>
1718
1719 * gdb.cp/namespace.exp: Add tests involving classes defined within
1720 namespaces.
1721 * gdb.cp/namespace.cc (C::CClass): New.
1722 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
1723
1724 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
1725
1726 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
1727 what debug info we have. Print a better message if something goes
1728 wrong while producing the separate debug info file.
1729
1730 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1731
1732 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
1733
1734 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1735
1736 * gdb.base/callfuncs.c: Add copyright notice.
1737
1738 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
1739
1740 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
1741 inheritance. PR gdb/1498, PR gcc/13539.
1742
1743 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
1744
1745 * gdb.threads/gcore-thread.exp: Prefix name of binary with
1746 test specific name.
1747 * gdb.mi/gdb669.exp: Ditto.
1748 * gdb.mi/mi-pthreads.exp: Ditto.
1749 * gdb.mi/mi1-pthreads.exp: Ditto.
1750 * gdb.mi/mi2-pthreads.exp: Ditto.
1751
1752 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1753
1754 * gdb.cp/member-ptr.cc: Add copyright notice.
1755
1756 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1757
1758 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
1759 some patterns for recent versions of gcc and hpacc. Delete
1760 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
1761 Delete tests that access a NULL pointer-to-member-data. This
1762 script is still disabled for gcc.
1763
1764 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
1765
1766 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
1767 escaped correctly.
1768
1769 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
1770
1771 * gdb.base/sepdebug.exp: New file.
1772 * gdb.base/sepdebug.c: New file.
1773 * lib/gdb.exp (separate_debug_filename): New procedure.
1774 (gdb_gnu_strip_debug): New procedure.
1775
1776 2004-01-12 Andrew Cagney <cagney@redhat.com>
1777
1778 * gdb.mi/ChangeLog: Delete file. Renamed to ...
1779 * gdb.mi/ChangeLog-1999-2003: New file.
1780
1781 2004-01-12 Andrew Cagney <cagney@redhat.com>
1782
1783 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
1784 "Renaming a directory to a non-empty directory returns ENOTEMPTY
1785 or EEXIST", treat EBUSY as an XFAIL.
1786
1787 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
1788
1789 * gdb.base/scope.exp: Remove obsolete setup_xfail for
1790 hp_cc_compiler.
1791
1792 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1793
1794 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
1795 decorations.
1796
1797 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1798
1799 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
1800 and "(aCC)" decorations. Remove obsolete doco about old
1801 test results.
1802
1803 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1804
1805 * gdb.cp/exception.exp: Fix typo in doco.
1806
1807 2004-01-09 Mark Kettenis <kettenis@gnu.org>
1808
1809 * gdb.base/gdb1476.exp: Fix typo.
1810
1811 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1812
1813 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
1814 file.
1815
1816 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1817
1818 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
1819 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
1820 Use gdb_compile. Remove restriction on gcc. Add some patterns
1821 for recent version of gdb. Delete second half, which was a copy
1822 of the first half with different build flags. This test is
1823 still disabled because it is still not ready for production.
1824
1825 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1826
1827 * gdb.cp/exception.cc: Add copyright notice.
1828 * gdb.cp/exception.exp: Add a notice that this file is broken
1829 because of line number changes caused by addition of copyright
1830 notice.
1831
1832 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1833
1834 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
1835 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
1836
1837 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1838
1839 * gdb.cp/classes.exp: Accept gnu abi 2.
1840 * gdb.cp/derivation.exp: Likewise.
1841 * gdb.cp/overload.exp: Likewise.
1842 * gdb.cp/virtfunc.exp: Likewise.
1843
1844 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1845
1846 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
1847 semicolon after end of function.
1848
1849 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1850
1851 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
1852 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
1853 boilerplate code for compiling and running the program under
1854 test. Add some string method tests.
1855
1856 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1857
1858 * gdb.cp/bs15503.cc: Add copyright notice.
1859 * gdb.cp/bs15503.exp: Adjust line number.
1860
1861 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1862
1863 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
1864 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
1865
1866 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1867
1868 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
1869 hp_cc_compiler.
1870
1871 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1872
1873 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
1874 * gdb.cp/ctti.exp: Use the marker instead of "next".
1875 With gcc, run further before bailing.
1876
1877 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1878
1879 * gdb.cp/cttiadd.cc: Add copyright notice.
1880 * gdb.cp/cttiadd1.cc: Likewise.
1881 * gdb.cp/cttiadd2.cc: Likewise.
1882 * gdb.cp/cttiadd3.cc: Likewise.
1883
1884 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1885
1886 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
1887 Use gdb_test, gdb_test_multiple. Use floating-point values that
1888 have exact representations in IEEE-ish formats.
1889
1890 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1891
1892 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
1893 compilers. Delete duplicate call to get_compiler_info.
1894 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
1895 * gdb.base/volatile.exp: Likewise.
1896
1897 2004-01-07 Mark Kettenis <kettenis@gnu.org>
1898
1899 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
1900 memory at address 0.
1901
1902 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1903
1904 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
1905 to test for hp-ux assembler. Fix copyright years.
1906
1907 2004-01-07 Andrew Cagney <cagney@redhat.com>
1908
1909 * gdb.base/fileio.c (strerrno): Add "EBUSY".
1910
1911 2004-01-07 Andrew Cagney <cagney@redhat.com>
1912
1913 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
1914 when creating the read-only file. From analysis by Roland McGrath
1915 and Elena Zannoni.
1916
1917 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1918
1919 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
1920
1921 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1922
1923 * gdb.base/cvexpr.c: Be type-safe with function pointers and
1924 data pointers.
1925
1926 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1927
1928 * gdb.cp/m-static.exp: Compile one source file at a time.
1929 Delete unused call to get_compiler_info.
1930
1931 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1932
1933 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
1934 * gdb.base/call-rt-st.exp: Likewise.
1935 * gdb.base/nodebug.exp: Likewise.
1936 * gdb.base/volatile.exp: Likewise.
1937 * gdb.cp/ref-types.exp: Likewise.
1938 * gdb.cp/templates.exp: Likewise.
1939
1940 2004-01-05 Mark Kettenis <kettenis@gnu.org>
1941
1942 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
1943
1944 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
1945
1946 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
1947 hppa*-hp-hpux*.
1948
1949 2004-01-04 Mark Kettenis <kettenis@gnu.org>
1950
1951 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1952 x86_64-*-*.
1953
1954 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1955 sparc64-*-* and sparc*-solaris2*.
1956
1957 2004-01-04 Mark Kettenis <kettenis@gnu.org>
1958
1959 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
1960 return ${tests}" test. The ${tests} already mentions the
1961 filename.
1962
1963 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1964
1965 * gdb.cp/local.exp: Accept gcc abi 2.
1966
1967 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1968
1969 * gdb.cp/templates.exp: Accept gcc abi 2.
1970
1971 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1972
1973 * lib/compiler.cc: Remove supports_template_debugging.
1974 * gdb.cp/templates.exp: Do not test supports_template_debugging.
1975
1976 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1977
1978 * gdb.cp/namespace.exp: Accept gcc abi 2.
1979
1980 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1981
1982 * gdb.cp/method.exp: Accept gcc abi 2.
1983
1984 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1985
1986 * gdb.cp/classes.exp: Generate identical results as old version.
1987 * gdb.cp/derivation.exp: Likewise.
1988 * gdb.cp/overload.exp: Likewise.
1989 * gdb.cp/virtfunc.exp: Likewise.
1990
1991 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1992
1993 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
1994 mysterious bug with sourceware version of expect.
1995
1996 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1997
1998 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
1999 current versions of gcc, including gcc abi 2. Remove gratuitous
2000 restart of test program. Use gdb_test_multiple and gdb_test for
2001 all tests. Add patterns to xfail missing "const" in "const char *"
2002 and kfail PR gdb/1155.
2003
2004 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2005
2006 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
2007 current versions of gcc, including gcc abi 2. Remove gratuitous
2008 restart of test program. Use gdb_test_multiple and gdb_test for
2009 all tests. Add patterns to kfail PR gdb/1498.
2010
2011 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2012
2013 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
2014 current versions of gcc, including gcc abi 2. Use "breakpoint"
2015 and "continue" instead of restarting the target program. Use
2016 gdb_test_multiple and gdb_test for all tests.
2017
2018 2004-01-01 Mark Kettenis <kettenis@gnu.org>
2019
2020 * gdb.asm/asm-source.exp: Update copyright year. Link statically
2021 for *-*-solaris2*.
2022
2023 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2024
2025 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
2026 current versions of gcc, including gcc abi 2. Use "breakpoint"
2027 and "continue" instead of restarting the target program several
2028 times. Use gdb_test_multiple and gdb_test for all tests.
2029
2030 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
2031
2032 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
2033 source files.
2034
2035 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2036
2037 * gdb.base/environ.exp: Handle compiling test case from multiple
2038 source files.
2039
2040 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2041
2042 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
2043
2044 2003-12-17 Jim Blandy <jimb@redhat.com>
2045
2046 * gdb.base/freebpcmd.c: Add copyright notice.
2047
2048 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
2049
2050 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2051
2052 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
2053
2054 2003-12-13 Jim Blandy <jimb@redhat.com>
2055
2056 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
2057
2058 2003-12-12 Kevin Buettner <kevinb@redhat.com>
2059
2060 * gdb.asm/frv.inc: New file.
2061 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
2062
2063 2003-12-09 Fred Fish <fnf@redhat.com>
2064
2065 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
2066 functions to break1.c and leave prototypes behind. Add more
2067 "set breakpoint NN here" comments.
2068 * gdb.base/break1.c: New file.
2069
2070 * gdb.base/break.exp: Handle compiling test case from multiple
2071 source files and change source file references as needed.
2072 * gdb.base/completion.exp: Ditto.
2073 * gdb.base/condbreak.exp: Ditto.
2074 * gdb.base/define.exp: Ditto.
2075 * gdb.base/ena-dis-br.exp: Ditto.
2076 * gdb.base/info-proc.exp: Ditto.
2077 * gdb.base/maint.exp: Ditto.
2078 * gdb.base/until.exp: Ditto.
2079
2080 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
2081 hardcoded line numbers.
2082 * gdb.base/define.exp: Ditto.
2083 * gdb.base/ena-dis-br.exp: Ditto.
2084 * gdb.base/maint.exp: Ditto.
2085 * gdb.base/until.exp: Ditto.
2086
2087 * gdb.base/completion.exp: Use "break1" for completion tests since
2088 "break" is no longer a unique prefix.
2089
2090 2003-12-06 Andrew Cagney <cagney@redhat.com>
2091
2092 * gdb.base/structs.exp (test_struct_returns): When applicable, set
2093 "return_value_unimplemented". When an unimplemented struct return
2094 architecture, report incorrect values as a KFAIL
2095
2096 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2097
2098 * gdb.cp/rtti.exp: Accept new wording of warning from
2099 cp_lookup_rtti_type.
2100
2101 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2102
2103 Partial fix for PR testsuite/1456.
2104 * gdb.base/scope.exp (test_at_main): Replace references to
2105 gcc_compiled with calls to test_compiler_info.
2106 (test_at_foo): Likewise.
2107 (test_at_bar): Likewise.
2108
2109 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
2110
2111 Partial fix for PR testsuite/1456.
2112 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
2113 to test_compiler_info.
2114
2115 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
2116
2117 * gdb.base/so-impl-ld.exp: Update copyright notice.
2118
2119 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
2120
2121 Partial fix for PR testsuite/1456.
2122 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
2123 to test_compiler_info.
2124
2125 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2126
2127 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
2128 from current versions of gdb. Clean up regular expressions.
2129 Delete redundant timeout case.
2130
2131 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2132
2133 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
2134 from current versions of gdb. Clean up regular expressions.
2135 Delete redundant timeout case.
2136
2137 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
2138
2139 Partial fix for PR testsuite/1456.
2140 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
2141 gcc_compiled with call to test_compiler_info.
2142
2143 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
2144
2145 Partial fix for PR testsuite/1456.
2146 * gdb.base/list.exp (test_list_function): Delete unused declaration
2147 of gcc_compiled.
2148
2149 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
2150
2151 Partial fix for PR testsuite/1456.
2152 * gdb.base/complex.exp: Replace reference to gcc_compiled with
2153 call to test_compiler_info.
2154
2155 2003-11-29 Mark Kettenis <kettenis@gnu.org>
2156
2157 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
2158 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
2159 it to create the appropriate note.inc.
2160 * gdb.asm/asmsrc1.s: Include "note.inc".
2161 * gdb.asm/netbsd.inc: New file.
2162 * gdb.asm/empty.inc: New file.
2163
2164 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2165
2166 Partial fix for PR testsuite/1456.
2167 * gdb.base/constvars.exp: Replace references to gcc_compiled with
2168 calls to test_compiler_info.
2169
2170 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
2171
2172 Partial fix for PR testsuite/1456.
2173 * gdb.base/volatile.exp: Replace references to gcc_compiled with
2174 calls to test_compiler_info.
2175
2176 2003-11-27 Mark Kettenis <kettenis@gnu.org>
2177
2178 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
2179 pattern for the KFAILs.
2180
2181 2003-11-25 Adam Fedor <fedor@gnu.org>
2182
2183 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
2184 * gdb.objc/objcdecode.m: New file.
2185
2186 2003-11-25 Adam Fedor <fedor@gnu.org>
2187
2188 * gdb.objc/nondebug.exp: Test for PR objc/1236.
2189 * gdb.objc/nondebug.m: New file.
2190
2191 2003-11-26 Ben Elliston <bje@wasabisystems.com>
2192
2193 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2194 NetBSD as it does on FreeBSD. Modelled on a similar change by
2195 Mark Kettenis on 2003-05-30.
2196 (link-flags): Set to "--entry _start" regardless of target.
2197 Special linker flags are to be appended to $link-flags.
2198 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
2199
2200 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2201
2202 * gdb.cp/method.exp: Accept output of new demangler.
2203
2204 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2205
2206 * gdb/class2.exp: New file.
2207 * gdb/class2.cc: New file.
2208
2209 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2210
2211 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
2212 of new demangler.
2213
2214 2003-11-23 Mark Kettenis <kettenis@gnu.org>
2215
2216 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
2217 of gdb_test "run".
2218
2219 2003-11-23 Mark Kettenis <kettenis@gnu.org>
2220
2221 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
2222 "continue" into "run".
2223
2224 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2225
2226 Partial fix for PR testsuite/1456.
2227 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
2228 call to test_compiler_info.
2229 * gdb.cp/ctti.exp: Likewise.
2230 * gdb.cp/derivation.exp: Likewise.
2231 * gdb.cp/member-ptr.exp: Likewise.
2232 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
2233 reference to gcc_compiled.
2234
2235 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2236
2237 Fix PR testsuite/1463.
2238 * gdb.base/structs.exp (start_structs_test): Call
2239 get_debug_format before using the debug format.
2240
2241 2003-11-22 Andrew Cagney <cagney@redhat.com>
2242
2243 * lib/gdb.exp (gdb_test_multiple): Add simple example.
2244 * gdb.base/structs.exp: Use gdb_test_multiple.
2245
2246 2003-11-20 Andrew Cagney <cagney@redhat.com>
2247
2248 * gdb.base/structs.exp: Handle and recover from internal errors.
2249 Replace "foo${n}" with "foo<n>" in test messages.
2250
2251 * gdb.base/structs.exp: Update copyright. Rewrite.
2252 * gdb.base/structs.c: Update copyright. Rewrite.
2253
2254 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
2255 resync count exceeded.
2256
2257 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
2258 from the internal error.
2259 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
2260 Original from Jim Blandy.
2261 (gdb_test_multiple): Use gdb_internal_error_resync.
2262
2263 2003-11-19 Andrew Cagney <cagney@redhat.com>
2264
2265 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
2266 KFAIL.
2267
2268 2003-11-17 Mark Kettenis <kettenis@gnu.org>
2269
2270 New testcase for PR backtrace/1435.
2271 * gdb.arch/i386-unwind.exp: New file.
2272 * gdb.arch/i386-unwind.c: New file.
2273
2274 2003-11-17 Andrew Cagney <cagney@redhat.com>
2275
2276 * lib/gdb.exp (compiler_info): New global.
2277 (test_compiler_info): New function.
2278 (get_compiler_info): Set compiler_info.
2279 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
2280 "compiler_info" to gcc-<major>-<minor>.
2281
2282 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
2283
2284 * gdb.trace/configure: Remove.
2285
2286 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
2287
2288 * gdb.base/break.c: Add comments to aid finding line numbers for
2289 breakpoints.
2290 * gdb.base/break.exp: Remove all references to explicit line
2291 numbers.
2292
2293 2003-11-11 Nick Clifton <nickc@redhat.com>
2294
2295 * gdb.base/shreloc.exp: Do not run for targets which do not
2296 support shared objects.
2297
2298 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
2299
2300 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
2301 Don't run tests if nofileio flag is given.
2302
2303 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
2304
2305 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
2306 as well as 'Watchpoint'.
2307
2308 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2309
2310 Reported by Jim Ingham <jingham@apple.com>:
2311 * gdb.base/annota1.exp: Match at least one occurrence of the
2312 signal handler annotation.
2313
2314 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2315
2316 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
2317 as well as 'Watchpoint'.
2318
2319 2003-11-05 Michael Chastain <mec@shout.net>
2320
2321 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
2322
2323 2003-11-03 Kris Warkentin <kewarken@qnx.com>
2324
2325 * gdb.arch/gdb1291.c: New test file.
2326 * gdb.arch/gdb1291.exp: New test script.
2327 * gdb.arch/gdb1431.c: New test file.
2328 * gdb.arch/gdb1431.exp: New test script.
2329
2330 2003-10-22 Michael Chastain <mec@shout.net>
2331
2332 * gdb.mi/pthreads.c: Add copyright notice.
2333
2334 2003-10-22 Michael Chastain <mec@shout.net>
2335
2336 * gdb.threads/pthreads.c: Add copyright notice.
2337
2338 2003-10-20 Michael Chastain <mec@shout.net>
2339
2340 * gdb.base/gdb1056.exp: New test script.
2341
2342 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2343
2344 * gdb.threads/killed.exp: Use gdb_run_cmd.
2345
2346 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2347
2348 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
2349 create a core file.
2350 * gdb.threads/gcore-thread.exp: Likewise.
2351
2352 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
2353
2354 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
2355 type, based on char type.
2356 (struct bit_flags_short_t): New bitfield type, based on short type.
2357 (init_bit_flags_char): New fuction.
2358 (init_bit_flags_short): Ditto.
2359 (print_bit_flags_char): Ditto.
2360 (print_bit_flags_short): Ditto.
2361 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
2362
2363 2003-10-11 Michael Chastain <mec@shout.net>
2364
2365 * gdb.base/call-rt-st.exp: Update copyright year.
2366
2367 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2368
2369 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
2370 * gdb.disasm/sh3.s: Ditto.
2371
2372 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
2373
2374 * gdb.threads/switch-threads.exp: New test.
2375 * gdb.threads/switch-threads.c: New source file.
2376
2377 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
2378
2379 * gdb.base/ending-run.exp: Add sh specific case.
2380
2381 2003-10-06 Andrew Cagney <cagney@redhat.com>
2382
2383 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
2384 * gdb.disasm/mn10200.exp: Delete obsolete file.
2385
2386 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
2387
2388 * ChangeLog: Correct an entry command.exp -> commands.exp.
2389 * gdb.base/commands.exp (bp_deleted_in_command_test)
2390 (temporary_breakpoint_commands): Check noargs.
2391
2392 2003-09-25 David Carlton <carlton@kealia.com>
2393
2394 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
2395 of some print tests, where appropriate. Add tests for C::D::cd,
2396 E::ce, F::cXfX, G::XgX.
2397 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
2398
2399 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
2400
2401 * lib/java.exp (java_init): Import target_alias before using it.
2402
2403 2003-09-25 David Carlton <carlton@kealia.com>
2404
2405 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
2406
2407 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
2408
2409 * gdb.base/selftest.exp: Accomodate more instruction reordering
2410 weirdness.
2411
2412 2003-09-17 Michael Chastain <mec@shout.net>
2413
2414 * gdb.cp/gdb1355.exp: New file.
2415 * gdb.cp/gdb1355.c: New file.
2416
2417 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
2418
2419 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
2420 * gdb.asm/sh.inc: New file.
2421
2422 2003-09-11 David Carlton <carlton@kealia.com>
2423
2424 * gdb.cp/namespace.exp: Add tests for namespace types.
2425 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
2426 (test_namespace): New.
2427
2428 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2429
2430 * gdb.base/relocate.exp: Handle new gdb output at startup.
2431 * gdb.stabs/weird.exp: Ditto.
2432
2433 2003-09-08 Michael Chastain <mec@shout.net>
2434
2435 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
2436
2437 2003-09-07 Michael Chastain <mec@shout.net>
2438
2439 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
2440 'parse error'.
2441
2442 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
2443
2444 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
2445
2446 2003-08-30 Michael Chastain <mec@shout.net>
2447
2448 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
2449 * gdb.gdb/observer.exp: Ditto.
2450 * gdb.gdb/xfullpath.exp: Ditto.
2451
2452 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2453
2454 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
2455 *-*-*bsd*.
2456
2457 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
2458
2459 * gdb.base/dump.exp: Skip for ia64.
2460
2461 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2462
2463 * gdb.asm/asm-source.exp: Add ia64 support.
2464 * gdb.asm/ia64.inc: New file.
2465
2466 2003-08-22 Michael Chastain <mec@shout.net>
2467
2468 * gdb.cp: New directory.
2469 * gdb.cp/*: Copy from gdb.c++/*.
2470 * gdb.c++/*: Remove.
2471 * Makefile.in: Change gdb.c++ to gdb.cp.
2472 * configure.in: Ditto.
2473 * configure: Regnerate.
2474
2475 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2476
2477 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
2478 * gdb.arch/i386-prologue.c (gdb1338): Add function.
2479
2480 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2481
2482 * mi-var-display.exp (-var-list-children weird): Accept function
2483 pointers with argument types.
2484 * mi1-var-display.exp (-var-list-children weird): Likewise.
2485 * mi2-var-display.exp (-var-list-children weird): Likewise.
2486
2487 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2488
2489 * gdb.base/annota3.exp: Add missing newline.
2490
2491 2003-08-06 Michael Chastain <mec@shout.net>
2492
2493 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2494
2495 2003-08-12 Michael Snyder <msnyder@redhat.com>
2496
2497 * gdb.base/float.exp: Add test for SH.
2498
2499 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2500
2501 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
2502
2503 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2504
2505 * gdb.base/completion.exp: Remove reduntant completion test
2506 on filename.
2507
2508 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2509
2510 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
2511 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
2512 gdb.trace/save-trace.exp: Make sure that full pathnames are
2513 escaped correctly.
2514
2515 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2516
2517 * configure.in: Don't generate config.h from config.hin.
2518 * configure: Regenerate.
2519 * config.hin: Remove file.
2520 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2521 * gdb.threads/pthreads.c: Ditto.
2522
2523 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
2524
2525 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2526 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2527 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2528 Replace ld24 with seth/add3.
2529
2530 2003-08-02 Andrew Cagney <cagney@redhat.com>
2531
2532 * gdb.base/annota3.exp: New file.
2533 * gdb.base/annota3.c: New file.
2534 * gdb.c++/annota3.exp: New file.
2535 * gdb.c++/annota3.cc: New file.
2536
2537 2003-07-29 Michael Chastain <mec@shout.net>
2538
2539 * gdb.threads/tls.c (spin): Check errno only if sem_wait
2540 actually failed.
2541 (do_pass): Likewise.
2542 * gdb.threads/tls.exp: Always initialize no_of_threads.
2543
2544 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
2545
2546 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
2547 pattern.
2548 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
2549 * gdb.threads/tls.exp: Recognize one case of the host library not
2550 supporting TLS.
2551
2552 2003-07-27 Andrew Cagney <cagney@redhat.com>
2553
2554 * gdb.base/fileio.exp: Use SH when running commands using
2555 remote_exec.
2556
2557 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
2558
2559 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2560 * gdb.base/relocate.c (dummy): New padding array.
2561
2562 2003-07-22 Michael Snyder <msnyder@redhat.com>
2563
2564 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
2565
2566 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
2567 patterns to be more general, accepting old and new output.
2568 Some output chars (such as '+') also must be quoted.
2569 Some addresses are displayed numerically instead of
2570 symbolically.
2571
2572 2003-07-23 Michael Snyder <msnyder@redhat.com>
2573
2574 * gdb.base/return2.exp: Don't test long-long return.
2575
2576 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
2577 * gdb.disasm/t01_mov.exp: Ditto.
2578 * gdb.disasm/t02_mova.s: Ditto.
2579 * gdb.disasm/t02_mova.exp: Ditto.
2580 * gdb.disasm/t03_add.s: Ditto.
2581 * gdb.disasm/t03_add.exp: Ditto.
2582 * gdb.disasm/t04_sub.s: Ditto.
2583 * gdb.disasm/t04_sub.exp: Ditto.
2584 * gdb.disasm/t05_cmp.s: Ditto.
2585 * gdb.disasm/t05_cmp.exp: Ditto.
2586 * gdb.disasm/t06_ari2.s: Ditto.
2587 * gdb.disasm/t06_ari2.exp: Ditto.
2588 * gdb.disasm/t07_ari3.s: Ditto.
2589 * gdb.disasm/t07_ari3.exp: Ditto.
2590 * gdb.disasm/t08_or.s: Ditto.
2591 * gdb.disasm/t08_or.exp: Ditto.
2592 * gdb.disasm/t09_xor.s: Ditto.
2593 * gdb.disasm/t09_xor.exp: Ditto.
2594 * gdb.disasm/t10_and.s: Ditto.
2595 * gdb.disasm/t10_and.exp: Ditto.
2596 * gdb.disasm/t11_logs.s: Ditto.
2597 * gdb.disasm/t11_logs.exp: Ditto.
2598 * gdb.disasm/t12_bit.s: Ditto.
2599 * gdb.disasm/t12_bit.exp: Ditto.
2600 * gdb.disasm/t13_otr.s: Ditto.
2601 * gdb.disasm/t13_otr.exp: Ditto.
2602
2603 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2604
2605 * gdb.threads/tls.exp :Add kfail for 'info address' case.
2606
2607 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2608
2609 * gdb.threads/tls.c : New file.
2610 * gdb.threads/tls.exp : New file.
2611 * gdb.threads/tls-main.c : New file.
2612 * gdb.threads/tls-shared.c : New file.
2613 * gdb.threads/tls-shared.exp : New file.
2614
2615 2003-07-22 Andreas Schwab <schwab@suse.de>
2616
2617 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2618
2619 2003-07-20 Andreas Schwab <schwab@suse.de>
2620
2621 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
2622 due to insn reordering.
2623
2624 2003-07-15 Andrew Cagney <cagney@redhat.com>
2625
2626 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
2627
2628 2003-07-15 Michael Chastain <mec@shout.net>
2629
2630 * gdb.base/gdb1250.exp: New file.
2631 * gdb.base/gdb1250.c: New file.
2632
2633 2003-07-09 Michal Ludvig <mludvig@suse.cz>
2634
2635 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
2636 expansion of size_t to 'unsigned long', not only to 'unsigned'.
2637
2638 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
2639
2640 * gdb.threads/tls.c: New file.
2641 * gdb.threads/tls.exp: New file.
2642 * gdb.threads/tls-main.c: New file.
2643 * gdb.threads/tls-shared.c: New file.
2644 * gdb.threads/tls-shared.exp: New file.
2645
2646 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
2647
2648 * gdb.base/annota1.exp: Make sure that we properly escape the
2649 full path of the source file. Xfail more permissive patterns,
2650 due to a compiler debug info problem.
2651
2652 2003-07-07 Andreas Schwab <schwab@suse.de>
2653
2654 * gdb.asm/m68k.inc: New file.
2655 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
2656
2657 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
2658 arguments"): Also match negative number.
2659
2660 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
2661
2662 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
2663
2664 * gdb.base/store.c (charest): New typedef.
2665 (add_char): Rename to add_charest, update.
2666 (wack_char): Rename to wack_charest, update types. Return l + r
2667 to keep r live across the call.
2668 (wack_short, wack_int, wack_long, wack_longest, wack_float)
2669 (wack_double, wack_doublest): Return l + r to keep r live across
2670 the call.
2671 * gdb.base/store.exp: Accomodate store.c changes.
2672
2673 2003-06-30 David Carlton <carlton@kealia.com>
2674
2675 * gdb.c++/maint.exp (test_invalid_name): New.
2676 (test_first_component): Add tests for invalid names.
2677
2678 2003-06-29 Michael Chastain <mec@shout.net>
2679
2680 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
2681 output of '<VTT for class>' for virtual base classes.
2682
2683 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
2684
2685 * gdb.base/completion.exp: Tab-complete "complet" instead of
2686 "compl".
2687 * gdb.base/complex.exp, gdb.base/complex.c: New files.
2688
2689 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
2690
2691 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
2692 * gdb.base/volatile.exp: Likewise.
2693
2694 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
2695
2696 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
2697 gdb/1265.
2698
2699 2003-06-28 Michael Chastain <mec@shout.net>
2700 Daniel Jacobowitz <drow@mvista.com>
2701
2702 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
2703 initial line count of 'captured_main' from 26 to 32.
2704 (test_with_self): Allow xmalloc call to be interleaved with the
2705 preceding two lines.
2706
2707 2003-06-24 Joel Brobecker <brobecker@gnat.com>
2708
2709 * gdb.base/bang.exp: New testcase.
2710
2711 2003-06-23 Joel Brobecker <brobecker@gnat.com>
2712
2713 * gdb.base/langs.exp: Add some tests for the "minimal" language
2714 support.
2715
2716 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
2717
2718 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
2719 the testcase.
2720
2721 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
2722
2723 * gdb.base/relocate.exp: Test add-symbol-file with a variable
2724 offset.
2725
2726 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
2727
2728 * gdb.c++/pr-1210.cc: New file.
2729 * gdb.c++/pr-1210.exp: New file.
2730
2731 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
2732
2733 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
2734 000-exec-continue.
2735
2736 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2737
2738 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
2739 on *-*-*bsd* instead of *-*-freebsd*.
2740
2741 2003-06-14 Andrew Cagney <cagney@redhat.com>
2742
2743 * gdb.base/store.exp: Test longest and doublest. Test all
2744 parameters. Weaken return statement match.
2745 * gdb.base/store.c: Add longest and doublest - aka long long and
2746 long double functions. Put all parameters into local register
2747 variables. Use negative values.
2748
2749 2003-06-14 Andrew Cagney <cagney@redhat.com>
2750
2751 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
2752 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
2753 exit status.
2754 * gdb.base/fileio.exp: Disable target when nointerrupts and
2755 noinferiorio, instead of limiting it to remote. Use remote_exec
2756 instead of system.
2757
2758 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
2759
2760 * gdb.base/float.exp: Add ia64 support.
2761
2762 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2763
2764 * gdb.base/fileio.exp: Run only on remote targets.
2765
2766 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2767
2768 * gdb.base/fileio.c: New file, testing File-I/O.
2769 * gdb.base/fileio.exp: Ditto.
2770
2771 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
2772
2773 * gdb.base/shreloc.exp: New file, check symbol values obtained from
2774 shared objects after relocation at load time (gdb PR/1132).
2775 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
2776 as above, part of the shared object relocation test.
2777
2778 2003-06-08 Mark Kettenis <kettenis@gnu.org>
2779
2780 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
2781 fully filled history list.
2782 * gdb.base/gdb_history: New file.
2783
2784 * gdb.base/signals.exp: XFAIL "continue to func1" on
2785 i*86-*-freebsd*.
2786
2787 * gdb.base/attach.exp: When trying to attach to a nonexistent
2788 process, make it possible to specify the PID based on the target,
2789 and do so for *-*-freebsd*.
2790
2791 2003-06-02 Richard Henderson <rth@redhat.com>
2792
2793 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
2794
2795 2003-06-02 Richard Henderson <rth@redhat.com>
2796
2797 * gdb.base/selftest.exp: Next over lim_at_start initialization.
2798
2799 2003-06-02 Richard Henderson <rth@redhat.com>
2800
2801 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
2802
2803 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
2804
2805 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
2806 of globalvar.
2807
2808 2003-06-01 Mark Kettenis <kettenis@gnu.org>
2809
2810 * gdb.asm/asm-source.exp: Check for memory read errors in
2811 disassembler test on *BSD too.
2812
2813 2003-06-01 Richard Henderson <rth@redhat.com>
2814
2815 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
2816 for .frame.
2817 (gdbasm_call): Lose ldgp.
2818 (gdbasm_startup): Add frame information.
2819 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
2820
2821 2003-05-31 Mark Kettenis <kettenis@gnu.org>
2822
2823 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
2824 i?86-*-*.
2825
2826 2003-05-30 Mark Kettenis <kettenis@gnu.org>
2827
2828 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2829 FreeBSD.
2830
2831 2003-05-29 Richard Henderson <rth@redhat.com>
2832
2833 * gdb.asm/alpha.inc: New file.
2834 * gdb.asm/asm-source.exp: Use it.
2835
2836 2003-05-29 Jim Blandy <jimb@redhat.com>
2837
2838 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
2839 'core.PID'.
2840
2841 2003-05-22 Jim Blandy <jimb@redhat.com>
2842
2843 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
2844 backtrace.
2845
2846 2003-05-20 David Carlton <carlton@math.stanford.edu>
2847
2848 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
2849 this time.
2850
2851 2003-05-19 David Carlton <carlton@bactrian.org>
2852
2853 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
2854 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
2855
2856 2003-05-19 David Carlton <carlton@bactrian.org>
2857
2858 * gdb.c++/namespace.exp: Add namespace scope and anonymous
2859 namespace tests.
2860 Bump copyright date.
2861 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
2862 (main): Call C::D::marker2.
2863 * gdb.c++/namespace1.cc: New file.
2864
2865 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
2866
2867 Roland McGrath <roland@redhat.com>
2868 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
2869 there is no manager thread.
2870
2871 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
2872
2873 * gdb.threads/schedlock.exp: Remove assumption that all threads
2874 will run in a particular small time slice. Also ensure we break
2875 in one of the child threads rather than the main thread.
2876
2877 2003-05-07 Jim Blandy <jimb@redhat.com>
2878
2879 Add support for assembly source testing on the s390x.
2880 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
2881 architecture.
2882 * gdb.asm/s390x.inc: New file.
2883
2884 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
2885 succession of 'if' statements.
2886
2887 2003-05-05 Andrew Cagney <cagney@redhat.com>
2888
2889 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
2890
2891 2003-05-05 Andrew Cagney <cagney@redhat.com>
2892
2893 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
2894 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
2895
2896 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
2897
2898 * gdb.base/charset.exp: Update based on new behavior of set/show
2899 charset commands.
2900
2901 2003-05-01 Andrew Cagney <cagney@redhat.com>
2902
2903 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
2904 variable do not give memory errors.
2905
2906 2003-04-30 Adam Fedor <fedor@gnu.org>
2907
2908 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
2909 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
2910 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
2911 gdb.objc/basicclass.m: : New files
2912
2913 * lib/gdb.exp (gdb_compile_objc): New procedure.
2914
2915 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2916
2917 * gdb.base/signals.exp: Make backtrace tests more specific.
2918
2919 2003-04-23 David Carlton <carlton@bactrian.org>
2920
2921 * gdb.c++/maint.exp (test_first_component): Add tests for
2922 'operator' in more locations.
2923
2924 2003-04-16 Kevin Buettner <kevinb@redhat.com>
2925
2926 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
2927
2928 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
2929
2930 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
2931 func marke' instead. Update test name.
2932
2933 2003-04-15 David Carlton <carlton@math.stanford.edu>
2934
2935 * gdb.c++/maint.exp: New file.
2936
2937 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
2938
2939 * gdb.threads/schedlock.c: Change type of thread function argument
2940 to long, to avoid warnings on 64-bit platforms.
2941
2942 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
2943
2944 * gdb.base/attach.exp: Add new message from ptrace in case of
2945 attaching to nonexistent process.
2946
2947 2003-04-11 Jim Blandy <jimb@redhat.com>
2948
2949 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2950 gdb.c++/userdef.cc: Place comments on the lines to which the
2951 marker function might return.
2952 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2953 gdb.c++/userdef.exp: Look for those comments to check that we've
2954 returned to the right place, instead of checking line numbers.
2955
2956 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
2957
2958 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
2959 match on sourcefile name, instead of directory name.
2960
2961 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
2962
2963 * gdb.base/completion.exp: Use string_to_regexp to match the
2964 working directory name.
2965
2966 2003-04-09 Jim Blandy <jimb@redhat.com>
2967
2968 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2969 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
2970 after an inferior function call, report the failure, but allow the
2971 test to continue.
2972
2973 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2974
2975 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2976 with -DPROTOTYPES.
2977
2978 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2979
2980 * gdb.base/break.exp: Revert last patch.
2981
2982 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2983
2984 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2985 with -DPROTOTYPES.
2986
2987 2003-04-02 Andrew Cagney <cagney@redhat.com>
2988
2989 * gdb.base/callfuncs.exp: Make "print add" messages unique.
2990 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
2991 matching directories by the name breakpoint.
2992 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
2993 Make "continue to marker1" consistent.
2994 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
2995 message consistent.
2996 * lib/gdb.exp: Put "the program is no longer running", and "the
2997 program exited" in parenthesis.
2998 * lib/mi-support.exp: Ditto.
2999
3000 2003-04-02 Bob Rossi <bob_rossi@cox.net>
3001
3002 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
3003
3004 2003-03-29 Andrew Cagney <cagney@redhat.com>
3005
3006 * gdb.base/sizeof.c (main): Print the value of '\377'.
3007 * gdb.base/sizeof.exp: Check the sign of '\377'.
3008
3009 2003-03-27 Michael Chastain <mec@shout.net>
3010
3011 * gdb.base/gdb1090.exp: New file.
3012 * gdb.base/gdb1090.cc: New file.
3013
3014 2003-03-27 J. Brobecker <brobecker@gnat.com>
3015
3016 * gdb.gdb/observer.exp: New regression test.
3017
3018 2003-03-27 Michael Chastain <mec@shout.net>
3019
3020 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
3021 * gdb.base/ptype.exp: Likewise.
3022
3023 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
3024
3025 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
3026
3027 2003-03-26 Michael Chastain <mec@shout.net>
3028
3029 * gdb.base/ptype.exp: Actually use some typedef'd types.
3030
3031 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3032
3033 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
3034 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
3035
3036 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3037
3038 * gdb.base/default.exp: Fix regular expression.
3039
3040 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3041
3042 * gdb.base/args.exp: Fix regular expression.
3043
3044 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3045
3046 * gdb.base/help.exp: Allow Win32 child process.
3047
3048 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3049
3050 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
3051 when stepping out of main().
3052
3053 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3054
3055 * gdb.base/default.exp: Check for win32 specific message when calling
3056 "run" without executable.
3057
3058 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3059
3060 * gdb.base/args.exp: Expect .exe in output.
3061
3062 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3063
3064 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
3065 Cygwin native.
3066
3067 2003-03-17 Andrew Cagney <cagney@redhat.com>
3068
3069 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
3070 vector registes.
3071 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
3072 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
3073
3074 2003-03-17 David Carlton <carlton@math.stanford.edu>
3075
3076 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
3077 test, for PR breakpoints/38.
3078 Call test_watchpoint_and_breakpoint.
3079 * gdb.base/watchpoint.c (func3): New function.
3080 (main): Call func3.
3081
3082 2003-03-04 David Carlton <carlton@math.stanford.edu>
3083
3084 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
3085 Garply<Garply<char> >:: garply".
3086 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
3087 with respect to PR c++/1111; note also PR c++/1113.
3088 (test_template_breakpoints): KFAIL "constructor breakpoint" with
3089 respect to PR c++/1062.
3090 KFAIL "destructor breakpoint" with respect to PR c++/1112.
3091
3092 2003-03-03 David Carlton <carlton@math.stanford.edu>
3093
3094 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
3095 with respect to PR c++/57.
3096 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
3097 c++/826.
3098 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
3099 respect to PR c++/57.
3100
3101 2003-03-03 David Carlton <carlton@math.stanford.edu>
3102
3103 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
3104 respect to PR c++/33 into FAILs.
3105
3106 2003-03-03 Michael Chastain <mec@shout.net>
3107
3108 * configure.in: Update copyright years.
3109
3110 2003-03-03 Michael Chastain <mec@shout.net>
3111
3112 * Makefile.in: Update copyright years.
3113
3114 2003-02-28 David Carlton <carlton@math.stanford.edu>
3115
3116 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
3117 print class instead of struct and/or superfluous protection
3118 specifiers, as long as the resulting output is equivalent to the
3119 source code.
3120 Delete FIXME from end of messages on tests that don't need
3121 fixing.
3122
3123 2003-02-28 David Carlton <carlton@math.stanford.edu>
3124
3125 * gdb.c++/templates.exp (do_tests): Allow const in the two
3126 Foo<volatile char *>::foo tests.
3127
3128 2003-02-27 Michael Snyder <msnyder@redhat.com>
3129
3130 * gdb.base/restore.c (main): Return zero, so exit code
3131 will be consistant.
3132
3133 2003-02-26 David Carlton <carlton@math.stanford.edu>
3134
3135 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
3136 char *>::foo" test with respect to PR c++/33. Create a new test
3137 which is identical to that one except that it doesn't put the
3138 space between the "char" and the "*"; KFAIL it, too.
3139
3140 2003-02-26 David Carlton <carlton@math.stanford.edu>
3141
3142 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
3143 template types into either PASSes or KFAILs (corresponding to PR
3144 c++/57). Tweak indentation. Update copyright.
3145
3146 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
3147
3148 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
3149
3150 2003-02-13 Michael Chastain <mec@shout.net>
3151
3152 * gdb.base/exprs.exp: Remove i960 remnants.
3153 * gdb.base/funcargs.exp: Likewise.
3154 * gdb.base/list.exp: Likewise.
3155 * gdb.base/ptype.exp: Likewise.
3156
3157 2003-02-14 David Carlton <carlton@math.stanford.edu>
3158
3159 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
3160 pEe->D::vg()" from XFAIL to KFAIL.
3161
3162 2003-02-13 Jason Molenda (jmolenda@apple.com)
3163
3164 * gdb.base/maint.exp: Update maint print statistics regexp to include
3165 new entries.
3166
3167 2003-02-13 Michael Chastain <mec@shout.net>
3168
3169 * gdb.c++/inherit.exp: Remove call to get_debug_format.
3170
3171 2003-02-12 Michael Chastain <mec@shout.net>
3172
3173 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
3174 * gdb.c++/inherit.exp: Likewise.
3175 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
3176 * gdb.c++/templates.exp: Likewise.
3177 * gdb.c++/virtfunc.exp: Likewise.
3178
3179 2003-02-06 Jason Molenda (jason-cl@molenda.com)
3180
3181 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
3182 why the code is written that way.
3183
3184 2003-02-05 Michael Chastain <mec@shout.net>
3185
3186 * gdb.base/dump.exp: Add missing copyright line.
3187
3188 2003-02-05 Jason Molenda (jason-cl@molenda.com)
3189
3190 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
3191 at the beginning so the breakpoint doesn't get set on the loop.
3192
3193 2003-02-05 Michael Chastain <mec@shout.net>
3194
3195 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
3196 output for configurations with gcc 2.95.3.
3197
3198 2003-02-05 Keith Seitz <keiths@redhat.com>
3199 Andrew Cagney <ac131313@redhat.com>
3200
3201 * gdb.mi/mi-cli.exp: New file.
3202
3203 2003-02-04 Michael Chastain <mec@shout.net>
3204
3205 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
3206 Call perror and then continue.
3207
3208 2003-02-03 Michael Chastain <mec@shout.net>
3209
3210 * gdb.c++/pr-1023.cc: New file.
3211 * gdb.c++/pr-1023.exp: New file.
3212
3213 2003-02-05 Jim Blandy <jimb@redhat.com>
3214
3215 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
3216 it's local to foobar. Check for it there, and check that it's not
3217 present in main.
3218 * gdb.c++/local.cc (marker2): New function.
3219 (foobar): Call marker1.
3220 (main): Call marker2 instead of marker1.
3221
3222 2003-02-04 Andrew Cagney <ac131313@redhat.com>
3223
3224 * gdb.disasm/mn10200.exp: Obsolete file.
3225 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
3226 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
3227 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
3228
3229 2003-02-04 David Carlton <carlton@math.stanford.edu>
3230
3231 * gdb.c++/overload.exp: Test intToChar(1).
3232 * gdb.c++/overload.cc (intToChar): New.
3233 (main): Call intToChar.
3234
3235 2003-02-03 David Carlton <carlton@math.stanford.edu>
3236
3237 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
3238 'might_kfail' arg.
3239 KFAIL some of the continue_to_bp_overloaded calls, according to
3240 PR c++/1025.
3241
3242 2003-02-01 Michael Chastain <mec@shout.net>
3243
3244 * gdb.base/advance.c (marker1): New marker function.
3245 * gdb.base/advance.exp: When the 'advance' command lands on the
3246 return breakpoint, it can legitimately stop on either the
3247 current line or the next line. Accommodate both outcomes.
3248 * gdb.base/until.exp: Likewise.
3249
3250 2003-02-02 Andrew Cagney <ac131313@redhat.com>
3251
3252 2002-11-10 Jason Molenda (jason-cl@molenda.com):
3253 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
3254 now a list, not a tuple.
3255 * gdb.mi/mi-var-display.exp: Ditto.
3256 * gdb.mi/gdb792.exp: Ditto.
3257
3258 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3259
3260 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
3261 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
3262 stack backtraces.
3263 * gdb.mi/mi-syn-frame.c: Part of same.
3264
3265 2003-02-01 Mark Kettenis <kettenis@gnu.org>
3266
3267 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3268 gdb.mi/mi1-pthreads.exp: Return instead of calling
3269 gdb_suppress_entire_file.
3270
3271 2003-02-01 Mark Salter <msalter@redhat.com>
3272
3273 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
3274
3275 2003-01-31 Mark Salter <msalter@redhat.com>
3276
3277 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
3278 Support empty arg.
3279
3280 2003-01-30 Michael Chastain <mec@shout.net>
3281
3282 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
3283 This was a workaround for a UTF-8 bug in readline 4.3. The bug
3284 has been fixed in gdb/readline on 2003-01-09.
3285
3286 2003-01-29 Michael Snyder <msnyder@redhat.com>
3287
3288 * gdb.base/maint.exp: Allow for leading underscore in symbol.
3289 * gdb.base/display.exp: Allow for leading underscore in symbol.
3290 * gdb.base/args.exp: Skip if target does not support args passing.
3291
3292 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
3293
3294 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
3295 gdb_test. Accept a list of expect arguments as the third
3296 parameter.
3297 (gdb_test): Use it.
3298
3299 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
3300
3301 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
3302 allow for different test tree configurations. Update some
3303 tescases accordingly.
3304 * gdb.arch/altivec-regs.exp: Ditto.
3305 * gdb.asm/asm-source.exp: Ditto.
3306 * gdb.base/advance.exp: Ditto.
3307 * gdb.base/display.exp: Ditto.
3308 * gdb.base/long_long.exp: Ditto.
3309 * gdb.base/mips_pro.exp: Ditto.
3310 * gdb.base/overlays.exp: Ditto.
3311 * gdb.base/relocate.exp: Ditto.
3312 * gdb.base/setshow.exp: Ditto.
3313 * gdb.base/step-line.exp: Ditto.
3314 * gdb.base/step-test.exp: Ditto.
3315 * gdb.base/until.exp: Ditto.
3316 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
3317
3318 2003-01-17 David Carlton <carlton@math.stanford.edu>
3319
3320 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
3321 corresponding to PR c++/945.
3322 Update copyright.
3323
3324 2003-01-17 David Carlton <carlton@math.stanford.edu>
3325
3326 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
3327 corresponding to PR c++/68.
3328
3329 2003-01-17 David Carlton <carlton@math.stanford.edu>
3330
3331 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
3332 (test_paddr_hairy_functions): Call print_addr_2_kfail for
3333 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
3334
3335 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3336
3337 * gdb.base/break.exp: Fix change of default location, because of
3338 removal of until tests.
3339 * gdb.base/help.exp: Update test for new 'until' help message.
3340 Add test for help on 'advance'.
3341 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
3342
3343 2003-01-15 Mark Kettenis <kettenis@gnu.org>
3344
3345 * gdb.base/default.exp: Adapt "info float" test for recent changes
3346 to that command. Add test for "info vector".
3347 * gdb.base/float.exp: New file. Add test for "info float" that
3348 resembles the old test in gdb.base/default.exp.
3349
3350 2003-01-15 David Carlton <carlton@math.stanford.edu>
3351
3352 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
3353
3354 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3355
3356 * gdb.base/break.exp: Move the tests of until command from here...
3357 * gdb.base/until.exp: ... to here. New file. Add other tests.
3358 * gdb.base/advance.c: New file.
3359 * gdb.base/advance.exp: New file.
3360
3361 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
3362
3363 * gdb.base/args.c: New file.
3364 * gdb.base/args.exp: New file.
3365
3366 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3367
3368 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
3369
3370 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3371
3372 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
3373
3374 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3375
3376 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
3377 dates.
3378
3379 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3380
3381 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
3382
3383 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3384
3385 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
3386 (ptype &*"foo").
3387 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
3388
3389 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3390
3391 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
3392 * gdb.mi/mi1-console.exp: Likewise.
3393
3394 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3395
3396 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
3397 * gdb.mi/mi1-console.exp: Likewise.
3398
3399 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3400
3401 * gdb.c++/overload.exp: Remove some fixed XFAILs.
3402
3403 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3404
3405 * gdb.base/detach.exp: New test.
3406
3407 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3408
3409 * Makefile.in (ALL_SUBDIRS): New variable.
3410 (subdirs, clean, distclean): Use it.
3411 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
3412 regenerating Makefile, since it is generated from the top level.
3413 * gdb.asm/Makefile.in: Likewise.
3414 * gdb.base/Makefile.in: Likewise.
3415 * gdb.c++/Makefile.in: Likewise.
3416 * gdb.disasm/Makefile.in: Likewise.
3417 * gdb.java/Makefile.in: Likewise.
3418 * gdb.mi/Makefile.in: Likewise.
3419 * gdb.threads/Makefile.in: Likewise.
3420 * gdb.trace/Makefile.in: Likewise.
3421
3422 2003-01-09 David Carlton <carlton@math.stanford.edu>
3423
3424 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
3425 Add copyright year 2003.
3426
3427 2003-01-06 Michael Chastain <mec@shout.net>
3428
3429 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
3430 When selecting a thread, 'line' and 'file' are optional.
3431 * gdb.mi/mi1-pthreads.exp: Likewise.
3432
3433 2003-01-06 Andreas Schwab <schwab@suse.de>
3434
3435 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
3436 failures.
3437
3438 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3439
3440 Fix PR gdb/844
3441 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
3442 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3443
3444 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3445 instead of calling gdb_suppress_entire_file.
3446 * gdb.threads/print-threads.exp: Likewise.
3447 * gdb.threads/schedlock.exp: Likewise.
3448
3449 * gdb.threads/killed.exp: Return instead of calling
3450 gdb_suppress_entire_file.
3451 * gdb.threads/linux-dp.exp: Likewise.
3452 * gdb.threads/pthreads.exp: Likewise.
3453
3454 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3455
3456 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
3457 stabs.
3458 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
3459 * gdb.base/whatis.exp: Always allow (void) after function names.
3460
3461 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3462
3463 * gdb.c++/casts.exp: Correct regexp.
3464
3465 2003-01-04 Mark Kettenis <kettenis@gnu.org>
3466
3467 * configure.in: Call AC_CONFIG_HEADER. Don't call
3468 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
3469 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
3470 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
3471 aforementioned directories in the AC_OUPUT call.
3472 * config.hin: New file.
3473 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3474 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
3475 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
3476 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
3477 pass -I$objdir instead of -I$objdir/$subdir in compilation.
3478 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
3479 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
3480 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
3481 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
3482 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
3483 gdb.threads/configure.in, gdb.threads/configure,
3484 gdb.threads/config.in, gdb.trace/configure.in,
3485 gdb.trace/configure: Removed.
3486
3487 2003-01-03 Michael Chastain <mec@shout.net>
3488
3489 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
3490 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
3491
3492 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
3493
3494 * gdb.base/store.exp: Fix regular expressions.
3495
3496 2002-12-28 Mark Kettenis <kettenis@gnu.org>
3497
3498 * configure.in: Rewrite.
3499 * configure: Regenerated.
3500
3501 2003-01-03 David Carlton <carlton@math.stanford.edu>
3502
3503 * gdb.base/psymtab.exp: New file.
3504 * gdb.base/psymtab1.c: Ditto.
3505 * gdb.base/psymtab2.c: Ditto.
3506
3507 2002-12-23 Adam Fedor <fedor@gnu.org>
3508
3509 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
3510
3511 2002-12-23 David Carlton <carlton@math.stanford.edu>
3512
3513 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
3514 and current_directory initialization.
3515
3516 2002-12-22 Jim Blandy <jimb@redhat.com>
3517
3518 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
3519 rather than as part of the output file name.
3520
3521 * gdb.base/attach.exp: There's no need to copy the test program to
3522 /tmp; that was only ever necessary on HP/UX, and this test is
3523 entirely disabled there anyway.
3524
3525 2002-12-21 Jim Blandy <jimb@redhat.com>
3526
3527 * gdb.c++/psmang.exp: Doc fix.
3528
3529 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3530 test.
3531
3532 2002-12-20 David Carlton <carlton@math.stanford.edu>
3533
3534 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3535
3536 2002-12-18 Michael Chastain <mec@shout.net>
3537
3538 * gdb.c++/annota2.exp: Add copyright year 2002.
3539
3540 2002-12-17 David Carlton <carlton@math.stanford.edu>
3541
3542 * gdb.c++/try_catch.cc: Add marker comments.
3543 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
3544 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
3545 * gdb.c++/m-static.cc: Ditto.
3546 * gdb.c++/m-static1.cc: Ditto.
3547 * gdb.c++/try_catch.cc: Ditto.
3548
3549 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
3550
3551 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
3552 to see whether we are using the new -environment-directory
3553 command which resets via -r or the old version of the command
3554 which may prompt the user. Part of fix for gdb/741.
3555
3556 2002-12-13 Andrew Cagney <ac131313@redhat.com>
3557
3558 * gdb.fortran/types.exp: Update obsolete comment.
3559 * gdb.fortran/exprs.exp: Ditto.
3560 * lib/gdb.exp: Delete obsolete code.
3561 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
3562 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
3563 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
3564 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
3565 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
3566 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
3567 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
3568 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
3569 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
3570 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
3571 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
3572 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
3573 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
3574 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
3575 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
3576 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
3577 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
3578 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
3579 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
3580 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
3581 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
3582 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
3583 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
3584 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
3585 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
3586 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
3587 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
3588 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
3589 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
3590 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
3591 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
3592 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
3593 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
3594 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
3595 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
3596 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
3597 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
3598
3599 2002-12-11 David Carlton <carlton@math.stanford.edu>
3600
3601 * gdb.c++/m-data.exp: Add test for members that shadow global
3602 variables: see PR gdb/804.
3603 * gdb.c++/m-data.cc: Ditto.
3604
3605 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
3606
3607 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
3608
3609 2002-12-06 David Carlton <carlton@math.stanford.edu>
3610
3611 * gdb.base/store.c: Don't declare functions static.
3612
3613 2002-12-04 Andrew Cagney <ac131313@redhat.com>
3614
3615 * gdb.base/store.exp, gdb.base/store.c: New files.
3616
3617 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3618
3619 * gdb.base/selftest.exp: Update for current gdb.
3620
3621 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3622
3623 * gdb.base/maint.exp: Only dump symbols from one source file
3624 or objfile.
3625
3626 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3627
3628 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
3629 function call.
3630
3631 2002-11-25 Jim Blandy <jimb@redhat.com>
3632
3633 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
3634 function appearing in error message.
3635
3636 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
3637
3638 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
3639
3640 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
3641
3642 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
3643 for mi1 and current mi is in correct format. New mi startup message
3644 should be in mi console format. This is part of fix for PR gdb/604.
3645
3646 2002-09-18 Fernando Nasser <fnasser@redhat.com>
3647
3648 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
3649 which explicitly prints the zero offset as "+0".
3650
3651 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
3652
3653 * gdb.threads/schedlock.c (args): Make unsigned.
3654
3655 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
3656
3657 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
3658 numbers. Allow "foo2|selected stack frame".
3659 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
3660 * gdb.asm/asmsrc2.s: Likewise.
3661 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
3662 comments.
3663 * gdb.asm/mips.inc: New file.
3664
3665 2002-10-18 Adam Fedor <fedor@gnu.org>
3666
3667 * gdb.base/default.exp: Update expected output to include 'ObjC'.
3668 * gdb.base/help.exp: Likewise.
3669
3670 2002-10-17 Kevin Buettner <kevinb@redhat.com>
3671
3672 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
3673 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
3674
3675 2002-10-02 Jim Blandy <jimb@redhat.com>
3676
3677 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
3678
3679 2002-10-01 Andrew Cagney <ac131313@redhat.com>
3680
3681 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
3682 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
3683 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
3684 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
3685 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
3686 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
3687 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
3688
3689 2002-09-29 Andrew Cagney <ac131313@redhat.com>
3690
3691 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
3692 * mi0-disassemble.exp, mi0-eval.exp: Delete.
3693 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
3694 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
3695 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
3696 * mi0-var-block.exp, mi0-var-child.exp: Delete.
3697 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
3698
3699 2002-09-27 Kevin Buettner <kevinb@redhat.com>
3700
3701 * gdb.base/annota1.exp (info break): Make directory components of
3702 path optional since not all compilers emit this debug information.
3703
3704 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
3705 step ends up stepping out of the function instead of stopping on
3706 the epilogue.
3707
3708 2002-09-26 Keith Seitz <keiths@redhat.com>
3709
3710 * lib/insight-support.exp (gdbtk_start): Figure out where
3711 the insight executable is based on where gdb is. Use this
3712 executable to start insight instead of gdb.
3713
3714 2002-09-25 Andrew Cagney <cagney@redhat.com>
3715
3716 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
3717
3718 2002-09-24 Andrew Cagney <ac131313@redhat.com>
3719
3720 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
3721 test_isolated_complaints.
3722 (test_empty_complaint): New function.
3723 (test_empty_complaints): New function. Check no output when no
3724 complaints.
3725
3726 2002-09-19 Jim Blandy <jimb@redhat.com>
3727
3728 * gdb.base/charset.exp, gdb.base/charset.c: New files.
3729
3730 2002-09-19 Andrew Cagney <ac131313@redhat.com>
3731
3732 * gdb.gdb/complaints.exp: New file.
3733
3734 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3735
3736 * gdb.base/maint.exp: Check `help maint internal-warning'.
3737
3738 2002-09-18 David Carlton <carlton@math.stanford.edu>
3739
3740 * gdb.c++/m-static.exp: Remove breakpoints depending on line
3741 numbers, and replace them by a single breakpoint after the
3742 constructors are all finished.
3743 Add test 4.
3744 * gdb.c++/m-static.cc: Add test 4.
3745 * gdb.c++/m-static.h: New file.
3746 * gdb.c++/m-static1.cc: New file.
3747
3748 * gdb.c++/printmethod.exp: New file.
3749 * gdb.c++/printmethod.cc: New file.
3750
3751 * gdb.c++/pr-574.exp: New file.
3752 * gdb.c++/pr-574.cc: New file.
3753
3754 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
3755
3756 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
3757 embedded targets which never actually exit.
3758
3759 2002-09-18 Fernando Nasser <fnasser@redhat.com>
3760
3761 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
3762 "don't step after run" as unresolved or unsupported, instead of xfail.
3763
3764 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
3765
3766 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
3767 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
3768 Add newline to expected string in "step out of main (status wrapper)"
3769 case.
3770
3771 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
3772
3773 * lib/gdb.exp (rerun_to_main): Allow restarting application.
3774 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
3775
3776 2002-09-17 Tom Tromey <tromey@redhat.com>
3777
3778 * gdb.base/printcmds.exp (test_print_string_constants): Expect
3779 \000, not \0, in double-quoted string.
3780
3781 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
3782
3783 * gdb.base/commands.exp: Don't expect a "Program exited normally"
3784 string after running the commands execution on breakpoint tests.
3785
3786 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
3787
3788 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
3789
3790 2002-09-12 Joel Brobecker <brobecker@gnat.com>
3791
3792 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
3793
3794 2002-09-10 Keith Seitz <keiths@redhat.com>
3795
3796 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
3797 runto proc.
3798 (mi_run_to_main): Use mi_runto.
3799 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
3800
3801 2002-09-10 Keith Seitz <keiths@redhat.com>
3802
3803 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
3804 regexp for stopping at main. Could have multiple event notifications.
3805 Don't assume that main was declared with no parameters.
3806 (mi_next): Use mi_step_to.
3807 (mi_step): Use mi_next_to.
3808
3809 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
3810
3811 * gdb.base/default.exp: Fix expected string in `info float' test.
3812
3813 2002-09-09 Ben Elliston <bje@redhat.com>
3814
3815 * config/mips.exp: Update comments.
3816 * config/mips-idt.exp: Likewise.
3817 * config/nind.exp: Likewise.
3818 * config/slite.exp: Likewise.
3819 * config/sparclet.exp: Likewise.
3820 * config/udi.exp: Likewise.
3821 * config/vx.exp: Likewise.
3822 * config/vxworks29k.exp: Likewise.
3823
3824 2002-09-05 Jim Blandy <jimb@redhat.com>
3825
3826 * gdb.threads/killed.exp: Fix test failure message.
3827
3828 2002-09-04 Keith Seitz <keiths@redhat.com>
3829
3830 * lib/mi-support.exp: Update copyright.
3831 (mi_gdb_test): Increase the priority of the expected pattern
3832 so that it matches gdb_test.
3833
3834 2002-09-03 Keith Seitz <keiths@redhat.com>
3835
3836 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
3837 Use integer comparison instead of string comparison for testing
3838 whether binary was built.
3839
3840 2002-09-03 Jim Blandy <jimb@redhat.com>
3841
3842 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
3843
3844 2002-08-29 Jim Blandy <jimb@redhat.com>
3845
3846 * gdb.threads/pthreads.exp: Move the portable thread compilation
3847 code into a function in lib/gdb.exp, and call that from here.
3848 * lib/gdb.exp (gdb_compile_pthreads): New function.
3849
3850 2002-08-29 Keith Seitz <keiths@redhat.com>
3851
3852 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
3853 expect_out so that callers can get at it.
3854
3855 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
3856
3857 * gdb.threads/print-threads.c: New file.
3858 * gdb.threads/print-threads.exp: New file.
3859 * gdb.threads/schedlock.c: New file.
3860 * gdb.threads/schedlock.exp: New file.
3861
3862 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3863
3864 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
3865 not altivec.c.
3866
3867 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3868
3869 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
3870 targets. The problem should be fixed now.
3871
3872 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3873
3874 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
3875 2002-07-24 change that removes final dots from error messages.
3876
3877 2002-08-13 Tom Tromey <tromey@redhat.com>
3878
3879 * gdb.base/readline.exp: New file.
3880
3881 2002-08-01 Andrew Cagney <ac131313@redhat.com>
3882
3883 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
3884 supress message.
3885
3886 2002-08-01 Andrew Cagney <cagney@redhat.com>
3887
3888 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
3889 CHILL_FOR_TARGET and CHILL_LIB.
3890 * configure.in (configdirs): Remove gdb.chill.
3891 * configure: Regenerate.
3892 * lib/gdb.exp: Obsolete references to chill.
3893 * gdb.fortran/types.exp: Ditto.
3894 * gdb.fortran/exprs.exp: Ditto.
3895
3896 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3897
3898 * gdb.base/shlib-call.exp (additional_flags): Conditionally
3899 set Irix-specific compile and link flags.
3900
3901 2002-07-29 Kevin Buettner <kevinb@redhat.com>
3902
3903 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
3904 source files. The ``-o'' option doesn't work with the ``-E'' option
3905 when using the Irix compiler.
3906
3907 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
3908
3909 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
3910 Improve support for reusing an exec file. Copy exec file
3911 to target, and run gdbserver on the target instead of on the host.
3912
3913 2002-07-18 Jim Blandy <jimb@redhat.com>
3914
3915 * gdb.base/ending-run.exp: Don't expect to see the program end in
3916 some orderly fashion when we're running on a real stand-alone
3917 board.
3918
3919 * gdb.base/interrupt.exp: Correct logic for skipping tests on
3920 targets that don't support interrupts.
3921
3922 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
3923
3924 * gdb.base/attach.exp: Add patterns to match output from /proc-based
3925 systems.
3926 Move comments in expect statements to inside the actions, so that they
3927 don't get matched against.
3928
3929 2002-07-10 Mark Kettenis <kettenis@gnu.org>
3930
3931 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
3932 function when asleep" test.
3933
3934 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3935
3936 * gdb.base/page.exp: Rewrite to handle problems with very long
3937 `info set' output. Update copyright.
3938
3939 2002-06-26 Andrew Cagney <ac131313@redhat.com>
3940
3941 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
3942 gdb.threads-hp.
3943 * gdb.hp/configure: Regenerate.
3944 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
3945 * gdb.hp/gdb.threads-hp/configure: Delete file.
3946 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
3947
3948 2002-06-22 Andrew Cagney <ac131313@redhat.com>
3949
3950 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
3951 setlocale, bindtextdomain and textdomain.
3952
3953 2002-06-11 Jim Blandy <jimb@redhat.com>
3954
3955 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
3956 preprocessor macro information is present.
3957
3958 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
3959 tests.
3960
3961 2002-06-06 Michael Snyder <msnyder@redhat.com>
3962
3963 * gdb.base/overlays.exp: Record addresses of overlay
3964 functions in TCL variables rather than in GDB variables,
3965 to avoid having GDB convert them to pointers (with loss
3966 of information).
3967
3968 * gdb.base/d10v.ld: Merge in several years worth of
3969 default linker script changes.
3970 * gdb.base/long_long.exp: Add check for sizeof (long double).
3971
3972 2002-06-06 Michal Ludvig <mludvig@suse.cz>
3973
3974 * gdb.asm/asm-source.exp: Add x86-64 target.
3975 * gdb.asm/x86_64.inc: New.
3976
3977 2002-05-30 Michael Chastain <mec@shout.net>
3978
3979 From Benjamin Kosnik <bkoz@redhat.com>:
3980 * gdb.c++/m-static.cc: New file.
3981 * gdb.c++/m-static.exp: New file.
3982
3983 2002-05-28 Michael Snyder <msnyder@redhat.com>
3984
3985 * gdb.base/call-ar-st.exp: Allow for reduced floating point
3986 precision.
3987
3988 2002-05-27 Michael Chastain <mec@shout.net>
3989
3990 From Benjamin Kosnik <bkoz@redhat.com>:
3991 * gdb.c++/m-data.cc: New file.
3992 * gdb.c++/m-data.exp: New file.
3993
3994 2002-05-27 Michael Chastain <mec@shout.net>
3995
3996 From Benjamin Kosnik <bkoz@redhat.com>:
3997 * gdb.c++/try_catch.cc: New file.
3998 * gdb.c++/try_catch.exp: New file.
3999
4000 2002-05-27 Michael Chastain <mec@shout.net>
4001
4002 * gdb.c++/local.exp: Accept more nested types in output.
4003
4004 2002-05-26 Michael Chastain <mec@shout.net>
4005
4006 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
4007
4008 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
4009
4010 * lib/gdb.exp (gdb_wrapper_init): Just because
4011 gdb_wrapper_file exists, this does not mean that the file
4012 should not be rebuilt. That is what gdb_wrapper_initialized
4013 is for.
4014 (default_gdb_init): Reset gdb_wrapper_initialized.
4015
4016 2002-05-23 Michael Snyder <msnyder@redhat.com>
4017
4018 * gdb.base/all-bin.exp: Revise previous patch by just reducing
4019 the precision of the floating point test results.
4020 * gdb.base/call-rt-st.exp: Ditto.
4021
4022 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
4023 * gdb.base/call-rt-st.exp: Ditto.
4024
4025 2002-05-19 Michael Chastain <mec@shout.net>
4026
4027 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
4028
4029 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
4030
4031 * configure.in (configdirs): Add gdb.arch.
4032 * configure: Regenerate.
4033
4034 2002-05-17 Jim Blandy <jimb@redhat.com>
4035
4036 * gdb.base/completion.exp: Recognize the more detailed error
4037 messages produced by the macro expander's lexical analyzer.
4038
4039 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4040
4041 * gdb.arch/altivec-abi.c: New file.
4042 * gdb.arch/altivec-abi.exp: New file.
4043 * gdb.arch/altivec-regs.c: New file.
4044 * gdb.arch/altivec-regs.exp: New file.
4045
4046 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4047
4048 * gdb.base/maint.exp (maint print type): Update for new type
4049 structure.
4050
4051 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4052
4053 * gdb.arch: New directory.
4054 * gdb.arch/configure.in: New file.
4055 * gdb.arch/configure: New file.
4056 * gdb.arch/Makefile.in: New file.
4057
4058 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
4059
4060 * gdb.asm/asm-source.exp: Add v850 as supported target.
4061 * gdb.asm/v850.inc: New file.
4062
4063 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4064
4065 * gdb.c++/annota2.exp (annotate-quit): Add comment.
4066
4067 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4068
4069 * gdb.base/break.exp: Check 'break "marker2"'.
4070
4071 2002-05-10 Michael Snyder <msnyder@redhat.com>
4072
4073 * gdb.base/long_long.exp: Fix typo.
4074
4075 2002-05-10 Jim Blandy <jimb@redhat.com>
4076
4077 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
4078 a bug.
4079
4080 * gdb.base/printcmds.exp (test_integer_literals_rejected):
4081 Recognize more detailed error message produced by the macro
4082 expander's lexical analyzer.
4083 * lib/gdb.exp (test_print_reject): Same.
4084
4085 2002-05-09 Mark Kettenis <kettenis@gnu.org>
4086
4087 * gdb.c++/method.exp: Fix typo.
4088
4089 2002-05-08 Michael Snyder <msnyder@redhat.com>
4090
4091 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
4092 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
4093 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
4094 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
4095 Add iftarget clause for strongarm.
4096
4097 2002-05-06 Michael Snyder <msnyder@redhat.com>
4098
4099 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
4100 (gdb_continue_to_end): Accept output from status wrapper.
4101 * gdb.base/ending-run.exp: Add case for output from status wrapper.
4102 Clean up fail messages to match pass messages.
4103
4104 Enable the "needs_status_wrapper" testsuite feature.
4105 * lib/gdb.exp (gdb_wrapper_init): New procedure.
4106 (gdb_compile): Conditionally call gdb_wrapper_init.
4107 * gdb.base/a2-run.exp: Recognize output from status wrapper.
4108 * gdb.c++/method.exp: Recognize output from status wrapper.
4109
4110 2002-05-06 Ben Elliston <bje@redhat.com>
4111 From Graydon Hoare <graydon@redhat.com>
4112
4113 * config/sid.exp: Include support for "rawsid" protocol.
4114
4115 2002-05-03 Jim Blandy <jimb@redhat.com>
4116
4117 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
4118 * gdb.c++/hang3.C: New file.
4119
4120 2002-05-04 Andrew Cagney <ac131313@redhat.com>
4121
4122 * gdb.base/default.exp: Remove obsolete code.
4123 * gdb.c++/misc.exp: Ditto. Update copyright.
4124 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
4125 * gdb.base/whatis.exp: Ditto. Update copyright.
4126 * gdb.base/scope.exp: Ditto. Update copyright.
4127 * gdb.base/ptype.exp: Ditto. Update copyright.
4128 * gdb.base/printcmds.exp: Ditto. Update copyright.
4129 * gdb.base/opaque.exp: Ditto. Update copyright.
4130 * gdb.base/list.exp: Ditto.
4131 * gdb.base/funcargs.exp: Ditto. Update copyright.
4132 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
4133 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
4134 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
4135 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
4136 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
4137 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
4138
4139 2002-05-02 Michael Snyder <msnyder@redhat.com>
4140
4141 * gdb.base/watchpoint.exp: Add xscale target.
4142 * gdb.base/long_long.exp: Add xscale target.
4143 * gdb.base/default.exp: Add xscale target.
4144
4145 2002-05-01 Jim Blandy <jimb@redhat.com>
4146
4147 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
4148 gdb.c++/hang.exp: New test.
4149
4150 2002-05-01 Fred Fish <fnf@redhat.com>
4151
4152 * gdb.base/completion.exp: Handle completions of "./Make" for
4153 more than one completion possibility, as is the case when we
4154 build and test in the source tree.
4155
4156 2002-04-29 Anthony Green <green@redhat.com>
4157
4158 * gdb.java/jmisc1.exp: New file.
4159 * gdb.java/jmisc2.exp: New file.
4160
4161 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
4162
4163 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
4164
4165 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
4166
4167 * gdb.base/help.exp: Change 'help status' to allow for target
4168 dependent output differences.
4169
4170 2002-04-22 Michael Chastain <mec@shout.net>
4171
4172 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
4173
4174 2002-04-22 Michael Chastain <mec@shout.net>
4175
4176 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
4177
4178 2002-04-17 David S. Miller <davem@redhat.com>
4179
4180 * gdb.asm/sparc64.inc: New file.
4181 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
4182
4183 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
4184
4185 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
4186 instruction file directly into the build tree. Clean up at end of
4187 test.
4188
4189 2002-04-18 David S. Miller <davem@redhat.com>
4190
4191 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
4192 handle 64-bit platforms correctly.
4193 * gdb.base/maint.exp: Likewise.
4194
4195 2002-04-18 Kevin Buettner <kevinb@redhat.com>
4196
4197 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
4198 ``-fpic'' when compiling files comprising a shared library, but
4199 it does need additional linker flags in order to find shared
4200 libraries at run time.
4201
4202 2002-04-18 Kevin Buettner <kevinb@redhat.com>
4203
4204 * gdb.base/cvexpr.c (use): New function.
4205 (main): Invoke use() on all global variables to prevent
4206 some linkers from deleting these otherwise unused symbols.
4207
4208 2002-04-17 Michael Chastain <mec@shout.net>
4209 From David S. Miller <davem@redhat.com>
4210
4211 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
4212 handle 64-bit platforms correctly.
4213
4214 2002-04-12 Michael Snyder <msnyder@redhat.com>
4215 From Jim Blandy <jimb@redhat.com>
4216 * gdb.base/foo.c (foox): Remove section attribute; the linker
4217 script can handle this instead.
4218 * gdb.base/bar.c (barx): Same.
4219 * gdb.base/baz.c (bazx): Same.
4220 * gdb.base/grbx.c (grbxx): Same.
4221
4222 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
4223 manager doesn't automatically unmap overlays unnecessarily.
4224
4225 2002-04-10 Martin M. Hunt <hunt@redhat.com>
4226
4227 * gdb.base/ending-run.exp: Fix pattern for Mips targets
4228 stepping out of main.
4229
4230 2002-04-09 Michael Chastain <mec@shout.net>
4231
4232 * gdb.c++/local.cc (main): Move call to marker1() inside nested
4233 scope so that the nested scope tests will make sense.
4234 * gdb.c++/local.exp: Write patterns that actually work with gcc
4235 (the HP patterns "were never known to work with gcc").
4236 Keep the old aCC patterns too.
4237
4238 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4239
4240 * gdb.base/attach.exp: Correct target board test.
4241
4242 2002-04-08 Michael Chastain <mec@shout.net>
4243
4244 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
4245 in a const method. Add some xfail and fail cases for configurations
4246 that do not emit the "const ...".
4247
4248 2002-04-07 Michael Chastain <mec@shout.net>
4249
4250 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
4251 Accept "A * const" and "const A * const" as type of "this".
4252 Fix spelling of getFunky throughout. Make messages uniform.
4253
4254 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4255
4256 Work around for PR gdb/285:
4257 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
4258
4259 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4260
4261 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
4262 instructions file at run time instead of configure time.
4263 Sometimes we run the test in a directory that is not the one we
4264 configured in.
4265 * gdb.asm/configure.in: Delete creation of symlink.
4266 * gdb.asm/configure: Regenerate.
4267
4268 2002-04-05 J. Brobecker <brobecker@gnat.com>
4269
4270 * gdb.gdb/xfullpath.exp: New test, to exercise the new
4271 xfullpath () function.
4272
4273 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4274
4275 * gdb.asm/Makefile.in: Correct dependencies.
4276
4277 * gdb.asm/powerpc.inc: New file.
4278 * gdb.asm/asm-source.exp: Add PowerPC.
4279 * gdb.asm/configure.in: Likewise.
4280 * gdb.asm/configure: Regenerated.
4281
4282 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4283
4284 * gdb.base/relocate.exp: New file.
4285 * gdb.base/relocate.c: New file.
4286
4287 2002-04-04 Fred Fish <fnf@redhat.com>
4288
4289 * gdb.base/step-test.exp: Update comment regarding stopping in
4290 memcpy/bcopy calls inserted as part of the compiler runtime.
4291
4292 2002-04-04 Michael Snyder <msnyder@redhat.com>
4293
4294 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
4295
4296 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
4297
4298 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
4299 (gdb_expect): Remove $notransfer hack.
4300
4301 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
4302
4303 * gdb.c++/classes.exp ("calling method for small class"): Match
4304 updated register output.
4305
4306 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4307
4308 Fix PR gdb/452
4309 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
4310 when finished. Make gdb_file_cmd send "exec-file" when
4311 appropriate.
4312
4313 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4314
4315 * gdb.base/attach.exp: Remove extra setup_xfail.
4316
4317 2002-03-26 Michael Snyder <msnyder@redhat.com>
4318
4319 * gdb.base/default.exp: Add tests for dump, append, and restore.
4320 * gdb.base/help.exp: Add tests for dump, append, and restore.
4321 * gdb.base/dump.exp: New file, test dump, append and restore.
4322 * gdb.base/dump.c: New file.
4323
4324 2002-03-27 Michael Snyder <msnyder@redhat.com>
4325
4326 * gdb.base/help.exp: Modify expect strings to reflect
4327 clean-ups in help messages.
4328
4329 2002-03-26 Fred Fish <fnf@redhat.com>
4330
4331 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
4332 have debugging info for those functions and the compiler uses them
4333 internally to copy structs around.
4334
4335 2002-03-26 Fred Fish <fnf@redhat.com>
4336
4337 * gdb.base/list.exp: Revert the change made yesterday and add note
4338 about why we don't list the default lines for remote targets.
4339
4340 2002-03-25 Michael Snyder <msnyder@redhat.com>
4341
4342 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
4343
4344 2002-03-25 Fred Fish <fnf@redhat.com>
4345
4346 * gdb.base/list.exp: This test works on remote targets so remove
4347 the short circuit for remote targets. Update copyright.
4348
4349 2002-03-25 Fred Fish <fnf@redhat.com>
4350
4351 * gdb.base/attach.exp: Fix logic error that was suppressing this
4352 test for all non hppa*-*-hpux* targets, instead of the hp target.
4353 Move comments closer to the suppression point. Also now need to
4354 check that we are running natively.
4355
4356 2002-03-22 Michael Snyder <msnyder@redhat.com>
4357
4358 * gdb.base/default.exp: Add test for gcore. Update copyright.
4359 * gdb.base/help.exp: Add test for gcore. Update copyright.
4360
4361 2002-03-06 Fred Fish <fnf@redhat.com>
4362
4363 * gdb.base/funcargs.c: Remove extraneous ';' character.
4364 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
4365
4366 2002-03-04 Michael Chastain <mec@shout.net>
4367
4368 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
4369 accommodate gcc v3 function signature.
4370 * gdb.mi/mi0-var-cmd-exp: Ditto.
4371
4372 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4373
4374 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
4375 ``GNU/Linux'' or ``Linux kernel''
4376 * testsuite/gdb.threads/pthreads.c: Ditto.
4377
4378 2002-02-24 Michael Chastain <mec@shout.net>
4379
4380 * gdb.threads/pthreads.c (thread1): Add a return statement.
4381 (thread2): Likewise.
4382 (foo): Likewise.
4383
4384 2002-02-23 Michael Chastain <mec@shout.net>
4385
4386 * gdb.threads/linux-dp.c (philosopher): Add a return statement
4387 to placate gcc.
4388
4389 2002-02-23 Michael Chastain <mec@shout.net>
4390
4391 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
4392 test "ptype bint". The test passes on all my stabs configurations.
4393
4394 2002-02-21 Jim Blandy <jimb@redhat.com>
4395
4396 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
4397 filename at a time, and watch for the ones we want to see.
4398
4399 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
4400 types of pointers to prototyped functions.
4401
4402 2002-02-20 Andrew Cagney <ac131313@redhat.com>
4403
4404 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
4405 signed, unsigned and straight char.
4406 (padding_char, padding_short, padding_int, padding_long,
4407 padding_long_long, padding_float, padding_double,
4408 padding_long_double): New global variables.
4409 (fill, fill_structs): New functions.
4410
4411 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
4412 for correctly sized writes. Update copyright.
4413 (get_valueof): New procedure.
4414 (get_sizeof): Call get_valueof.
4415 (check_valueof): New procedure.
4416 (check_padding): New procedure.
4417
4418 2002-02-20 Michael Chastain <mec@shout.net>
4419
4420 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
4421 to setup_xfail. Document some of the remaining calls.
4422
4423 2002-02-18 Michael Chastain <mec@shout.net>
4424
4425 * gdb.c++/userdef.exp: Update copyright year.
4426
4427 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
4428
4429 * gdb.c++/userdef.exp: Test overloaded operators properly.
4430 Remove xfails.
4431
4432 2002-02-14 Michael Snyder <msnyder@redhat.com>
4433
4434 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
4435
4436 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4437
4438 * gdb.base/a2-run.exp: Check for a remote target properly.
4439 * gdb.base/annota1.exp: Likewise.
4440 * gdb.base/list.exp: Likewise.
4441 * gdb.base/reread.exp: Likewise.
4442 * gdb.base/scope.exp: Likewise.
4443 * gdb.base/shlib-call.exp: Likewise.
4444 * gdb.base/term.exp: Likewise.
4445 * gdb.c++/annota2.exp: Likewise.
4446
4447 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4448
4449 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
4450
4451 2002-02-10 Michael Chastain <mec@shout.net>
4452
4453 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
4454 (call_after_alloca): Ditto.
4455
4456 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4457
4458 * gdb.base/ending-run.exp: Guard "cont" test with
4459 gdb_skip_stdio_test.
4460
4461 2002-02-06 Jim Blandy <jimb@redhat.com>
4462
4463 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
4464 from here...
4465 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
4466 To here. Disable this test on non-HP platforms. Add big comment.
4467
4468 2002-02-04 Michael Snyder <msnyder@redhat.com>
4469
4470 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
4471 other than d10v and m32r.
4472
4473 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
4474
4475 * gdb.base/default.exp: Rewrite test patterns to reduce time
4476 taken to match them.
4477
4478 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4479
4480 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
4481 Allow a start function above main.
4482 * gdb.threads/linux-dp.exp: Fix copyright date.
4483
4484 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4485
4486 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
4487 (check_philosopher_stack): Check for manager thread before checking
4488 for a just-starting thread.
4489
4490 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4491
4492 From Neil Booth <neil@daikokuya.demon.co.uk>:
4493 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
4494 warnings.
4495
4496 2002-01-21 Fred Fish <fnf@redhat.com>
4497
4498 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
4499 not caller.
4500
4501 2002-01-21 Jim Blandy <jimb@redhat.com>
4502
4503 * gdb.base/reread.exp: Check that GDB properly re-reads the
4504 executable file when it changes while no inferior is running.
4505
4506 2002-01-21 Fred Fish <fnf@redhat.com>
4507
4508 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
4509 optionally accept the "shlib events" variation.
4510
4511 2002-01-21 Jim Blandy <jimb@redhat.com>
4512
4513 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
4514 call `fflush' after every `printf', so that the output is produced
4515 at predictable points, regardless of whatever buffering does (or
4516 doesn't) take place.
4517 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
4518 at different points.
4519
4520 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4521
4522 * gdb.c++/inherit.exp: Update copyright years.
4523 * gdb.c++/method.exp: Likewise.
4524
4525 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4526
4527 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4528 artificial methods/arguments.
4529 * gdb.c++/derivation.exp: Likewise.
4530 * gdb.c++/inherit.exp: Likewise.
4531 * gdb.c++/method.exp: Likewise.
4532 * gdb.c++/virtfunc.exp: Likewise.
4533
4534 2002-01-18 Andrew Cagney <ac131313@redhat.com>
4535
4536 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
4537 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
4538 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
4539 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
4540 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
4541 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
4542
4543 2002-01-17 Jim Blandy <jimb@redhat.com>
4544
4545 * gdb.asm/asm-source.exp (info symbol): Take another shot at
4546 anchoring the pattern matching the entry point symbol's name.
4547
4548 2002-01-17 Andrew Cagney <ac131313@redhat.com>
4549
4550 * gdb.base/maint.exp: Update ``maint internal-error'' to match
4551 continue/quit query. Update copyright.
4552
4553 2002-01-14 Michael Snyder <msnyder@redhat.com>
4554
4555 * gdb.base/gcore.exp: Remove extra debugging output.
4556
4557 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4558
4559 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
4560 for slightly dubious v2 mangled string.
4561
4562 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4563
4564 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
4565
4566 2002-01-10 Jason Merrill <jason@redhat.com>
4567
4568 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
4569
4570 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
4571 constructors.
4572 * gdb.c++/derivation.exp: Likewise.
4573 * gdb.c++/templates.exp: Likewise.
4574 * gdb.c++/virtfunc.exp: Likewise.
4575
4576 2002-01-10 Michael Snyder <msnyder@redhat.com>
4577
4578 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
4579
4580 2002-01-08 Michael Snyder <msnyder@redhat.com>
4581
4582 * gdb.base/gcore.exp: New test for generate-core-file command.
4583 * gdb.base/gcore.c: Testcase for above.
4584 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
4585
4586 2002-01-08 Jason Merrill <jason@redhat.com>
4587
4588 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
4589
4590 2002-01-07 Fred Fish <fnf@redhat.com>
4591
4592 * gdb.c++/overload.exp: Remove unconditional xfails for:
4593 print foo_instance1.overloadargs(1)
4594 print foo_instance1.overloadargs(1, 2)
4595 print foo_instance1.overloadargs(1, 2, 3)
4596 print foo_instance1.overloadargs(1, 2, 3, 4)
4597 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
4598 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
4599 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
4600 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
4601 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
4602 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
4603 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
4604 print foo_instance1.overload1arg()
4605 print foo_instance1.overload1arg((char)arg2)
4606 print foo_instance1.overload1arg((signed char)arg3)
4607 print foo_instance1.overload1arg((unsigned char)arg4)
4608 print foo_instance1.overload1arg((int)arg7)
4609 print foo_instance1.overload1arg((unsigned int)arg8)
4610 print foo_instance1.overload1arg((float)arg11)
4611 print foo_instance1.overload1arg((double)arg12)
4612
4613 2002-01-07 Michael Snyder <msnyder@redhat.com>
4614
4615 * gdb.base/huge.exp: New test. Print a very large target data object.
4616 (skip_huge_test): New test variable. Define if you want to skip this
4617 test. The test reads an 8 megabyte data object from the target, so it
4618 might be very time consuming on remote targets with a slow connection.
4619 * gdb.base/huge.c: New file. Test case for above.
4620
4621 2002-01-07 Fred Fish <fnf@redhat.com>
4622
4623 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
4624 g_instance.bfoo, and g_instance.cfoo.
4625
4626 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
4627
4628 * gdb.base/break.c (multi_line_if_conditional): New function.
4629 (multi_ilne_while_conditional): Likewise.
4630 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
4631 IF or WHILE condition puts the breakpoint at the start of
4632 the condition.
4633
4634 * gdb.base/selftest.exp (backtrace through signal handler): Remove
4635 hppa*-*-hpux* expected failure.
4636 * gdb.base/structs.exp (do_function_calls): Similarly.
4637
4638 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
4639 watchpoints.
4640
4641 2002-01-06 Andrew Cagney <ac131313@redhat.com>
4642
4643 Fix PR gdb/66.
4644 * gdb.base/structs.exp: Replace skip for a29k with skip for
4645 gdb,cannot_call_functions.
4646 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
4647 * gdb.base/callfuncs.exp: Ditto.
4648 * gdb.base/call-rt-st.exp: Ditto.
4649 * gdb.base/call-strs.exp: Ditto.
4650 * gdb.base/callfwmall.exp: Ditto.
4651 * gdb.base/scope.exp: Obsolete xfail a29k.
4652 * gdb.c++/misc.exp: Ditto.
4653 * gdb.c++/cplusfuncs.exp: Ditto.
4654 * gdb.base/ptype.exp: Ditto.
4655 * gdb.base/printcmds.exp: Ditto.
4656 * gdb.base/opaque.exp: Ditto.
4657 * gdb.base/list.exp: Ditto.
4658 * gdb.base/funcargs.exp: Ditto.
4659 * gdb.base/default.exp: Ditto.
4660
4661 2002-01-04 Michael Snyder <msnyder@redhat.com>
4662
4663 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
4664 * gdb.base/maint.exp: Add tests for maint info sections options.
4665
4666 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
4667
4668 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
4669
4670 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
4671
4672 * gdb.asm/arm.inc: New file.
4673 * gdb.asm/asm-source.exp: Add arm targets.
4674 * gdb.asm/configure.in: Ditto.
4675 * gdb.asm/configure: Recreated from configure.in.
4676
4677 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
4678
4679 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
4680 with HP's compiler.
4681 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
4682 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
4683 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
4684 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
4685
4686 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
4687 either HP's compilers or GCC.
4688
4689 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
4690 a SIGBUS or SIGSEGV.
4691
4692 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
4693
4694 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
4695 can be compiled with either HP's compiler or GCC.
4696
4697 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
4698 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
4699 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
4700
4701 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
4702 to match current gdb output. Update due to using auto-solib-limit
4703 for limiting instead of overloading auto-solib-add.
4704 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
4705 test program.
4706
4707 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
4708 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
4709 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
4710 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
4711 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
4712 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
4713 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
4714 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
4715 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
4716 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
4717 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
4718 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
4719 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
4720
4721 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
4722 a SIGTRAP to the inferior.
4723
4724 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
4725
4726 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
4727 Substitute call to target_link by call to gdb_compile.
4728
4729 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
4730
4731 * gdb.base/break.exp: Fix HP specific search string when testing
4732 backtracing in a called function.
4733
4734 * gdb.base/constvars.exp: Only set lang to C++ if we're
4735 compiling the test with HP's compilers.
4736 * gdb.base/volatile.exp: Similarly.
4737
4738 2001-12-19 Jim Blandy <jimb@redhat.com>
4739
4740 * gdb.base/printcmds.exp: Expect the null character to be printed
4741 as '\0', and the '\013' to be printed as '\v'.
4742 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
4743 * gdb.base/setvar.exp: Same.
4744
4745 2001-12-17 Jim Blandy <jimb@redhat.com>
4746
4747 * gdb.base/completion.exp: Rather than completing very long
4748 filenames, which can make the readline library produce output we
4749 don't recognize, cd to the directory first, and then complete
4750 using nice, short relative paths.
4751
4752 * gdb.base/completion.exp: On some systems, there is, in fact, a
4753 variable named `b' in scope, since GDB treats all static
4754 variables as being in scope. So use `no_var_named_this'
4755 instead of `b'.
4756
4757 * gdb.base/corefile.exp: Recognize the message saying that GDB
4758 can't find the core file's registers as a failure.
4759
4760 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
4761
4762 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
4763 test expect string more specific.
4764
4765 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
4766
4767 * gdb.asm/asm-source.exp: Add support for xstormy16.
4768 * gdb.asm/configure.in: Ditto.
4769 * gdb.asm/configure: Rebuild.
4770 * gdb.asm/xstormy16.inc: New file.
4771
4772 2001-12-10 Fred Fish <fnf@redhat.com>
4773
4774 * gdb.base/maint.exp: Update to match changes in type dumping code.
4775
4776 2001-12-10 Jim Blandy <jimb@redhat.com>
4777
4778 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
4779 matching the entry point symbol's name at the beginning of the
4780 line.
4781
4782 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
4783
4784 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
4785 gdb.c++/inherit.exp, gdb.c++/method.exp,
4786 gdb.c++/namespace.exp, gdb.c++/templates.exp,
4787 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
4788 and class layout support.
4789
4790 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
4791
4792 * gdb.c++/classes.exp: Add test for static member function.
4793 * gdb.c++/misc.cc: Add class with static member function.
4794
4795 2001-12-07 Jim Blandy <jimb@redhat.com>
4796
4797 If GDB says it can't find the struct the function returned, report
4798 those tests as `unsupported'.
4799 * gdb.base/call-rt-st.exp (print_struct_call): New function.
4800 Rewrite subsequent tests to use it.
4801
4802 If GDB says it can't find the struct the function returned, report
4803 those tests as `unsupported'.
4804 * gdb.base/structs.exp (call_struct_func): New function.
4805 (do_function_calls): Use call_struct_func to call the functions
4806 returning structs.
4807
4808 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
4809 whether functions are prototyped or not, so we can't possibly pass
4810 arguments to t_float_values2 properly.
4811
4812 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
4813 value of `timeout' for targets other than the mips*tx39-*.
4814
4815 2001-12-06 Michael Snyder <msnyder@redhat.com>
4816
4817 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
4818 and detect whether the start symbol has a leading underscore.
4819
4820 2001-12-04 Jim Blandy <jimb@redhat.com>
4821
4822 * gdb.base/completion.exp: Clarify indentation.
4823
4824 2001-12-03 Jim Blandy <jimb@redhat.com>
4825
4826 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
4827 variables on the S/390, not `.word'.
4828
4829 2001-11-30 Jim Blandy <jimb@redhat.com>
4830
4831 Add assembly-source tests for s390-ibm-linux.
4832 * gdb.asm/s390.inc: New file.
4833 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
4834 the S/390 architecture.
4835 * gdb.asm/configure: Regenerated.
4836
4837 2001-11-30 Michael Snyder <msnyder@redhat.com>
4838
4839 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
4840 next, info source, info sources, info line, global and static
4841 variables, and static functions.
4842 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
4843 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
4844 * gdb.asm/asmsrc1.s: Add a static function and some variables.
4845 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
4846 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
4847 (gdbasm_leave): Restore frame pointer.
4848 (gdbasm_startup): Copy stack set-up from crt0.S.
4849
4850 2001-11-26 Fernando Nasser <fnasser@redhat.com>
4851
4852 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
4853 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
4854 to a local (non-static) variable. Copy tstruct.a to a static buffer
4855 and return a pointer to that buffer.
4856 * gdb.base/callfwmall.c (t_structs_a): Ditto.
4857
4858 2001-11-24 Mark Kettenis <kettenis@gnu.org>
4859
4860 * gdb.asm/configure.in: Fix recognition of ix86 target.
4861 * gdb.asm/configure: Regenerate.
4862
4863 2001-11-21 Michael Snyder <msnyder@redhat.com>
4864
4865 * gdb.asm/sparc.inc: New file.
4866 * gdb.asm/asm-source.exp: Recognize sparc target.
4867 * gdb.asm/configure.in: Recognize sparc target.
4868 * gdb.asm/configure: Regenerate.
4869
4870 2001-11-21 Michael Snyder <msnyder@redhat.com>
4871
4872 * gdb.asm/m32r.inc: New file.
4873 * gdb.asm/asm-source.exp: Recognize m32r target.
4874 * gdb.asm/configure.in: Recognize m32r target.
4875 * gdb.asm/configure: Regenerate.
4876
4877 2001-11-20 Michael Snyder <msnyder@redhat.com>
4878
4879 * gdb.asm/i386.inc: New file.
4880 * gdb.asm/asm-source.exp: Recognize ix86 target.
4881 * gdb.asm/configure.in: Recognize ix86 target.
4882 * gdb.asm/configure: Regenerate.
4883
4884 * gdb.c++/namespace.exp: Fix quotes in output messages.
4885
4886 2001-11-14 Michael Snyder <msnyder@redhat.com>
4887
4888 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
4889 qualifier in a type cast expression, to designate an address
4890 in the instruction space (Harvard architecture).
4891
4892 2001-11-13 Michael Snyder <msnyder@redhat.com>
4893
4894 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
4895 Tests for expressions using 'const' and 'volatile'.
4896
4897 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
4898
4899 * gdb.asm/asm-sources.exp: Allow defining linker flags.
4900
4901 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
4902
4903 * lib/mi-support.exp (mi_run_to_helper): Move comments
4904 outside of gdb_expect.
4905
4906 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
4907
4908 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
4909 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
4910 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
4911 mi0_run_to): New functions.
4912 * gdb.mi/mi-simplerun.exp: Use them.
4913 * gdb.mi/mi0-simplerun.exp: Likewise.
4914 * gdb.mi/mi-var-cmd.exp: Likewise.
4915 * gdb.mi/mi0-var-cmd.exp: Likewise.
4916
4917 2001-11-10 Andrew Cagney <ac131313@redhat.com>
4918
4919 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
4920 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
4921
4922 2001-11-09 Andrew Cagney <ac131313@redhat.com>
4923
4924 * gdb.base/restore.exp: Include $expected value in restored test
4925 message.
4926
4927 2001-11-09 Andrew Cagney <ac131313@redhat.com>
4928
4929 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
4930 implemented.
4931
4932 2001-11-08 Michael Snyder <msnyder@redhat.com>
4933
4934 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
4935 Add pass/fail message for stop at breakpoint in call dummy function.
4936
4937 2001-11-07 Michael Snyder <msnyder@redhat.com>
4938
4939 * gdb.c++/templates.exp (test_template_breakpoints):
4940 If we get an overload menu, but it does not match what
4941 we expect, we still need to issue the "cancel" command.
4942 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
4943 making the whitespace optional. Argument for "new" may be
4944 "unsigned" as well as "unsigned int/long".
4945 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
4946 making the whitespace optional. Also replace "(void) with
4947 "((void|)), making the keyword "void" optional.
4948 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
4949 making the whitespace optional. Also replace "(void) with
4950 "((void|)), making the keyword "void" optional.
4951 * gdb.base/callfuncs.c (t_float_values): This function must
4952 _not_ be prototyped, and the following function (t_float_values2)
4953 must be prototyped (if the compiler supports it), so that GDB
4954 can be tested against both cases. Usually one case involves
4955 promotion of float to double, while the other does not.
4956 * gdb.base/callfwmall.c: Ditto.
4957 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
4958 includes a stack frame for "start".
4959
4960 2001-11-05 Jim Blandy <jimb@redhat.com>
4961
4962 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
4963 pointers are 32 bits long, and that offsets of relocs are always
4964 stored in the data (REL-style), and not in the reloc entry itself
4965 (RELA-style).
4966 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
4967 stabs.
4968
4969 2001-11-01 Michael Snyder <msnyder@redhat.com>
4970
4971 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
4972 and regular expression operators by using quoting.
4973
4974 2001-10-31 Michael Snyder <msnyder@redhat.com>
4975
4976 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
4977 depending on what the symbol table contains.
4978 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
4979 the output of the ptype command. Similarly, accept both "const &"
4980 and "const&".
4981
4982 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
4983
4984 * gdb.base/miscexprs.c (main): Add usage of preprocessor
4985 symbol `STORAGE' to allow to choose the storage class of
4986 the local datastructures.
4987 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
4988 compiler directive.
4989
4990 2001-10-30 Michael Snyder <msnyder@redhat.com>
4991
4992 * gdb.base/jump.exp: Allow it to run for all targets.
4993
4994 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
4995
4996 * gdb.base/call-ar-st.c (print_double_array): Match for loop
4997 with new double_array size.
4998 (main): Change storage class of all local variables to static.
4999 Reduce size of double_array to 9.
5000 * gdb.base/call-ar-st.exp: Increase timeout value.
5001 Change expected output for double array to match new size in
5002 call-ar-st.c.
5003
5004 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
5005
5006 * gdb.base/ending-run.exp: Create identical output when passing
5007 `step to end of run' case. Add regular expression branch satisfying
5008 Stormy16 target.
5009
5010 2001-10-28 Mark Kettenis <kettenis@gnu.org>
5011
5012 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
5013 that we catch the expected failure under Linux/x86.
5014
5015 2001-10-29 Orjan Friberg <orjanf@axis.com>
5016
5017 * gdb.base/setvar.exp: Escape curly braces.
5018 * gdb.stabs/weird.exp: Ditto.
5019
5020 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
5021
5022 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
5023 * gdm.mi/mi0-hack-cli.exp: Likewise.
5024
5025 2001-10-25 Andrew Cagney <ac131313@redhat.com>
5026
5027 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
5028 messages.
5029
5030 2001-10-21 Andrew Cagney <ac131313@redhat.com>
5031
5032 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
5033 checking MI enabled.
5034
5035 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
5036
5037 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
5038
5039 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
5040
5041 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
5042 if gdb child process crashes, just signal an error.
5043
5044 2001-10-02 Jim Blandy <jimb@redhat.com>
5045
5046 * lib/gdb.exp (test_xfail_format): Simplify.
5047
5048 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
5049 front of the variable name `format'. Simplify `if'.
5050
5051 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5052
5053 * gdb.threads/pthreads.exp: Wait for output and delay
5054 before sending ^C.
5055
5056 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5057
5058 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
5059 some incorrect output instead of timing out.
5060 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
5061
5062 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
5063
5064 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
5065 check to allow additional `int'.
5066
5067 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
5068
5069 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
5070 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
5071
5072 2001-09-27 Michael Snyder <msnyder@redhat.com>
5073
5074 * lib/gdb.exp (test_debug_format): New proc.
5075 (setup_xfail_format): Use new proc test_debug_format.
5076 * gdb.base/constvars.exp (local_compiler_xfail_check): New
5077 proc; use new service proc test_debug_format.
5078 Replace all other "gcc_compiled" tests with this test.
5079 * gdb.base/volatile.exp (local_compiler_xfail_check): New
5080 proc; use new service proc test_debug_format.
5081 Replace all other "gcc_compiled" tests with this test.
5082
5083 2001-09-27 Michael Snyder <msnyder@redhat.com>
5084
5085 * gdb.base/cvexpr.exp: New file.
5086 * gdb.base/cvexpr.c: New file
5087 Test for expressions using const and volatile keywords.
5088
5089 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
5090
5091 * gdb.base/constvars.exp: Check for different orders of keywords
5092 and additional "int" strings in output.
5093
5094 2001-09-22 Andrew Cagney <ac131313@redhat.com>
5095
5096 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
5097 responses from "help maint".
5098
5099 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
5100
5101 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
5102 to localhost:NNN instead of :NNN, in case Xvfb is listening
5103 only on TCP.
5104
5105 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
5106
5107 * gdb.base/recurse.exp: When checking leaving the watchpoint
5108 scope, recognize when gdb is in function's epilogue and pass.
5109
5110 2001-09-18 Keith Seitz <keiths@redhat.com>
5111
5112 * lib/insight-support.exp (_gdbtk_export_target_info): Add
5113 support for running tests against sid targets.
5114 (gdbtk_done): Ditto.
5115
5116 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
5117
5118 * gdb.base/ending-run.c (main): Set stdout buffersize
5119 to the same reasonable value for any target.
5120 * gdb.base/ending-run.exp: Add a regular expression
5121 to make testsuite happy on Sanyo Stormy16 target.
5122
5123 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
5124
5125 * gdb.base/display.c (do_loops): Add float variable `f'.
5126 Increment f in loop.
5127 * gdb.base/display.exp: Increment timeout by 60 seconds.
5128 Change float display test to use variable `f'.
5129
5130 2001-09-17 Jim Blandy <jimb@redhat.com>
5131
5132 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
5133 overflowing the limited breakpoint tables on some ROM monitors
5134 (like the ROM68K).
5135
5136 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
5137
5138 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
5139 the "-ac" (disable access control) flag.
5140
5141 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
5142
5143 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
5144 ints.
5145
5146 2001-08-30 Keith Seitz <keiths@redhat.com>
5147
5148 * lib/gdb.exp: Move all insight-related functionality into
5149 separate file.
5150 * lib/insight-support.exp: New file.
5151
5152 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
5153
5154 * config/sid.exp (sid_start): Never set sid verbosity; disable
5155 expect_background {} that consumed its stdout; tolerate </dev/null.
5156 Attempt to set endianness override in "sid" protocol mode. Cleanup.
5157
5158 2001-08-18 Andrew Cagney <ac131313@redhat.com>
5159
5160 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
5161 CLI jump command to start it.
5162 (mi_run_to_main): Fail immediatly when unexpected output.
5163
5164 2001-08-18 Andrew Cagney <ac131313@redhat.com>
5165
5166 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
5167 beginning of function. Fix PR gdb/191.
5168
5169 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
5170
5171 * config/sid.exp (sid_start): Don't warn if we cannot figure out
5172 what to force sid endianness to.
5173
5174 2001-08-15 Keith Seitz <keiths@redhat.com>
5175
5176 * lib/gdb.exp (gdbtk_start): Don't set environment
5177 variables for TCL_LIBRARY and friends. Insight will
5178 now figure these out for itself.
5179
5180 2001-08-02 Michael Snyder <msnyder@redhat.com>
5181
5182 * gdb.base/completion.exp: Remove the symbol "a64l" from
5183 the expect string; this is target-specific, and not related
5184 to what is being tested.
5185
5186 2001-08-02 Dave Brolley <brolley@redhat.com>
5187
5188 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
5189
5190 2001-07-25 Michael Snyder <msnyder@redhat.com>
5191
5192 * gdb.base/consecutive.exp: New file. Test stepping over
5193 breakpoints on consecutive instructions.
5194 * gdb.base/consecutive.c: New file.
5195
5196 * gdb.base/call-rt-st.exp: Use double-backslash to quote
5197 curly braces in regular expressions.
5198
5199 2001-07-25 Michael Snyder <msnyder@redhat.com>
5200
5201 * gdb.base/ending-run.exp: Accept "Program exited normally" as
5202 legitimate output from stepping out of main.
5203
5204 2001-07-22 Keith Seitz <keiths@redhat.com>
5205
5206 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
5207 the empty string, do not run the tests.
5208
5209 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5210
5211 * gdb.base/long_long.exp: Detect size of pointer. Take into
5212 account 2-byte pointers when testing for p/a results.
5213
5214 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5215
5216 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
5217 and defined to 1K for m68hc11.
5218 (random_data): Reduce table to 1K for embedded platforms (68hc11).
5219 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
5220 (sizeof_random_data): New variable to tell the size of the data table;
5221 don't test past this size; always run to main.
5222
5223 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5224
5225 * gdb.base/return2.exp: return of long long and double fails for
5226 68HC11; don't execute these tests on that platform.
5227 * gdb.base/return.exp: Return of a double fails for 68hc11.
5228
5229 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5230
5231 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
5232 tests that print a float.
5233 * call-rt-st.exp: Likewise.
5234
5235 2001-07-12 Mark Kettenis <kettenis@gnu.org>
5236
5237 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
5238 running this test on Linux.
5239
5240 2001-06-24 Michael Chastain <chastain@redhat.com>
5241
5242 * gdb.base/arithmet.exp: Remove some tests to make all test names
5243 unique.
5244
5245 2001-07-03 Michael Snyder <msnyder@redhat.com>
5246
5247 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
5248 the output of the ptype command.
5249
5250 2001-07-02 Michael Snyder <msnyder@redhat.com>
5251
5252 * gdb.base/completion.exp: Don't assume that break.c is the only
5253 source file that may contain functions named "marker".
5254 * gdb.base/corefile.exp: Quote the curly braces in regexp.
5255
5256 2001-06-28 Andrew Cagney <ac131313@redhat.com>
5257
5258 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
5259 of files to delete.
5260
5261 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
5262 * gdb.disasm/h8300s.exp: New file.
5263 gdb.disasm/h8300s.s: Likewise.
5264
5265 2001-06-27 Andrew Cagney <ac131313@redhat.com>
5266
5267 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
5268 empty breakpoint tables.
5269
5270 2001-06-25 Andrew Cagney <ac131313@redhat.com>
5271
5272 * lib/mi-support.exp: Update args=... part of stop-reason
5273 patterns. Accept either a list or a tuple.
5274
5275 2001-06-23 Andrew Cagney <ac131313@redhat.com>
5276
5277 * lib/mi-support.exp: Remove local emacs variable defining
5278 change-log-default-name.
5279
5280 2001-06-22 Michael Chastain <chastain@redhat.com>
5281
5282 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
5283 This is operationally compatible with the previous version.
5284
5285 2001-06-13 Jim Blandy <jimb@redhat.com>
5286
5287 * lib/gdb.exp (gdb_test): Doc fix.
5288
5289 2001-06-10 Michael Chastain <chastain@redhat.com>
5290
5291 * gdb.base/exprs.exp: Remove a duplicate test.
5292
5293 2001-06-06 Jim Blandy <jimb@redhat.com>
5294
5295 * gdb.base/return2.exp (main): Use values to test float and double
5296 returns that are not NaN's, to avoid being confused by IEEE
5297 comparison rules.
5298
5299 2001-06-04 Michael Snyder <msnyder@redhat.com>
5300
5301 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
5302 non-zero if control_c fails. Terminate the test on failure,
5303 rather than wait for 12 more tests to time out.
5304
5305 2001-06-06 Jim Blandy <jimb@redhat.com>
5306
5307 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
5308 Don't forget to match the GDB prompt.
5309
5310 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
5311
5312 2001-06-04 Jim Blandy <jimb@redhat.com>
5313
5314 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
5315 command.
5316
5317 2001-05-31 Kevin Buettner <kevinb@redhat.com>
5318
5319 * gdb.base/annota1.exp (info break): Match four or more spaces
5320 after "Address".
5321
5322 2001-05-31 Michael Chastain <chastain@redhat.com>
5323
5324 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
5325 (dm_type_int_star): Likewise.
5326 (dm_type_long_star): Likewise.
5327 (dm_type_void_star): Likewise.
5328
5329 2001-05-29 Kevin Buettner <kevinb@redhat.com>
5330
5331 * gdb.base/completion.exp (INPUTRC): Set this environment variable
5332 to a known value in order to get consistent results regardless
5333 of the setting of INPUTRC or the presence or contents of .inputrc.
5334
5335 2001-05-24 Michael Snyder <msnyder@redhat.com>
5336
5337 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
5338 Don't require that the main thread and the manager thread are the
5339 first in the list.
5340
5341 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
5342 debugging. If test fails, issue an "unsupported" not a "fail".
5343
5344 2001-05-24 Jim Blandy <jimb@redhat.com>
5345
5346 Don't assume that short is shorter than int.
5347 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
5348 assume that shorts are smaller than ints. On a 16-bit machine,
5349 this isn't true.
5350 ("print unsigned char == (~0)"): Add test that verifies that ~0,
5351 an int, is not equal to ~0 stored in an unsigned char. This tests
5352 the same thing that the previous test meant to, but works on
5353 16-bit machines, too.
5354 ("print unsigned char != (~0)"): Same test, complemented.
5355
5356 2001-05-24 Michael Snyder <msnyder@redhat.com>
5357
5358 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
5359 test for (full_coverage == 0). This makes the test run faster,
5360 and prevents dejagnu getting out of step.
5361
5362 2001-05-23 Kevin Buettner <kevinb@redhat.com>
5363
5364 * gdb.base/finish.exp (finish_void): Revise pattern for
5365 stopping on the call statement to not permit stopping at
5366 the start of the instructions comprising the call sequence.
5367
5368 2001-05-19 Michael Chastain <chastain@redhat.com>
5369
5370 * gdb.base/callfuncs.exp: Make all test names unique.
5371 * gdb.base/commands.exp: Make all test names unique.
5372 * gdb.base/condbreak.exp: Make all test names unique.
5373 * gdb.base/dbx.exp: Make all test names unique.
5374 * gdb.base/default.exp: Make all test names unique.
5375 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
5376 and TIMEOUT messages to their corresponding PASS message.
5377 * gdb.base/ending-run.exp: Make all test names unique.
5378 * gdb.base/long_long.exp: Remove duplicate test.
5379
5380 2001-05-21 Kevin Buettner <kevinb@redhat.com>
5381
5382 * gdb.base/finish.exp (finish_void): Allow "finish" command to
5383 stop on the call statement as well as the statement after the
5384 call.
5385
5386 2001-05-21 Michael Snyder <msnyder@redhat.com>
5387
5388 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
5389
5390 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5391
5392 * gdb.base/completion.exp: Revamp test. Make it execute on all
5393 platforms.
5394
5395 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5396
5397 * config/gdbserver.exp (gdb_load): Handle the case
5398 in which the arguments to gdbserver are given in the
5399 baseboard configuration file.
5400 Also handle the case in which the server needs to do a
5401 load.
5402
5403 2001-05-07 Keith Seitz <keiths@cygnus.com>
5404
5405 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
5406 set up the display for testing.
5407 (gdbtk_start): Convert all paths to paths that tcl will like.
5408 Export target information to environment.
5409 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
5410 necessary.
5411 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
5412 (to_tcl_path): New proc to convert a given pathname into
5413 a path acceptible as an argument to a tcl command.
5414 (_gdbtk_export_target_info): New proc to export target info
5415 into the environment for gdbtk testing.
5416 (gdbtk_done): New proc to signal end-of-test.
5417
5418 2001-05-06 Jim Blandy <jimb@redhat.com>
5419
5420 * restore.c: Make the code of caller0 correspond to its comment.
5421
5422 2001-05-03 Michael Snyder <msnyder@redhat.com>
5423
5424 * config/sid.exp (gdb_target_sid): Check for error messages.
5425 On error or timeout, don't make expect exit (which will terminate
5426 all subsequent tests); instead just make gdb exit.
5427 (gdb_load): Check for error messages. On error or timeout,
5428 return a negative value.
5429
5430 2001-04-24 Jim Blandy <jimb@redhat.com>
5431
5432 * gdb.c++/templates.exp: If we see the prompt for the overload
5433 list, but we haven't recognized any of the longer patterns,
5434 arrange for this test to fail, not hang.
5435
5436 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
5437 variations.
5438
5439 2001-04-22 Michael Chastain <chastain@redhat.com>
5440
5441 * gdb.c++/local.exp: Use the 'runto' library function.
5442 * gdb.c++/namespace.exp: Likewise.
5443 * gdb.c++/overload.exp: Likewise.
5444
5445 2001-03-26 Kevin Buettner <kevinb@redhat.com>
5446
5447 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
5448 * gdb.base/step-line.exp: New file. Test step/next in presence of
5449 #line directives.
5450 * gdb.base/step-line.c: New file. Test program for the above.
5451 * gdb.base/step-line.inp: New file. We pretend that this file has
5452 been transformed by some other tool into step-line.c.
5453
5454 2001-03-21 Jim Blandy <jimb@redhat.com>
5455
5456 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
5457 unmangled operator names.
5458
5459 2001-03-20 Jim Blandy <jimb@redhat.com>
5460
5461 * gdb.threads/linux-dp.exp: Recognize an additional message
5462 generated by GDB when it doesn't understand how to debug threads
5463 on the target system.
5464
5465 2001-03-19 Andrew Cagney <ac131313@redhat.com>
5466
5467 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
5468
5469 2001-03-12 Michael Chastain <chastain@redhat.com>
5470
5471 * gdb.c++/derivation.exp: Use the 'runto' library function.
5472
5473 2001-03-12 Michael Chastain <chastain@redhat.com>
5474
5475 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
5476
5477 2001-02-24 Michael Chastain <chastain@redhat.com>
5478
5479 * gdb.c++/ref-types.exp: Change handwritten code to library
5480 function 'runto'.
5481
5482 2001-03-16 Orjan Friberg <orjanf@axis.com>
5483
5484 * gdb.base/signals.exp: Set count to 0 explicitly.
5485
5486 2001-03-15 Mark Salter <msalter@redhat.com>
5487
5488 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
5489 (gdb_target_monitor): Add check of gdb_target_cmd return value.
5490 (gdb_load): Add support for additional target_info: gdb_download_size
5491 and gdb_load_timeout.
5492
5493 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
5494
5495 * gdb.base/annota1.exp: Move test of isnative to earlier in the
5496 file -- to prevent failing when the compile fails but we have no
5497 intention of running the tests anyway.
5498
5499 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
5500 tests if set.
5501
5502 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
5503 integers.
5504
5505 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
5506 * gdb.c++/namespace.exp: Ditto.
5507
5508 2001-03-07 Orjan Friberg <orjanf@axis.com>
5509
5510 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
5511 * gdb.base/pointers.exp: Relax pattern match of decimals.
5512
5513 2001-03-06 Kevin Buettner <kevinb@redhat.com>
5514
5515 * Makefile.in, config/abug.exp, config/cfdbug.exp,
5516 config/cpu32bug.exp, config/dve.exp, config/est.exp,
5517 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
5518 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
5519 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
5520 config/sh.exp, config/sid.exp, config/slite.exp,
5521 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5522 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5523 config/vxworks.exp, config/vxworks29k.exp,
5524 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5525 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5526 gdb.base/arithmet.exp, gdb.base/assign.exp,
5527 gdb.base/async.exp, gdb.base/attach.exp,
5528 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5529 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5530 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5531 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5532 gdb.base/commands.exp, gdb.base/completion.exp,
5533 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5534 gdb.base/constvars.exp, gdb.base/corefile.exp,
5535 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5536 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
5537 gdb.base/ending-run.exp, gdb.base/environ.exp,
5538 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5539 gdb.base/finish.exp, gdb.base/foll-exec.exp,
5540 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
5541 gdb.base/funcargs.exp, gdb.base/help.exp,
5542 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
5543 gdb.base/logical.exp, gdb.base/long_long.exp,
5544 gdb.base/maint.exp, gdb.base/mips_pro.exp,
5545 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
5546 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
5547 gdb.base/pointers.exp, gdb.base/printcmds.exp,
5548 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
5549 gdb.base/regs.exp, gdb.base/relational.exp,
5550 gdb.base/remote.exp, gdb.base/reread.exp,
5551 gdb.base/restore.exp, gdb.base/return2.exp,
5552 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
5553 gdb.base/selftest.exp, gdb.base/setshow.exp,
5554 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
5555 gdb.base/sigall.exp, gdb.base/signals.exp,
5556 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
5557 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5558 gdb.base/step-test.exp, gdb.base/structs.c,
5559 gdb.base/structs.exp, gdb.base/structs2.exp,
5560 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
5561 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
5562 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
5563 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5564 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
5565 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
5566 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
5567 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
5568 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
5569 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
5570 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
5571 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
5572 gdb.fortran/types.exp, gdb.java/jmisc.exp,
5573 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5574 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
5575 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5576 gdb.trace/circ.exp, gdb.trace/collection.exp,
5577 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5578 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5579 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
5580 gdb.trace/report.exp, gdb.trace/save-trace.exp,
5581 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5582 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5583 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
5584 notices.
5585
5586 2001-02-27 Michael Snyder <msnyder@cygnus.com>
5587
5588 * gdb.base/varargs.c (find_max_double): Fix printf format string:
5589 first arg is int not float.
5590
5591 2001-02-22 Michael Snyder <msnyder@cygnus.com>
5592
5593 * gdb.base/reread.exp: Unsupported for non-native targets;
5594 doesn't work for remote debugging.
5595
5596 2001-02-19 Fernando Nasser <fnasser@redhat.com>
5597
5598 From Drew Moseley <dmoseley@redhat.com>
5599 * gdb.base/ending-run.exp: Properly handle the BSP state when
5600 stepping past the end of main.
5601
5602 2001-02-19 John Moore <jmoore@redhat.com>
5603
5604 * gdb.base/commands.exp (infrun_breakpoint_command_test):
5605 Converted HPUX fix for non-expected items following multiple
5606 step commands into general solution for all platforms.
5607
5608 2001-02-18 Michael Chastain <chastain@redhat.com>
5609
5610 * gdb.c++/classes.exp (do_tests): Change runto statements
5611 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5612 statements demangler agnostic.
5613 * gdb.c++/virtfunc.exp (do_tests): Likewise.
5614 (gdb_virtfunc_restart): Likewise.
5615
5616 2001-02-14 Michael Chastain <chastain@redhat.com>
5617
5618 * gdb.c++/inherit.exp (do_tests): Change runto statements
5619 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5620 statements demangler agnostic.
5621
5622 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
5623
5624 * gdb.threads/pthreads.exp: Unify pass/fail messages for
5625 ``continue to bkpt at common_routine in thread 2'' and ``stopped
5626 before calling common_routine 15 times'' tests.
5627
5628 2001-02-11 Michael Chastain <chastain@redhat.com>
5629
5630 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
5631 Helps the test script figure out which demangler is in use.
5632 (dm_type_foo_ref): Ditto.
5633 (dm_type_int_star): Ditto.
5634 (dm_type_long_star): Ditto.
5635 (dm_type_unsigned_int): Ditto.
5636 (dm_type_void): Ditto.
5637 (dm_type_void_star): Ditto.
5638 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
5639 Probe the gdb demangler and set variables to accommodate
5640 formatting differences.
5641 (info_func_regexp): New function. Same as info_func, but
5642 matches against a regexp.
5643 (info_func): Match against a literal string.
5644 (print_addr_2): New function. Match against a literal string,
5645 which can be different from the input to gdb.
5646 (print_addr): Simply call print_addr_2 with the same argument twice.
5647 (test_lookup_operator_functions): Use demangler formatting variables.
5648 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
5649 the tests in the same order as the C++ class declaration.
5650 (test_paddr_operator_functions): Ditto.
5651 (test_paddr_overloaded_functions): Ditto.
5652 (test_paddr_hairy_functions): Use demangler formatting variables.
5653 Add reference to gdb/19 for related tests.
5654 (do_tests): Call probe_demangler.
5655
5656 2001-01-30 Kevin Buettner <kevinb@redhat.com>
5657
5658 * gdb.c++/templates.cc (printf): Remove unused function definition.
5659
5660 2001-01-26 Felix Lee <flee@redhat.com>
5661
5662 * sid.exp (sid_exit): Pass host, not target, to remote_close.
5663
5664 2001-01-25 matthew green <mrg@redhat.com>
5665
5666 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
5667 up sid.
5668 (sid_exit): Call `remote_pop_conn' after GDB is gone.
5669
5670 2001-01-25 matthew green <mrg@redhat.com>
5671
5672 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
5673 Deprecate $sid_spawn_id.
5674 (sid_exit): Remove code necessary only for `spawn.'
5675
5676 2001-01-25 matthew green <mrg@redhat.com>
5677
5678 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
5679
5680 2001-01-28 Michael Chastain <chastain@redhat.com>
5681
5682 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
5683 to call when tests fail. It takes gdb out of the overloaded
5684 function choice menu back to the main prompt, so that the test
5685 program stays synchronized.
5686 (set_bp_overloaded): New proc to collect all the common
5687 code for setting a breakpoint on an overloaded name. Calls
5688 take_gdb_out_of_choice_menu when needed.
5689 (menu_overload1arg): New variable to collect the repeated
5690 instances of the expected menu for an overloaded name. Change
5691 the regular expression to handle changes in g++ type encoding:
5692 "void" can be either "void" or "", and "unsigned int" can be
5693 either "unsigned int" or "unsigned".
5694 (continue_to_bp_overloaded): Change regular expressions to handle
5695 changes in g++ type encoding.
5696 (no proc): Call take_gdb_out_of_choice_menu when needed.
5697 Remove redundant calls to "info break". Accept either "canceled"
5698 or "cancelled". Change regular expressions in "info break"
5699 calls to handle changes in g++ type encoding. Give all tests
5700 unique strings.
5701
5702 2001-01-17 Ben Elliston <bje@redhat.com>
5703
5704 * config/sid.exp: New file.
5705
5706 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
5707
5708 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
5709
5710 2000-12-21 Michael Snyder <msnyder@cygnus.com>
5711
5712 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
5713 Add a RE to accept a non-ascii char if one is ever presented.
5714
5715 2000-12-20 Fernando Nasser <fnasser@redhat.com>
5716
5717 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
5718
5719 2000-12-18 Michael Snyder <msnyder@cygnus.com>
5720
5721 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
5722 in regexp. One '\' does not suffice on Linux.
5723
5724 2000-12-09 Michael Chastain <chastain@redhat.com>
5725
5726 * gdb.base/break.exp (test_clear_command): Use a marker function
5727 rather than 'main' for the test function. Also move this
5728 test to an execution point where the marker function names are
5729 guaranteed to be bound to functions. (Executing tests after a
5730 'finish' from main runs into name conflicts with local names
5731 in __libc_start_main).
5732
5733 2000-12-07 Michael Snyder <msnyder@cygnus.com>
5734
5735 * gdb.base/finish.exp: New test for gdb's "finish" command.
5736 * gdb.base/return2.exp: New test for gdb's "return" command.
5737 * gdb.base/return2.c: New source file for above.
5738
5739 2000-12-05 Michael Snyder <msnyder@cygnus.com>
5740
5741 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
5742 * gdb.base/miscexprs.exp: Ditto.
5743 * gdb.base/pointers.exp: Ditto.
5744 * gdb.c++/derivation.exp: Ditto.
5745 * gdb.c++/local.exp: Ditto.
5746 * gdb.c++/namespace.exp: Ditto.
5747 * gdb.c++/overload.exp: Ditto.
5748 * gdb.c++/ref-types.exp: Ditto.
5749
5750 2000-12-05 Michael Snyder <msnyder@cygnus.com>
5751
5752 * gdb.base/constvars.exp: Test result of "up" command.
5753 * gdb.base/miscexprs.exp: Ditto.
5754 * gdb.base/pointers.exp: Ditto.
5755 * gdb.base/scope.exp: Ditto.
5756 * gdb.c++/derivation.exp: Ditto.
5757 * gdb.c++/local.exp: Ditto.
5758 * gdb.c++/namespace.exp: Ditto.
5759 * gdb.c++/overload.exp: Ditto.
5760 * gdb.c++/ref-types.exp: Ditto.
5761
5762 2000-11-22 Michael Chastain <chastain@redhat.com>
5763
5764 * mips_pro.exp: Accept either "middle -> top -> main" or
5765 "middle -> main" in the backtrace, because gcc can optimize
5766 tail calls to jumps. Remove setup_xfail for the hppa case.
5767 Add a comment with the original warning messages from PR 3016,
5768 which was filed in 1993, to preserve them for posterity.
5769
5770 2000-11-17 Nick Duffek <nsd@redhat.com>
5771
5772 * lib/gdb.exp (gdb_test): Override timeout with board info.
5773
5774 2000-11-17 Nick Duffek <nsd@redhat.com>
5775
5776 * gdb.base/display.exp: Don't kill running stub. Add "again" to
5777 the second kill and detach messages.
5778
5779 2000-11-17 Nick Duffek <nsd@redhat.com>
5780
5781 * configure.in: Add AC_EXEEXT.
5782 * configure: Regenerate.
5783 * Makefile.in (just-check): Export EXEEXT.
5784 * lib/gdb.exp ($EXEEXT): Import from environment.
5785 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
5786 expect "maint dump-me" on Cygwin.
5787 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
5788 $EXEEXT.
5789
5790 2000-11-17 Nick Duffek <nsd@redhat.com>
5791
5792 * gdb.base/break.exp: Test backtrace and finish from called
5793 function on all platforms, not just HP-UX.
5794
5795 2000-11-03 Michael Snyder <msnyder@cygnus.com>
5796
5797 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
5798 code from gdb_target_monitor, so it can be used independantly
5799 for gdbserver. Also comment out an unnecessary PUTS.
5800
5801 2000-11-03 Michael Snyder <msnyder@cygnus.com>
5802
5803 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
5804 * gdb.base/corefile.exp: Expect the message "Program is being
5805 debugged already" when we send the "corefile" command, since
5806 the preceeding gdb_load may have connected gdb to a remote target.
5807 * gdb.base/display.exp: Disable hardware watchpoints if new
5808 board info variable "no_hardware_watchpoints" is true.
5809 Replace single-letter commands with more readable ones.
5810 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
5811 if new board info variable "no_hardware_watchpoints" is true.
5812 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
5813 to see if stdio (printf) testing is possible.
5814 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
5815 board info variable "no_hardware_watchpoints" is true. Use new
5816 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
5817
5818 2000-11-13 Fernando Nasser <fnasser@redhat.com>
5819
5820 From Orjan Friberg <orjanf@axis.com>:
5821 * gdb.base/printcmds.exp: Escape curly braces followed by a number
5822 in array print pattern match.
5823
5824 2000-11-09 Fernando Nasser <fnasser@redhat.com>
5825
5826 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
5827 spelling "cancelled" to U.S. spelling "canceled" to match changes
5828 made to gdb.
5829 * gdb.c++/ovldbreak.exp: Ditto.
5830
5831 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5832
5833 * gdb.base/callfuncs.c (main): Moved to end of file, call
5834 t_double_values to initialize the FPU before inferior calls are made.
5835 * gdb.base/callfuncs.exp: Test for register preservation after calling
5836 inferior functions. Add tests for continuining, finishing and
5837 returning from a stop in a call dummy.
5838
5839 2000-10-24 Michael Snyder <msnyder@cygnus.com>
5840
5841 * gdb.base/commands.exp: Break up long lines, and re-indent.
5842
5843 2000-10-19 Michael Snyder <msnyder@cygnus.com>
5844
5845 * config/gdbserver.exp: Rewritten from the ground up, to make it
5846 compatible with the current dejagnu tree, and to make it work with
5847 the new "gdbserver" in libremote.
5848
5849 2000-10-16 Michael Snyder <msnyder@cygnus.com>
5850
5851 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
5852 * gdb.base/varargs.exp: Skip entire test if no printf support.
5853 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
5854 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
5855
5856 2000-10-13 Michael Snyder <msnyder@cygnus.com>
5857
5858 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
5859 no floating point support.
5860 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
5861 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
5862 * gdb.base/call-rt-st.exp: Ditto.
5863 * gdb.base/call-strs.exp: Ditto.
5864
5865 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
5866
5867 * gdb.base/sizeof.c: include <stdio.h>.
5868
5869 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
5870 'finish', otherwise uncaptured gdb_prompt would potentially
5871 throw remaining test points out of sync.
5872
5873 2000-07-26 Scott Bambrough <scottb@netwinder.org>
5874
5875 * gdb.base/recurse.exp: Run tests for all targets.
5876 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
5877 gnu-oldld case on ARM.
5878 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
5879 for ARM targets.
5880
5881 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
5882
5883 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
5884 * gdb.java/configure: Rebuild.
5885
5886 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
5887
5888 * gdb.java/jv-exp.exp: New file.
5889
5890 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
5891
5892 * configure: Rebuilt.
5893 * configure.in (configdirs): Add gdb.java.
5894 * gdb.java/jmisc.java: New file.
5895 * gdb.java/jmisc.exp: New file.
5896 * gdb.java/Makefile.in: New file.
5897 * gdb.java/configure: Rebuilt.
5898 * gdb.java/configure.in: New file.
5899 * lib/java.exp: New file.
5900
5901 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
5902
5903 * gdb.base/exprs.exp: Test casts to a pointer including over and
5904 underflow.
5905
5906 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
5907
5908 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
5909 and the compilers sizes.
5910
5911 2000-07-09 Nick Duffek <nsd@redhat.com>
5912
5913 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
5914 (use_methods): New function.
5915 (main): Call use_methods().
5916 * gdb.c++/classes.exp (test_method_param_class): New procedure.
5917 (do_tests): Call test_method_param_class.
5918
5919 2000-07-09 Nick Duffek <nsd@redhat.com>
5920
5921 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
5922 spelling.
5923 (test_enums): New procedure. Move enum tests from end of script
5924 to here. Set breakpoint on function name instead of line number.
5925 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
5926 (enums2): New marker function.
5927 (enums1): New function.
5928 (main): Call enums1(). Move enum tests to enums1().
5929
5930 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
5931
5932 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
5933 compile/link program. Update line numbers.
5934 * gdb.asm/d10v.inc: Define ``startup''.
5935 * gdb.asm/asmsrc1.s: Add definition of _start.
5936
5937 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
5938
5939 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
5940
5941 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5942
5943 * gdb.base/maint.exp: Add 'maint print architecture' item to output
5944 of 'help maint print' command.
5945
5946 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
5947
5948 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
5949 they use gdb_expect_list.
5950
5951 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
5952
5953 * gdb.base/commands.exp: Use ``set remote
5954 memory-read-packet-size'' instead of ``set endian big'' to test
5955 long commands.
5956
5957 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
5958
5959 * gdb.c++/templates.exp (do_tests): Make all of these work under
5960 g++, and stop skipping them.
5961
5962 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
5963 work under g++.
5964
5965 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
5966 initialization.
5967
5968 2000-06-02 Michael Snyder <msnyder@cygnus.com>
5969
5970 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
5971 the regular expression: accept an (almost) arbitrary sequence of
5972 "frames-invalid" and "breakpoints-invalid" messages both before
5973 and after the "starting" message.
5974
5975 2000-06-02 Michael Snyder <msnyder@cygnus.com>
5976
5977 * gdb.c++/local.exp: This test has never been known to work with g++.
5978
5979 2000-05-18 Michael Snyder <msnyder@cygnus.com>
5980
5981 * gdb.base/annota1.exp (annotate-signal-handler-caller):
5982 Relax the regular expression a little, make it pass on Solaris 8.
5983
5984 2000-05-12 Kevin Buettner <kevinb@redhat.com>
5985
5986 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
5987 a call, do not require that gdb stop on the line after the call.
5988 Instead, it is permissible for gdb to stop on the line of the
5989 call itself.
5990
5991 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
5992
5993 * gdb.base/break.exp (bp on small function, optimized file):
5994 Add a second pass pattern. The behavior differs here between stabs
5995 and dwarf for one-line functions. Stabs preserves two line symbols
5996 (one before the prologue and one after) with the same line number,
5997 but dwarf regards these as duplicates and discards one of them.
5998 Therefore the address after the prologue (where the breakpoint is)
5999 has no exactly matching line symbol, and GDB reports the breakpoint
6000 as if it were in the middle of a line rather than at the beginning.
6001
6002 2000-05-08 Michael Snyder <msnyder@cygnus.com>
6003
6004 * gdb.base/interrupt.exp: Make "pass" message say "send"
6005 rather than "send_gdb" (for consistancy).
6006
6007 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6008
6009 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
6010 * gdb.c++/templates.cc: Properly check for GCC version number.
6011 * lib/compiler.cc: Likewise
6012
6013 2000-04-28 Michael Snyder <msnyder@cygnus.com>
6014
6015 * gdb.base/break.exp: When compiled with -O2 optimization,
6016 gdb may not stop at the first line of main, due to code motion.
6017
6018 2000-04-26 Michael Snyder <msnyder@cygnus.com>
6019
6020 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
6021 This test depends on parsing the printf output from the target.
6022 Since the sparclet stub doesn't do stdio, this will never work.
6023 * gdb.base/call-rt-st.exp: ditto.
6024 * gdb.base/call-strs: ditto.
6025
6026 2000-04-24 Michael Snyder <msnyder@cygnus.com>
6027
6028 * gdb.base/miscexprs.exp: make sizeof long array test portable.
6029
6030 * gdb.base/ending-run.exp: After connecting to a remote target,
6031 but before running, the target will appear to be in a random
6032 location. Specify both a file and a line for breakpoints.
6033 Also, the function that calls main may be called 'init'
6034 rather than 'start'.
6035
6036 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6037
6038 * gdb.base/help.exp: Update output for add-symbol-file command.
6039
6040 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
6041
6042 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6043 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
6044
6045 2000-04-07 J.T. Conklin <jtc@redback.com>
6046
6047 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
6048
6049 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
6050
6051 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
6052
6053 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
6054 values that can be represented exactly.
6055 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
6056 above change, and to not check against the directory part of the source
6057 file name.
6058 (step into print_long_arg_list): Likewise.
6059 (print print_small_structs from print_long_arg_list): Likewise.
6060 (print print_long_arg_list): Likewise.
6061
6062 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6063
6064 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
6065
6066 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
6067
6068 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
6069
6070 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
6071
6072 * gdb.base/commands.exp (deprecated_command_test): Add test for
6073 deprecate with no arguments.
6074
6075 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
6076
6077 * gdb.base/break.exp: Add new test for setting breakpoints on
6078 optimized code so we can test breakpoints work even when function
6079 prologues may be optimized away
6080
6081 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6082
6083 From David Whedon <dwhedon@gordian.com>
6084 * gdb.base/commands.exp : Added command deprecator tests.
6085
6086 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
6087
6088 * gdb.base/help.exp: Added test for new apropos command.
6089
6090 2000-03-21 Kevin Buettner <kevinb@redhat.com>
6091
6092 * gdb.base/pointers.c (usevar): New function.
6093 (main): Make sure that global variables v_int_pointer2, rptr,
6094 and y are all referenced someplace in the program by calling
6095 usevar() on them. [Some linkers delete symbols which are
6096 never referenced. The space remains, but there's no way to
6097 get a (symbolic) handle on the variable from the debugger.]
6098
6099 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6100
6101 * gdb.base/printcmds.c: Add typedeffed arrays.
6102
6103 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
6104 procedure to test arrays that are typedef'd.
6105
6106 2000-03-13 James Ingham <jingham@leda.cygnus.com>
6107
6108 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
6109 the library directories.
6110
6111 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
6112
6113 * configure.in (configdirs): Add sub directory gdb.mi.
6114 * configure: Re-generate.
6115
6116 * gdb.mi: New directory.
6117
6118 2000-02-25 Scott Bambrough <scottb@netwinder.org>
6119
6120 * gdb.base/long_long.exp: Correct test suite failure when printing
6121 a long long value as a double on ARM platforms.
6122
6123 2000-02-16 Jim Blandy <jimb@redhat.com>
6124
6125 * gdb.base/break.exp ("breakpoint line number"): Make sure the
6126 default source file is set properly before running this test.
6127
6128 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6129
6130 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
6131 gdbtk/library directory, not in gdbtcl2.
6132
6133 2000-02-04 Jim Blandy <jimb@redhat.com>
6134
6135 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
6136 backslash from regexp pattern.
6137
6138 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
6139 procedure. Use it to run all the "continue to bp overloaded"
6140 tests. Note that this changes the names of the tests slightly.
6141 If the breakpoint hit message includes a hex PC value, because
6142 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
6143 from the real source code, still consider that a pass.
6144
6145 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
6146 XFAIL here if the breakpoint message contains a hex address. Note
6147 similar change on 1999-11-02.
6148
6149 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
6150
6151 * gdb.base/ptype.exp: Establish a default source file before
6152 calling get_debug_format.
6153
6154 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
6155
6156 * gdb.base/watchpoint.exp: Remove duplication of test messages.
6157
6158 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6159
6160 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
6161 of successive stepi commands -- while in the prologue we should see
6162 the function entry bracket.
6163
6164 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6165
6166 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
6167 reach __change_mode() when stepping through the end of main().
6168
6169 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
6170
6171 * gdb.base/default.exp: Fix expected pattern.
6172 * gdb.base/help.exp: Same.
6173
6174 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6175
6176 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
6177 Don't use xfail's because that affects only the following test.
6178
6179 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
6180 solaris or linux.
6181
6182 * gdb.base/selftest.exp: Update to reflect changes to main.c.
6183
6184 2000-01-07 Michael Snyder <msnyder@cygnus.com>
6185
6186 * gdb.base/display.exp: Some yacc parsers like to say
6187 "A syntax error" rather than "A parse error". Accept both.
6188
6189 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
6190
6191 * gdb.base/default.exp: Remove OS dependent string from "target
6192 remote" test.
6193 * gdb.base/help.exp: Same for "help target remote" test.
6194
6195 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6196
6197 From Jim Kingdon <kingdon@redhat.com>:
6198
6199 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
6200 prompt (cleanup rather than necessity, but still might keep output
6201 from spilling to next test).
6202
6203 2000-01-02 Fred Fish <fnf@cygnus.com>
6204
6205 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
6206 AIX, which defines them in <sys/types.h>.
6207
6208 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
6209
6210 * gdb.base/default.exp: Match arm* etc instead of arm in "info
6211 float" test.
6212
6213 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
6214
6215 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
6216
6217 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
6218 outermost frame disallowed".
6219
6220 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
6221
6222 * gdb.base/setvar.exp: New tests for setting the value of a struct
6223 with a constant list.
6224
6225 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6226
6227 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
6228 require the user to type a cast before setting the value of a struct.
6229
6230 1999-12-06 Jim Blandy <jimb@cygnus.com>
6231
6232 * gdb.base/default.exp: Expect the new 'info float' command on
6233 all i386 platforms.
6234
6235 * gdb.threads/linux-dp.exp: Expand our ability to recognize
6236 LinuxThreads libraries that don't support debugging.
6237
6238 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6239
6240 * gdb.base/remote.c: Fill the buffer with truely random data.
6241 Change the buffer type to ``unsigned char'' to simplify size
6242 arithmetic.
6243
6244 * gdb.base/remote.exp: Reduce download numbers by one. Typical
6245 stub only handles 400-1 byte packets. Verify that the download
6246 worked.
6247
6248 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
6249
6250 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
6251 tests, using UNRESOLVED for the untested cases. Also, does not wait
6252 for a timeout if the prompt was received before a recognizable pattern.
6253
6254 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
6255
6256 * lib/gdb.exp (gdb_expect_list): Fix spelling.
6257
6258 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6259
6260 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
6261 watchpoints.
6262
6263 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
6264
6265 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
6266
6267 * gdb.c++/local.exp: Be more flexible in recognizing local class
6268 name mangling. Don't allow horribly truncated method names.
6269 * gdb.c++/derivation.exp: Expect protected inheritance.
6270 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
6271 * gdb.c++/virtfunc.exp: Likewise.
6272 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
6273 when printing a nested enum.
6274
6275 1999-11-22 Jim Blandy <jimb@cygnus.com>
6276
6277 * gdb.base/step-test.exp: Properly await GDB's response to setting
6278 a breakpoint on the call to large_struct_by_value.
6279
6280 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
6281 just because we have debug info for the `start' function.
6282
6283 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
6284
6285 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
6286 "Unknown signal" messages, which indicate (on LinuxThreads) that
6287 GDB doesn't know how to debug threads on this system. This is
6288 better than hanging while philosopher 0 dumps chatter into gdb.log.
6289
6290 1999-11-18 Tom Tromey <tromey@cygnus.com>
6291
6292 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
6293
6294 1999-11-18 Fred Fish <fnf@cygnus.com>
6295
6296 * gdb.base/coremaker2.c: Add sample program for generating
6297 cores that is more self contained than coremaker.c. Eventually
6298 I'll add more code to this and tie it into the testsuite.
6299
6300 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
6301
6302 * gdb.base/dollar.exp: Remove, now in gdb.hp.
6303
6304 1999-11-10 Jimmy Guo <guo@cup.hp.com>
6305
6306 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
6307 from $srcdir/lib/.
6308 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
6309 and gdb.c++/.
6310
6311 * gdb.c++/derivation.exp: remove redundant get compiler info code.
6312
6313 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
6314 'continue with watch' test point.
6315
6316 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
6317
6318 Merged from p2linux-990323-branch:
6319
6320 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
6321
6322 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
6323
6324 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
6325 {limit,fixed}''. Test ``set download-write-size''.
6326
6327 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
6328
6329 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
6330 gdb_expect_list.
6331
6332 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
6333
6334 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
6335
6336 1999-11-03 Mark Salter <msalter@cygnus.com>
6337
6338 * gdb.base/break.exp: Fix "stub continue" pattern.
6339
6340 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
6341
6342 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
6343
6344 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
6345
6346 * gdb.base/display.exp ("finish"): Add timeout clause.
6347
6348 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
6349 plain prompt clause, so this doesn't have to time out in order to
6350 fail.
6351
6352 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
6353 breakpoint hit messages include an address.
6354
6355 * gdb.base/display.exp: Don't forget to escape parens in regular
6356 expressions. Unix regexp notatation sucks.
6357
6358 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6359
6360 * gdb.base/annota1.exp: Test for annotate-signalled: change output
6361 order for 'signalled' message.
6362
6363 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
6364
6365 From Jimmy Guo <guo@cup.hp.com>:
6366 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
6367 * gdb.base/annota1.c: Add code for tests to work with.
6368
6369 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
6370
6371 * gdb.base/remote.exp: New test for remote downloading settings.
6372 * gdb.base/remote.c: New file with large .data.
6373
6374 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
6375
6376 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
6377 for LinuxThreads support, merged from the Code Fusion branch.
6378
6379 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
6380
6381 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
6382 containing exp_continue into a while within an expect. Don't
6383 attempt a start more than three times. Check return value from
6384 gdb_load.
6385
6386 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
6387
6388 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
6389 a pass case.
6390
6391 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
6392
6393 * gdb.base/break.c (main): Added a statement that we can step
6394 off of.
6395 * gdb.base/break.exp: Added tests for setting a breakpoint
6396 at an offset and stepping onto a breakpoint.
6397
6398 1999-10-01 Fred Fish <fnf@cygnus.com>
6399
6400 * gdb.base/help.exp (help add-symbol-file): Update to match current
6401 gdb output.
6402
6403 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
6404
6405 * gdb.base/break.exp: Code locations are in hex, don't forget!
6406 (For HP-UX.)
6407
6408 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
6409
6410 * condbreak.exp: Use break.c as test program.
6411 * condbreak.c: Remove, redundant with break.c.
6412
6413 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
6414
6415 * config/monitor.exp (gdb_target_monitor): Disable X- and
6416 Z-packets if the target needs it.
6417
6418 1999-09-13 James Ingham <jingham@leda.cygnus.com>
6419
6420 * gdb.c++/overload.exp: Added tests for listing overloaded
6421 functions with function pointers in the arg, explicitly calling
6422 out the version you want.
6423
6424 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
6425
6426 * long_long.exp: Add variations of test cases that work for
6427 targets with 16-bit ints and 32-bit doubles.
6428
6429 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
6430
6431 * break.c (main): Compare a possibly-uninitialized argc with an
6432 unlikely value that fits in 16 bits.
6433
6434 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6435
6436 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
6437 0xfeeb, don't want negative numbers if ints are 16 bits.
6438
6439 * lib/gdb.exp (skip_cplus_tests): New proc.
6440 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6441 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
6442 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
6443 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
6444 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
6445 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
6446 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
6447 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
6448
6449 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
6450
6451 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
6452
6453 * gdb.base/corefile.exp (up): Allow a parameter to appear
6454 in the frame that we're going up to.
6455
6456 From Jim Blandy <jimb@cygnus.com>:
6457
6458 * gdb.base/default.exp (info float): Expect some output now.
6459
6460 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
6461 returning floating-point values to fail on the x86.
6462 * gdb.base/callfwmall.exp (do_function_calls): Same.
6463
6464 * gdb.base/list.exp (test_listsize): Correct expectations for
6465 listing line 1 with listsize 2. Also, listing a single line
6466 works now, as does listing three lines. [Kevin's note: There
6467 were a number of other cases fixed too where the expectations
6468 differed...]
6469
6470 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
6471
6472 * gdb.base/selftest.exp: Add case for when version prints as
6473 constant string instead of char pointer.
6474
6475 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
6476
6477 * gdb.base/ending-run.exp: Add Solaris case for what happens when
6478 stepping out of main.
6479
6480 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
6481 G++ used.
6482
6483 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
6484 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
6485
6486 * gdb.c++/ovldbreak.exp: Update match string in test that
6487 includes a warning of multiple breakpoints.
6488
6489 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
6490
6491 * gdb.base/display.exp: Improve precision of step-after-finish
6492 added yesterday.
6493
6494 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
6495 test.
6496
6497 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
6498 configs when using G++, not just hppa*.
6499
6500 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6501
6502 * gdb.base/async.c: New file.
6503 * gdb.base/async.exp: New file.
6504
6505 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
6506
6507 * gdb.base/break.exp: Tweak PA specific tests to properly handle
6508 PA64.
6509
6510 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
6511
6512 * gdb.base/display.exp: "finish" can leave us mid-line on many
6513 targets, deal with it. Add a small constant to main, instead of
6514 1000 since main+1000 may not be a valid address in the target.
6515
6516 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
6517 on hpux11.
6518
6519 * gdb.base/attach.exp: Handle another hpux11 error message variant
6520 when attaching to a process that does not exist.
6521
6522 1999-08-19 J.T. Conklin <jtc@redback.com>
6523
6524 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6525 characters in 'continue to 1241' test.
6526
6527 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6528
6529 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6530 stop in print_long_arg_list, define and use a whitespace
6531 variable in print_small_structs test, add an XFAIL for Solaris.
6532 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6533 interested enough to fix.
6534
6535 1999-08-13 Keith Seitz <keiths@cygnus.com>
6536
6537 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
6538 (dbx_gdb_load): Remove. Use gdb_load instead, since that
6539 proc knows about targets other than the natives.
6540 (test_assign): Use "gdb_run_cmd" to "run" the target.
6541 Check that we've actually hit the breakpoint at main.
6542 When we attempt to assign a value to a local variable, check
6543 that the variable is in the current scope, i.e., don't use
6544 a test with an empty result.
6545
6546 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6547
6548 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
6549 command.
6550
6551 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
6552
6553 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6554 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
6555 gdb.compat, gdb.threads-hp.
6556 gdb.hp/configure, gdb.hp/configure.in: New files.
6557 gdb.hp/Makefile.in: Recurse into new subdirs.
6558 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
6559 gdb.hp/gdb.objdbg: New directory, tests for debugging info
6560 in object files.
6561 gdb.hp/tools: New directory, aux tools for HP-specific tests.
6562
6563 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
6564
6565 * gdb.base/display.exp: Help expect by putting a newline in the
6566 funky printf, remove a bogus p/a test.
6567
6568 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6569
6570 * gdb.base/display.exp: Make sure that when we say 'run', we are
6571 connected to the target. This is necessary when running not
6572 natively.
6573
6574 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
6575
6576 * gdb.base/step-test.exp: Removed some extraneous messages.
6577
6578 * gdb.base/long_long.exp: Don't run memory examination tests
6579 on little-endian targets (they will need a different set of
6580 results to match).
6581
6582 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
6583
6584 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
6585 until somebody decides to fix GDB.
6586
6587 * gdb.base/long_long.c: Stop compiler complaint by specifying long
6588 constant as "ULL".
6589 * gdb.base/long_long.exp: Loosen x/c test, add partial result
6590 matches for a couple x/2 commands.
6591
6592 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
6593
6594 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
6595 by merging in ref-types2 tests.
6596 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
6597
6598 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6599 * gdb.c++/Makefile.in: Add standard actions.
6600 (EXECUTABLES): Rename from PROGS, update list.
6601 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
6602 from gdb.hp.
6603 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
6604 foo and bar locals.
6605 * gdb.c++/anon-union.exp: Fix tests to match.
6606 * gdb.c++/classes.exp: Run if HP compiler used, add extra
6607 expect matches to handle output variations.
6608 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
6609 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
6610 output, add HP alternatives for new and delete prints.
6611 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
6612 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
6613 * gdb.c++/demangle.exp: Use $style when reporting failure.
6614 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
6615 * gdb.c++/inherit.exp: Run if HP compiler used, add some
6616 match alternatives.
6617 * gdb.c++/local.exp: Add match alternatives or xfails for HP
6618 compilers.
6619 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
6620 * gdb.c++/method.exp: Add match alternatives.
6621 * gdb.c++/misc.cc: Add bool types.
6622 * gdb.c++/misc.exp: Add tests for bool types.
6623 * gdb.c++/overload.exp: Add xfails.
6624 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
6625 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
6626 add some more template parameter tests (only for HP currently).
6627 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
6628 * gdb.c++/virtfunc.cc: Add return type and value for main.
6629 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
6630 match alternatives.
6631
6632 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6633
6634 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
6635
6636 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
6637
6638 * gdb.base/signals.exp: Don't expect getting a backtrace from
6639 within a signal handler to fail on Linux.
6640
6641 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
6642
6643 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6644 * lib/gdb.exp: Remove some gratuitious semicolons.
6645 (delete_breakpoints): Increase timeout.
6646 (gdb_expect): Add -notransfer option.
6647 (gdb_test): Use -notransfer option.
6648 (get_compiler_info): Add f77 case.
6649 (get_compiler): New proc, split out from gdb_preprocess, add f77
6650 case.
6651 (gdb_preprocess): Call get_compiler.
6652
6653 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
6654 * gdb.base/attach.exp, gdb.base/display.exp,
6655 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
6656 gdb.base/long_long.exp, gdb.base/printcmds.exp,
6657 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
6658 third arg to gdb_test.
6659 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
6660 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
6661 HP-UX xfails, add others.
6662 * gdb.base/completion.exp: Reflect name change of self-test.
6663 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
6664 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
6665 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
6666 HP failure number.
6667 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
6668 useless HP-UX 10.30 references.
6669 * gdb.base/maint.exp: Loosen matches.
6670 * gdb.base/pointers.c (main): Declare more_code.
6671 * gdb.base/pointers.exp: Match on output of a `next'.
6672 * gdb.base/structs.c: Add prototypes.
6673 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
6674 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
6675
6676 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6677
6678 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
6679 command.
6680
6681 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6682
6683 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
6684 Fix run to main failures. Watchpoint can be hardware watchpoint.
6685
6686 * gdb.base/annota1.exp: Clean up some more, in case printf has
6687 debug info. Deal with lack of signal hanlder info in stack.
6688
6689 From Jim Kingdon <kingdon@redhat.com>:
6690 * gdb.base/annota1.exp: If printf has debug info, deal with it.
6691
6692 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
6693
6694 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
6695 gdb.base/foll-vfork.exp: Don't run for crosses.
6696
6697 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6698
6699 * gdb.base/configure.in: Check for gdbvars.exp instead of
6700 a1-selftest.exp.
6701 * gdb.base/configure: Re-generate.
6702
6703 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
6704
6705 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
6706 in trying to run first and name is too long.
6707
6708 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
6709 pointers2.c and pointers2.exp, respectively.
6710 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
6711 doschk happier.
6712
6713 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
6714
6715 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
6716 callfuncs2.c and callfuncs2.exp.
6717
6718 * gdb.base/list.exp: Remove mistaken xfails.
6719 * gdb.base/list0.h: Add optional prototypes.
6720
6721 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
6722
6723 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
6724 calling malloc.
6725 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
6726 * ptype.exp: Move test for get_debug_format to before its first
6727 use.
6728
6729 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6730
6731 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
6732 * gdb.base/annota2.cc, annota2.exp: Move from here.
6733 * gdb.c++/annota2.cc, annota2.exp: To here.
6734 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
6735
6736 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6737
6738 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
6739 a consistent format.
6740
6741 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
6742
6743 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6744 * lib/gdb.exp (get_compiler_info): Add detection for assorted
6745 HP compilers, also set the globals $true and $false.
6746
6747 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
6748 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
6749 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
6750 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
6751 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
6752 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
6753 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
6754 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
6755 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
6756 whatis.c} Add C++ compatible function definitions and return
6757 types, add includes for library functions.
6758 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
6759 * gdb.base/step-test.c (myglob): Rename from glob.
6760 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
6761 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
6762 files, move here from gdb.hp.
6763 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
6764 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
6765 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
6766 Adjust line numbers in regexps.
6767
6768 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
6769 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
6770 instead of 0/1.
6771
6772 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
6773 foll-vfork.exp: New files, move here from gdb.hp.
6774 * gdb.base/page.exp: New file, test of pagination command.
6775
6776 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
6777 recursion test.
6778 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
6779
6780 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
6781 gdb.base/solib.exp: Fix compiler invocation process.
6782
6783 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
6784 HP-UX 11, turn off overload resolution explicitly.
6785 * gdb.base/commands.exp: Set argument list explicitly, add
6786 watchpoint test.
6787 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
6788 them work.
6789 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
6790 expressions properly.
6791 * gdb.base/corefile.exp: Loosen the match slightly.
6792 * gdb.base/default.exp: Allow "Error accessing memory" message
6793 also.
6794 * gdb.base/display.exp: Skip over x/0 j if PA64.
6795 * gdb.base/funcargs.exp: Add xfails for HP-UX.
6796 * gdb.base/interrupt.exp: Ditto.
6797 * gdb.base/langs.exp: Add symbolic matches governed by compiler
6798 in use.
6799 * gdb.base/list.exp: Add xfails for HP-UX.
6800 * gdb.base/long_long.exp: Refine some of the numeric matches.
6801 * gdb.base/mips_pro.exp: Xfail on HP-UX.
6802 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
6803 * gdb.base/nodebug.exp: Succeed on more varieties of output.
6804 * gdb.base/opaque.exp: Remove some HP-UX xfails.
6805 * gdb.base/ptype.exp: Succeed on more varieties of output.
6806 * gdb.base/scope.exp: Add xfails for HP-UX.
6807 * gdb.base/sect-cmd.exp: Add more cases.
6808 * gdb.base/setvar.exp: Add xfails for HP-UX.
6809 * gdb.base/shlib-call.exp: Loosen some matches slightly.
6810 * gdb.base/signals.exp: Match on void symbolically.
6811 * gdb.base/step-test.exp: Add case for PA64.
6812 * gdb.base/term.exp: Add exit and restart.
6813 * gdb.base/twice.exp: Clean up after self.
6814 * gdb.base/varargs.exp: Disable overload resolution explicitly.
6815 * gdb.base/whatis.exp: Allow more ways to pass tests.
6816
6817 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
6818 no longer useful.
6819
6820 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
6821
6822 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
6823 list of patterns.
6824 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
6825 print_double_array(double_array)", "continuing to breakpoint
6826 1018", "print print_double_array(array_d)" and "continuing to
6827 1034" tests.
6828
6829 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6830
6831 * Makefile.in: Add empty html and install-html targets.
6832
6833 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
6834
6835 * config/mt-*: Remove, these haven't been used since 1996.
6836
6837 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
6838
6839 * gdb.base/call-strs.c, gdb.base/ending-run.c,
6840 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
6841 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
6842
6843 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
6844
6845 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
6846 simpler match case for the ptype of the big class.
6847
6848 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6849
6850 * gdb.exp: Fix test for gdb_prompt existence.
6851
6852 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6853
6854 * gdb.exp (gdb_test): Add fail after calls to perror.
6855
6856 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6857
6858 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
6859
6860 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6861
6862 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
6863
6864 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
6865
6866 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
6867 malloc() is linked in.
6868
6869 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6870
6871 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
6872 step at end.
6873
6874 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
6875
6876 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
6877
6878 * gdb.java/jv-print.exp: New file. (Our first Java test!)
6879
6880 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
6881
6882 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
6883 * gdb.base/mips_pro.exp: Likewise.
6884
6885 1999-06-02 Keith Seitz <keiths@cygnus.com>
6886
6887 * gdb.c++/templates.cc: Change all "new" operators to throw
6888 an exception.
6889 * gdb.c++/cplusfuncs.cc: Likewise.
6890
6891 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
6892
6893 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
6894
6895 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
6896 * gdb.base/ending-run.exp: When stepping out of main, accept a
6897 step into an arbitrary assembler file.
6898
6899 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6900
6901 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
6902 "breakpoint-invalid" to be printed.
6903 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
6904 number of "frames-invalid" and "breakpoint-invalid" to be printed.
6905 * gdb.base/annota2.cc: Initialize a.x to 0.
6906
6907 1999-05-17 Keith Seitz <keiths@cygnus.com>
6908
6909 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
6910 when "skip_float_tests" set.
6911 Ditto for "print print_double_array(array_d)", "print print_small_structs",
6912 "print print_ten_doubles", and "step into print_long_arg_list".
6913 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
6914 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
6915 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
6916 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
6917 "skip_float_tests" is set.
6918 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
6919 when "skip_float_tests" set.
6920
6921 1999-05-06 Keith Seitz <keiths@cygnus.com>
6922
6923 * gdb.base/annota2.cc: Include stdio.h.
6924
6925 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
6926
6927 * gdb.base/crossload.exp: Remove, this has been disabled ever
6928 since BFD stopped including all targets, and cross-GDB gets
6929 plenty of testing anyway.
6930 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
6931 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
6932 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
6933 * gdb.base/README: Remove, was doc for this.
6934 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
6935 needed.
6936
6937 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6938
6939 * gdb.base/call-ar-st.exp: Fix one regular expression in test
6940 output.
6941
6942 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
6943 * gdb.base/annota2.exp: New file. More annotation tests.
6944 * gdb.base/annota1.c: New file. Source file for annota1.exp.
6945 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
6946
6947 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
6948
6949 * config/cfdbug.exp: New file.
6950
6951 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
6952
6953 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
6954 Marcus Daniel's and Dale Hawkins's demangler crashes.
6955
6956 * gdb.c++/demangle.exp (test_gnu_style_demangling,
6957 test_lucid_style_demangling, test_arm_style_demangling,
6958 test_hp_style_demangling): Try Tom Tromey's core-dumping
6959 identifier under each demangling style.
6960
6961 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
6962
6963 * gdb.c++/demangle.exp: Include the current demangling style
6964 in all test names.
6965 (current_demangling_style): New global variable.
6966 (set_demangling_style, test_demangling_core, test_demangling,
6967 test_demangling_exact): New functions.
6968 (test_gnu_style_demangling, test_lucid_style_demangling,
6969 test_arm_style_demangling, test_hp_style_demangling): Use those,
6970 instead of calling gdb_test and gdb_test_exact directly.
6971 (catch_demangling_errors): New function, which reports errors
6972 signalled by the demangling test functions in an orderly way.
6973 (do_tests): Use catch_demangling_errors.
6974
6975 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
6976
6977 * gdb.base/signals.exp (test_handle_all_print): Use () for
6978 grouping in expressions, not {}.
6979
6980 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
6981 initialized yet.
6982
6983 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
6984
6985 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
6986 are listed.
6987
6988 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
6989
6990 * gdb.stabs/weird.exp: Test for CC being defined before
6991 looking at its value.
6992
6993 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
6994
6995 * gdb.base/call-ar-st.exp: Remove stray '#'.
6996 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
6997 "short int" and "long int".
6998 * gdb.c++/overload.cc: Cast the string added in the previous
6999 change, to mollify finicky HP compiler.
7000 * gdb.hp/reg-test.exp (testfile): Fix file name.
7001 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
7002
7003 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
7004 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
7005 alternate form of enum ptype.
7006
7007 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
7008
7009 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
7010 * gdb.hp/*.exp: Change all to run compiler probe only after
7011 passing skip_hp_tests, so as not to waste time on guaranteed
7012 failure.
7013
7014 * gdb.c++/overload.cc: Pass string instead of char addr, always
7015 init ccpfoo.
7016 * gdb.c++/templates.cc: Fix syntax error.
7017
7018 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7019
7020 * gdb.base/commands.exp: Add test for correct position of '>'
7021 when issuing the 'commands' command after a 'while' or 'if'
7022 command.
7023
7024 1999-03-18 James Ingham <jingham@cygnus.com>
7025
7026 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
7027
7028 * gdb.c++/method.exp: It was testing an uninitialized int on the
7029 stack and assuming it was positive.
7030
7031 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
7032
7033 * gdb.base/step-test.exp: Catch a case where finish is broken and
7034 keep it from killing the rest of the tests.
7035 Use gdb_continue_to_end.
7036
7037 * gdb.base/sigall.exp: use gdb_continue_to_end.
7038
7039 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
7040
7041 * gdb.base/display.exp: use runto_main, not run.
7042
7043 * gdb.base/default.exp: Check for the current error message in the
7044 r abbreviation test.
7045 Add strongarm to the targets that know info float.
7046
7047 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7048 run which doesn't work with monitors.
7049
7050 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
7051
7052 * gdb.base/break.exp: use the gdb_continue_to_end proc.
7053
7054 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
7055 program. Traps the case (in Cygmon) when the program never really
7056 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7057 more places, so I used my name. Sorry Mark...
7058
7059 * config/monitor.exp (gdb_target_monitor): added another
7060 target_info parameter: remotebinarydownload. This will set the
7061 remotebinarydownload flag if this is causing some boards trouble.
7062
7063 1999-03-18 Mark Salter <msalter@cygnus.com>
7064
7065 * lib/gdb.exp (continue_to_exit): New function.
7066
7067 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
7068 * gdb.base/ending-run.exp: Ditto.
7069 * gdb.base/step-test.exp: Ditto.
7070
7071 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
7072
7073 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
7074 (suggested by Art Haas <ahaas@neosoft.com>).
7075
7076 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
7077
7078 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7079
7080 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
7081
7082 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
7083 descriptions of types (short unsigned int vs unsigned short, etc).
7084
7085 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
7086
7087 * gdb.base/call-strs.exp: Don't assume that `step' will step over
7088 a call to strlen; sometimes we do have sources.
7089
7090 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7091
7092 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
7093 character, so GDB won't print garbage after its end.
7094
7095 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
7096 breakpoint there instead. Sometimes GCC emits memcpy to handle
7097 the large structures being passed by value, so we step into that
7098 instead of sum_array_print, which obscures what we're really testing.
7099 * gdb.base/step-test.exp: However, we do want a test that notices
7100 the bizarre steps into memcpy, so do that here. Add check for
7101 stepping into function calls that pass large structures by value.
7102 ("Is that a noun clause, or are you just happy to see me?")
7103 Remove all references to specific line numbers.
7104 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
7105 New type and function.
7106 (main): Call large_struct_by_value, passing it a large struct by value.
7107 * lib/gdb.exp (gdb_get_line_number): New function.
7108
7109 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
7110 more portable.
7111
7112 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7113
7114 * lib/gdb.exp: Doc fixes.
7115
7116 1999-03-05 Nick Clifton <nickc@cygnus.com>
7117
7118 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7119
7120 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
7121
7122 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
7123 commands. They're not germane to this test, and they don't work
7124 that way on remote targets.
7125
7126 1999-03-01 James Ingham <jingham@cygnus.com>
7127
7128 * Changelog entries merged over from gdb development branch.
7129
7130 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
7131
7132 * lib/gdb.exp (gdbtk_analyze_results): Generic function
7133 for outputting results of test run.
7134
7135 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
7136
7137 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
7138
7139 1999-02-25 Felix Lee <flee@cygnus.com>
7140
7141 * lib/gdb.exp (debug_format): initialize
7142
7143 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
7144
7145 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
7146 * gdb.base/call-rt-st.c: Ditto.
7147
7148 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
7149
7150 * gdb.threads/pthreads.exp (horiz): New variable.
7151 (test_startup): Fix regexps that capture thread numbers.
7152
7153 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
7154
7155 * gdb.base/smoke.exp: Disambiguate two test case names (both
7156 called ``print'').
7157
7158 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7159
7160 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
7161 compilation.
7162
7163 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7164
7165 * gdb.base/miscexprs.exp: Change patterns to match GDB's
7166 actual output formatting.
7167 * gdb.base/smoke.exp: GDB removes leading 0's.
7168 * gdb.base/volatile.exp: Don't check type of remuneration;
7169 that variable is no longer defined in constvars.c.
7170 * gdb.base/step-test.c (main): Exit with explicit exit code.
7171 * gdb.base/step-test.exp: Remove two nexti checks--they are
7172 not portable.
7173
7174 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7175
7176 * gdb.base/help.exp ("help delete display"): Fix test to match
7177 gdb's output.
7178
7179 * gdb.base/long_long.c (known_types): Initialize values to zero.
7180 * gdb.base/long_long.exp: Step one more line
7181 so 'dec' is initialized in "get to known place". GDB removes
7182 leading zeros. Explicitly ask for hex formatting. Use
7183 unique test case names.
7184
7185 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7186
7187 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
7188
7189 * gdb.c++/method.exp: Add missing close brace.
7190
7191 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
7192
7193 * gdb.base/maint.exp: Use 'set height 0' to disable page
7194 prompting, not 'set height 400'.
7195
7196 Fix a bunch of timeouts.
7197 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
7198 four separate tests, so expect doesn't take forever to match a ton
7199 of text against a regexp with lots of .* forms.
7200 ("maint print psymbols", "maint print symbols"): Make some of
7201 these greps more selective, so that expect doesn't try to wade
7202 through huge piles of output and time out.
7203
7204 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
7205
7206 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
7207 tests: one which doesn't expect shlib events to be reported, and
7208 another which does, but is XFAIL for all platforms other than
7209 HP/UX.
7210
7211 * gdb.base/break.exp: Teach the test suite that the `catch
7212 fork', `catch vfork', and `catch exec' commands produce error
7213 messages on platforms that don't provide these features.
7214
7215 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7216
7217 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
7218 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
7219 (shortening names from solib_threshold.exp etc), won't run on
7220 anything but HP-UX for the foreseeable future.
7221 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
7222 reflect move.
7223
7224 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
7225
7226 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7227 gdb.trace/Makefile.in (clean): Remove all test executables.
7228
7229 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
7230
7231 * gdb.base/shlib-call.exp: add test cases to verify that gdb
7232 successfully re-sets breakpoints in shared libraries.
7233 * gdb.base/shmain.c (main): return 0, don't fall off the end.
7234
7235 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7236
7237 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
7238 and compiled w/o GCC.
7239
7240 * gdb.hp/watch-cmd.exp: ditto.
7241
7242 * gdb.hp/watch-hp.exp: ditto.
7243
7244 * gdb.hp/xdb1.exp: ditto.
7245
7246 * gdb.hp/xdb2.exp: ditto.
7247
7248 * gdb.hp/dbx.exp: ditto.
7249
7250 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
7251
7252 * constvars.c: Remove C++-isms.
7253 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
7254 with GCC.
7255
7256 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
7257
7258 The following changes are part of the HP merge.
7259
7260 * gdb.base/break.exp: new tests to verify that catchpoints for
7261 fork, vfork, and exec don't trigger inappropriately.
7262
7263 * gdb.base/opaque.exp: compile one file at a time, then link.
7264
7265 * gdb.base/signals.exp: be more restrictive about which hppa
7266 systems receive a setup_xfail. new tests.
7267
7268 * gdb.base/solib_threshold.build: new file.
7269 * gdb.base/solib_threshold.exp: new file.
7270 * gdb.base/solib_threshold.link_opts: new file.
7271 * gdb.base/solib_threshold.mk: new file.
7272 * gdb.base/gen_solib_threshold.c: new file.
7273
7274 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
7275 tests. New tests for enums inside classes.
7276
7277 * gdb.c++/compiler.cc: indicate support of template debugging.
7278
7279 * gdb.c++/demangle.exp: run hp style demangling tests.
7280
7281 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
7282 tests.
7283
7284 * gdb.c++/misc.cc: changes to support new tests.
7285
7286 * gdb.c++/templates.cc: changes to support HP's compiler; changes
7287 to support new tests.
7288
7289 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
7290 gcc, then skip these tests.
7291
7292 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
7293
7294 The following files are part of the HP merge; some had longer
7295 names at HP, but have been renamed to be no more than 14
7296 characters in length.
7297
7298 * gdb.hp/ambiguous.cc: new file.
7299 * gdb.hp/ambiguous.exp: new file.
7300 * gdb.hp/attach.exp: new file.
7301 * gdb.hp/attach2.exp: new file.
7302 * gdb.hp/classes-hp.exp: new file.
7303 * gdb.hp/ctti.exp: new file.
7304 * gdb.hp/ctti-add.cc: new file.
7305 * gdb.hp/ctti-add1.cc: new file.
7306 * gdb.hp/ctti-add2.cc: new file.
7307 * gdb.hp/ctti-add3.cc: new file.
7308 * gdb.hp/dbx.exp: new file.
7309 * gdb.hp/exception.cc: new file.
7310 * gdb.hp/exception.exp: new file.
7311 * gdb.hp/foll-exec.c: new file.
7312 * gdb.hp/foll-exec.exp: new file.
7313 * gdb.hp/foll-fork.c: new file.
7314 * gdb.hp/foll-fork.exp: new file.
7315 * gdb.hp/foll-vfork.c: new file.
7316 * gdb.hp/foll-vfork.exp: new file.
7317 * gdb.hp/inherit-hp.exp: new file.
7318 * gdb.hp/more-steps.exp: new file.
7319 * gdb.hp/namespace.cc: new file.
7320 * gdb.hp/namespace.exp: new file.
7321 * gdb.hp/optimize.exp: new file.
7322 * gdb.hp/pxdb.c: new file.
7323 * gdb.hp/pxdb.exp: new file.
7324 * gdb.hp/quicksort.exp: new file.
7325 * gdb.hp/reg-test.exp: new file.
7326 * gdb.hp/reg-test.s: new file.
7327 * gdb.hp/sized-enum.c: new file.
7328 * gdb.hp/sized-enum.exp: new file.
7329 * gdb.hp/start-stop.exp: new file.
7330 * gdb.hp/templ-hp.cc: new file.
7331 * gdb.hp/templ-hp.exp: new file.
7332 * gdb.hp/thr-lib.c: new file.
7333 * gdb.hp/thr-lib.exp: new file.
7334 * gdb.hp/thr-lib.h: new file.
7335 * gdb.hp/thr-liblib.c: new file.
7336 * gdb.hp/virtfun-hp.c: new file.
7337 * gdb.hp/virtfun-hp.exp: new file.
7338 * gdb.hp/watch-cmd.exp: new file.
7339 * gdb.hp/watch-hp.exp: new file.
7340 * gdb.hp/xdb1.exp: new file.
7341 * gdb.hp/xdb2.exp: new file.
7342 * gdb.hp/xdb3.exp: new file.
7343
7344 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
7345
7346 The following files are part of the HP merge; some had longer
7347 names at HP, but have been renamed to be no more than 14
7348 characters in length.
7349
7350 * gdb.base/ss.h: new file.
7351 * gdb.base/call-ar-st.c: new file.
7352 * gdb.base/call-ar-st.exp: new file.
7353 * gdb.base/call-rt-st.c: new file.
7354 * gdb.base/call-rt-st-exp: new file.
7355 * gdb.base/call-strs.exp: new file.
7356 * gdb.base/ena-dis-br.exp: new file.
7357 * gdb.base/environ.exp: new file.
7358 * gdb.base/long_long.exp: new file.
7359 * gdb.base/sect-cmd.exp: new file.
7360 * gdb.base/shlib-cl2.exp: new file.
7361 * gdb.base/smoke.exp: new file.
7362 * gdb.base/so-impl-ld.c: new file.
7363 * gdb.base/so-impl-ld.exp: new file.
7364 * gdb.base/so-indr-cl.c: new file.
7365 * gdb.base/so-indr-cl.exp: new file.
7366 * gdb.base/varargs.exp: new file.
7367 * gdb.base/volatile.exp: new file.
7368 * gdb.base/whatis-exp.exp: new file.
7369 * gdb.base/display.exp: new file.
7370 * gdb.c++/derivation.exp: new file.
7371 * gdb.c++/local.exp: new file.
7372 * gdb.c++/member-ptr.exp: new file.
7373 * gdb.c++/overload.exp: new file.
7374 * gdb.c++/ovldbreak.exp: new file.
7375 * gdb.c++/ref-types.exp: new file.
7376 * gdb.c++/ref-types2.exp: new file.
7377 * gdb.c++/userdef.exp: new file.
7378
7379 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7380
7381 * gdb.base/default.exp: Reflect wording change in remote.c.
7382
7383 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
7384
7385 * gdb.base/help.exp: Update to reflect current text.
7386
7387 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
7388
7389 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
7390 they're stack variables and contain garbage.
7391 * gdb.c++/anon-union.exp: new file.
7392
7393 The following changes were made by David Taylor
7394 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7395 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7396 in changes by HP.
7397
7398 * gdb.base/bitops.exp: new file.
7399 * gdb.base/default.exp: change expected messages for catch and
7400 info catch tests to reflect HP merge changes.
7401 * gdb.base/enable-disable-break.exp
7402 * gdb.base/ending-run.c: new file.
7403 * gdb.base/long_long.c: new file.
7404 * gdb.base/maint.exp: new file.
7405 * gdb.base/pointers2.exp: new file.
7406 * gdb.base/shlib-call2.exp: new file.
7407 * gdb.base/solib.exp: new file.
7408 * gdb.base/step-test.c: new file.
7409 * gdb.c++/anon-union.cc: new file.
7410 * gdb.c++/local.cc: new file.
7411 * gdb.c++/member-pointer.cc: new file.
7412 * gdb.c++/method.cc: new file.
7413 * gdb.c++/ref-types.cc: new file.
7414 * gdb.c++/ref-types2.cc: new file.
7415 * gdb.c++/userdef.cc: new file.
7416
7417 * gdb.base/scope.exp: compile one file at a time, then link.
7418 * gdb.base/langs.exp: ditto.
7419 * gdb.base/list.exp: ditto.
7420
7421 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
7422
7423 The following changes were made by David Taylor
7424 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7425 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7426 in changes by HP.
7427
7428 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
7429 skip tests. When compiling pass c++ flag to gdb_compile.
7430 * gdb.c++/
7431
7432 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
7433 test for on hppa*-*-hpux*; use args to see if c++ was specified.
7434 (skip_hp_tests): new function.
7435 (gdb_preprocess): new function.
7436
7437 * configure.in (hpdir): decide whether to configure gdb.hp.
7438 * configure: regenerated.
7439
7440 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
7441 to delete on clean.
7442 (EXECUTABLES): update to reflect new additions.
7443 * gdb.base/commands.exp: update message expected.
7444 * gdb.base/default.exp: add copyright notice.
7445 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
7446 * gdb.base/help.exp: update messages to reflect current text.
7447 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
7448 targets for recurse tests.
7449 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
7450 skip this file.
7451
7452 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
7453 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
7454 compilation.
7455 * gdb.c++/misc.exp: ditto.
7456 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
7457 run the tests. tell gdb_compile that it's a c++ compilation.
7458
7459 * gdb.threads/pthreads.exp: fix typo in message.
7460
7461 * gdb.base/all-bin.exp: new file.
7462 * gdb.base/arithmet.exp: new file.
7463 * gdb.base/assign.exp: new file.
7464 * gdb.base/completion.exp: new file.
7465 * gdb.base/cond-expr.exp: new file.
7466 * gdb.base/condbreak.exp: new file.
7467 * gdb.base/define.exp: new file.
7468 * gdb.base/dollar.exp: new file.
7469 * gdb.base/environment.exp: new file.
7470 * gdb.base/eval-skip.exp: new file.
7471 * gdb.base/jump.exp: new file.
7472 * gdb.base/logical.exp: new file.
7473 * gdb.base/pointers.exp: new file.
7474 * gdb.base/relational.exp: new file.
7475 * gdb.base/section_command.exp: new file.
7476 * gdb.base/whatis-expr.exp: new file.
7477
7478 * gdb.base/all-types.c: new file.
7479 * gdb.base/call-array-struct.c: new file.
7480 * gdb.base/call-return-struct.c: new file.
7481 * gdb.base/call-strings.c: new file.
7482 * gdb.base/callfuncs2.c: new file.
7483 * gdb.base/condbreak.c: new file.
7484 * gdb.base/constvars.c: new file.
7485 * gdb.base/display.c: new file.
7486 * gdb.base/int-type.c: new file.
7487 * gdb.base/jump.c: new file.
7488 * gdb.base/miscexprs.c: new file.
7489 * gdb.base/pointers.c: new file.
7490 * gdb.base/pointers2.c: new file.
7491 * gdb.base/shmain.c: new file.
7492 * gdb.base/shr1.c: new file.
7493 * gdb.base/shr2.c: new file.
7494 * gdb.base/solib.c: new file.
7495 * gdb.base/solib1.c: new file.
7496 * gdb.base/solib2.c: new file.
7497 * gdb.base/varargs.c: new file.
7498 * gdb.c++/derivation.cc: new file.
7499 * gdb.c++/overload.cc: new file.
7500 * gdb.c++/ovldbreak.cc: new file.
7501 * gdb.hp/attach.c: new file.
7502 * gdb.hp/attach2.c: new file.
7503 * gdb.hp/average.c: new file.
7504 * gdb.hp/compiler.c: new file.
7505 * gdb.hp/compiler.cc: new file.
7506 * gdb.hp/execd-program.c: new file.
7507 * gdb.hp/follow-exec.c: new file.
7508 * gdb.hp/follow-fork.c: new file.
7509 * gdb.hp/follow-vfork-and-exec.c: new file.
7510 * gdb.hp/misc-hp.cc: new file.
7511 * gdb.hp/more-steps.c: new file.
7512 * gdb.hp/optimize.c: new file.
7513 * gdb.hp/quicksort.c: new file.
7514 * gdb.hp/run-hp.c: new file.
7515 * gdb.hp/start-stop.c: new file.
7516 * gdb.hp/sum.c: new file.
7517 * gdb.hp/templates-hp.cc: new file.
7518 * gdb.hp/thread-local-in-lib.c: new file.
7519 * gdb.hp/thread-local-in-lib.h: new file.
7520 * gdb.hp/thread-local-in-lib.lib.c: new file.
7521 * gdb.hp/vforked-program.c: new file.
7522 * gdb.hp/virtfunc-hp.cc: new file.
7523 * gdb.hp/watchpoint-hp.c: new file.
7524 * gdb.hp/xdb.c: new file.
7525 * gdb.hp/xdb0.c: new file.
7526 * gdb.hp/xdb0.h: new file.
7527 * gdb.hp/xdb1.c: new file.
7528
7529 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7530
7531 The following change was made by Edith Epstein
7532 <eepstein@cygnus.com> as part of a project to merge in changes
7533 originally made by HP; HP did not create ChangeLog entries.
7534
7535 * gdb.c++/demangle.exp: changed the expected output for some
7536 ARM-style mangling -- removed second reference to datatype.
7537 For example, maint demangle __dt__11T1__pt__2_cFv
7538 T1<char>::~T1<char>(void)
7539 becomes,
7540 maint demangle __dt__11T1__pt__2_cFv
7541 T1<char>::~T1(void)
7542
7543 (test_hp_style_demangling): new hp specific demangling test cases.
7544
7545 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
7546
7547 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
7548 * gdb.trace/backtrace.exp: Likewise.
7549 * gdb.trace/circ.exp: Likewise.
7550 * gdb.trace/collection.exp: Likewise.
7551 * gdb.trace/deltrace.exp: Likewise.
7552 * gdb.trace/infotrace.exp: Likewise.
7553 * gdb.trace/limits.exp: Likewise.
7554 * gdb.trace/packetlen.exp: Likewise.
7555 * gdb.trace/passc-dyn.exp: Likewise.
7556 * gdb.trace/passcount.exp: Likewise.
7557 * gdb.trace/report.exp: Likewise.
7558 * gdb.trace/save-trace.exp: Likewise.
7559 * gdb.trace/tfind.exp: Likewise.
7560 * gdb.trace/tracecmd.exp: Likewise.
7561 * gdb.trace/while-dyn.exp: Likewise.
7562 * gdb.trace/while-stepping.exp: Likewise.
7563
7564 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
7565
7566 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
7567
7568 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
7569
7570 From Brendan Kehoe:
7571 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
7572 int return types.
7573
7574 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
7575
7576 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
7577 remote dos host testing right.
7578
7579 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
7580
7581 * gdb.base/corefile.exp: remove some xfails.
7582
7583 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
7584
7585 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
7586 have different timestamps.
7587
7588 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
7589
7590 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
7591 gdb.base/default.exp: Replace "exec" with "executable".
7592
7593 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
7594
7595 * gdb.base/default.exp: Change else if to elseif from previous
7596 delta.
7597
7598 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
7599
7600 * gdb.base/default.exp: Add brace missing from previous delta.
7601
7602 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
7603
7604 * gdb.base/default.exp: Support test for info float for all
7605 varieties of arm toolchain.
7606
7607 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
7608
7609 * gdb.trace/*.exp: remove "remote_download" command.
7610
7611 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
7612
7613 * gdb.trace/*.exp: remove -gdwarf from compile.
7614
7615 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
7616
7617 * gdb.trace/configure.in(AC_INIT): typo
7618 * gdb.trace/configure: regenerated
7619
7620 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
7621
7622 * config/m68k-emc.exp: New file.
7623 * lib/<emc-support.exp trace-support.exp}: New files.
7624 * configure.in: add new test directory gdb.trace.
7625 * gdb.trace/{configure configure.in Makefile.in}: New files.
7626 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
7627 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
7628 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
7629 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
7630 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
7631 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
7632 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
7633
7634 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
7635
7636 * gdb.c++/classes.exp: Change all regular expressions to match
7637 arbitrary combinations of newline/carriage-return, so that they
7638 will work equally well on Unix and Windows.
7639 * gdb.c++/inherit.exp: ditto.
7640 * gdb.c++/virtfunc.exp: ditto.
7641
7642 1998-08-11 Dawn Perchik <dawn@cygnus.com>
7643
7644 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
7645
7646 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
7647
7648 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
7649 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
7650 to use a0-a3/d0-d3 as needed.
7651
7652 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
7653
7654 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
7655 * gdb.disasm/am33.exp: Corresponding changes.
7656
7657 1998-07-11 Felix Lee <flee@cygnus.com>
7658
7659 * gdb.base/callfuncs.exp: add cmp10 test.
7660 * gdb.base/callfuncs.c (cmp10): new function.
7661
7662 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
7663
7664 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
7665 into two parts to get around a synchronization problem in expect.
7666
7667 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
7668
7669 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
7670
7671 * configure.in: Add options for gdbtk testsuite.
7672
7673 * configure: Regenerate.
7674
7675 * gdb.gdbtk: New directory to hold gdbtk tests.
7676
7677 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7678
7679 * gdb.fortran/types.exp: Escape brackets in expect patterns
7680 for test_float_literal_types_accepted tests.
7681 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
7682 before run test.
7683
7684 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
7685
7686 * am33.exp: Just compile, do not link the testcase.
7687 * am33.s: Add ".am33" pseudoop to force am33 mode.
7688
7689 1998-06-25 Felix Lee <flee@cygnus.com>
7690
7691 * gdb.base/setshow.exp: make sure $pc is sane.
7692
7693 * gdb.stabs/weird.exp: split expect patterns properly.
7694
7695 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
7696
7697 * gdb.disasm/am33.s: New disassembler testfile for the am33.
7698 * gdb.disasm/am33.exp: Run it.
7699
7700 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
7701
7702 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
7703 match processing (and eliminate spurious timeouts when running).
7704
7705 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
7706
7707 * gdb.base/signals.exp (test_handle_all_print): put back Mach
7708 exception test, but conditionalize it on target [mach | gnu].
7709
7710 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
7711
7712 * gdb.base/overlays.exp: fixup compile line for linker script.
7713
7714 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
7715
7716 * gdb.fortran/types.exp: don't guess at float size.
7717
7718 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
7719
7720 * gdb.base/exprs.exp: delete test that depends on int size.
7721
7722 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
7723
7724 * config/sim.exp: Removed checks for target triplets.
7725 (gdb_target_sim): Use gdb,target_sim_options.
7726
7727 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
7728
7729 * gdb.base/reread.exp: New file.
7730 * gdb.base/reread1.c: New file.
7731 * gdb.base/reread2.c: New file.
7732
7733 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
7734
7735 * config/sim.exp: Use 'target sim -sparclite' when running
7736 SPARClite programs.
7737
7738 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
7739
7740 * gdb.base/structs2.exp: New file.
7741 * gdb.base/structs2.c: New file.
7742
7743 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
7744
7745 * gdb.asm/common.inc: New file.
7746 * gdb.asm/d10v.inc: New file.
7747 * asm-source.exp: Pass -I's to gas to find .inc files.
7748 Update line numbers in expected output.
7749 * asmsrc1.s: Rewrite.
7750 * asmsrc2.s: Rewrite.
7751 * configure.in: Create arch.inc symlink.
7752 * configure: Regenerate.
7753 * Makefile.in (distclean): Delete arch.inc.
7754
7755 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
7756
7757 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
7758 (t_enum_value2): ditto
7759 (t_enum_value3): ditto
7760 (main): ditto
7761 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7762
7763 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
7764 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
7765 change.
7766 Use gdb_test instead of send_gdb/gdb_expect sequences.
7767
7768 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
7769
7770 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
7771 not void.
7772
7773 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
7774
7775 * gdb.base/branches.c: Code with lots of loops and
7776 subroutines. Used to test gdbs ability to single step through PC
7777 changes, especially to test mips-tdep.c:mips_next_pc
7778
7779 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
7780
7781 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
7782 more rigorous EGCS C++ error checking.
7783
7784 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7785
7786 * gdb.base/help.exp: Clean up `help set args' and `help show args'
7787 tests.
7788 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
7789 function when asleep.
7790 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
7791 for i*86 Linux and SVR4 signal handling problems.
7792 Remove linux xfail for `next to handler in signals_tests_1', fixed
7793 by recent infrun.c change.
7794 Limit backtrace to 10 frames to avoid timeout problems with infinite
7795 stack backtraces.
7796 Adjust expect pattern in `handle all print' test to match Apr 28 1997
7797 target.[ch] change.
7798
7799 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
7800
7801 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
7802 for a newline from gdb before continuing.
7803 (default_gdb_exit): Just look for y or n.
7804 (gdb_test): Detect abnormal exit from GDB running on DOS; if
7805 it does, fail the rests of the tests in the file.
7806
7807 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
7808
7809 * config/cygmon.exp: New file.
7810
7811 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
7812
7813 * gdb.base/list.exp: Fix problem with "list default lines around
7814 main" test on remote targets.
7815
7816 * gdb.base/scope.exp: Fix problem with filelocal_bss before
7817 run test on remote targets.
7818
7819 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
7820
7821 * gdb.asm: New directory.
7822 * configure.in: Configure it.
7823 * configure: Regenerate.
7824 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
7825 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
7826
7827 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
7828
7829 * config/mn10300-eval.exp: New file to support MN10300 eval board.
7830
7831 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
7832
7833 * gdb.base/overlays (several files): Merge the two overlay
7834 managers into one. Change variables (foox, barx, bazx, grbxx)
7835 back into ints but force them to load in their proper sections.
7836
7837 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
7838
7839 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
7840 on-chip insn memory and IMAP1 to upper 128k.
7841 (D10VCopy): Handle memory regions crossing 16k boundaries.
7842 (D10VCopy): Transfer data in 32 bit chunks.
7843
7844 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
7845
7846 * gdb.base/overlays.c (main): Exit normally when result is
7847 correct.
7848
7849 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
7850 map. Include space for printf in .text segment.
7851
7852 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
7853 updated d10v memory VMA/LMA map.
7854 (D10VCopy): Call D10VTranslate.
7855
7856 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
7857
7858 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
7859
7860 * gdb.base/bar.c (barx, bar): Change variable to small array so
7861 that it won't be put into the .sdata - small data -
7862 section. Update reference.
7863 * gdb.base/baz.c (bazx, baz): Ditto.
7864 * gdb.base/foo.c (foox, foo): Ditto.
7865 * gdb.base/grbx.c (grbxx, grbx): Ditto.
7866
7867 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
7868 to be arrays.
7869
7870 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
7871
7872 * gdb.base/overlays.exp: fix up and get working again.
7873 Add tests for backtraces from an overlay function.
7874
7875 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
7876
7877 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
7878 "calling function with watchpoint enabled".
7879
7880 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
7881
7882 * gdb.base/break.exp (test_next_with_recursion): Remove
7883 gdb_suppress_tests for d10v-*-*.
7884 * lib/gdb.exp (gdb_suppress_tests): Disable this function
7885 pending review of whether it is useful or not.
7886
7887 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
7888
7889 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
7890
7891 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
7892
7893 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
7894 * config/dve.exp: New file to support Densan boards.
7895
7896 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
7897
7898 * gdb.base/interrupt.exp: Document problem of simulators, signals,
7899 reads and BSD.
7900
7901 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
7902
7903 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
7904 response.
7905
7906 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
7907
7908 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
7909
7910 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
7911 test.
7912
7913 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
7914 target_sizeof_long and target_bigendian_p.
7915 (structs_by_value, structs_by_reference): Check values according
7916 to targets word size and endianess.
7917
7918 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
7919
7920 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
7921 output.
7922
7923 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
7924
7925 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
7926 Update test of set args help to match source change.
7927
7928 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
7929
7930 * gdb.base/default.exp: Expect help system output to be in
7931 alphabetical order.
7932 * gdb.base/help.exp: Ditto.
7933
7934 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
7935
7936 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
7937 "i*86-pc-linux-gnu*".
7938 * gdb.base/interrupt.exp: Ditto.
7939 * gdb.base/corefile.exp: Ditto.
7940
7941 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
7942 define vxworks when building the testcase.
7943
7944 * gdb.base/ptype.exp: Fix testnames to be unique.
7945 * gdb.base/radix.exp: Ditto.
7946 * gdb.base/term.exp: Ditto.
7947 * gdb.base/whatis.exp: Ditto.
7948 * gdb.c++/classes.exp: Ditto.
7949
7950 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
7951
7952 * gdb.base/callfuncs.exp: Fix indentation.
7953
7954 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
7955 suppress_flag has been set.
7956 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
7957 target feature.
7958
7959 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
7960
7961 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
7962 the testcase.
7963
7964 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
7965 set_debug_traps() and breakpoint().
7966 * gdb.c++/misc.cc (main): Ditto.
7967 * gdb.c++/templates.cc (main): Ditto.
7968 * gdb.c++/virtfunc.cc (main): Ditto.
7969
7970 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
7971
7972 * lib/gdb.exp(gdb_step_for_stub): New function.
7973 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
7974 exists, reload the executable and do a "continue" instead of
7975 doing a jump.
7976 (runto_main): Use gdb_step_for_stub.
7977
7978 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
7979 tests to have unique names.
7980 * gdb.base/callfuncs.exp: Ditto.
7981 * gdb.base/commands.exp: Ditto.
7982 * gdb.base/default.exp: Ditto.
7983 * gdb.base/help.exp: Ditto.
7984 * gdb.base/list.exp: Ditto.
7985 * gdb.base/opaque.exp: Ditto.
7986 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
7987 similar tests.
7988
7989 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
7990 * gdb.c++/cplusfuncs.cc: Ditto.
7991 * gdb.c++/virtfunc.cc: Ditto.
7992
7993 * config/monitor.exp: Keep track of the last file we saw, rather
7994 than trying to get the info from gdb.
7995
7996 * gdb.fortran/types.exp: Move comment to previous line.
7997
7998 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
7999
8000 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
8001 target mode.
8002
8003 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
8004
8005 From Bob Manson:
8006 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
8007 string from GDB when it connects.
8008
8009 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
8010
8011 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
8012
8013 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
8014 if we can't get a debug format from GDB (we may be testing an
8015 older GDB). Use a 10 second timeout when checking for the format.
8016
8017 * gdb.stabs/weird.exp: Fix quoting.
8018
8019 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
8020
8021 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
8022
8023 * config/arm-ice.exp: New file.
8024
8025 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
8026
8027 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
8028 until it has been modified to work with the new testsuite.
8029
8030 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
8031 testcase won't compile, cause all of the testcases in the file to
8032 fail instead.
8033
8034 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
8035 (gdb_clear_suppressed): New procedure.
8036 (gdb_stop_suppressing_tests): Only clear suppress_flag if
8037 it contains a positive value.
8038
8039 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
8040
8041 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
8042
8043 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
8044
8045 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
8046
8047 * lib/gdb.exp (setup_xfail_format): New function.
8048 (get_debug_format): New function to get debug format.
8049 (debug_format): New global variable to hold last value set
8050 by get_debug_format.
8051 * gdb.base/list.exp: Call get_debug_format and expect some
8052 tests to fail for DWARF 1 and COFF formats.
8053 * gdb.c++/ptype.exp: Ditto.
8054 * gdb.c++/classes.exp: Ditto.
8055 * gdb.c++/cplusfuncs.exp: Ditto.
8056 * gdb.c++/inherit.exp: Ditto.
8057 * gdb.c++/templates.exp: Ditto.
8058 * gdb.c++/virtfunc.exp: Ditto.
8059
8060 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
8061
8062 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
8063 host doesn't have a currently-open connection.
8064
8065 * config/sparclet.exp: Cleanups and fixes to make it generic for
8066 any gdb stub target. Handle cases where gdb doesn't respond when
8067 interrupted in a sane fashion.
8068
8069 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
8070 same thing in a totally different way.
8071
8072 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
8073 setting "timeout".
8074 (gdb_start): We set the global gdb_prompt variable in
8075 default_gdb_init now.
8076
8077 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
8078
8079 * gdb.base/printcmds.exp: Fix "check for floating addition"
8080 regexp to accept results within approx +/- .01 of exact value.
8081 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
8082
8083 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
8084
8085 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
8086 properly.
8087 (gdb_expect): Add optional timeout parameter, and add timeout
8088 value to various calls.
8089 (gdb_suppress_tests): Only give one warning message per group.
8090
8091 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
8092
8093 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
8094 global variables. Handle getting a value for $timeout more
8095 gracefully.
8096
8097 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8098
8099 * lib/gdb.exp: Close connection to remote host if gdb doesn't
8100 initialize.
8101 (default_gdb_init): New procedure; allow gdb_init to be overridden
8102 by a target configuration file.
8103 (gdb_expect): Pass the timeout to remote_expect.
8104
8105 * config/monitor.exp(gdb_load): Fix typo in regexp.
8106
8107 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
8108
8109 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
8110
8111 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
8112
8113 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
8114 here. Call gdb_target_exec before rebooting the target, to make
8115 sure the connection to the target is closed.
8116 (gdb_load): Pass the name of the executable to gdb_target_monitor.
8117 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
8118 Also detect "Timeout reading from remote" error.
8119
8120 * config/gdbserver.exp: Pass the executable being loaded to
8121 gdb_target_monitor. Don't call gdb_file_cmd here; let
8122 gdb_target_monitor do it.
8123
8124 * gdb.disasm/hppa.exp: Don't use exec_output.
8125
8126 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
8127
8128 * gdb.base/list.exp: If we're debugging a non-native target,
8129 try to set the pc register to point to the start of the
8130 program before doing the first list command.
8131
8132 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
8133 test_calls after restarting.
8134
8135 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
8136 reloading.
8137
8138 * gdb.base/watchpoint.exp: Fix typo.
8139
8140 * gdb.base/setshow.exp: Check for use_gdb_stub.
8141
8142 * gdb.base/break.exp: Fix continue until exit test for the gdb
8143 stub case.
8144 * gdb.base/langs.exp: Ditto.
8145
8146 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
8147 gdb_load_offset. If we weren't given a file to load, figure out
8148 what the current file is and use it.
8149
8150 * config/i386-bozo.exp: New file.
8151
8152 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
8153
8154 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
8155 feature.
8156
8157 * config/proelf.exp: New entry.
8158
8159 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
8160
8161 * lib/gdb.exp: Remove spurious .* patterns at the beginning
8162 of regexps.
8163
8164 * gdb.base/watchpoint.exp: Don't run the test_stepping
8165 tests if gdb can't call functions on the target.
8166
8167 * gdb.base/setshow.exp: Don't run the set prompt tests if
8168 the board has gdb_prompt set.
8169
8170 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
8171
8172 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
8173 * gdb.base/commands.exp: Likewise.
8174 * gdb.base/setshow.exp: Likewise.
8175
8176 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
8177
8178 * config/monitor.exp(gdb_start): Look for gdb_prompt target
8179 feature.
8180
8181 * config/i960.exp: New file.
8182
8183 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
8184
8185 * gdb.base/funcargs.exp: Check for gdb,short_int target
8186 feature instead of looking for explicit target triplets.
8187
8188 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
8189
8190 * gdb.base/printcmds.exp: add a couple more tests a la
8191 "p 123DEADBEEF", to check parse_number.
8192 * top.c: change "to enable to enable" to "to enable" in a couple
8193 of help strings.
8194
8195 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
8196
8197 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
8198 on the mn10300.
8199
8200 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
8201
8202 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
8203 where the test executable is run with explicit args.
8204 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
8205
8206 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
8207
8208 * gdb.base/run.c: Use FAKEARGV to build test executable that
8209 does not require a command line arg, since most simulators
8210 don't currently support passing such an arg into the simulated
8211 program.
8212 * gdb.base/commands.exp: Change tests to insert the proper
8213 value as the arg to the first recursive factorial call. Change
8214 compilation line to define FAKEARGV at compile time.
8215
8216 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
8217
8218 * gdb.base/recurse.exp: Enable these tests for the mn10300.
8219 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
8220 function with watchpoint enabled" test.
8221
8222 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
8223
8224 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
8225 Don't call gdb_test when the command doesn't return to a gdb prompt.
8226
8227 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
8228 "Tests restarted" messages.
8229
8230 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
8231
8232 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
8233
8234 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
8235
8236 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
8237 for INFO SYMBOL; add help tests for OVERLAY commands.
8238 * gdb.base/default.exp: add tests for INFO SYMBOL command;
8239 add tests for OVERLAY commands
8240 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
8241 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
8242 * gdb.base/sigall.c: add usestubs code frag
8243 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
8244
8245 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
8246
8247 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
8248 failures.
8249 (gdb_stop_suppressing_tests): Note that tests have restarted.
8250
8251 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
8252
8253 * config/h8300.exp: New file.
8254
8255 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
8256
8257 * gdb.base/setshow.exp: Check for the existence of a
8258 feature, not its value.
8259
8260 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
8261
8262 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
8263
8264 * gdb.base/scope.exp: It's now init0(), not init().
8265
8266 * gdb.base/scope0.c: For now, change init() to be init0().
8267
8268 * config/monitor.exp: Use gdb_serial in preference to serial
8269 or netport.
8270
8271 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
8272 and it's not already set.
8273
8274 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
8275
8276 * gdb.base/setshow.exp: Only test the run command if the target
8277 isn't using a stub and if it supports argument passing.
8278
8279 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
8280
8281 * config/udi.exp(gdb_start): Make sure UDICONF is set
8282 properly before starting gdb.
8283
8284 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
8285
8286 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
8287 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
8288 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
8289
8290 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
8291
8292 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
8293 specialized code to reboot the board, use remote_reboot instead.
8294
8295 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
8296
8297 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
8298
8299 * config/monitor.exp: Make sure we disconnect from the target.
8300 Also, try a reboot/reload cycle instead of failing if the
8301 load fails.
8302
8303 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
8304
8305 * gdb.base/default.exp: Don't set match_max.
8306 * gdb.base/help.exp: Ditto.
8307 * gdb.base/list.exp: Ditto.
8308 * gdb.base/signals.exp: Ditto.
8309
8310 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
8311 set, use remote_ld to download the testcase instead of
8312 the GDB loader.
8313
8314 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
8315
8316 * config/vr5000.exp: New file.
8317
8318 * config/monitor.exp(gdb_target_monitor): Add pattern for
8319 "Ending remote" to detect errors in connecting.
8320
8321 * gdb.base/setshow.exp: Add .* within auto language test.
8322
8323 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
8324 target feature.
8325
8326 * config/monitor.exp(gdb_load): Check for a failure when loading,
8327 and reboot the board if necessary.
8328
8329 * gdb.base/setvar.exp(test_set): Handle multiple prints within
8330 a set of tests. Remove print.* from the patterns being checked.
8331
8332 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
8333
8334 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
8335 refer to gdb_spawn_id.
8336
8337 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
8338 longer used.
8339 * config/sparclet.exp: Ditto.
8340 * config/sparclet-old.exp: Ditto.
8341 * config/slite.exp: Ditto.
8342 * config/sim.exp: Ditto.
8343 * gdb.base/funcargs.exp: Ditto.
8344
8345 * lib/gdb.exp:Remove references to gdb_spawn_id.
8346 (gdb_expect): Move to remote.exp.
8347
8348 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
8349
8350 * config/monitor.exp: Detect the "Couldn't establish connection"
8351 message from GDB.
8352
8353 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
8354
8355 * gdb.base/bitfields.exp: Use runto instead of explicit
8356 gdb_run_cmd/gdb_expect sequences.
8357
8358 * gdb.base/break.exp(text_next_with_recursion): Add match for
8359 gdb_expect call.
8360
8361 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
8362 We also need to handle the "A program is being debugged already"
8363 prompt from gdb. Use gdb_test to set the baud rate.
8364
8365 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
8366 to 20000. Really. I mean it.
8367
8368 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8369
8370 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
8371 fails. If suppress_flag is set, skip perror message about not
8372 being able to send to GDB.
8373 (send_gdb): If suppress_flag is set, don't try to send commands to
8374 GDB.
8375 (gdb_expect): If suppress_flag is set, always fail immediately.
8376 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
8377 (gdb_init): Call gdb_stop_suppressing_tests.
8378 (default_gdb_exit): Ditto.
8379 (default_gdb_start): Ditto.
8380
8381 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
8382 gdb_stop_suppressing_tests as appropriate.
8383 * gdb.base/break.exp: Ditto.
8384 * gdb.base/callfuncs.exp: Ditto.
8385 * gdb.base/commands.exp: Ditto.
8386 * gdb.base/exprs.exp: Ditto.
8387 * gdb.base/funcargs.exp: Ditto.
8388 * gdb.base/list.exp: Ditto.
8389 * gdb.base/recurse.exp: Ditto.
8390 * gdb.base/scope.exp: Ditto.
8391 * gdb.base/structs.exp: Ditto.
8392 * gdb.c++/inherit.exp: Ditto.
8393
8394 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
8395
8396 * config/vr4300.exp: New file.
8397
8398 * gdb.*/*.exp: Call gdb_expect instead of expect.
8399
8400 * lib/gdb.exp(gdb_expect): New function.
8401
8402 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
8403
8404 * lib/gdb.exp(gdb_init): New function.
8405
8406 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
8407 for each individual variable set.
8408
8409 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
8410 name.
8411
8412 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
8413
8414 * gdb.base/scope.exp: Use gdb_test.
8415
8416 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
8417 aborting; the testsuite driver will do that for us (see
8418 gdb_finish). Also, use gdb_test in a few more places.
8419
8420 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8421
8422 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
8423
8424 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
8425
8426 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
8427 and "add_tests" are not at the same address.
8428
8429 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
8430
8431 * gdb.base/ptype.exp: Use gdb_test.
8432
8433 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
8434
8435 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
8436 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
8437 left in. No longer expect them to fail.
8438
8439 * gdb.stabs/*.mt; Deleted, no longer used.
8440 * gdb.stabs/configure.in: Remove references to target makefile
8441 frags.
8442 * gdb.stabs/configure: Rebuilt.
8443
8444 * gdb.disasm/*.mt: Deleted, no longer used.
8445 * gdb.disasm/configure.in: Remove references to target makefile
8446 frags. Use "sh3.s" as the unique filename for this directory.
8447 * gdb.disasm/configure: Rebuilt.
8448
8449 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
8450 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
8451 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
8452
8453 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
8454
8455 * config/udi.exp: Use mondfe,name instead of remote_host.
8456
8457 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
8458
8459 * gdb.base/watchpoint.exp: Don't expect a failure when calling
8460 a function with a watchpoint enabled on the mn10200.
8461
8462 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
8463 before trying to create it!
8464
8465 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
8466
8467 * config/vx.exp: Use hostname instead of netport.
8468
8469 * config/vxworks.exp: New file.
8470
8471 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
8472
8473 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
8474 gdb before assuming everything worked. Send a ^C if a timeout
8475 occurs.
8476
8477 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
8478 $gdb_spawn_id directly.
8479 (gdb_run_cmd): Try _start as well as start. Use the target feature
8480 gdb,start_symbol as the symbol to start from when jumping.
8481
8482 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
8483
8484 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
8485 redundant) test.
8486
8487 * gdb.base/recurse.exp: Relax final value test for 'b' so that
8488 it doesn't lose for 16bit integer systems.
8489
8490 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
8491
8492 * gdb.fortran/types.exp: If the target doesn't support "double"
8493 data types, then expect "real" types to only be 4 bytes.
8494
8495 * gdb.c++/virtfunc.exp: Expect failure for virtual function
8496 call tests if the target doesn't support inferior function calls.
8497
8498 * gdb.base/printcmds.exp: Allow minor deviation in FP values
8499 in printf tests.
8500
8501 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
8502
8503 * gdb.base/help.exp: Disable "help set", "help show", and
8504 "help support". Simplify regexp for "help stack".
8505
8506 * gdb.base/default.exp: Set match_max to 5000 and the timeout
8507 to 60 seconds. Temporarily set match_max to 15000 around the
8508 "info copying" test.
8509
8510 * gdb.base/nodebug.exp: Don't try to do an inferior function
8511 call if the target doesn't support them.
8512 * gdb.base/printcmds.exp: Likewise.
8513 * gdb.base/setvar.exp: Likewise.
8514 * gdb.base/structs.exp: Likewise.
8515 * gdb.c++/templates.exp: Likewise.
8516 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
8517
8518 * gdb.base/recurse.exp: Enable for the mn10200.
8519
8520 * configure.in: Do configure gdb.stabs directory for *-*-elf
8521 targets.
8522 * configure: Rebuilt.
8523
8524 * gdb.base/break.exp: Check for gdb,noresults before testing
8525 exit status and/or results from the target.
8526 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8527 * lib/gdb.exp: Remove old (now bogus) initialization of
8528 noinferior, noargs, noresults and nosignals.
8529
8530 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8531
8532 * config/sh.exp: New file.
8533
8534 * config/slite.exp: Try to connect multiple times to the board
8535 before rebooting. Only send a "monitor run" if need_monitor_run
8536 is set.
8537
8538 * gdb.base/break.exp: Don't do the "stub continue" test if
8539 the target has gdb_stub set.
8540
8541 * gdb.base/callfuncs.exp: Increase the timeout.
8542
8543 * gdb.base/interrupt.exp: Don't even try to compile the testcase
8544 if the target has gdb,noinferiorio set.
8545
8546 * gdb.base/list.exp: Increase match_max to 10000 characters.
8547
8548 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
8549
8550 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
8551 target.
8552
8553 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
8554
8555 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
8556
8557 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
8558 trying to delete the copy of gdb. Catch the file delete so we
8559 don't die if the delete fails; also, the file should be copied to
8560 the host, not to the build.
8561
8562 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
8563
8564 * lib/gdb.exp(gdb_test): Surround the result pattern with
8565 parenthesis in case it contains multiple regexps separated
8566 with |.
8567
8568 * gdb.base/watchpoint.exp: Use gdb_test.
8569 * gdb.base/default.exp: Ditto.
8570
8571 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
8572
8573 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
8574
8575 * gdb.base/scope.exp: Use gdb_test.
8576 * gdb.c++/classes.exp: Ditto.
8577 * gdb.c++/inherit.exp: Ditto.
8578
8579 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
8580
8581 * gdb.base/crossload.exp: Don't use execute_anywhere, use
8582 remote_exec instead.
8583 * gdb.base/corefile.exp: Don't be ridiculous.
8584 * gdb.base/*.c: Add missing stub invocations.
8585
8586 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
8587
8588 * config/slite.exp: Miscellaneous fixes.
8589
8590 * lib/gdb.exp: Fix runto.
8591
8592 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
8593 the target.
8594
8595 * gdb.base/watchpoint.exp: Fix regexp.
8596
8597 * lib/gdb.exp(default_gdb_exit): Add a catch to the
8598 close and wait commands, as the descriptor may now be
8599 invalid. Always call "remote_close host".
8600
8601 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
8602
8603 Major rewrite for testsuite revision.
8604
8605 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
8606 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
8607 instead of relying on spawn_id to always contain a valid
8608 spawn id.
8609 (get_compiler_info): New procedure to build the ${binfile}.ci
8610 file, instead of replicating this in N different places.
8611 (gdb_compile): New procedure.
8612
8613 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
8614 appropriate arguments) instead of compile. Use gdb_test in a lot
8615 more places. Use send_gdb instead of send. Always run gdb_start
8616 at the start of a testcase, as this is no longer done magically.
8617
8618 config/*-gdb.exp: Rename without the -gdb suffix.
8619
8620 config/mips.exp: Use remote_close instead of exit_remote_shell.
8621 config/monitor.exp: Use target_info instead of looking at
8622 baud, timeout, etc.
8623 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
8624
8625 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8626
8627 * gdb.c++/templates.exp (test_ptype_of_templates),
8628 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
8629 Update expect patterns for destructors and assignment operators
8630 to match corresponding c-typeprint.c changes.
8631 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
8632 to destructor breakpoint test, GDB should be able to set the
8633 destructor breakpoint without specifying arguments.
8634
8635 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
8636
8637 * gdb.threads/pthreads.exp: Change result for failure to compile due
8638 to lack of pthreads runtime support from an error to simply an
8639 unsupported test, per dejagnu standards.
8640
8641 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8642
8643 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
8644 where GDB exits to reduce pattern match time.
8645 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
8646
8647 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
8648
8649 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
8650
8651 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
8652 * gdb.base/default.exp: ditto.
8653 * gdb.base/nodebug.exp: ditto.
8654 * gdb.base/printcmds.exp: ditto.
8655 * gdb.base/ptype.exp: ditto.
8656 * gdb.base/setvar.exp: ditto.
8657 * gdb.base/structs.exp: ditto.
8658 * gdb.base/setshow.c: Guard against uninitialized values of argc.
8659
8660 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
8661
8662 * configure, */configure: Rebuild with autoconf 2.12.
8663
8664 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
8665
8666 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
8667 use new i*86-pc-linux*-gnu quads.
8668 * gdb.base/corefile.exp: Ditto.
8669 * gdb.base/signals.exp: Ditto.
8670 * gdb.base/sigall.exp: Ditto.
8671 * gdb.base/interrupt.exp: Ditto.
8672
8673 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
8674 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
8675 RedHat 4.0.
8676
8677 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
8678 linux. This allows the test case to at least compile on latest
8679 linux, but still not run due to missing the threads runtime library.
8680
8681 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8682
8683 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
8684 directory to search gdb directory. Accept and step over conditional
8685 stack alignment code. Consume $prompt in failure cases.
8686 Reset timeout to $oldtimeout instead of some arbitrary value.
8687 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
8688 timeout problems with infinite stack backtraces.
8689 * gdb.base/ptype.exp (ptype struct link, union tu_link):
8690 Accept function parameters for linkfunc member.
8691
8692 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
8693
8694 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
8695 (CXXFLAGS): Remove, unreferenced.
8696 (B_OPTIONS): Add for -B options and add code to initialize with
8697 previous -B options and also add -B option to pick up cross compiled
8698 runtime.
8699 (TARGET_INCLUDES): Add for -I options and add code to initialize when
8700 doing cross compiles.
8701 (target_alias): Declare global.
8702 (xgcc): Set variable to full path of gcc in build tree. Use findfile
8703 to verify that gcc exists in build tree, and if so set CC to that
8704 gcc and to use B_OPTIONS and TARGET_INCLUDES.
8705
8706 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
8707
8708 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
8709 ptype test for anonymous union. Fixup testcase to match
8710 current gcc debug output.
8711
8712 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
8713
8714 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
8715 force argument to an unsigned long type.
8716
8717 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
8718
8719 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
8720 tests and anonymous union print/ptype tests.
8721 * gdb.base/list.exp (test_forward-search): Increase timeout by
8722 5 minutes for the "search extremely long line" case.
8723 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
8724 completely optional and that the pass/fail messages use the command as
8725 the message if that third arg is a null string.
8726 (gdb_test_exact): Arrange that a null string pattern means match a
8727 null string output rather than any output, which might include random
8728 errors.
8729 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
8730 backtrace test.
8731 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
8732 always failing and failure is now exposed by gdb.exp changes.
8733
8734 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
8735
8736 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
8737 weren't being noted.
8738
8739 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8740
8741 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
8742 * gdb.stabs/weird.exp: Remove v_comb xfails.
8743
8744 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
8745
8746 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
8747 list.exp scope.exp watchpoint.exp]
8748 Make all timeout error msgs explicitly say "(timeout)".
8749
8750 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
8751
8752 * config/monitor.exp: Increase download timeout to 1000 seconds.
8753
8754 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
8755
8756 * config/m32r.exp: Increase timeout to 120 seconds.
8757
8758 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
8759
8760 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
8761 and accept older ordering as obsolescent gcc or gdb.
8762 * gdb.c++/templates.exp: Ditto.
8763 * gdb.c++/virtfunc.exp: Ditto.
8764
8765 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
8766
8767 * gdb.base/coremaker.c: Add code to mmap some data so we
8768 can check that it ends up in the core file.
8769 * gdb.base/corefile.exp: Add test to read mmapped data
8770 from core file.
8771
8772 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
8773
8774 * config/m32r.exp: New file.
8775
8776 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
8777
8778 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
8779 that cflags can contains -gstabs, and work correctly for other tests.
8780
8781 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
8782
8783 * gdb.base/setshow.exp: New file, tests show and set.
8784 * gdb.base/setshow.c: New file, tests show and set.
8785 * gdb.base/help.exp: Add test for help set|show annotate.
8786 * gdb.base/default.exp: Add test for set|show annotate.
8787
8788 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
8789
8790 * testsuite/gdb.base/break.exp: Make backtrace from factorial
8791 errors unique.
8792 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
8793 explicitly.
8794
8795 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
8796
8797 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
8798 and width commands. This is done elsewhere.
8799 * (gdb_start): Don't call gdb_start_sim here. That's already
8800 done in gdb_load. This fixes lots of failures in default.exp.
8801
8802 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
8803
8804 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8805 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
8806 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
8807 in the same we we treat other failures (since it may be an expected
8808 condition), rather than as an error.
8809 * gdb.base/signals.exp (test_handle_all_print): Revert back to
8810 old test format.
8811
8812 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
8813
8814 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
8815 (distclean maintainer-clean realclean): No need to remove files
8816 twice. Nuke the duplicates.
8817 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
8818 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
8819 Remove config.h along with other config files.
8820
8821 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
8822
8823 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
8824 "p func1 ()" and note that rests of tests are skipped.
8825 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
8826 setup_xfails for "print func2::coremaker_local".
8827 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
8828 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
8829 affected by the previous run test.
8830 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
8831 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
8832 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
8833 "pass int powerset tuple" and "pass modeless int powerset tuple".
8834 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
8835 "real write 4" and "real write 8".
8836 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
8837 setup_xfails for "print vs1 after tuple assign 2",
8838 "print \$i after tuple assign 2", and
8839 "print vs2 after tuple assign 2".
8840 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
8841 meaningful error message and return -1 so the caller can
8842 suppress further tests and avoid a cascade of errors.
8843
8844 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
8845
8846 * gdb.base/a1-selftest.exp: Tweak tests to account for new
8847 format for printing version.
8848 * gdb.base/default.exp: Ditto.
8849 * gdb.base/interrupt.exp: Fix problem with cascade of
8850 errors if child process dies while calling a function.
8851
8852 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
8853
8854 * Makefile.in (VPATH): Add
8855 * Makefile.in (Makefile, config.status): Fix rules so things get
8856 remade when necessary.
8857
8858 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
8859
8860 * Makefile.in (just-check): Add path to sibling expect dir
8861 to environment variable specified by RPATH_ENVVAR.
8862
8863 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
8864
8865 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
8866 (just-check): Add shared library paths for libstdc++, tk,
8867 tcl, bfd, and opcodes to the environment variable specified
8868 in RPATH_ENVVAR.
8869 * configure.in: Add support to recognize --enable-shared flag
8870 and generate correct value for RPATH_ENVVAR.
8871 * configure: Regenerated with autoconf.
8872
8873 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
8874
8875 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
8876 include all osf versions.
8877 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
8878 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
8879 when target is linux. When failing to build pthreads test
8880 executable, give more meaningful message.
8881 * gdb.threads/pthreads.c: Hpux also uses old definition of second
8882 arg for pthread_create.
8883
8884 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
8885
8886 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
8887 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
8888 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
8889 and -lpthreads (everybody else).
8890 (test_startup): Fail gracefully if threads are not supported.
8891 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
8892 "p/c array_index("abcdef",2)" when not gcc compiled.
8893 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
8894 "print func2::coremaker_local" when not gcc compiled.
8895 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
8896 "ptype on opaque struct tagname (statically)",
8897 "ptype on opaque struct tagname (dynamically) 1", and
8898 "ptype on opaque struct tagname (dynamically) 2"
8899 for not compiled with gcc.
8900 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
8901 backtrace when compiled with gcc.
8902 * lib/gdb.exp (runto_main): Return result of "runto main" rather
8903 than always return success.
8904
8905 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
8906
8907 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
8908
8909 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
8910
8911 * gdb.base/structs.exp: Undo last change.
8912
8913 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
8914
8915 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
8916 encapsulate all the steps/nexts done during self test, starting
8917 at main, and makes them less sensitive to optimization issues.
8918 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
8919 signal handler" test.
8920 * gdb.threads/pthreads.exp: Only run this for native configs.
8921 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
8922 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
8923 tests.
8924 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
8925 for "runto test_calls(void)" test.
8926
8927 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
8928
8929 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
8930 and don't expect address info in breakpoint confirmations.
8931
8932 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
8933
8934 * gdb.base/list.exp (test_forward_search): Increase timeout
8935 temporarily by 60 seconds for searching extremely long line,
8936 and then reset to old value when done. Increase expect input
8937 buffer to 10000.
8938
8939 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
8940
8941 * gdb.base/list.exp (test_forward_search): Fix to handle very
8942 long source line without overflowing expect's input buffer.
8943
8944 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
8945
8946 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
8947 "buffer_full".
8948
8949 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
8950 "buffer_full".
8951
8952 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
8953 "buffer_full".
8954
8955 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
8956 "buffer_full".
8957
8958 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
8959
8960 * configure.in (configdirs): Add gdb.threads.
8961 * configure: Regenerated with autoconf.
8962 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
8963 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
8964 * gdb.threads/configure: New, generated with autoconf.
8965
8966 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
8967
8968 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
8969
8970 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
8971
8972 * gdb.base/signals.exp (test_handle_all_print): Test separately for
8973 each signal's status in the output of "handle all print".
8974 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
8975 the \r\n sequence that immediately precedes the gdb prompt.
8976 * gdb.base/a1-selftest.exp: Save original timeout and restore
8977 after test.
8978
8979 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
8980
8981 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
8982 symbol.
8983
8984 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8985
8986 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
8987
8988 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
8989
8990 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
8991 timeout by 60 seconds.
8992
8993 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
8994
8995 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
8996 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
8997 error return.
8998
8999 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
9000
9001 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
9002 gdb initialization, also report how long dejagnu waited. Restore
9003 old timeout before doing error return. Temporarily increase timeout
9004 by 3 minutes to allow for slow startups over heavy NFS use.
9005
9006 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
9007
9008 * lib/gdb.exp: Report timeout value for verbosity level 2.
9009 * config/gdbserver.exp: Ditto.
9010 * config/hppro.exp: Ditto.
9011 * config/mips-gdb.exp: Ditto.
9012 * config/monitor.exp: Ditto.
9013 * config/netware.exp: Ditto.
9014 * config/sim-gdb.exp: Ditto.
9015 * config/slite-gdb.exp: Ditto.
9016 * config/udi-gdb.exp: Ditto.
9017 * config/unix-gdb.exp: Ditto.
9018 * config/vx-gdb.exp: Ditto.
9019 * gdb.base/a1-selftest.exp: Ditto.
9020 * gdb.base/a2-run.exp: Ditto.
9021 * gdb.base/break.exp: Ditto.
9022 * gdb.base/corefile.exp: Ditto.
9023 * gdb.base/list.exp: Ditto.
9024 * gdb.base/recurse.exp: Ditto.
9025 * gdb.base/scope.exp: Ditto.
9026 * gdb.base/signals.exp: Ditto.
9027
9028 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9029
9030 * gdb.threads/Makefile.in (docdir): Removed.
9031
9032 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9033
9034 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
9035 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
9036 @srcdir@.
9037 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
9038 autoconf 2.5 or higher.
9039 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
9040
9041 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
9042
9043 * configure: Regenerated.
9044 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
9045 avoid name clashes with SunOS headers.
9046
9047 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
9048
9049 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
9050
9051 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
9052
9053 * gdb.base/callfuncs.exp: Finish last change -- make sure the
9054 prototype information ends up in the compiler info file.
9055
9056 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
9057
9058 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
9059 attempting to regenerate it. Eliminate use of a temporary file
9060 and just generate the info file directly. Source it immediately,
9061 for consistency of use.
9062 * gdb.base/corefile.exp: Ditto
9063 * gdb.base/exprs.exp: Ditto.
9064 * gdb.base/funcargs.exp: Ditto.
9065 * gdb.base/langs.exp: Ditto.
9066 * gdb.base/list.exp: Ditto.
9067 * gdb.base/mips_pro.exp: Ditto.
9068 * gdb.base/nodebug.exp: Ditto.
9069 * gdb.base/opaque.exp: Ditto.
9070 * gdb.base/ptype.exp: Ditto.
9071 * gdb.base/scope.exp: Ditto.
9072 * gdb.base/setvar.exp: Ditto.
9073 * gdb.base/signals.exp: Ditto.
9074 * gdb.base/whatis.exp: Ditto.
9075 * gdb.c++/templates.exp: Ditto.
9076 * gdb.c++/virtfunc.exp: Ditto.
9077 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
9078 whether or not to add -lstdc++ to the compile command line args.
9079
9080 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9081
9082 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
9083 it got fixed by the recent lookup_minimal_symbol_by_pc change.
9084 Increase timeout, a lot of single stepping might be needed if the
9085 target has no hardware watchpoints.
9086
9087 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
9088
9089 * gdb.base/break.exp: Ignore compiler warnings when compiling
9090 break.c.
9091 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
9092 * gdb.base/default.exp: Add h8300 xfails. Handle messages
9093 from remote-sim.
9094 * gdb.base/exprs.exp: Add h8300 xfails.
9095 * gdb.base/funcargs.exp: Likewise.
9096 * gdb.base/nodebug.exp: Likewise.
9097 * gdb.base/printcmds.exp: Likewise.
9098 * gdb.base/ptype.exp: Likewise.
9099 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
9100 h8300 xfails.
9101 * gdb.base/return.exp: Handle float/double precision problems
9102 on the h8300.
9103 * gdb.base/funcargs.c: Explicitly make last constant argument to
9104 call_after_alloca_subr an unsigned long type.
9105 * gdb.base/return.c: Include stdio.h.
9106
9107 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9108
9109 * config/abug.exp: New file for the older Motorola Bug monitor
9110 that runs on the mvme13x series VME boards.
9111 * config/monitor.exp: Use the new config array for target settings
9112 if they exist.
9113
9114 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
9115
9116 * sim-gdb.exp: Make the SH simulator allocate less space when
9117 it is targeted.
9118
9119 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
9120
9121 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
9122 test.
9123
9124 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
9125
9126 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
9127 "rs6000-*-*" for "list function in include file" when gcc compiled.
9128 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
9129 for "p ctable1[120]".
9130 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
9131 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
9132 Remove setup_xfail for "rs6000-*-*" for
9133 "print 'scope0.c'::filelocal before run".
9134 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
9135 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
9136 since some compilers don't allow both options to be given
9137 on the same command line. Create object file and move it.
9138
9139 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
9140
9141 * gdb.base/corefile.exp: Always regenerate the core file, since
9142 we always regenerate the coremaker program. Detect special case
9143 where registers cannot be read from core file.
9144
9145 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
9146
9147 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9148 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
9149 * gdb.c++/templates.exp: Only match on basename of file since
9150 some formats like xcoff don't encode directory information.
9151 * gdb.stabs/weird.exp: Use the right sed script for powerpc
9152 and rs6000 AIX xcoff targets.
9153 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
9154 * configure: Regenerate.
9155 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
9156 here, rather than in distclean.
9157
9158 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
9159
9160 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
9161 defined, and use it to compile the test case with -O2. The
9162 native compilation still uses no optimization.
9163 * gdb.base/mips_pro.c: Remove inline assembly code since
9164 it is compiled PIC by default, which results in assembler
9165 warnings that make the testsuite think the compilation
9166 was unsuccessful.
9167
9168 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
9169
9170 * gdb.c++/misc.exp: Add note to message for
9171 "print s.a for foo struct" that this is a known gcc 2.7.2
9172 and earlier bug.
9173
9174 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
9175
9176 * gdb.base/break.exp: Fix pattern for matching "Delete all
9177 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
9178 setup_xfail for deleting all breakpoints test. Fix various
9179 timeout messages to include "(timeout)".
9180 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
9181 for "p t_float_values2(3.14159,float_val2)".
9182 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
9183 for "continue to call2g" when gcc compiled.
9184 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
9185 "up to foo in langs.exp", "show language at foo in langs.exp",
9186 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
9187 and "show language at fsub in langs.exp".
9188 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
9189 "list line 1 in include file", "list message for lines past EOF",
9190 "list function in include file", "list list0.h:foo", and
9191 "list filename:function; nonexistant function".
9192 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
9193 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
9194 and "ptype t_char_array" to be for native cc only.
9195
9196 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
9197
9198 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
9199 setup_xfail for "print coremaker_bss", "print coremaker_ro",
9200 "print func2::coremaker_local", and "backtrace in corefile.exp".
9201
9202 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
9203
9204 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
9205 "bt in signals.exp". This problem only appears when running
9206 the testsuite, and then only intermittently.
9207
9208 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9209
9210 * gdb.base/return.exp (return_tests): Differentiate between
9211 two tests of continuing.
9212
9213 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9214
9215 * */Makefile.in (maintainer-clean): Remove config.log.
9216 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
9217 * gdb.c++/Makefile.in (PROGS): Add inherit.
9218 (clean): Remove *.ci.
9219
9220 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
9221
9222 * gdb.c++/misc.cc: Add test code from Mike Stump.
9223 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
9224
9225 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
9226
9227 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
9228 to "alpha-*-osf2*" and add comment.
9229 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
9230 setup_xfail for "step over execarg initialization" and
9231 "step over corearg initialization".
9232 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
9233 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
9234 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
9235 gcc compiled for "print coremaker_bss", "print coremaker_ro",
9236 "print func2::coremaker_local", and "backtrace in corefile.exp".
9237 * gdb.base/signals.exp: Build and source signals.ci.
9238 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
9239 to be for gcc only.
9240 * lib/gdb.exp: Move verbose statements outside conditionals.
9241
9242 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9243
9244 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
9245 Feb 3 procfs.c change.
9246
9247 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
9248
9249 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
9250
9251 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
9252
9253 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
9254 from dejagnu's apparent default of 10 seconds, which gives random
9255 results when running the tests over NFS on moderately loaded systems.
9256 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
9257
9258 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
9259
9260 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
9261 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
9262 result reports.
9263
9264 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
9265
9266 * configure.in (CY_AC_PATH_TCLH): Remove.
9267 * configure: Regenerate.
9268
9269 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
9270
9271 * gdb.c++/Makefile.in (clean): Add missing '{'.
9272
9273 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
9274
9275 * lib/gdb.exp: Provide a default value for noinferior.
9276
9277 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
9278 Load libgloss.exp.
9279
9280 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
9281
9282 * gdb.disasm/hppa.exp: Compile directly into an executable, use
9283 the executable, not the .o to run the tests from.
9284
9285 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
9286
9287 * gdb.base/break.exp: Don't test for program exit or exit status
9288 if $noresults if nonzero.
9289 * gdb.base/langs.exp: Likewise.
9290 * gdb.base/watchpoint.exp: Likewise.
9291
9292 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
9293 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
9294 trying to compile the testcase.
9295
9296 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
9297
9298 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
9299 * gdb.base/signals.exp (continue to handler): Likewise.
9300
9301 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
9302
9303 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
9304
9305 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
9306
9307 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
9308
9309 * gdb.base/corefile.exp: Recognize "not found" as failure
9310 when trying to determine if a core file was generated.
9311 If no core file was generate the first time, try again without
9312 the ulimit -c to work around braindamaged shells.
9313
9314 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
9315
9316 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
9317 [] tests with "test" and enclose string in quotes.
9318 * gdb.stabs/configure: Rebuild
9319
9320 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
9321
9322 Changes in sync with expect:
9323 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
9324 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
9325 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
9326 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
9327 argument to AC_REQUIRE.
9328 * configure: Regenerated.
9329
9330 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
9331
9332 * gdb.base/corefile.exp: When generating a core, discard any
9333 error messages about ulimit not found and the "core dumped"
9334 message from the shell that runs the coredumper.
9335
9336 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
9337
9338 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
9339
9340 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
9341 which sed script to run. Expect failure for v_comb test
9342 on PA targets too.
9343
9344 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
9345
9346 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
9347 "print func2::coremaker_local" and for "backtrace in corefile.exp"
9348
9349 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
9350
9351 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
9352 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
9353 "sparc-sun-solaris*" xfails for "p v_comb".
9354 * lib/gdb.exp (default_gdb_start): Fix typo.
9355 * gdb.base/corefile.exp: Allow "Core was generated by ..."
9356 messages to not include the full program name that caused
9357 the core dump since some systems (such as solaris) apparently
9358 truncate this path to about 80 characters.
9359 When generating a core file first try increasing the core file
9360 size limit to unlimited since some systems may default it to
9361 zero, and it is harmless to try it. Move the test for failing
9362 to generate a core file to where it will actually get executed.
9363 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
9364 new gdb result from g++ debug info improvements and make old
9365 pattern obsolescent. Also account for size_t differences
9366 (may be int or long).
9367 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
9368 initialization before function call is placed in the delay slot
9369 and thus appears to be skipped over by commands such as "next".
9370
9371 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9372
9373 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
9374
9375 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
9376
9377 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
9378 input source file; fix code to compile test to deal with this
9379 convention.
9380 * gdb.c++/*.exp: Likewise.
9381
9382 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
9383
9384 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
9385 "bt in signals.exp".
9386
9387 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
9388
9389 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
9390 "step over execarg initialization" and
9391 "step over corearg initialization".
9392
9393 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
9394
9395 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
9396 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
9397
9398 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
9399
9400 From Rob Savoye (rob@poseidon.cygnus.com)
9401 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
9402 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
9403 configure.in}, gdb.disasm/{Makefile.in, configure.in},
9404 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
9405 configure.in}: Major reworking for autoconfig.
9406 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
9407 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
9408 New files.
9409 * config/unix-gdb.exp: Make GDB global.
9410 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
9411 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
9412 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
9413 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
9414 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
9415 term.exp, twice.exp, watchpoint.exp, whatis.exp},
9416 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
9417 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
9418 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
9419 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
9420 pr-8136.exp, result.exp, string.exp, tuples.exp},
9421 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
9422 to returns as necessary, arrange for test to compile own testcase
9423 executable.
9424 * lib/gdb.exp: Changes for testsuite to compile own test cases.
9425
9426 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
9427
9428 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
9429 clear_xfail at end of test which might not call either pass or fail.
9430 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
9431 "backtrace through signal handler".
9432
9433 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9434
9435 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
9436 continuing from a job control stop signal.
9437 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
9438
9439 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
9440
9441 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
9442 * gdb.base/corefile.exp: Likewise.
9443 * gdb.base/funcargs.exp: Likewise.
9444
9445 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
9446
9447 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
9448 * config/monitor.exp: Add support for setting baud rate.
9449
9450 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
9451
9452 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
9453 i*86-*-linux* xfails for "backtrace through signal handler".
9454 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
9455 "print func2::coremaker_local".
9456 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
9457 alpha-dec-osf2* xfail for
9458 "delete all breakpoints when none".
9459
9460 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
9461
9462 * gdb.base/break.exp: Change test that deletes all breakpoints
9463 when no user breakpoints are installed. A post 4.15 change
9464 causes gdb to no longer prompt in this case.
9465
9466 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
9467
9468 * gdb.base/return.exp (return_tests): Change xfail for test
9469 "correct value returned double test" to stop xfailing at
9470 Solaris 2.5. Apparently the bug has been fixed.
9471
9472 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
9473
9474 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
9475 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
9476
9477 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
9478
9479 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
9480 * gdb.disasm/hppa.s: Corresponding changes.
9481
9482 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
9483
9484 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
9485 makefile fragment.
9486 * config/mt-hpux: Deleted.
9487
9488 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
9489
9490 * Many files: When warning about suppressed tests due to a
9491 nonexistant test binary, avoid incrementing the warning count.
9492
9493 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
9494
9495 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
9496
9497 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9498
9499 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
9500 "sparc-*-solaris2*".
9501
9502 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9503
9504 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
9505 Add global and local variables and initialize them.
9506 * gdb.base/corefile.exp: Test correct mapping of corefile sections
9507 by printing variables. Remove rs6000 and powerpc xfails, BFD now
9508 extracts the file name and terminating signal from the core file.
9509 * TODO: Remove note about tests for correct mapping of corefile.
9510 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
9511 from optimizing it away.
9512 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
9513 handles common blocks.
9514
9515 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
9516
9517 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
9518 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
9519
9520 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9521
9522 * Makefile.in (maintainer-clean): New target, synonym for
9523 realclean.
9524 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9525 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9526 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9527 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9528 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9529 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9530
9531 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9532
9533 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9534 xfails when not gcc compiled for "print foo::funclocal".
9535 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9536 "print foo::funclocal at foo",
9537 "print 'scope1.c'::foo::funclocal at foo",
9538 "print foo::funclocal_bss at foo",
9539 "print 'scope1.c'::foo::funclocal_bss at foo",
9540 "print foo::funclocal_ro at foo",
9541 "print 'scope1.c'::foo::funclocal_ro at foo",
9542 "print bar::funclocal at foo" and
9543 "print 'scope1.c'::bar::funclocal at foo".
9544 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
9545 gcc compiled for "print foo::funclocal at bar".
9546 Expand all messages to ensure that they identify that
9547 the test is at bar().
9548 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
9549 gcc compiled for:
9550 "ptype on opaque struct pointer (statically)",
9551 "ptype on opaque struct tagname (statically)",
9552 "ptype on opaque struct pointer (dynamically) 1",
9553 "ptype on opaque struct tagname (dynamically) 1",
9554 "ptype on opaque struct pointer (dynamically) 2" and
9555 "ptype on opaque struct tagname (dynamically) 2
9556 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
9557 gcc compiled for:
9558 "p datalocal"
9559 "whatis datalocal",
9560 "ptype datalocal",
9561 "p bsslocal",
9562 "whatis bsslocal", and
9563 "ptype bsslocal".
9564 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
9565 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
9566 when not gcc compiled.
9567 * gdb.base/funcargs.exp (float_and_integral_args): Add
9568 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
9569 compiled.
9570 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
9571 "backtrace from call6a" when not gcc compiled.
9572 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
9573 "backtrace from call7a" when not gcc compiled.
9574 * gdb.base/callfuncs.exp (do_function_calls):
9575 Add "hppa*-*-hpux*" xfail when not gcc compiled for
9576 "p t_char_array_values(char_array_val2,char_array_val1)",
9577 "p t_char_array_values(char_array_val1,char_array_val2)",
9578 "p t_char_array_values("carray 1","carray 2")",
9579 "p t_char_array_values("carray 1",char_array_val2)",
9580 "p t_char_array_values(char_array_val1,"carray 2")",
9581 "p sum_args(1,{2})",
9582 "p sum_args(2,{2,3})",
9583 "p sum_args(3,{2,3,4})",
9584 "p sum_args(4,{2,3,4,5})"
9585 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
9586 "backtrace in corefile.exp" when not gcc compiled.
9587
9588 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9589
9590 * gdb.base/signals.exp: Rewrite `handle all print' test as
9591 a procedure. Accept blanks or TABs as whitespace, increase
9592 timeout and expect input buffer size for the large output
9593 from the command. Remove "i*86-*-bsdi2.0" xfail.
9594
9595 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9596
9597 * gdb.base/setvar.exp: Add new testcases for truncation when
9598 assigning invalid values to bitfields.
9599
9600 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
9601
9602 * gdb.base/callfuncs.exp (do_function_calls): Remove
9603 mips-sgi-irix* xfail for
9604 "call inferior func with struct - returns char *"
9605 and fix test so that an optional (unsigned char *) cast is
9606 accepted in the result.
9607
9608 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
9609
9610 * gdb.base/funcargs.exp (float_and_integral_args): Remove
9611 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9612 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
9613 * gdb.base/signals.exp: Remove duplicate "handle all print" test
9614 that accidentally got checked in.
9615
9616 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
9617
9618 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
9619 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
9620 compiled test.
9621 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
9622 Add mips-sgi-irix5* xfail for not gcc compiled.
9623 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
9624 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
9625 "p top", "whatis top", "p middle", and "whatis middle".
9626 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
9627 "whatis signed char" for not gcc compiled.
9628 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
9629 "set variable signed char=-1 (-1)" and
9630 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
9631 * gdb.base/funcargs.exp (float_and_integral_args):
9632 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
9633 Add mips-sgi-irix* xfail when not gcc compiled for
9634 "continue to call2b".
9635 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
9636 "continue to call2g".
9637 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
9638 "backtrace from call6a"
9639 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
9640 "backtrace from call7k".
9641 Add mips-sgi-irix5* xfail when not gcc compiled for
9642 "backtrace from call7a".
9643 (localvars_after_alloca): Fix gdb_test cmds for
9644 "print * after runto ...".
9645 Remove rs6000-*-* xfails for
9646 "print i after runto localvars_after_alloca" and
9647 "print l after runto localvars_after_alloca"
9648 for all compilers.
9649 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
9650 when not compiled with gcc, for:
9651 "print signed char == (minus)",
9652 "print signed char != (minus)",
9653 "print signed char < (minus)",
9654 "print signed char > (minus)".
9655 * gdb.base/callfuncs.exp (do_function_calls):
9656 Add mips-sgi-irix* xfail, when compiled with native compiler, for
9657 "call inferior func with struct - returns char *".
9658 * gdb.base/return.exp (return_tests): Change xfail for
9659 "correct value returned double test" to include Solaris 2.4.
9660 * gdb.base/funcargs.exp (float_and_integral_args):
9661 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9662
9663 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9664
9665 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
9666 enumeration bitfields if compiling with GNU C.
9667 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
9668 to empty' prompt.
9669
9670 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
9671
9672 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
9673 test for PRO targets.
9674
9675 * gdb.base/funcargs.exp: Avoid ever setting more than 8
9676 breakpoints in the inferior at any given time by making
9677 two groups of breakpoints for call2*, call6* and call7*
9678 tests.
9679
9680 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9681
9682 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
9683 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
9684 from optimizing it away.
9685 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
9686 "call inferior func with struct".
9687
9688 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
9689
9690 * configure.in: Only configure gdb.chill for particular targets.
9691
9692 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
9693
9694 * gdb.base/Makefile.in: Add action to .c.o transformation
9695 rule that generates a .ci file for each .o file and remove
9696 explicit .c.o rules except for callfuncs.o.
9697 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
9698 generates a .ci file for each .o file and remove explicit
9699 .cc.o rules.
9700 (clean): Remove *.tmp *.ci files.
9701 (EXECUTABLES): Remove templ-info.exp.
9702 * gdb.base/compiler.c: New file.
9703 * gdb.c++/compiler.cc: New file
9704 * gdb.base/scope.exp: Source gdb.base/scope.ci.
9705 Change rs6000-*-* xfail for
9706 "print 'scope0.c'::filelocal_ro" and
9707 "print 'scope1.c'::filelocal" and
9708 "print 'scope1.c'::filelocal_bss" and
9709 "print 'scope1.c'::filelocal_ro" and
9710 "print 'scope1.c'::foo::funclocal" and
9711 "print 'scope1.c'::foo::funclocal_ro" and
9712 "print 'scope1.c'::bar::funclocal" and
9713 "print 'scope0.c'::filelocal_ro" and
9714 "print 'scope1.c'::filelocal at foo" and
9715 "print 'scope1.c'::filelocal_bss at foo" and
9716 "print 'scope1.c'::filelocal_ro at foo" and
9717 "print 'scope1.c'::foo::funclocal at foo" and
9718 "print 'scope1.c'::foo::funclocal_bss at foo" and
9719 "print 'scope1.c'::foo::funclocal_ro at foo" and
9720 "print 'scope1.c'::bar::funclocal at foo" and
9721 "print 'scope0.c'::filelocal_ro" and
9722 "print 'scope1.c'::filelocal" and
9723 "print 'scope1.c'::filelocal_bss" and
9724 "print 'scope1.c'::filelocal_ro" and
9725 "print 'scope1.c'::foo::funclocal" and
9726 "print 'scope1.c'::foo::funclocal_bss" and
9727 "print 'scope1.c'::foo::funclocal_ro" and
9728 "print 'scope1.c'::bar::funclocal" and
9729 "print 'scope1.c'::bar::funclocal_bss"
9730 to only be xfail'd when not compiled with gcc.
9731 Add rs6000-*-* xfail for
9732 "print 'scope0.c'::filelocal_bss before run"
9733 when compiled with gcc.
9734 (test_at_main): Add rs6000-*-* xfail for
9735 "print filelocal_ro in test_at_main"
9736 when compiled with gcc.
9737 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
9738 Add rs6000-*-aix* xfail for
9739 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
9740 "ptype t_char_array", not compiled with gcc.
9741 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
9742 xfail for "list foo (in include file)" when gcc compiled.
9743 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
9744 (integral_args): Add rs6000-*-* xfail for
9745 "run to call0a" if not compiled with gcc.
9746 (unsigned_integral_args): Add rs6000-*-* xfail for
9747 "run to call1a" if not compiled with gcc.
9748 (float_and_integral_args): Add rs6000-*-* xfail for
9749 "run to call2a" if not compiled with gcc and for
9750 "continue to call2b" for any compiler.
9751 Add rs6000-*-* xfail to
9752 "print f1 after run to call2a" for gcc compiled.
9753 (discard_and_shuffle): Add rs6000-*-* xfail for
9754 "run to call6a".
9755 (shuffle_round_robin): Add rs6000-*-* xfail for
9756 "backtrace from call7a" if not compiled with gcc.
9757 Add rs6000-*-* xfail for
9758 "backtrace from call7b" if compiled with gcc.
9759 (call_after_alloca): Add rs6000-*-* xfail for
9760 "print c in call_after_alloca" and
9761 "print s in call_after_alloca" and
9762 "backtrace from call_after_alloca_subr"
9763 if not compiled with gcc.
9764 (localvars_in_indirect_call): Add rs6000-*-* xfail for
9765 "print c in localvars_in_indirect_call" and
9766 "print c in localvars_in_indirect_call" and
9767 "backtrace in indirectly called function" and
9768 "stepping into indirectly called function"
9769 if not compiled with gcc.
9770 (localvars_after_alloca): Add rs6000-*-* xfail for
9771 "print c after runto localvars_after_alloca" and
9772 "print s after runto localvars_after_alloca" and
9773 "print i after runto localvars_after_alloca" and
9774 "print l after runto localvars_after_alloca"
9775 for all compilers.
9776 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
9777 than whatis-info.exp.
9778 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
9779 than opaque-info.exp.
9780 Setup rs6000-*-* xfail for
9781 "ptype on opaque struct pointer (statically)" and
9782 "ptype on opaque struct pointer (dynamically)" when
9783 not compiled with gcc.
9784 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
9785 rather than callf-info.exp.
9786 (do_function_calls): Add clear_xfail for rs6000-*-* for
9787 "p t_float_values2(3.14159,float_val2)". Seems to work
9788 fine there, both with xlc and gcc. Need to find out what
9789 it is doing right and fix other platforms.
9790 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
9791 "call inferior func with struct - returns int",
9792 "call inferior func with struct - returns long",
9793 "call inferior func with struct - returns float",
9794 "call inferior func with struct - returns double",
9795 "call inferior func with struct - returns char *",
9796 but only if not gcc compiled (presumes xlc compiled).
9797 Change rs6000-*-* xfails for
9798 "call inferior func with struct - returns char" and
9799 " call inferior func with struct - returns short" to only
9800 xfail if not using gcc.
9801 (clean mostlyclean): Remove *.ci and *.tmp files.
9802 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
9803 than templ-info.exp.
9804 * gdb.base/langs.exp: Source gdb.base/langs.ci.
9805 Add rs6000-*-* xfail for "up to foo in langs.exp"
9806 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
9807 when not gcc compiled.
9808
9809 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9810
9811 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
9812 * gdb.base/corefile.exp: Likewise.
9813 * gdb.base/list.exp: Likewise.
9814 * gdb.base/scope.exp: Likewise.
9815 * gdb.base/siganls.exp: Likewise.
9816
9817 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
9818 compiler output.
9819 * gdb.base/whatis.exp: Likewise.
9820
9821 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
9822
9823 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
9824 failure (opcode table has been fixed to match reality).
9825
9826 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
9827
9828 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
9829 "call inferior func with struct - returns char",
9830 "call inferior func with struct - returns short"
9831
9832 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
9833 "print 'scope0.c'::filelocal at main",
9834 "print 'scope0.c'::filelocal_bss in test_at_main",
9835 "print 'scope0.c'::filelocal at foo",
9836 "print 'scope0.c'::filelocal_bss in test_at_foo",
9837 "print 'scope0.c'::filelocal at bar",
9838 "print 'scope0.c'::filelocal_bss in test_at_bar"
9839
9840 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
9841 in source file 1". This bug seems to have been fixed with both
9842 gcc and native cc (was native assembler bug?).
9843
9844 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
9845
9846 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
9847 "backtrace through signal handler" to "i*86-*-sysv4*".
9848 * gdb.base/signals.exp: Add xfail for "'next' behaved as
9849 continue" case. Add "known SVR4 bug" to fail message.
9850 Add "i*86-*-bsdi2.0" xfail for "handle all print".
9851 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
9852 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
9853 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
9854 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
9855 "up to foo in langs.exp", "show language at foo in
9856 langs.exp", "up to cppsub_ in langs.exp", "show
9857 language at cppsub_ in langs.exp", "up to fsub in
9858 langs.exp", and "show language at fsub in langs.exp".
9859 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
9860 "bactrace in corefile.exp".
9861 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
9862 "call inferior function with struct - returns float" and
9863 "call inferior function with struct - returns double".
9864
9865 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
9866
9867 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
9868 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
9869 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
9870 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
9871
9872 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
9873
9874 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
9875 (or overriden) "CHILL" macro rather then bare "gcc".
9876 Also look for ../../gcc/xgcc since that is what we will
9877 actually need, not "Makefile". Remove following assignment
9878 of CHILL to CHILL_FOR_TARGET because that results in
9879 recursive definition.
9880
9881 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
9882
9883 * gdb.base/corefile.exp: Change xfail for backtrace in
9884 corefile.exp from linuxaout to all linux.
9885 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
9886 cases where we miss the breakpoint at the signal handler
9887 for some reason. Setup xfail for linuxoldld/linuxaout and
9888 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
9889 hitting SIGURG breakpoint.
9890 * gdb.base/signals.exp: Setup xfail for "next" acting like
9891 continue to add linuxoldld. Setup xfail for all linux for
9892 "next to handler in signals_tests_1", "backtrace in
9893 signals_tests_1", "continue to func1", "pass SIGUSR1",
9894 and continue to handler".
9895
9896 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9897
9898 * Update all FSF addresses except those in COPYING* files.
9899
9900 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
9901
9902 * gdb.base/a2-run.exp: Change messages to be more explicit about
9903 the status of args, and quote binfile in results.
9904
9905 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
9906
9907 * gdb.base/callfuncs.exp: Add tests for passing structs to
9908 inferior functions and return various types.
9909 * gdb.base/callfuncs.c: Add functions to receive a struct
9910 and return a member of the struct, in various types.
9911
9912 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9913
9914 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
9915
9916 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9917
9918 * config/vxworks29k.exp: New file, sources vxworks.exp.
9919
9920 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9921
9922 * config/gdbremote.exp: New file. Testing framework using
9923 gdbserver.
9924
9925 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
9926
9927 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
9928 "call function when asleep" and "send end of file".
9929 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
9930 for "backtrace in corefile.exp".
9931 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
9932 for "backtrace through signal handler".
9933 * gdb.base/corefile.exp: Make sure we actually generate a core file
9934 before trying the core tests. Some systems allow the user to suppress
9935 generation of core files and default to that (linux for example).
9936 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
9937 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
9938
9939 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9940
9941 * gdb.threads: New directory with some crude multi-threaded
9942 gdb tests (step.exp and step2.exp).
9943 * config/mt-lynx (STEP_EXECUTABLE): Define.
9944 (THREADFLAGS): Define.
9945
9946 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
9947
9948 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
9949
9950 * gdb.base/signals.exp: Disable whole file for lynx until
9951 further notice.
9952
9953 * gdb.base/signals.exp: xfail test where "next" acts like
9954 "continue" for lynx.
9955
9956 * gdb.base/interrupt.exp: xfail test for calling function while
9957 inferior is asleep for lynx.
9958
9959 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
9960 than one cr-lf after each command.
9961
9962 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9963
9964 * configure.in: Reinstate setting of stabsdirs variable, fix
9965 typo in setting up configdirs for native builds.
9966
9967 * gdb.base/return.exp: Fix typo in return double test.
9968 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
9969 compiler from optimizing them away.
9970
9971 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
9972
9973 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
9974 sequences to be echo'd by gdb when using gdb_test.
9975 * gdb.chill/chexp.exp: Likewise.
9976 * gdb.fortran/exprs.exp: Likewise
9977
9978 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9979
9980 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
9981 after the inferior gdb has started.
9982
9983 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
9984 after each command.
9985 * gdb.base/funcargs.exp: Likewise.
9986 * gdb.base/gdbvars.exp: Likewise.
9987 * gdb.base/interrupt.exp: Likewise.
9988 * gdb.base/list.exp: Likewise.
9989 * gdb.base/watchpoint.exp: Likewise.
9990 * gdb.c++/demangle.exp: Likewise.
9991 * gdb.c++/inherit.exp: Likewise.
9992 * gdb.chill/chexp.exp: Likewise.
9993 * gdb.fortran/exprs.exp: Likewise.
9994
9995 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
9996 test if we can't handle IO to/from the inferior.
9997
9998 * gdb.c++/misc.exp: Always check for a program already being
9999 started after sending a "run" command to gdb.
10000
10001 * gdb.base/twice.exp: Start with a fresh gdb.
10002
10003 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
10004 only depend on gdb's expression code, not the chill runtime.
10005
10006 * gdb.base/return.c: Put return values into variables so we
10007 can have gdb print them rather than depending on the program
10008 to print them.
10009 * gdb.base/return.exp: Corresponding changes.
10010
10011 * lib/gdb.exp: Provide default value for noinferiorio.
10012 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
10013 the inferior.
10014
10015 * gdb.base/break.exp: Always check for a program already being
10016 started after sending a "run" command to gdb.
10017 (text_next_with_recursion): Don't check the output from the
10018 program's printf statement. Instead just make sure the program
10019 exited.
10020
10021 * gdb.base/commands.exp: Protect tests which need arguments with
10022 $noargs conditionals.
10023
10024 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10025
10026 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
10027 of structure member arrays to match gdb/valops.c:value_addr change.
10028
10029 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
10030
10031 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
10032 cases.
10033
10034 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
10035
10036 * configure.in (configdirs): Remove gdb.chill from default list
10037 of subdirs and then add it back in only if doing a native build.
10038 The current chill compiler does not yet work in any cross build.
10039 * Revert all signal changes from Jul 6.
10040 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
10041 for sh-hms targets, allowing these tests to link, with no other
10042 changes. Testing is suppressed by setting "nosignals" in site.exp.
10043
10044 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
10045
10046 * configure.in (signaldirs): Define and add to configdirs for all
10047 targets except some specific ones that are known to not support signals.
10048 Also clean up formatting.
10049 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
10050 (signals, sigall): Remove rules to build.
10051 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
10052 Moved to new gdb.signals directory.
10053 * gdb.signals: New test directory.
10054 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
10055 signals.c signals.exp}: New or moved files.
10056
10057 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
10058
10059 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
10060
10061 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
10062
10063 * gdb.base/return.exp: Xfail `return double' test failure
10064 on at least Solaris 2.3 and handle future/past versions on
10065 a case by case basis as appropriate. Also update message
10066 to include i*86 failures.
10067
10068 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10069
10070 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
10071
10072 * lib/gdb.exp: Fix comment which erroneously identified
10073 gdb_file_cmd as gdb_load (the 19 May change was in fact to
10074 gdb_file_cmd not gdb_load).
10075 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
10076
10077 * gdb.base/setvar.exp: Make test names consistent between pass and
10078 fail cases. Use gdb_test more.
10079
10080 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10081
10082 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
10083
10084 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10085
10086 * gdb.base/help.exp: Fix expected help string for `show commands'.
10087
10088 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
10089
10090 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
10091
10092 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
10093 of a text section.
10094
10095 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
10096
10097 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
10098 that loop eventually terminates. Fix Connection refused logic so
10099 that testsuite will expire nicely.
10100
10101 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
10102
10103 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
10104 config/rom68k.exp: New tcl glue for the appropriate monitors.
10105 These all just end up calling monitor.exp.
10106 * config/monitor.exp (gdb_target_monitor): Handle `Connection
10107 refused' by retrying. Cleanup some timeout issues.
10108 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
10109 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
10110 callers don't have to set/restore global timeout variable.
10111
10112 * The following set of changes centralizes management of the global
10113 timeout variable. This way, it can be set in one target dependent
10114 place instead of dozens of places scattered throughout the test suite.
10115 If you need to lengthen a timeout, then you should either set timeout
10116 in one of the config/{target}.exp files, or multiply it by a factor.
10117 Setting it to an absolute value is always going to lose for some
10118 targets.
10119 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
10120 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
10121 * gdb.base/funcargs.exp: Don't set timeout.
10122 * gdb.base/list.exp (test_forward_search): Only use local timeout.
10123 * gdb.base/printcmds.exp (test_print_string_constants
10124 test_print_array_constants): Don't set timeout.
10125 * gdb.base/ptype.exp: Don't set timeout.
10126 * gdb.base/recurse.exp: Don't set timeout.
10127 * gdb.base/return.exp: Don't set timeout.
10128 * gdb.base/watchpoint.exp: Don't set timeout.
10129 * gdb.c++/classes.exp (do_tests): Don't set timeout.
10130 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
10131
10132 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
10133
10134 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
10135
10136 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10137
10138 * lib/gdb.exp: Disable chill tests for irix5.
10139
10140 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10141
10142 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
10143 each test pass or fail.
10144
10145 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10146
10147 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
10148 xlc not gcc.
10149
10150 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
10151
10152 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
10153
10154 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
10155
10156 * config/est.exp: Fix copyright and comments. Remove dead code.
10157 Use targetname, serialport and baud variables instead of fixed
10158 constants.
10159 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
10160 * config/cpu32bug.exp: New file to support cpu32bug monitors.
10161
10162 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10163
10164 * gdb.base/watchpoint.exp: Don't run
10165 test_watchpoint_triggered_in_syscall for sunos.
10166
10167 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10168
10169 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
10170 they don't seem to exist. Do include stdio.h.
10171
10172 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10173
10174 * gdb.base/a1-selftest.exp: Add alpha xfail.
10175
10176 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10177
10178 * gdb.base/watchpoint.c (main): Prompt before calling read().
10179 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
10180 Revise accordingly. Remove cruft about sending "123" several
10181 times, until it gets noticed. Clean up the "print buf[0]" stuff
10182 so that it passes or fails, and waits for prompts in the usual way.
10183
10184 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10185
10186 * gdb.base/recurse.exp: Fix comment.
10187
10188 * TODO: Remove item about printing variables in nodebug.exp. Add
10189 item about enabling tests which are only run on some targets.
10190
10191 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
10192 fail, make test names unique, use new gdb_test convention
10193 regarding pattern, use gdb_test more, etc.).
10194
10195 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
10196 fail, make test names unique, etc.).
10197
10198 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10199
10200 * gdb.base/nodebug.c: Change return type of top and middle to
10201 short.
10202 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
10203 are fixed by the recent mdebugread.c changes. Allow `short ()'
10204 as type for top and middle.
10205
10206 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10207
10208 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
10209 nearly as I can tell, the whole thing was an accident in Stu's
10210 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
10211 to replace a send/expect pair with gdb_test, but ended up only
10212 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
10213 of 30 Mar 1995 took care of it, but left this vestigial comment
10214 which I am now nuking.
10215
10216 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10217
10218 * gdb.base/break.exp: Look for different line number for
10219 breakpoint at main depending on usestubs.
10220
10221 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10222
10223 * gdb.base/list.exp: Adjust some alternate expect patterns to
10224 match recent list0.c change. Add alternate expect pattern for
10225 output from `list default lines around main' for optimizing
10226 compilers.
10227
10228 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10229
10230 * lib/gdb.exp: If nosignals is not set, set it to 0.
10231
10232 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
10233
10234 * config/slite-gdb.exp: Responds to load symbol table prompt.
10235 * gdb.base/break.exp: Adjust line number, fix rerun.
10236 * gdb.base/langs0.c: Add #ifdef usestubs.
10237
10238 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
10239
10240 * gdb.base/list.exp: Adjust line contents after adding new lines in
10241 list0.c. Also fix a syntax error.
10242
10243 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
10244 * gdb.base/break.exp: ditto.
10245 * gdb.base/list.exp: ditto.
10246 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
10247 * gdb.base/run.c: ditto.
10248 * gdb.base/list0.c: ditto.
10249 * gdb.base/funcargs.c: ditto.
10250
10251 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
10252
10253 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
10254 $targetname, $serialport and $baud instead of hardwired variables.
10255 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
10256 target doesn't support signals.
10257
10258 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
10259
10260 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
10261
10262 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10263
10264 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
10265 Don't rely on the value of an auto variable before it has been
10266 initialized. Use gdb_test more.
10267
10268 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10269
10270 * lib/gdb.exp (default_gdb_version): A version number must start
10271 with a digit, but other than that contains all characters up to
10272 the first whitespace character.
10273
10274 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10275
10276 * gdb.base/commands.exp (breakpoint_command_test): New tests.
10277
10278 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10279
10280 * gdb.c++/*.exp: Warn if executable does not exist. The original
10281 reason for skipping the warning was that configure.in sometimes
10282 intentionally skipped building the executables but the tcl code
10283 had no way of knowing. That (a) was always bogus with respect to
10284 error handling, (b) is no longer true (right now there is no way
10285 to skip C++ tests).
10286
10287 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
10288
10289 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10290
10291 * gdb.base/list.exp: Add expect patterns for output from
10292 SunPRO compiled executables.
10293 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
10294 types.
10295
10296 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10297
10298 * gdb.base/break.exp (test_next_with_recursion): Accept any line
10299 number (we are already testing that the correct source line text
10300 gets printed).
10301
10302 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
10303 that is what is intended, but something needed to be done to get
10304 sunos4 native working again.
10305
10306 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
10307
10308 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
10309 apparently went with a (very) old xfail.
10310
10311 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
10312
10313 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
10314 runto_main is a proc in gdb.exp that will do 'step' for target use
10315 stubs.
10316 * gdb.base/exprs.exp: ditto.
10317 * gdb.base/interrupt.exp: ditto.
10318 * gdb.base/opaque.exp: ditto.
10319 * gdb.base/printcmds.exp: ditto.
10320 * gdb.base/ptype.exp: ditto.
10321 * gdb.base/scope.exp: ditto.
10322 * gdb.base/setvar.exp: ditto.
10323 * gdb.base/signals.exp: ditto.
10324 * gdb.base/twice.exp: ditto.
10325 * gdb.c++/classes.exp: ditto.
10326 * gdb.c++/inherit.exp: ditto.
10327 * gdb.c++/templates.exp: ditto.
10328 * gdb.base/break.exp: no run and hit main for stubs. Change line
10329 numbers for breakpoints and info breakpoint.
10330 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
10331 breakpoint().
10332 * gdb.base/callfuncs.c: ditto.
10333 * gdb.base/exprs: ditto.
10334 * gdb.base/interrupt.c: ditto.
10335 * gdb.base/opaque0.c: ditto.
10336 * gdb.base/printcmds.c: ditto.
10337 * gdb.base/ptype.c: ditto.
10338 * gdb.base/scope0.c: ditto.
10339 * gdb.base/setvar.c: ditto.
10340 * gdb.base/signals.c: ditto.
10341 * gdb.base/twice.c: ditto.
10342 * gdb.c++/misc.cc: ditto.
10343 * gdb.c++/templates.cc: ditto.
10344
10345 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10346
10347 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
10348
10349 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
10350 somewhere between `read' and `main.c'. I'm pretty sure the
10351 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
10352 and it isn't particularly useful.
10353
10354 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
10355
10356 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10357
10358 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
10359
10360 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
10361
10362 * config/mt-slite: add LIBS and -nostdlib.
10363 * config/slite-gdb.exp: add this new file to support sparclite target.
10364
10365 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
10366
10367 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
10368
10369 * gdb.base/a2-run.exp: Change argument to istarget from
10370 "*-*-vxworks" to "*-*-vxworks*".
10371 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
10372
10373 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
10374
10375 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
10376 will not runto main but do a 'step' to step out of breakpoint().
10377 * config/mt-slite: add -Dusestubs.
10378
10379 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10380
10381 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
10382 instead of just @.
10383
10384 * gdb.base/signals.exp: Add test for "handle all print".
10385 * TODO: Remove "handle all print". Also remove item about
10386 checking copyright date (I don't like the idea of a spurious FAIL
10387 based on when we run the tests).
10388
10389 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
10390 for SunOS4 (reason for failure not investigated). Remove
10391 redundant test for $binfile.
10392
10393 * gdb.base/nodebug.c (array_index): Call malloc.
10394
10395 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
10396
10397 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
10398
10399 * gdb.base/recurse.exp: Update gdb_test invocation to use new
10400 conventions and slightly simplify the matching regexp.
10401
10402 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10403
10404 * gdb.base/break.exp: Update gdb_test invocation to use new
10405 convention.
10406
10407 * lib/gdb.exp: If noargs is not set, set it to 0.
10408
10409 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
10410 tests unique.
10411
10412 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
10413
10414 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10415
10416 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
10417 one argument of type "<non-float parameter>".
10418
10419 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
10420
10421 * config/rom68k.exp: New file to support Motorola IDP board.
10422 * gdb.base/a2-run.exp: Skip this file if noargs is set.
10423 * gdb.base/break.c: Change things around so that this program
10424 doesn't depend upon args. This is necessary to make remote
10425 targets work (in general, they can't take args).
10426 * gdb.base/break.exp: Don't try to send args to program. Don't
10427 expect output. Also, replace lots of code with gdb_test.
10428
10429 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10430
10431 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
10432 printing of '\'' (which is what the comment says we are testing,
10433 even though we were not), not '''.
10434 (test_integer_literals_rejected): Test that printing ''' is an error.
10435
10436 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10437 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
10438 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
10439 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
10440 Use gdb_test not test_print_accept.
10441 * lib/gdb.exp: Remove test_print_accept.
10442
10443 * gdb.base/signals.exp (signal_tests_1): Make pass message
10444 consistent with fail message.
10445
10446 * gdb.base/whatis.exp: Remove xfails for printing char vs.
10447 unsigned char; the bug (PR 1821) is fixed.
10448
10449 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
10450
10451 * gdb.base/scope.exp (test_at_localscopes): Call pass for
10452 successful tests--makes xfailing them work right.
10453
10454 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10455
10456 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
10457 only \r\n, not .*. The test can pass .* as the last thing in
10458 $pattern if that is what it wants. In addition to providing this
10459 flexibility, this change should speed up pattern matching in cases
10460 where the pattern already ended with .* (there were a number of
10461 them). This change also helps catch bad patterns--in the old
10462 scheme the typo "char \*" instead of "char \\*" would pass. Now
10463 it is caught.
10464 * Many .exp files: Update callers.
10465
10466 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
10467 clearer and does not spuriously match multiple ('s. Likewise for
10468 ) and *.
10469
10470 * gdb.base/nodebug.exp: Test ability to call a function and pass
10471 it a string (even with no debugging info).
10472
10473 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
10474 "p '\'", which is the same as "p ''" once tcl gets done with
10475 quoting, to "p '\\'", which I suspect is what is intended (one
10476 backslash gets sent to GDB).
10477
10478 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
10479
10480 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10481
10482 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
10483 1817) was fixed literally years ago.
10484
10485 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10486
10487 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
10488 test, it causes stepping out of call_after_alloca_subr with
10489 optimizing compilers.
10490 (localvars_in_indirect_call): Consume GDB prompt if `finish'
10491 fails.
10492
10493 * gdb.c++/templates.exp: Source templ-info.exp only if
10494 the templates executable exists.
10495
10496 * gdb.c++/misc.cc (class Contains_static_instance,
10497 class Contains_nested_static_instance),
10498 gdb.c++/classes.exp (test_static_members): Test printing of
10499 a class that contains a static instance of the class.
10500
10501 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10502
10503 * gdb.base/langs2.c (cppsub_): Don't prototype.
10504 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
10505 only, I believe).
10506
10507 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10508
10509 * lib/gdb.exp (skip_chill_tests): New procedure.
10510
10511 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
10512
10513 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
10514
10515 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
10516 each expect pattern. Cuts runtime from 12 to about 4 seconds.
10517
10518 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10519
10520 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10521
10522 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10523 disassemble 8, not 16, instructions for part 4.
10524
10525 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10526 support the latter anymore.
10527
10528 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10529 -DNO_PROTOTYPES.
10530 * gdb.base/callfuncs.c: Control use of prototypes based on
10531 NO_PROTOTYPES, not __STDC__.
10532 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10533 t_float_values2 tests if prototypes in use.
10534
10535 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10536 t_double_values): When checking differences against DELTA, check
10537 that difference is within the range (-DELTA,DELTA), not just
10538 (-infinity,DELTA).
10539
10540 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
10541
10542 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
10543 'file' command firts, then 'target', then 'load', this is due to gdb
10544 target set up.
10545 * config/mips-gdb.exp: Fix a couple regular exp bugs.
10546
10547 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
10548
10549 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
10550 FP load/store variants.
10551 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
10552
10553 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10554
10555 * gdb.base/term.exp: Do not give a warning if not native, it is
10556 not an abnormal condition.
10557
10558 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
10559
10560 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
10561 t_char_array".
10562
10563 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10564
10565 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
10566 are getting the version number.
10567
10568 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
10569 if not native, it is not an abnormal condition.
10570
10571 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10572
10573 * lib/gdb.exp: Just use "file exists", rather than undocumented
10574 dejagnu procedure "findfile".
10575
10576 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10577
10578 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
10579 (LDFLAGS): Set to -Xlinker -Ur.
10580
10581 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
10582 Removed, these values are set by lib/gdb.exp.
10583
10584 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
10585
10586 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10587
10588 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
10589 of replicating gdb startup code.
10590
10591 * config/mt-vxworks (LDFLAGS): Set to -r.
10592 (CFLAGS_FOR_TARGET): Removed.
10593
10594 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
10595 (gdb) and gdb for vxworks uses (vxgdb).
10596
10597 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
10598 executable is not in the tree and host != target, use sed and
10599 program_transform_name to determine the gdb name used by the
10600 target.
10601
10602 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
10603 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
10604
10605 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10606
10607 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
10608 floats, chars, and shorts where there are ANSI-style function
10609 definitions.
10610
10611 * gdb.base/langs.exp, gdb.base/langs*: New test.
10612 * gdb.base/Makefile.in: Build it.
10613 * TODO: Remove item about checking that C names don't get C++
10614 demangling applied; this test tests it.
10615
10616 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10617
10618 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
10619 went with the const70 xfail. The xfail went away a year ago.
10620
10621 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
10622
10623 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
10624 for hp300.
10625
10626 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
10627
10628 * gdb.base/a1-selftest.exp: Don't run on hp300.
10629
10630 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10631
10632 * Makefile.in (site.exp): Set host_alias and target_alias as well
10633 as host_triplet and target_triplet.
10634
10635 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10636
10637 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
10638
10639 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
10640 places as other ecoff systems).
10641
10642 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
10643 ultrix.
10644
10645 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10646
10647 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
10648 remove them.
10649 * gdb.base/nodebug.exp: Accept "function" in addition to "text
10650 variable and "variable" in addition to "data variable".
10651 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
10652
10653 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
10654 2.
10655 * gdb.base/list1.c (long_line): Add additional statement at start
10656 of function.
10657 * gdb.base/list.exp (test_forward_search): Update line number to
10658 reflect new statement.
10659
10660 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10661
10662 * gdb.base/signals.exp: Reinitialize searched source directories
10663 after gdb_start call.
10664
10665 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
10666
10667 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
10668 * gdb.stabs/Makefile.in: Likewise.
10669
10670 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
10671 change. Instead split the tests into smaller pieces.
10672 * gdb.disasm/hppa.s: Corresponding changes.
10673
10674 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10675
10676 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10677 Quote ^C when passing it to stty. For some shells ^ is a pipe.
10678
10679 * gdb.base/funcargs.exp: Modify many tests so that every test
10680 either passes or fails. Make some test names unique.
10681
10682 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10683
10684 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10685 Call stty to set interrupt character.
10686
10687 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
10688 for HP assembler versus GNU assembler based on actual behavior of
10689 $(CC), rather than assuming that $(AS) is always the GNU assembler.
10690
10691 * TODO: Suggest a few more stepping tests.
10692
10693 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
10694
10695 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
10696 restart GDB for h8300 after a continue.
10697 (return): Add pattern to match a29k-udi behavior.
10698 * gdb.base/nodebug.exp: Remove obsolete comment.
10699 * gdb.base/regs.exp: New file, testing of register displays.
10700 * gdb.base/return.exp: Fix typo in reference to $objdir.
10701 * gdb.base/whatis.exp: Always start with a fresh GDB.
10702
10703 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10704
10705 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
10706 higher, these tests generate a lot of output.
10707
10708 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10709
10710 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
10711 code following the catch silently ignored some errors; without the
10712 catch they should be thrown like any other tcl error. Also, the
10713 catch used "" instead of {} which meant all the callers who wanted
10714 to include one of the characters "[]$ had to quote it an extra time.
10715 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
10716 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
10717 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
10718 Remove extra quoting.
10719
10720 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
10721
10722 * gdb.base/commands.exp: Make test names unique; every test either
10723 passes or fails. Update some comments.
10724
10725 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
10726
10727 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10728
10729 The following fixes a FAIL caused by the fact that the alpha stabs
10730 configuration didn't use the ".if alpha" code in weird.def.
10731 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
10732 bit pointer, so the 32 bit version works even on the alpha.
10733 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
10734 Remove the stuff which allowed us to have separate versions for
10735 alpha and everything else.
10736
10737 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
10738 regexp which "info func operator\[\](" is supposed to match. Fix
10739 string to send to GDB. Note that GDB still doesn't work right. Add a
10740 new test for "info func .perator\[\](" which GDB does handle correctly.
10741
10742 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
10743
10744 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10745
10746 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
10747 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
10748 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
10749 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
10750 it makes the tests harder to understand and confuses test-o-matic.
10751 The preferred style is that each test provides a PASS or a FAIL,
10752 and has a unique message (e.g. "continue #54" not just "continue")
10753 which is the same for the pass and the fail.
10754 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10755 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
10756 to lib/gdb.exp.
10757 * gdb.base/printcmds.exp: Use test_print_accept. Remove
10758 prt_accept which was basically the same thing. Likewise for
10759 test_print_reject and prt_reject.
10760 * lib/gdb.exp (test_print_reject): Add some more error message
10761 patterns to match from the former printcmds.exp (prt_reject).
10762 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
10763 One defect of the passcount stuff is that some of it failed to
10764 report XPASS where appropriate.
10765 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
10766 stuff before and after arg in expected pattern.
10767 (test_paddr_operator_functions): Re-do test without print_addr_of;
10768 this is the only test which seems to want extra stuff there.
10769
10770 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10771
10772 * gdb.base/nodebug.exp: Update new tests to reflect improved
10773 wording of gdb output.
10774
10775 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
10776 and "ptype" work on variables in files compiled without -g.
10777 Replaces commented out "maint print msymbol" tests.
10778
10779 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10780
10781 * gdb.base/setvar.c (dummy): Call malloc.
10782
10783 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
10784 losing with the irix4 sed.
10785
10786 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
10787 ALRM" on irix4.
10788
10789 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10790
10791 * TODO: Remove items about corefile.exp testing new exec-file and
10792 backtrace; both are now done. Add items about printing enums.
10793
10794 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10795
10796 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
10797 "get signal $thissig" test fails.
10798
10799 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
10800
10801 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10802
10803 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
10804 compiler warning with dec alpha compiler.
10805
10806 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
10807 extra \n from gdb_test call (this explains why the prompt test
10808 that I removed yesterday was there).
10809 (user_defined_command_test): Remove extra \n and prompt test.
10810
10811 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
10812 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
10813 doesn't exist.
10814 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
10815 Also remove alpha workaround, which turns out to be because
10816 SIGABRT == SIGLOST.
10817
10818 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
10819
10820 * gdb.base/help.exp: Don't test "help show".
10821
10822 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10823
10824 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
10825 "set print address" is on.
10826 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
10827 pass prompt to gdb_test; gdb_test already looks for the prompt.
10828
10829 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
10830
10831 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
10832 was a vestige of the manual TESTSTRATEGY, and the purpose of it
10833 was to make sure that gdb can read a core file. But (a) the "read
10834 the corefile" part didn't make it to a1-selftest.exp, we just
10835 delete the corefile after creating it, and (b) we test reading
10836 corefiles in corefile.exp anyway. Also, this test left around a
10837 xgdb process on Solaris.
10838
10839 * gdb.base/corefile.exp: Also test backtrace.
10840
10841 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
10842
10843 * gdb.base/commands.exp: Test a simple user defined command with
10844 arguments and if/while statements; verify the full user command is
10845 printed by "show user".
10846
10847 * gdb.base/commands.exp: Test if/while commands as part of a
10848 breakpoint command list; verify they appear in breakpoint
10849 information.
10850
10851 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10852
10853 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
10854 than by dividing by zero.
10855
10856 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
10857
10858 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
10859 performing an inferior call with watchpoints enabled.
10860 * gdb.base/watchpoint.c (main): Delete second unnecessary read
10861 call.
10862
10863 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10864
10865 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
10866 of "file" command.
10867
10868 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
10869 Add additional pattern for when "int operator int(void);" appears
10870 in a different order.
10871
10872 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10873
10874 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
10875
10876 * gdb.base/help.exp: Replace most of docstrings for "info signals"
10877 and "signal" with ".*".
10878
10879 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10880
10881 * TODO: Add note about "handle all nostop".
10882
10883 * gdb.base/{sigall.c, sigall.exp}: New test.
10884 * gdb.base/Makefile.in: Add it.
10885
10886 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10887
10888 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
10889 when invoking GDB, suppresses any windowing interface.
10890
10891 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
10892
10893 * config/sim-gdb: New file, simulator testing support.
10894
10895 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
10896
10897 * gdb.base/interrupt.exp: Test calling func1 twice.
10898
10899 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
10900
10901 * gdb.base/list.exp (test_forward_search): Set timeout higher
10902 when we'll be getting lots of output from gdb.
10903
10904 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
10905 "init_malloc" to after the expect statement. Run it if that
10906 regexp is taken, but also for two others which happen if source
10907 cannot be found.
10908
10909 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10910
10911 * gdb.base/printcmds.exp: New test, for printing register before
10912 program is running.
10913
10914 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10915
10916 * gdb.base/list.exp: Correct some alternate expect patterns
10917 to reflect changes in list1.c.
10918
10919 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10920
10921 * TODO: Add item regarding large frames.
10922
10923 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
10924
10925 * TODO: Remove item about enabling return.exp; it
10926 is enabled. Suggest a few more "return" tests.
10927
10928 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10929
10930 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
10931 anonymous unions.
10932
10933 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10934
10935 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
10936 and pr-5646.o, so "make" is the same as "make all", not "make
10937 pr-4975.o".
10938
10939 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
10940
10941 * gdb.base/list.exp: Adjust expectations to reflect changes in
10942 list1.c.
10943 (test_forward_search): New test proc.
10944 * gdb.base/list1.c (long_line): New function, has long source line.
10945
10946 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
10947
10948 * gdb.base/a1-selftest.exp: Change initial stepping to know about
10949 additional line of code that was added.
10950
10951 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
10952
10953 * gdb.disasm/hppa.s: Break the large branching tests into smaller
10954 tests so as not to overflow expect's input buffers.
10955 * gdb.disasm/hppa.exp: Corresponding changes.
10956
10957 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10958
10959 Beginnings of template debugging tests.
10960 * gdb.c++/templ-info.cc: New file to test for template
10961 debugging capability of the compiler.
10962 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
10963 templ-info.cc.
10964 * gdb.c++/templates.cc: Add explicit template instantiations
10965 to enable compiling with -fno-implicit-templates. Add destructor
10966 and 'value' method to T5 class for template tests.
10967 * gdb.c++/templates.exp: Add testcases for printing of template
10968 types, setting breakpoints on template methods and calling a
10969 template method.
10970
10971 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
10972
10973 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
10974 branch target since some assemblers (gas-2.5) may emit a
10975 relocation for the branch instead of resolving it in the
10976 assembler.
10977
10978 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10979
10980 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
10981 through signal handler.
10982
10983 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10984
10985 * configure.in (*-*-netware): Use config/mt-netware.
10986
10987 * config/mt-netware: New file.
10988 * config/mt-i386-netware: Removed, separate configs for different
10989 netware architectures are no longer needed now that we have
10990 --with-headers.
10991
10992 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10993
10994 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
10995 by the recent changes to use ANSI C arithmetic conversions.
10996
10997 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10998
10999 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
11000 bug involving using inferior_pid to figure out whether to select a
11001 frame.
11002
11003 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
11004
11005 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
11006 match the current disassembler output.
11007
11008 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
11009
11010 * gdb.fortran/exprs.exp: Expect VOID instead of void.
11011 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
11012 types, expect "int" as type of integer values (for now).
11013
11014 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
11015
11016 * gdb.base/commands.exp: New tests for if/while commands.
11017
11018 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
11019
11020 * lib/gdb.exp (runto): Replace sub-pattern for hex value
11021 by .*, since hex values have different syntax in Chill mode.
11022
11023 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11024
11025 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
11026 linefeed from expect pattern for repeated types with indices > 9.
11027
11028 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
11029
11030 First part of Fortran test suite.
11031 * gdb.fortran: New directory.
11032 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
11033
11034 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11035
11036 * gdb.base/default.exp: Update expect pattern for load command
11037 without arguments.
11038
11039 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11040
11041 * configure.in: Change i386 to i[345]86.
11042 * gdb.base/configure.in: Likewise.
11043 * gdb.c++/configure.in: Likewise.
11044 * gdb.chill/configure.in: Likewise.
11045
11046 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
11047
11048 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
11049 patterns, since that is not a valid context for comments.
11050
11051 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
11052
11053 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
11054 repeated types and repeated types with indices > 9.
11055
11056 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11057
11058 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
11059 2417; old bug has been fixed.
11060
11061 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
11062
11063 * gdb.base/interrupt.exp: When trying to wake up the inferior,
11064 send the newline ourselves instead of assuming gdb_test will do
11065 so when passed an empty input string.
11066
11067 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
11068 stabs testcode.
11069
11070 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11071
11072 * lib/gdb.exp (gdb_test): Don't send anything if the first
11073 argument is an empty string. This makes cases where we want to
11074 match output that is already in expect's buffers (for example,
11075 matching a breakpoint after gdb_run_cmd has been called) work
11076 reliably.
11077
11078 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11079
11080 * config/netware.exp: New file.
11081
11082 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11083
11084 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
11085 the -B and -L prefixes so we can find the debugging stub.
11086
11087 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
11088 there and we are using the gcc from the tree.
11089
11090 * gdb.base/types.c: Removed.
11091
11092 * gdb.base/configure.in: Look for makefile fragments in ../config.
11093 Recognize i386-*-netware.
11094 * gdb.c++/configure.in: Likewise.
11095
11096 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11097
11098 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
11099 the correct TCL syntax.
11100
11101 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11102
11103 * gdb.base/opaque.exp: use runto instead of messing around with
11104 breakpoints. Simplify by using gdb_test.
11105
11106 * gdb.base/bitfields.exp: restart between tests on netware targets
11107 because breakpoints aren't relocated after target death. Run
11108 processes to completion.
11109
11110 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
11111
11112 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
11113
11114 * Makefile.in: Remove extra tabs that confuse some versions
11115 of "make". Use the newly built gdb to test with by default,
11116 rather than the first one in the tester's search path.
11117
11118 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
11119
11120 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
11121
11122 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
11123 condition help.
11124
11125 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11126
11127 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
11128
11129 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
11130 running.
11131 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
11132 * gdb.base/funcargs.exp: Likewise.
11133
11134 * gdb.base/bitfields.exp: Simplify by using gdb_test.
11135 * gdb.base/funcargs.exp: Likewise.
11136
11137 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
11138 message is "".
11139
11140 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11141
11142 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
11143 return,signals,twice}.exp: Handle non-existant binaries
11144 consistantly.
11145
11146 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
11147 * gdb.base/Makefile.in: Don't try to generate a core dump, we
11148 might testing a cross development system.
11149
11150 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11151
11152 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
11153 runtest script is relative to ${srcdir}, not ${rootdir}.
11154
11155 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
11156
11157 * gdb.base/signals.exp: Allow for optionality of breakpoint
11158 address.
11159
11160 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11161
11162 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
11163
11164 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11165
11166 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
11167 for size_t definition.
11168 * gdb.c++/templates.cc: Likewise
11169
11170 * config/mt-i386-netware: New file.
11171
11172 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
11173 defined.
11174
11175 * gdb.base/Makefile.in: Added support for systems that name core
11176 files by appending "core" to the program name.
11177 * gdb.base/a1-selftest.exp: Likewise.
11178
11179 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11180
11181 * gdb.base/return.exp: Add comment and message for `return double'
11182 test failure on Sparc Solaris.
11183
11184 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
11185
11186 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
11187
11188 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11189
11190 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
11191 from optimizing them away.
11192 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
11193 patterns to include default constructors and assignment operators,
11194 to match gcc versions beyond 2.5.8. Accept any cplus demangling
11195 character in the output of the virtual base pointer.
11196
11197 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11198
11199 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
11200 expression match in print_addr_of to avoid unintented matches.
11201 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
11202 versions up to 2.5.8.
11203
11204 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11205
11206 * gdb.base/list.exp: Tweak alternate pattern for listing of an
11207 included file to run under newer versions of expect.
11208 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
11209 consecutive >'s in templates to accomodate recent cplus-dem.c change.
11210 Remove xfail for the virtual table of BDDHookV.
11211
11212 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11213
11214 * lib/gdb.exp (string_to_regexp): Set a default result.
11215 (default_gdb_start): Fix misleading message.
11216
11217 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
11218
11219 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
11220 Remove all CC, etc definitions.
11221 * config/mt-hpux: New file.
11222 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
11223 (CFLAGS, LDFLAGS): Define.
11224 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
11225
11226 * Makefile.in (site.exp): Don't insert host_os, etc.
11227 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
11228 (distclean): Check existence of subdir.
11229 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
11230 * gdb.base/Makefile.in: General cleanup and simplification.
11231 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11232 to build executables. Use default rule to build .o files.
11233 (EXPECT, RUNTEST, CC): Fix relative pathname.
11234 (site.exp): Don't insert host_os, etc.
11235 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
11236 and/or SIGUSR1 defined.
11237 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
11238 * gdb.c++/Makefile.in: General cleanup and simplification.
11239 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11240 (CFLAGS): Remove.
11241 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
11242
11243 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
11244
11245 * gdb.base/recurse.exp: Misc changes to get tests running again
11246 after Kung's changes to the watchpoint code.
11247 * gdb.base/watchpoint.exp: Likewise.
11248
11249 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
11250
11251 * lib/gdb.exp (string_to_regexp): Convert {\} also.
11252
11253 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11254
11255 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
11256 * lib/gdb.exp (default_gdb_start): Define.
11257 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
11258 gdb.base/funcargs.exp, gdb.base/opaque.exp,
11259 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
11260 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
11261 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
11262 Don't call gdb_target_udi in between tests.
11263
11264 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11265
11266 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
11267 (which was basically just a local version of the same thing). In
11268 addition to avoiding duplication, gdb_test_exact is faster.
11269 * lib/gdb.exp (gdb_test_exact): Fix typo.
11270
11271 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
11272 don't give an error.
11273
11274 * gdb.base/term.exp: Call delete_breakpoints before starting.
11275
11276 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
11277 (t10): Add comment.
11278
11279 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11280
11281 Reorganization of the GDB Test Suite.
11282
11283 * gdb.base: New directory, contains all the basic tests.
11284 * gdb.c++: New directory, tests specific to C++.
11285 * gdb.chill: New directory, tests specific to Chill.
11286 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
11287 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
11288 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
11289 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
11290 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
11291 t30-31 to chill).
11292 * */gdbme.*: Rename to match appropriate expect scripts.
11293 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
11294 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
11295 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
11296 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
11297 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
11298 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
11299 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
11300 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
11301 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
11302 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
11303 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
11304 gdb.c++/virtfunc.cc: New names of C++ files.
11305 * gdb.chill/chillvars.ch: New name of Chill file.
11306 * gdb.base/configure.in, gdb.c++/configure.in,
11307 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
11308 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
11309 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
11310 * configure.in (configdirs): Update to reflect directory changes.
11311 (target_abbrev): No longer define for any configuration.
11312 * Makefile.in: Cosmetic improvements to header comments.
11313
11314 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11315
11316 Various changes to gdb.t31:
11317
11318 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
11319 * gdbme.ch: Make all key-words and predefineds be upper-case.
11320 * chillvars.exp: Expect key-words and predefinds in upper-case.
11321
11322 * chillvars.exp: Use gdb_test_exact many places.
11323 Change expected output for arrays (which now includes index labels).
11324
11325 * pr-5020.exp, gdme.ch (module PR_5020):
11326 New test, for PR-5020.
11327
11328 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
11329
11330 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
11331 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
11332
11333 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
11334
11335 * Makefile.in: Fix bit-rot in definitions of CHILL,
11336 CHILL_FOR_TARGET and Chill_LIB.
11337 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
11338 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
11339 CHILL, and CHILL_LIB.
11340
11341 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
11342
11343 * Revert the previous changes. Please see Rob's directory
11344 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
11345
11346 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
11347
11348 * Makefile.in, configure.in, config/mips-gdb.exp,
11349 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
11350 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
11351 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
11352 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
11353 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
11354 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
11355 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
11356 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
11357 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
11358 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
11359 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
11360 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
11361 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
11362 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
11363 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
11364 changes from 94Q1.
11365
11366 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
11367
11368 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
11369 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
11370 Rob's new testing fragments.
11371
11372 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
11373
11374 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
11375 lib/gdb.exp: Replace error proc calls with perror.
11376
11377 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11378
11379 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
11380 version also, match on casted version strings, and match on
11381 gdb startup case where the line numbers might be messed up.
11382
11383 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
11384
11385 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
11386 (CFLAGS): Delete it from here.
11387
11388 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
11389
11390 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
11391
11392 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
11393
11394 * Makefile.in (RUNTEST): Default to just "runtest".
11395
11396 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11397
11398 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
11399 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
11400 the code has been restructured.
11401
11402 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11403
11404 * gdb.t00/default.exp (set write): Allow any number of \r and/or
11405 \n, not just one of each.
11406
11407 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
11408 /bin/cc gives a warning if you do.
11409
11410 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
11411
11412 * gdb.t24/demangle.exp: change expect pattern of
11413 __t10ListS_link1ZUiRCUiPT0
11414
11415 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11416
11417 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
11418 on local variables in recursive functions.
11419
11420 * gdb.t07/Makefile.in: Build the new test.
11421
11422 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11423
11424 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
11425 directly. Instead compare the return values from actual calls.
11426
11427 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
11428
11429 * Makefile.in (check): Set TCL_LIBRARY for runtest.
11430
11431 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11432
11433 * From Peter Schauer with minor modifications.
11434 * gdb.t15/return.exp (return_tests): Handle targets where "return"
11435 stops in mid-line in the caller. Add xfail for returning a float
11436 value on X86 targets.
11437
11438 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11439
11440 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11441 to avoid expect lossage.
11442 (fmem_LRbug_tests): Likewise.
11443 * gdb.disasm/hppa.s: Corresponding changes.
11444
11445 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
11446 conditions to work with latest dejagnu/expect.
11447
11448 * gdb.t15/funcargs.exp (finish from indirect call): No longer
11449 expected to fail on the PA.
11450 (backtrace in call with trampolines): Explicitly require main
11451 to be frame #1 (no trampolines should show up in backtrace).
11452
11453 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
11454 "continue -expect".
11455 * gdb.t06/break.exp: Likewise.
11456 * gdb.t07/watchpoint.exp: Likewise.
11457 * gdb.t13/bitfields.exp: Likewise.
11458 * gdb.t15/{funcargs,return}.exp: Likewise.
11459 * gdb.stabs/weird.exp: Likewise.
11460 * config/{mips,udi}-gdb.exp: Likewise.
11461
11462 * hppa.sed: Enclose comments within a sed command to avoid
11463 losing with the old OSF1 sed.
11464
11465 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11466
11467 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
11468 sequent dynix.
11469 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
11470 * gdb.t15/funcargs.exp: Conditionally step again to really
11471 finish from marker_call_with_trampolines. Handle the case where
11472 the first step from within call_with_trampolines already steps
11473 us back to main.
11474 * gdb.t15/gdbme.c: Add comment to closing brace of
11475 call_with_trampolines for funcargs.exp.
11476
11477 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11478
11479 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
11480 Fix typo(s).
11481
11482 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11483
11484 * gdb.t07/gdbme.c: More code for watchpoint testing.
11485
11486 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
11487 "Hardware watchpoint" throughout file.
11488 (test_watchpoint_triggered_in_syscall): New test.
11489 (test_complex_watchpoint): New test.
11490
11491 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11492
11493 * gdbme.c (call_with_trampolines): New function to try and step
11494 into. Tests trampoline problems on the PA.
11495
11496 * funcargs.exp (localvars_in_indirect_call): No longer expect
11497 stepping into indirect call to fail on PAs.
11498 (test_stepping_over_trampolines): New test.
11499
11500 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11501
11502 * TODO: Add suggestions for static member function tests, and
11503 completion tests.
11504
11505 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11506
11507 * TODO: Add suggestions for "p/a" tests.
11508
11509 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
11510 (default_gdb_exit): Replace all the hair with sending "quit" to
11511 the process with a simple close.
11512
11513 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11514
11515 * TODO: Add suggestions for shared library tests.
11516
11517 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11518
11519 * TODO: Add suggestions for x/s tests.
11520
11521 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11522
11523 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11524 "enable once", and "enable breakpoints once" with ".*".
11525
11526 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11527
11528 * TODO: Add suggestions about structure passing tests.
11529
11530 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11531
11532 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11533 the primary1 test, use work around if __GNUC__ < 2.
11534 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11535 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11536 Test for bad output rather than waiting for timeout. Issue
11537 second continue only if first continue failed.
11538
11539 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11540
11541 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
11542 operator[] test with gdb_test because the old code didn't seem to
11543 be getting the quoting right with the new dejagnu.
11544
11545 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
11546
11547 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
11548 one from the path.
11549 * Makefile.in: Use a fresh expect if there is one, use runtest
11550 from the src tree if there is one.
11551
11552 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11553
11554 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
11555 next over recursive call. Revise the tests from that point on
11556 (which had been skipped) to match GDB's actual (correct) output.
11557
11558 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
11559 with next over a breakpoint whose condition is false.
11560
11561 * gdb.t00/help.exp: Comment out "help set print" tests just like
11562 (and for same reason as) "help set" test.
11563
11564 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11565
11566 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
11567 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
11568
11569 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11570
11571 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
11572 necessary gdb_target_udi.
11573
11574 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
11575
11576 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
11577 1838 and 2417; they are fixed.
11578
11579 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
11580 gdb.t03/ptype.exp (ptype structure, ptype union):
11581 Remove xfails; the test is looser than when the xfails were added.
11582
11583 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
11584 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
11585
11586 * gdb.t01/run.exp: Only run shell test if isnative.
11587
11588 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
11589 since "run" automatically loads if necessary. Call gdb_target_udi
11590 after the "file" since "file" kills any execution target.
11591
11592 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
11593 GDB. GDB doesn't work that way (not anymore at least) on UDI.
11594 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
11595 argument for UDI.
11596
11597 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11598
11599 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
11600
11601 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
11602
11603 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11604
11605 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
11606 properly quoting regexps. This makes the second argument to
11607 demangle a fixed string, which matches the callers, instead of a
11608 shell-style pattern which is what the previous implementation
11609 used. Update some of the callers.
11610
11611 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11612
11613 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
11614 (comib_nullified_tests): Fix typo.
11615 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
11616 strings. No longer expected to fail.
11617
11618 * gdb.disasm/hppa.s (addib_tests): Fix typo.
11619 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
11620 strings. No longer expected to fail.
11621
11622 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
11623 string. No longer expected to fail.
11624
11625 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11626
11627 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
11628 No longer expected to fail.
11629
11630 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
11631 string. No longer expected to fail.
11632
11633 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11634
11635 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
11636 only in the names (I probably got most of them). I was even
11637 generous with some which differed in underscores in names, and
11638 probably missed a few, and I *still* was able to remove almost a
11639 third of the file with almost no impact on testsuite coverage.
11640
11641 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11642
11643 * gdb.t00/default.exp: Match udi_attach error message as well as
11644 the one from child_attach.
11645
11646 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
11647
11648 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
11649
11650 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
11651 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
11652
11653 * Move test with enums and partial symbols back to
11654 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
11655 Reverts the change of 26 May 93. Per today's change to
11656 stabs.texinfo, the behavior that weird.exp was expecting was
11657 unreasonable; what is important is that the compiler+gdb get
11658 things right, which happens with a recent gcc. Also fix the test
11659 to deal with native compilers which put out the stab gdb can't
11660 deal with.
11661
11662 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11663
11664 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
11665 in the names. The main thing these accomplish is to slow things down.
11666 Many more such duplicates surely remain.
11667
11668 * gdb.t00/help.exp: Comment out "help support" test just like
11669 (and for same reason as) "help set" test.
11670
11671 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
11672
11673 * gdb.t06/break.exp: Remove setup_xfails for
11674 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
11675 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
11676 about known bug in gcc to include up through 2.5.8.
11677 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
11678 well as "_vb$".
11679 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
11680 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
11681 with latest gcc and gdb.
11682 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
11683 well as "_vb$".
11684
11685 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11686
11687 * configure.in (hppa*-*-*): Also configure and build stabs-only
11688 tests.
11689
11690 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11691
11692 * gdb.t10/hppa.mt: A makefile fragment for the PA.
11693 * gdb.t10/configure.in (hppa*-*-*): Use it.
11694
11695 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11696
11697 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
11698
11699 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11700
11701 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
11702 versions prior to 1.13.5.
11703
11704 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11705
11706 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
11707 the prompt is at the start of a line.
11708
11709 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11710
11711 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
11712 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
11713 in the copr tests now.
11714 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
11715 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
11716 expected to fail.
11717
11718 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
11719
11720 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
11721 gdb.t31/chillvars.exp, lib/gdb.exp:
11722 Tweak to run under either version of expect.
11723 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
11724 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
11725 * gdb.t11/list.exp: Remove extraneous whitespace.
11726
11727 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11728
11729 * gdb.t16/printcmds.exp (test_print_strings): Accept
11730 "(unsigned char *) " before the string.
11731
11732 * TODO: Add notes about printing of fancy types and GDB expressions.
11733
11734 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
11735
11736 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
11737 * gdb.t06/configure.in: Don't try to compile signals test program
11738 if doing mips-idt-ecoff.
11739
11740 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
11741
11742 * Most .exp files: Tweak to run under either version of expect.
11743
11744 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11745
11746 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
11747 xfails; I'm not sure why they are failing, but not because of PR 1806.
11748
11749 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
11750
11751 * config/unix-gdb.exp: Remove gdb_unload cause it's already
11752 defined in lib/gdb.exp.
11753
11754 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11755
11756 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
11757 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
11758 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
11759 have to be typeless.
11760
11761 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11762
11763 * TODO: Add suggestion for copyright year test.
11764
11765 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
11766
11767 * configure.in (*-*-lynxos*): Add stabs tests.
11768
11769 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11770
11771 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
11772 so insert a tab before any assembler directive in column zero.
11773
11774 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
11775 stores.
11776 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
11777 stores.
11778 (fpu_short_memory_tests): Likewise.
11779
11780 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11781
11782 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
11783 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
11784 .stabs directives in comments.
11785
11786 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11787
11788 * TODO: New file, describing tests we could write.
11789 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
11790
11791 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11792
11793 * gdb.t06/signals.exp: Add kludge to force re-sync.
11794
11795 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
11796 to xgdb instead of gdb, get out of gdb.
11797
11798 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
11799
11800 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
11801 for info.
11802
11803 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11804
11805 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
11806 * gdb.stabs/configure.in (hppa*-*-*): Use it.
11807 * gdb.stabs/hppa.sed: New sed script for the PA.
11808
11809 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11810
11811 * gdb.stabs: Re-write weird.def and configuration to use sed
11812 instead of cpp. sed is portable and POSIX; cpp is neither.
11813
11814 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11815
11816 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
11817
11818 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11819
11820 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
11821
11822 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11823
11824 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
11825 "_vb$".
11826 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
11827 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
11828
11829 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11830
11831 * lib/gdb.exp: Comment out code which depends on non-existent
11832 `transform' procedure.
11833
11834 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
11835
11836 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
11837 * lib/gdb.exp: Transform tool name.
11838 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
11839 1.1's new error handling system.
11840
11841 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11842
11843 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
11844
11845 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11846
11847 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
11848 They made pattern matching so slow that timeouts happened on
11849 heavily loaded systems. Now any output from "show print" which
11850 gets us back to the GDB prompt is a PASS.
11851
11852 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
11853
11854 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
11855
11856 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11857
11858 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
11859
11860 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
11861 It is not from PR 3220.
11862
11863 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11864
11865 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
11866 just started failing because they depended on the order the
11867 subcommands are presented, or exact docstring text. This kind of
11868 test is a pain and has minimal benefit.
11869
11870 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11871
11872 * gdb.t09/corefile.exp: At end of test, use "core" command with
11873 no arguments.
11874
11875 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
11876
11877 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
11878 17}/Makefile.in: Make it possible to run the testsuite with Sun
11879 make and CC = cross gcc by adding explicit build rules for .o
11880 files.
11881
11882 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11883
11884 * gdb.t15/funcargs.exp: Don't put comments on same line as
11885 setup_xfail (@#$*%& tcl braindamage!).
11886
11887 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11888
11889 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
11890
11891 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
11892
11893 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
11894 * gdb.t20/inherit.exp: remove three dumplicate entries.
11895
11896 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11897
11898 * gdb.t06/break.exp: For "next over recursive call", fail on any
11899 incorrect output, not just on "factorial (value=2)".
11900
11901 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11902
11903 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
11904 working now. Add an xfail if accesing a bss variable causes
11905 a memory error if the target is not yet run.
11906
11907 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11908
11909 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
11910 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
11911 name of __st* demangling (2 strings). Did Kung really get the
11912 more than 95 others right without testing them?
11913
11914 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
11915
11916 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
11917
11918 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
11919
11920 * configure.in (configdirs): Add gdb.disasm
11921 * gdb.disasm: New directory for GDB disassembler tests.
11922 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
11923
11924 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11925
11926 * gdb.t00/help.exp: Don't test "help set".
11927
11928 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
11929 from within expect statements. None of these happen anymore and
11930 they cause regressions to be silently unnoticed.
11931
11932 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
11933 messages) about known failures with gcc cygnus-2.4.5-930417.
11934
11935 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
11936 comp-info.exp so it gets built if it doesn't exist.
11937
11938 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
11939 it is no longer used.
11940 * gdb.t13/comp-info.c: Removed.
11941
11942 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11943
11944 * gdb.t06/signals.exp: Add xfail for sun3.
11945
11946 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11947
11948 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
11949 relevant because ^C doesn't get sent but failure can be reproduced
11950 interactively).
11951
11952 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11953
11954 * gdb.stabs/alpha.mt: New configuration file for alpha.
11955 * gdb.stabs/configure.in: Use it.
11956 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
11957 sharing with alpha.mt, redefine long to word via preprocessor.
11958 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
11959 for alpha.
11960 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
11961 native cc.
11962 * gdb.t00/teststrategy.exp: Change expect string so that we
11963 consume the `(xgdb)' from the command echo and from the gdb prompt.
11964 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
11965 gdb currently compares all values as long, so this failure probably
11966 applies to any configuration where LONGEST is bigger than a target int.
11967 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
11968 with gcc.
11969 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
11970 to handle opaque pointers, gcc is.
11971 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
11972 as first argument. Include <sys/types.h> and change all operator
11973 new definitions to use size_t.
11974 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
11975 now that we use size_t.
11976
11977 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11978
11979 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
11980 a long or float array cast all array members to the same type.
11981 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
11982 with 64 bit longs.
11983 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
11984 on alpha.
11985 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
11986
11987 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11988
11989 * gdb.t24 (demangle.exp): Constructors of templates have names like
11990 vector<int>::vector(int) not vector<int>::vector<int>(int). See
11991 section 14.6 of the ARM.
11992
11993 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
11994 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
11995 accomplish little and slow down the testsuite.
11996
11997 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
11998 Accept spaces various places.
11999
12000 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12001
12002 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
12003 with watchpoint enabled.
12004
12005 * Makefile.in: Remove definition of CC and remove the second
12006 definition of CXX (the "CXX = gcc" one remains). These definitions
12007 were causing backquotes to be expanded within backquotes, which
12008 doesn't work.
12009
12010 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12011
12012 * gdb.t17/callfuncs.exp: Add "return 0" to end.
12013
12014 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12015
12016 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
12017 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
12018 by mips cc and contains no stabs entries.
12019
12020 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
12021
12022 * config/vx-gdb.exp: Use fake device to load files rather than
12023 NFS.
12024 * lib/gdb.exp: New proc to do "file" command.
12025 * config/unix-gdb.exp: Use new "file" proc.
12026
12027 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12028
12029 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
12030 Rework board rebooting slightly.
12031 (gdb_exit): Don't exit from the remote shell; there isn't one.
12032 * gdb.stabs/weird.exp: If a program is being debugged already,
12033 kill it.
12034 * gdb.t04/setvar.exp: Stop and restart gdb.
12035 * gdb.t05/expr.exp: Likewise.
12036 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
12037 restart gdb and reload the program.
12038 * gdb.t08/opaque.exp: Likewise.
12039 * gdb.t12/scope.exp: Likewise.
12040 * gdb.t13/bitfields.exp: Likewise.
12041 * gdb.t15/funcargs.exp: Likewise.
12042 * gdb.t20/classes.exp: Likewise.
12043 * gdb.t03/ptype.exp: Increase timeout.
12044 * gdb.t16/printcmds.exp (test_print_string_constants,
12045 test_print_array_constants): Likewise.
12046 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
12047 * gdb.t20/classes.exp (do_tests): Likewise.
12048 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
12049
12050 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
12051
12052 * gdb.stabs: Renamed *wierd* to *weird*.
12053
12054 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12055
12056 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
12057 for timeout. Add "known gcc 2.4.5 bug" to failure message.
12058
12059 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12060
12061 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
12062 (do_tests): Remove xfail for whatis on one_var and two_var.
12063
12064 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
12065
12066 * Makefile.in: Made cross building work better by adding
12067 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
12068
12069 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12070
12071 * gdb.t15/{return.c,return.exp,Makefile.in}:
12072 New test, currently commented out.
12073
12074 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
12075
12076 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
12077 still running and removes the leftover named socket so GDb can do
12078 clean restarts.
12079
12080 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
12081
12082 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
12083 console, not GDB.
12084 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
12085 cross testing works better with "make check"
12086 * config/unix-gdb: Use default procedures for exit and version.
12087 * config/vx-gdb.exp: Cleaned up and massaged back to working order
12088 with the newest VxWorks.
12089
12090 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12091
12092 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
12093 old form.
12094
12095 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
12096 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
12097
12098 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
12099
12100 * config/unix-gdb.exp: Remove this version of gdb_exit
12101 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
12102 Rob says he'll look at it when he gets back to testing boards.
12103
12104 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
12105
12106 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
12107 an expected fail for certain ptype commands.
12108
12109 * gdb.t20/classes.exp: Update expected results of "ptype class
12110 Base1" to account for the constructor that now appears in the type.
12111
12112 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
12113
12114 * configure.in (configdirs): Restore gdb.t04, which mysteriously
12115 disappeared from list.
12116 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
12117 "alldone" proc with call to cleanup and exit.
12118 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
12119 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
12120 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
12121 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
12122 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
12123 "alldone" proc with simple returns that suppress remaining
12124 tests. The alldone proc went away many months ago.
12125
12126 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12127
12128 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
12129
12130 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
12131
12132 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12133
12134 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
12135 as vax gdb will display them.
12136
12137 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12138
12139 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
12140 optimizers.
12141
12142 * scope.exp: Change "bad value for localval" messages so each one
12143 is unique.
12144
12145 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
12146 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
12147
12148 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
12149
12150 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12151
12152 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
12153 doesn't exist (due to optimization).
12154
12155 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12156
12157 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
12158 contains \r because the filename is long.
12159
12160 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
12161 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
12162
12163 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12164
12165 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
12166 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
12167 Ultrix.
12168 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
12169 int tests.
12170 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
12171
12172 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
12173
12174 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
12175
12176 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
12177 to match does not match the passing case but still matches the
12178 failing case.
12179
12180 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12181
12182 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
12183
12184 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
12185
12186 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
12187 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
12188 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
12189 Remove various versions of gdb_exit.
12190 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
12191 gdb_exit.
12192 * config/unix-gdb.exp: gdb_exit remains here, and should override
12193 the generic version, since it's doing a lot of wierd stuff that
12194 the other versions aren't. FIXME, fold it in, or abandon this
12195 version.
12196
12197 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12198
12199 * gdb.t24/demangle.exp: Add tests for PR 3220.
12200
12201 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12202
12203 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
12204
12205 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
12206
12207 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
12208 "i386-*-*". Works for i486 as well.
12209
12210 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
12211 bug, and expand domain of xfail to all SVR4 systems, since the
12212 actual problem is likely to be in generic SVR4 /proc support.
12213
12214 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12215
12216 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
12217
12218 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
12219
12220 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
12221 xfails for other systems. Match a missing 'Continuing.' as an
12222 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
12223
12224 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
12225 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
12226 Only issue warning for missing executables if -all option is used.
12227
12228 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
12229 file if -all option is used. It's like an unpredictable XFAIL.
12230
12231 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12232
12233 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
12234 for dynamically linked binaries.
12235
12236 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
12237
12238 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12239
12240 * gdb.t20/inherit.exp: Change message for "print tagless struct"
12241 to state that this is a known bug in old versions of g++.
12242
12243 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12244
12245 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
12246 while waiting for `Continuing'.
12247
12248 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
12249
12250 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
12251 in text, data, and bss.
12252 * gdb.t10/nodebug.c: Add local and global test variables for
12253 initialized and uninitialized data.
12254
12255 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12256
12257 * config/unix-gdb.exp (gdb_exit): Add "wait".
12258
12259 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12260
12261 * gdb.t06/signals.exp: xfail the continue from the handler for all
12262 targets.
12263
12264 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
12265 function with watchpoints enabled, the i386 call dummy starts with
12266 a call.
12267
12268 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
12269 386 bsd names its corefiles.
12270
12271 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
12272
12273 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
12274 compilers don't grok it.
12275 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
12276 with small octal ints rather than character constants, which
12277 are signed and might not fit if first promoted to int.
12278
12279 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
12280
12281 * gdb.t09/Makefile.in (clean): Remove corefile.
12282
12283 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12284
12285 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
12286
12287 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12288 and Jim Kingdon (kingdon@cygnus.com)
12289
12290 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
12291 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
12292 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
12293
12294 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12295
12296 * gdb.t17/interrupt.exp: Add xfail for hppa.
12297
12298 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12299
12300 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
12301 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
12302 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
12303 to determine signed-ness of bitfields and use the result to setup
12304 the xfail.
12305 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
12306 * gdb.t15/funcargs.exp: Use them to step until the second indirect
12307 call line is reached if necessary.
12308
12309 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12310
12311 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
12312
12313 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12314
12315 * gdb.t06/break.exp: Also test `clear' command.
12316
12317 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12318
12319 * gdb.t00/teststrategy.exp: Remove extra quote.
12320
12321 * gdb.t07/watchpoint.exp: Change xfail for calling function with
12322 watchpoint enabled to be for all non-68k machines.
12323
12324 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
12325
12326 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12327
12328 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
12329 targets use aout.mt instead of ecoff.mt as gas understands
12330 standard aout format.
12331
12332 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12333
12334 * lib/gdb.exp (runto): Don't insist that function we are running to
12335 was compiled with -g.
12336
12337 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
12338
12339 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
12340 to get back into the read system call.
12341 Accept leading newline in case where we woke it up.
12342
12343 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12344
12345 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
12346 to make the stabs test work on ecoff systems using gcc and -with-stabs.
12347 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
12348 enable ecoff configuration.
12349
12350 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12351
12352 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
12353
12354 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12355
12356 * gdb.t16/printcmds.exp: Add another printf test.
12357
12358 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
12359
12360 * configure.in: If configured -with-stabs on any target, add
12361 stabsdirs to configdirs.
12362
12363 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12364
12365 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
12366 fun" so pattern does not match the command itself.
12367
12368 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12369
12370 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
12371
12372 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12373
12374 * gdb.t17/interrupt.exp: Test for more things.
12375
12376 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12377
12378 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
12379 compiler arranges the code and line numbers.
12380
12381 * gdb.t17/interrupt.exp: Don't send \n after ^C.
12382
12383 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12384
12385 * gdb.t00/help.exp: Increase expect input buffer size.
12386
12387 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12388
12389 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
12390
12391 * gdb.t07/watchpoint.exp: Add xfail for hppa.
12392
12393 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
12394
12395 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
12396 [0-9]*, not just [0-9].
12397
12398 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12399
12400 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
12401
12402 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
12403
12404 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12405
12406 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
12407
12408 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12409
12410 * gdb.t06/signals.c: Add xfails for sun3.
12411
12412 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
12413
12414 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
12415 test_stepping tests.
12416
12417 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12418
12419 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
12420
12421 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
12422
12423 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
12424 rather than actually putting it through cpp twice.
12425
12426 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
12427
12428 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
12429
12430 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
12431 no longer needed.
12432
12433 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12434
12435 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
12436
12437 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
12438 C++ features prints as "struct", make it a pass, not an xfail.
12439
12440 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12441
12442 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
12443 Don't require VA to print as "class" rather than "struct".
12444
12445 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
12446
12447 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
12448
12449 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12450
12451 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
12452
12453 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12454
12455 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
12456 order.
12457
12458 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12459
12460 * gdb.t16/printcmds.exp: Add printf tests.
12461
12462 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
12463
12464 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
12465
12466 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
12467
12468 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
12469 pass counts, to counteract any existing or future setup_xfails.
12470
12471 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12472
12473 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
12474 {BEGIN,END}_COMMON for common block instead of STAB.
12475 * gdb.stabs/wierd.exp: Add xfail for rs6000.
12476
12477 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
12478 intp_var should be N_GSYM not N_LSYM.
12479 wierd-aout.S: Use a label for the value of the N_SO.
12480 wierd.def: Remove all backslashes.
12481 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
12482
12483 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12484
12485 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
12486 get the expected next to inheritance3.
12487
12488 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12489
12490 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
12491 now that gcc-2.4 gets it right.
12492
12493 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12494
12495 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
12496
12497 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
12498 generating comp-info.exp which works for cross-compilation.
12499
12500 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
12501
12502 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
12503 "*-*-sysv4.*".
12504
12505 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12506
12507 * gdb.t01/run.exp: Start with a fresh gdb.
12508 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
12509 SVR4.x.
12510
12511 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
12512
12513 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
12514 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
12515 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
12516 Makefile.in (distclean, realclean): Remove gdbme.c from list of
12517 things to remove.
12518
12519 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
12520
12521 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12522 test cases from bug reports.
12523
12524 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12525
12526 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12527 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12528 avoid spurious xfails.
12529 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12530 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12531 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12532
12533 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12534
12535 * gdb.t00/teststrategy.exp: Rework to provide more useful
12536 description of each test, fix problem with systems that define
12537 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
12538 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
12539 results for "next over recursive call" so timeouts aren't taken
12540 by error.
12541
12542 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
12543
12544 * gdb.t12/scope.exp: Test printing of variables before run.
12545
12546 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
12547 printed in wrong order due to sorting.
12548
12549 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
12550
12551 * gdb.t00/teststrategy.exp: Fix expected results for printing
12552 user entered string constant. Is array of char, prints with no
12553 address.
12554
12555 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
12556 commands.
12557 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
12558 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
12559 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
12560 of struct of char arrays.
12561 * gdb.t00/radix.exp: New tests for radix commands.
12562
12563 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
12564
12565 * gdb.t16/printcmd.exp: Print a variable before running program
12566 (with xfail for AIX).
12567
12568 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
12569
12570 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
12571
12572 * gdb.t16/printcmd.exp: Don't print variables before running program.
12573
12574 * gdb.t06/break.exp: Don't require envp argument to main.
12575
12576 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
12577
12578 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12579 Add xfails for rs6000.
12580
12581 * gdb.t02/whatis.exp: Change other tests not to re-test something
12582 we already tested.
12583
12584 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
12585 each type used has a variable of that type.
12586
12587 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
12588
12589 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
12590
12591 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12592
12593 * configure.in: change srctrigger to be a file, not a directory
12594
12595 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
12596
12597 * configure.in (mips-idt-ecoff*): Added trailing '*'.
12598
12599 * gdb.t11/list.exp: Fixed a couple of typos.
12600
12601 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
12602
12603 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
12604 is fixed and PR is closed.
12605 * gdb.t16 (gdbme.c): Add simple test string variable.
12606 * gdb.t16 (printcmds.exp): Add tests with simple test string
12607 variable, primarily for boundaries on "set print elements".
12608
12609 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
12610
12611 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
12612 Make leading 0's optional and don't expect a tab in the middle
12613 of the number.
12614
12615 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
12616
12617 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
12618 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
12619 don't end command passed to gdb_test with newline.
12620
12621 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
12622 signed keyword away, don't expect signed bitfields to be signed.
12623
12624 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
12625 printing with only as many 1's as are in the field as well as printing
12626 with 32 1's (see comment).
12627
12628 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
12629
12630 * gdb.t00/default.exp: Start with a fresh gdb.
12631 * configure.in (configdirs): Remove gdb.t31 until the chill
12632 compiler works again. It no longer is able to find chillrt0
12633 since it isn't in libchill.a anymore.
12634 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
12635 wierd.o, make more modular.
12636 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
12637 spurious newlines that caused problems.
12638
12639 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12640
12641 * Move test with enums and partial symbols from gdb.t03/ptype.exp
12642 to gdb.stabs/wierd.exp since GCC has worked around the bug.
12643 gdb.stabs/wierd.{exp,def}: Many new tests.
12644
12645 * gdb.t00/default.exp: update info line for new message.
12646
12647 * gdb.t02/{whatis.exp,gdbme.c}:
12648 Test that "char *" doesn't print as "caddr_t".
12649
12650 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12651
12652 * gdb.t00/help.exp: Use .* in place of some help messages which
12653 just changed.
12654 gdb.t00/default.exp: Update "info frame" test for new message.
12655 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
12656 Remove some xfails
12657
12658 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12659
12660 * gdb.t03/{gdbme.c,ptype.exp}:
12661 Add tests for typedef'd struct and union without tags.
12662 Also check "whatis" on a variable of a typedef'd enum without a tag.
12663
12664 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
12665 PRMS 1823; the bug still exists but isn't reproduced by this test
12666 anymore), and remove rs6000 XFAIL (the bug is fixed).
12667
12668 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
12669 duplicated from whatis.exp. For those that are left, accept
12670 "long", "long int", or "int" for long variables (whatis.exp already
12671 has an XFAIL for "int", so no need to fail it here).
12672
12673 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
12674 Deal with GCC's names for types now that GDB uses the compiler's names.
12675
12676 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
12677 setup_xfail's for sunos4. If we #defined the signed keyword away,
12678 don't expect GDB to know that char it is signed.
12679
12680 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
12681
12682 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
12683
12684 * configure.in (configdirs): Add gdb.t24 for C++ tests that
12685 should work on any system, regardless of debugging format.
12686 * gdb.t21/demangle.exp: Move to gdb.t24.
12687 * gdb.t24/demangle.exp: Move from gdb.t21.
12688 * gdb.t24/{Makefile.in, configure.in}: New files.
12689
12690 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12691
12692 * configure.in: Do gdb.stabs and C++ tests only for stabs.
12693 * gdb.stabs: New directory.
12694
12695 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12696
12697 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
12698 not just "Quit anyway?".
12699
12700 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
12701
12702 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
12703 that all setup_xfails are immediately followed by clear_xfails.
12704
12705 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
12706
12707 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
12708 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
12709 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
12710 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
12711 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
12712 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12713 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12714 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
12715 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
12716 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
12717 gdb.t31/chillvars.exp, lib/gdb.exp:
12718 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
12719 bug-gdb@prep.ai.mit.edu.
12720
12721 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
12722
12723 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
12724 with 0.0, not integer 0.
12725
12726 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
12727
12728 * gdb.t06/break.exp: Update for "Kill the program" message change.
12729
12730 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
12731
12732 * Makefile.in (GDBFLAGS): Set to -nx.
12733 * Makefile.in (site.exp): Use GDBFLAGS.
12734
12735 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12736
12737 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
12738 Makefiles.
12739 (check): depend on just-check.
12740 (just-check): added so that tests can be run without a noop
12741 build pass.
12742
12743 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12744
12745 Switch to using configure's configdirs.
12746 * Makefile.in (Makefile): add configure.in dependency.
12747 (SUBDIRS): removed redundant assignment.
12748 * configure.in: switch subdirs assignment to configdirs.
12749 * gdb.t*/configure.in: new files.
12750
12751 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
12752
12753 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
12754 works.
12755
12756 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
12757
12758 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
12759 in explicit rules. Apparently this is not supported by some makes.
12760
12761 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
12762
12763 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
12764
12765 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12766
12767 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
12768 disappeared.
12769
12770 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12771
12772 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
12773
12774 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
12775
12776 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
12777 watchpoint problem that is now fixed.
12778 * gdb.t30/chexp.exp: Remove setup_xfail for printing
12779 uninitialized convenience variables.
12780 * gdb.t31/chillvars.exp: Fix expected patterns for printing
12781 structures.
12782
12783 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12784
12785 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
12786 which causes expect to get out of sync with gdb on long output
12787 from help set.
12788 * gdb.t09/corefile.exp: Make expected pattern for core file
12789 failing signal and frame output format less sun specific.
12790
12791 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
12792
12793 * gdb.t31/chillvars.exp: Add and remove initial dummy
12794 breakpoint, so that symbol table is forced in.
12795 (Needed at least on Sunos4, though it seems not SVR4.)
12796 * gdb.t31/chillvars.exp: Update for changed output format.
12797
12798 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
12799
12800 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
12801
12802 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
12803
12804 * Makefile.in: Added --srcdir when invoking runtest, removed the
12805 need for a local config file. (optional now)
12806
12807 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
12808
12809 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
12810 failure count used to force early termination. Add some more
12811 expected failures for gnu style demangling.
12812
12813 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12814
12815 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
12816 pmi variable from gdb.t20/gdbme to get optimized away.
12817 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
12818 Check for written corefile upon timeout _and_ eof.
12819
12820 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12821
12822 * config/unix-gdb.exp: Add missing return 0.
12823
12824 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12825
12826 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
12827 test termination.
12828
12829 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
12830
12831 * configure.in (subdirs): Put back gdb.t17 which mysteriously
12832 disappeared.
12833
12834 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
12835
12836 * gdb.t10/crossload.exp: Disable the i860-elf test until such
12837 time as i860 support works.
12838
12839 * gdb.t15/funcargs.exp: Fix expected outputs to include
12840 "backtrace 100\r" rather than just "backtrace\r", to match last
12841 change.
12842
12843 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
12844
12845 * config/udi-gdb.exp (gdb_exit): Remove close command.
12846 (gdb_target_udi): New procedure to set the UDI target.
12847 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
12848 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
12849 Added waits for prompts after several question responses. Added
12850 some more responses used by a29k-amd-udi-gdb.
12851 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
12852 pass different arguments, restart UDI connection after program
12853 completion.
12854 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
12855 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12856 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
12857 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
12858 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
12859 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
12860 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12861 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
12862 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
12863 after program completion.
12864 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
12865 compiled with a SELECT_VECS setting.
12866 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
12867 infinite recursion.
12868
12869 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
12870 Added checks for COFF results, and made them expected failures for
12871 all targets. It would be better to make them expected failures
12872 for COFF targets only.
12873
12874 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12875
12876 * Makefile.in: add null dvi target, don't bother to recurse
12877 through test directories for info and install-info; rename
12878 $(datadir) to be dejagnu instead of deja-gnu
12879
12880 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
12881
12882 * gdb.t31/gdbme.ch: Re-enable code that previously caused
12883 compiler to coredump.
12884 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
12885 code.
12886
12887 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
12888
12889 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
12890 coredump.
12891 * gdb.t31/chillvars.exp: Comment out tests that depend on that
12892 code.
12893
12894 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
12895
12896 * gdb.t03/ptype.exp: tests for return code from gdb_test.
12897 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
12898 which in a shell. Deletes xgdb when done.
12899 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
12900 Tests the return from the "set height" or "set width" commands.
12901 Added a few return codes where needed.
12902
12903 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
12904
12905 * Makefile.in (SUBDIRS): Add gdb.t17.
12906 * configure.in (subdirs): Add gdb.t17.
12907 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
12908 files to test gdb's calling of functions in the inferior with
12909 the correct arguments and gdb's ability to retrieve any
12910 result returned.
12911
12912 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
12913
12914 * config/unix-gdb.exp (gdb_exit): Remove close commands that
12915 may be called after gdb goes away. Previous versions of expect
12916 needed these to avoid file descriptor leaks, but they cause
12917 errors with the current revision of expect.
12918 * gdb.t00/gdbvars.exp: Use -re on expected output after
12919 setting sevenbit-strings.
12920 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
12921 to set sevenbit-strings consistent across tests.
12922 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
12923 set sevenbit-strings consistent across tests.
12924
12925 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
12926
12927 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
12928 expected output to match current "expect" expectations.
12929
12930 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
12931
12932 * gdb.t00/default.exp: Change expected output for default "source"
12933 command, to match new gdb behavior which requires a filename to
12934 source.
12935
12936 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
12937
12938 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
12939 expected fail for i486-*-* that misses the marker2 function.
12940 * gdb.t10/crossload.exp (bfddefault): Allow successful
12941 recognition of a format to pass even if no symbols are found.
12942 Explicitly catch failures where the format is not recognized
12943 or is ambiguous, and add the reason to the fail message.
12944 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
12945 the cause is and invalid target and add reason to failure message.
12946 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
12947 elf32-i386, elf32-sparc, and elf32-i860.
12948 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
12949 Set up expected failure for 'filename'::variable scope resolution,
12950 which is now apparently broken on all targets.
12951 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
12952 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
12953 gdb.t23/templates.exp: Change failure for missing binfile into
12954 just a warning.
12955 gdb.t21/demangle.exp: Change all cfront references to 'arm'
12956 references.
12957
12958 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
12959
12960 * gdb.t00/default.exp: Add expected output for default "source"
12961 command, to match new gdb behavior.
12962 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
12963
12964 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
12965
12966 * config/*-gdb.exp: returns an error, rather than exiting on
12967 internal errors.
12968
12969 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
12970
12971 * gdb.t03/gdbme.c: Add pointer to struct variable.
12972 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
12973 referencing struct members.
12974
12975 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
12976
12977 * configure.in (mips-idt-ecoff): New target.
12978 * config/mips-gdb.exp: New file for remote board using MIPS remote
12979 debugging protocol.
12980
12981 * Redid configuration scheme. Removed gdb.t*/configure.in.
12982 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
12983 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
12984 distclean targets. Built executables via .o files. Adjusted
12985 tests to account for source files in $(srcdir) rather than
12986 $(objdir).
12987 * lib/gdb.exp (runto): Don't expect () after the function name,
12988 because it may have arguments.
12989
12990 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
12991
12992 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
12993 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
12994 expected failures for mips-idt-* and mips-sgi-*.
12995 * gdb.t00/default.exp (attach): Kill process if requested.
12996 * gdb.t00/help.exp (help target core, help target): Accept a gdb
12997 that does not read core files.
12998 * gdb.t01/run.exp: Removed checks for exit status code.
12999 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
13000 it is linked in.
13001 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
13002 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
13003 appropriate, rather than doing it by hand.
13004 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
13005 execution.
13006 * gdb.t10/crossload.exp: Kill existing program if needed.
13007 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
13008 appropriate, rather than doing it by hand. Always increase
13009 timeout for this test, not just for VxWorks.
13010
13011 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
13012
13013 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
13014 of Chill STRUCT types and STRUCT values.
13015 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
13016 than "char".
13017 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
13018 struct2): New struct definitions and initializations to test
13019 simple Chill STRUCT types.
13020
13021 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
13022
13023 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
13024 the null byte at the end of strings.
13025 * gdb.t00/default.exp: Make show version insensitive to copyright
13026 date.
13027 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
13028 to avoid dependencies on target char signedness.
13029 * gdb.t16/printcmds.exp: Update expected results for explicitly
13030 unsigned char.
13031 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
13032 now work.
13033 * gdb.t21/demangle.exp: Add many more patterns for template
13034 demangling, most of them being expected failures.
13035 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
13036 string we are matching for, to match on the whole string.
13037 * gdb.t21/demangle.exp: Add many new test strings to demangle,
13038 and fix a whole bunch that had incorrect expected output but were
13039 passing anyway because of the bug in "proc demangle".
13040 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
13041 type.
13042 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
13043
13044 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
13045
13046 * gdb/testsuite: made modifications to testcases, etc., to allow
13047 them to work properly given the reorganization of deja-gnu and the
13048 relocation of the testcases from deja-gnu to a "tool" subdirectory.
13049
13050 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
13051
13052 * gdb/testsuite: Initial creation of gdb/testsuite.
13053 Migrated dejagnu testcases and support files for testing nm to
13054 gdb/testsuite from deja-gnu. These files were moved "as is"
13055 with no modifications. This migration is part of a major overhaul
13056 of dejagnu. The modifications to these testcases, etc., which
13057 will allow them to work with the new version of dejagnu will be
13058 made in a future update.
13059
13060 For additional changes see gdb.mi/ChangeLog-1999-2003.
13061 \f
13062 ;; Local Variables:
13063 ;; mode: change-log
13064 ;; left-margin: 8
13065 ;; fill-column: 74
13066 ;; version-control: never
13067 ;; End:
13068
13069 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13070 2003, 2004 Free Software Foundation, Inc.
13071 Copying and distribution of this file, with or without modification,
13072 are permitted provided the copyright notice and this notice are preserved.