* tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c789492a
FL
12004-11-05 Felix Lee <felix+log1@specifixinc.com>
2
3 * gdb.base/cursal.exp: New file.
4 * gdb.base/cursal.c: New file.
5
a1e167bb
AC
62004-11-03 Andrew Cagney <cagney@gnu.org>
7
8 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
9
b7cbf173
MK
102004-10-30 Mark Kettenis <kettenis@gnu.org>
11
12 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
13 NetBSD/ELF targets.
14
88f9d34f
JB
152004-10-29 Joel Brobecker <brobecker@gnat.com>
16
17 * gdb.threads/bp_in_thread.c: New file, copied from
18 pthread_cond_wait.c.
19 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20 file, rather than reusing the .c file from another testcase.
21
ca7d6a0c
JB
222004-10-20 Joel Brobecker <brobecker@gnat.com>
23
24 * gdb.ada/null_record.exp: Check where we stopped after
25 sending the start command, instead of where the associated
26 temporary breakpoint was inserted.
27
0d863d03
AC
282004-10-14 Andrew Cagney <cagney@gnu.org>
29
30 * gdb.mi/gdb701.c (main): Return 0.
31
d11e72cb
DJ
322004-10-13 Daniel Jacobowitz <dan@debian.org>
33
d40539a4 34 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 35
e1923096
JJ
362004-10-12 Jeff Johnston <jjohnstn@redhat.com>
37
38 * gdb.threads/schedlock.c: Add comment markers to use to find
39 line numbers.
40 * gdb.threads/schedlock.exp: Adjust regex to handle the new
41 comments.
42 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
43 breakpoint lines.
44
ec8ba2c9
DJ
452004-10-12 Daniel Jacobowitz <dan@debian.org>
46
47 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
48
0eb3658b
DJ
492004-10-12 Daniel Jacobowitz <dan@debian.org>
50
51 * configure.in: Add gdb.dwarf2.
52 * configure: Regenerated.
53 * Makefile.in: Add gdb.dwarf2.
54 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
55 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
56 gdb.dwarf2/file1.txt: New files.
57
a271cc33
OF
582004-10-11 Orjan Friberg <orjanf@axis.com>
59
60 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
61 of "run", since the latter doesn't work with remote targets. Adjust
62 the breakpoint numbering accordingly.
63 * gdb.threads/pthread_cond_wait.exp: Ditto.
64
895ce074
MC
652004-10-08 Michael Chastain <mec.gnu@mindspring.com>
66
67 * gdb.base/overlays.exp: Update copyright years.
68
6be3092d
KI
692004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
70
71 * gdb.base/overlays.exp: Disable if target is Linux.
72
e05389b8
FL
732004-10-06 Felix Lee <felix+log1@specifixinc.com>
74
75 * config/gdbserver.exp (gdb_load): Use right filename on remote.
76
73cb587d
KI
772004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
78
79 * gdb.asm/asm-source.exp: Add m32r-linux target.
80 * gdb.asm/m32r-linux.inc: New file.
81
3c0edcdc
AC
822004-09-24 Andrew Cagney <cagney@redhat.com>
83 David Anderson <anderson@redhat.com>
84
85 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
86 command fails, assume things will work.
87 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
88 (_GNU_SOURCE): Define.
89 (print_unsigned, print_hex): Change parameter to "long long".
90 (print_byte_count): New function, use to print byte counts.
91 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
92 O_LARGEFILE.
93 (main): Compute an upper bound on a corefile in max_core_size.
94 Limit memory chunk size to max_core_size. Limit total memory
95 allocated to max_core_size.
96
4bb3667f
AC
972004-09-23 Andrew Cagney <cagney@gnu.org>
98
99 * gdb.base/bigcore.exp: Replace the code that creates a corefile
100 from a separate process with code that creates a corefile by
101 making the inferior dump core.
102
60fe1a51
MK
1032004-09-23 Mark Kettenis <kettenis@gnu.org>
104
105 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
106 block.
107
8e937346
MC
1082004-09-23 Michael Chastain <mec.gnu@mindspring.com>
109
110 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
111 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
112 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
113 Likewise.
114
7213f6d6
JJ
1152004-09-20 Jeff Johnston <jjohnstn@redhat.com>
116
117 * gdb.java/jprint.exp: New test case for java inferior call.
118 * gdb.java/jprint.java: Ditto.
119
eac69dca
JB
1202004-09-15 Joel Brobecker <brobecker@gnat.com>
121
122 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
123
22227696
MC
1242004-09-14 Michael Chastain <mec.gnu@mindspring.com>
125
126 * gdb.threads/killed.c: Include <stdlib.h>.
127 * gdb.threads/pthreads.c: Likewise.
128
7dd403a4
MC
1292004-09-14 Michael Chastain <mec.gnu@mindspring.com>
130
131 * gdb.threads/killed.c: Add copyright notice.
132
33f2d567
JM
1332004-09-10 Jason Molenda (jmolenda@apple.com)
134
135 * gdb.base/define.exp: Two new tests to verify zero space chars
136 after 'if' and 'while' commands in a user-defined command is correctly
137 parsed.
138
e05b62ac
AC
1392004-09-08 Andrew Cagney <cagney@gnu.org>
140
141 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
142 delivery test with duplicate at end of file.
143
9cbe82da
MK
1442004-09-06 Mark Kettenis <kettenis@jive.nl>
145
146 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
147
564803d9
MC
1482004-09-05 Michael Chastain <mec.gnu@mindspring.com>
149
150 * config/hppro.exp: Removed.
151
7c6807ce
MC
1522004-09-05 Michael Chastain <mec.gnu@mindspring.com>
153
154 * config/sparclet.exp: Removed.
155
bf7e26dd
MC
1562004-09-05 Michael Chastain <mec.gnu@mindspring.com>
157
158 * config/udi.exp: Removed.
159
714e341b
MC
1602004-09-02 Michael Chastain <mec.gnu@mindspring.com>
161
162 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
163 of "exp_continue".
164 (advancei): Likewise.
165
1236e623
JJ
1662004-09-01 Jeff Johnston <jjohnstn@redhat.com>
167
168 * gdb.base/unload.exp: Fix so messages aren't duplicated.
169
3bdcad15
MI
1702004-09-01 Manoj Iyer <manjo@austin.ibm.com>
171
228af206 172 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
173 to check for nodebug in executable.
174 * gdb.gdb/observer.exp (setup_test): Likewise.
175 * gdb.gdb/selftest.exp (test_with_self): Likewise.
176 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
177
c72b934c
AC
1782004-09-01 Andrew Cagney <cagney@gnu.org>
179
180 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
181 files.
182
edd9b715
JJ
1832004-09-01 Jeff Johnston <jjohnstn@redhat.com>
184
185 * gdb.base/unload.exp: Fix expected warning message to match
186 latest format.
187
fb4ce06b
CV
1882004-09-01 Corinna Vinschen <vinschen@redhat.com>
189
190 * gdb.base/call-rt-st.exp: Fix typos.
191
ce78e7c3
MI
1922004-08-31 Manoj Iyer <manjo@austin.ibm.com>
193
194 * gdb.threads/thread_check.exp: New testcase.
195 * gdb.threads/thread_check.c: New testcase.
196
2dedb159
AC
1972004-08-31 Andrew Cagney <cagney@gnu.org>
198
199 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
200 (skip_to_handler_entry): New procedures. Test stepping into a
201 handler when the breakpoint is at the handler's entry point.
202
68f53502
AC
2032004-08-30 Andrew Cagney <cagney@gnu.org>
204
205 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
206 gdb/1757.
207
3e3ffd2b
MC
2082004-08-27 Michael Chastain <mec.gnu@mindspring.com>
209
210 With code from Manoj Iyer <manjo@austin.ibm.com>:
211 * lib/gdb.exp (gdb_file_cmd): Return more information in the
212 return value. Add an arm for "no debugging symbols found".
213 Change a stray "error" to "perror".
214 (gdb_run_cmd): Adapt to new return value.
215 * gdb.base/remote.exp: Adapt to new return value.
216 * gdb.gdb/complaints.exp: Likewise.
217 * gdb.gdb/observer.exp: Likewise.
218 * gdb.gdb/selftest.exp: Likewise.
219 * gdb.gdb/xfullpath.exp: Likewise.
220
4b6f5fd2
JB
2212004-08-27 Joel Brobecker <brobecker@gnat.com>
222
223 * gdb.threads/bp_in_thread.exp: New testcase.
224
e5b25496
MC
2252004-08-27 Michael Chastain <mec.gnu@mindspring.com>
226
227 Fix PR testsuite/1735.
228 * gdb.threads/schedlock.c (thread_function): Add a cast
229 to suppress a gcc warning.
230 * gdb.threads/thread-specific.c (thread_function): Likewise.
231
934353d6
MC
2322004-08-26 Michael Chastain <mec.gnu@mindspring.com>
233
234 * gdb.base/unload.c: Include <stdlib.h>.
235
f98a0aef 2362004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 237
f98a0aef 238 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
239 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
240 synchronized after the "return".
241
5a2e8882
MC
2422004-08-26 Michael Chastain <mec.gnu@mindspring.com>
243
244 * gdb.mi/basics.c: Include <stdio.h>.
245 * gdb.mi/pthreads.c: Include <stdlib.h>.
246 * gdb.mi/var-cmd.c: Include <stdlib.h>.
247
a9640423
MC
2482004-08-26 Michael Chastain <mec.gnu@mindspring.com>
249
250 * gdb.threads/schedlock.c: Add copyright notice.
251
b04e311d
AC
2522004-08-25 Andrew Cagney <cagney@gnu.org>
253
254 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
255 (skip_over_handler, breakpoint_over_hander): New test procedures.
256 (advance, advancei): Add a proper prefix, do not use
257 rerun_to_main.
258 * gdb.base/sigstep.c (main): Change to use an infinite loop.
259
7c27f15b
MC
2602004-08-24 Michael Chastain <mec.gnu@mindspring.com>
261
262 * gdb.mi/basics.c: Add copyright notice.
263 * gdb.mi/var-cmd.c: Add copyright notice.
264
fffc87ae
MC
2652004-08-23 Michael Chastain <mec.gnu@mindspring.com>
266
267 * lib/gdb.exp: Remove signed_keyword_not_used.
268 * lib/compiler.c: Likewise.
269 * lib/compiler.cc: Likewise.
270
d782e0bf
MC
2712004-08-23 Michael Chastain <mec.gnu@mindspring.com>
272
273 * gdb.base/whatis.c: Remove conditional disabling of "signed".
274 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
275
96033e83
MC
2762004-08-23 Michael Chastain <mec.gnu@mindspring.com>
277
278 * gdb.base/whatis.c: Add copyright notice.
279
cf38c229
MK
2802004-08-20 Mark Kettenis <kettenis@gnu.org>
281
282 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
283 it to skip the breakpoints encoded in the inline assembly.
284
f4b49756
MC
2852004-08-20 Michael Chastain <mec.gnu@mindspring.com>
286
287 * Makefile.in: Add gdb.fortran.
288
2f193b69
MC
2892004-08-20 Michael Chastain <mec.gnu@mindspring.com>
290
291 * gdb.base/call-sc.exp (test_scalar_returns):
292 Fix cut-and-paste glitch in "Make fun return now".
293
89a237cb
MC
2942004-08-17 Michael Chastain <mec.gnu@mindspring.com>
295
296 * configure.in: Add gdb.fortran.
297 * configure: Regenerate.
298 * gdb.fortran/Makefile.in: New file.
299 * lib/gdb.exp (skip_fortran_tests): New procedure.
300
469aff8e
MC
3012004-08-17 Michael Chastain <mec.gnu@mindspring.com>
302
303 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
304 reference to bug-gnu@prep.ai.mit.edu.
305 * gdb.mi/mi-var-child.exp: Likewise.
306 * gdb.mi/mi-var-cmd.exp: Likewise.
307 * gdb.mi/mi-var-display.exp: Likewise.
308 * gdb.mi/mi2-var-block.exp: Likewise.
309 * gdb.mi/mi2-var-child.exp: Likewise.
310 * gdb.mi/mi2-var-cmd.exp: Likewise.
311 * gdb.mi/mi2-var-display.exp: Likewise.
312
00b51b9f
MK
3132004-08-15 Mark Kettenis <kettenis@gnu.org>
314
315 * gdb.base/unload.c (main): Make local variable msg const.
316
45f07fef
MC
3172004-08-15 Michael Chastain <mec.gnu@mindspring.com>
318
319 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
320 to bug-gnu@prep.ai.mit.edu.
321 * gdb.mi/mi-disassemble.exp: Likewise.
322 * gdb.mi/mi-eval.exp: Likewise.
323 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
324 default line number.
325 * gdb.mi/mi-return.exp: Likewise.
326 * gdb.mi/mi-simplerun.exp: Likewise.
327 * gdb.mi/mi-stack.exp: Likewise.
328 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
329 number with explicit range test.
330 * gdb.mi/mi-watch.exp: Likewise.
331 * gdb.mi/mi2-break.exp: Likewise.
332 * gdb.mi/mi2-cli.exp: Likewise.
333 * gdb.mi/mi2-disassemble.exp: Likewise.
334 * gdb.mi/mi2-eval.exp: Likewise.
335 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
336 default line number.
337 * gdb.mi/mi2-return.exp: Likewise.
338 * gdb.mi/mi2-simplerun.exp: Likewise.
339 * gdb.mi/mi2-stack.exp: Likewise.
340 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
341 number with explicit range test.
342 * gdb.mi/mi2-watch.exp: Likewise.
343
dd8c8ee7
MC
3442004-08-15 Michael Chastain <mec.gnu@mindspring.com>
345
346 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
347 * gdb.cp/m-static.exp: Likewise.
348 * gdb.cp/rtti.exp: Likewise.
349
4e838464
MK
3502004-08-14 Mark Kettenis <kettenis@gnu.org>
351
352 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
353
8d8cb839
EZ
3542004-08-14 Eli Zaretskii <eliz@gnu.org>
355
356 * ChangeLog: Prefix Local Variables with semi-colons and indent
357 the reference to older ChangeLog files, to fix fontification in
358 Emacs.
359
deea8bb0
MC
3602004-08-13 Michael Chastain <mec.gnu@mindspring.com>
361
362 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
363 * gdb.mi/mi2-break.exp: Likewise.
364
c3297504
MC
3652004-08-13 Michael Chastain <mec.gnu@mindspring.com>
366
367 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
368
25808999
MC
3692004-08-13 Michael Chastain <mec.gnu@mindspring.com>
370
371 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
372
226a8d71
MC
3732004-08-13 Michael Chastain <mec.gnu@mindspring.com>
374
375 * gdb.cp/classes.exp: Remove unused declarations. Just let
376 test names default instead of providing special names. Remove
377 extraneous demangler test.
378
37fdf854
JJ
3792004-08-12 Jeff Johnston <jjohnstn@redhat.com>
380
381 * gdb.base/unload.exp: New test for breakpoints in dynamically
382 loaded libraries.
383 * gdb.base/unload.c: Ditto.
384 * gdb.base/unloadshr.c: Ditto.
385
2d3a7986
MC
3862004-08-12 Michael Chastain <mec.gnu@mindspring.com>
387
388 * gdb.cp/classes.exp (test_ptype_class_objects): Call
389 cp_test_ptype_class.
390 (test_enums): Likewise.
391
c72b934c
AC
3922004-08-10 Andrew Cagney <cagney@gnu.org>
393
394 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
395 files.
396
cc503c8a
AC
3972004-08-10 Andrew Cagney <cagney@gnu.org>
398
399 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
400 init_malloc call.
401
902f2ccb
MC
4022004-08-10 Michael Chastain <mec.gnu@mindspring.com>
403
404 * ChangeLog: Add copyright notice. The notice is copied
405 from emacs 21.3 top level ChangeLog.
406
78c90502
MC
4072004-08-09 Michael Chastain <mec.gnu@mindspring.com>
408
409 * lib/cp-support.exp: New file.
410 * lib/cp-support.exp (cp_test_type_class): New function.
411 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
412 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
413 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
414 cp_test_ptype_class.
415
88e5ea78
MC
4162004-08-09 Michael Chastain <mec.gnu@mindspring.com>
417
418 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
419 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
420 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
421 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
422 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
423 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
424 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
425 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
426 gdb.mi/mi2-watch.exp: Update copyright years.
427
6a89fc9c
MK
4282004-08-09 Mark Kettenis <kettenis@gnu.org>
429
430 * gdb.base/sigaltstack.exp: Provide proper anchoring.
431
1482e0de
MC
4322004-08-09 Michael Chastain <mec.gnu@mindspring.com>
433
434 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
435 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
436 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
437 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
438 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
439 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
440 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
441 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
442 gdb.mi/mi-watch.exp: Update copyright years.
443
1a5ce3f3
DJ
4442004-08-08 Daniel Jacobowitz <dan@debian.org>
445
446 PR gdb/1738
447 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
448 from a breakpoint with a pending signal.
449
04f6ecf2
DJ
4502004-08-08 Daniel Jacobowitz <dan@debian.org>
451
452 PR gdb/1736
453 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
454 * gdb.base/sigaltstack.exp (finish_test): Consume output until
455 the prompt.
456 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
457
54d90d35
DJ
4582004-08-08 Daniel Jacobowitz <dan@debian.org>
459
460 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
461
d2f6abb0
DJ
4622004-08-08 Daniel Jacobowitz <dan@debian.org>
463
464 PR gdb/1736
465 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
466 for i?86-*-linux*.
467
5598c03d
DJ
4682004-08-08 Daniel Jacobowitz <dan@debian.org>
469
470 * gdb.arch/i386-prologue.exp: Compile without debug information.
471
c6fee705
MC
4722004-08-08 Michael Chastain <mec.gnu@mindspring.com>
473
474 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
475 rather than asking gdb to search.
476
dd90efdb
MC
4772004-08-05 Michael Chastain <mec.gnu@mindspring.com>
478
479 * gdb.base/gcore.c: Include <string.h>.
480
1e84bec1
MC
4812004-08-05 Michael Chastain <mec.gnu@mindspring.com>
482
483 * gdb.base/gcore.c: Add copyright notice.
484
e425eb2b
MC
4852004-08-05 Michael Chastain <mec.gnu@mindspring.com>
486
487 * gdb.base/freebpcmd.c: Include <stdio.h>.
488 * gdb.base/long_long.c: Include <string.h>.
489 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
490 * gdb.base/siginfo.c: Include <string.h>.
491 * gdb.base/sigstep.c: Include <string.h>.
492
cb9aaed5
MC
4932004-08-04 Michael Chastain <mec.gnu@mindspring.com>
494
495 * gdb.base/complex.c: Include <stdlib.h>.
496
55944f3d
MC
4972004-08-04 Michael Chastain <mec.gnu@mindspring.com>
498
499 * gdb.base/complex.c: Add copyright notice.
500
7b2953d9
MC
5012004-08-04 Michael Chastain <mec.gnu@mindspring.com>
502
503 * gdb.base/charset.c: Include <stdlib.h>.
504
c9133d23
MC
5052004-08-04 Michael Chastain <mec.gnu@mindspring.com>
506
507 * gdb.base/auxv.c: Include <stdlib.h>.
508
0a8490ad
MC
5092004-08-04 Michael Chastain <mec.gnu@mindspring.com>
510
511 * gdb.base/auxv.c: Add copyright notice.
512
3426d5ec
MC
5132004-08-04 Michael Chastain <mec.gnu@mindspring.com>
514
515 * gdb.base/coremaker.c: Add copyright notice.
516 * gdb.base/coremaker2.c: Add copyright notice.
517
8da195dd
AC
5182004-08-04 Andrew Cagney <cagney@gnu.org>
519
520 * gdb.base/store.exp: Update copyright.
521 (check_set, up_set, check_struct, up_struct): Add a prefix to test
522 names, do not import gdb_prompt.
523
8d394f98
AC
5242004-08-01 Andrew Cagney <cagney@gnu.org>
525
526 Fix PR testsuite/1729.
527 * gdb.base/dump.exp: Add test name to callers of capture_value, do
528 not use capture_value with value 4.
529 (capture_value): Add optional test name parameter.
530 (test_reload_saved_value, test_restore_saved_value): Use $msg as
531 the prefix, pass to capture_value.
532
b6702b23
MK
5332004-08-01 Mark Kettenis <kettenis@gnu.org>
534
535 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
536 * gdb.arch/i386-prologue.c (standard): New prototype and function.
537 (main): Call new function.
538
c203e0ca
MC
5392004-07-31 Michael Chastain <mec.gnu@mindspring.com>
540
541 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
542
a7995a30
MC
5432004-07-31 Michael Chastain <mec.gnu@mindspring.com>
544
545 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
546
9366563b
MC
5472004-07-31 Michael Chastain <mec.gnu@mindspring.com>
548
b6eeaf26 549 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
550 Accept more values of vtbl pointer. Remove some messages
551 about "obsolete gcc or gdb".
552
2fc1f950
MC
5532004-07-30 Michael Chastain <mec.gnu@mindspring.com>
554
555 * gdb.cp/classes.exp: Accept more varieties of ptype output.
556
c724d49b
MC
5572004-07-30 Michael Chastain <mec.gnu@mindspring.com>
558
559 * gdb.base/asm-source.exp: Properly convert target board
560 debug flags from gcc format to binutils format.
561
736b0fce
MK
5622004-07-28 Mark Kettenis <kettenis@gnu.org>
563
564 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
565 gdb1718". PR backtrace/1718 partially fixed.
566
5633ea5c
JJ
5672004-07-27 Jeff Johnston <jjohnstn@redhat.com>
568
569 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
570
575eebb1
NC
5712004-07-26 Nick Clifton <nickc@redhat.com>
572
573 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
574 good default value for a specific architecture is available then
575 set it to that value. Otherwise default to the -gstabs switch.
576 Remove the -g... switches from the asm-flags variable. Allow the
577 target board info to override the value if it wants to. Pass the
578 switch on the assembler command line.
579
62104619
MK
5802004-07-23 Mark Kettenis <kettenis@gnu.org>
581
582 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
583 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
584 (main): Call new function.
585
4a1135b8
MC
5862004-07-22 Michael Chastain <mec.gnu@mindspring.com>
587
588 Test for PR exp/1715.
589 * gdb.base/radix.exp: Refactor common procedures. Make all
590 test names unique. Change XFAIL to KFAIL.
591
8a12c1f0
MC
5922004-07-20 Michael Chastain <mec.gnu@mindspring.com>
593
594 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
595 * gdb.ada/gnat_ada.gin: ... to here.
596 * configure.in: Use gnat_ada.gin.
597 * configure: Regenerate.
598
23b451cf
AC
5992004-07-20 Andrew Cagney <cagney@gnu.org>
600
601 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
602 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
603 XFAILs. Clean up test messages and comments. Check backtraces.
604 Delete re-sync code.
605
ab618a02
MC
6062004-07-19 Michael Chastain <mec.gnu@mindspring.com>
607
608 Fix PR cli/740.
609 * gdb.base/annota1.exp: Honor gdb,nosignals.
610 * gdb.base/annota3.exp: Likewise.
611
46dad340
MC
6122004-07-19 Michael Chastain <mec.gnu@mindspring.com>
613
614 * lib/java.exp: Update copyright notice.
615
756d8c70
AC
6162004-07-19 Andrew Cagney <cagney@gnu.org>
617
618 * gdb.base/selftest.exp: Copy file from here ...
619 * gdb.gdb/selftest.exp: ... to here.
620
586027e6
AC
6212004-07-16 Andrew Cagney <cagney@redhat.com>
622
623 * lib/insight-support.exp: Delete file.
624 * lib/java.exp (java_init): Fix copyright.
625
029d2200
AC
6262004-07-16 Andrew Cagney <cagney@gnu.org>
627
628 * gdb.base/restore.c: Append "prologue" to comments marking the a
629 function's prologue.
630 * gdb.base/restore.exp: Update copyright, re-indent.
631 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
632 callerN" prefix where needed. Update patterns that match a
633 function's prologue.
634
653b62c5
MC
6352004-07-16 Michael Chastain <mec.gnu@mindspring.com>
636
637 * gdb.base/restore.c: Add copyright notice.
638
f7d690e5
AC
6392004-07-16 Andrew Cagney <cagney@gnu.org>
640
641 * gdb.base/logical.exp: Update copyright.
642 (evaluate): New procedure. Use to re-implement tests using
643 several tables.
644
d629a7cb
MH
6452004-07-14 Martin Hunt <hunt@redhat.com>
646
647 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
648 which fixes some problems where init.tcl was not found.
649
9c7bb332
AC
6502004-07-13 Andrew Cagney <cagney@gnu.org>
651
6bf46641
AC
652 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
653 (check_sizeof, check_valueof): Do not include the output in the
654 test name. Use gdb_test.
655 (get_valueof): Use gdb_test_multiple.
656
c4ffd4c0
AC
657 * gdb.base/step-test.exp: Update copyright. Use
658 gdb_test_multiple. Ensure that test names do not include
659 architecture dependent output.
660
ab89363a
AC
661 * gdb.gdb/observer.exp: Update copyright.
662 (setup_test): Use gdb_test_multiple.
663 (attach_first_observer, attach_second_observer)
664 (attach_third_observer, detach_first_observer)
665 (detach_second_observer, detach_third_observer)
666 (reset_counters, check_counters): Make $message a prefix.
667 (test_normal_stop_notifications): Add "args" parameter - a list of
668 init functions to be called. Make $message a prefix,
669 (test_observer_normal_stop): Change the message prefixes so that
670 they are unique, pass the attach / detach procedures to
671 test_normal_stop_notifications.
672
ec58997a
AC
673 * gdb.base/signull.exp (test_segv): Prefix all tests with
674 "${name}". Clean up test messages.
675
b475183b
AC
676 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
677
9c7bb332
AC
678 * gdb.base/ena-dis-br.exp: Update copyright.
679 (break_at): New function. Replace send_gdb with gdb_test,
680 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
681 ignore count, not stopped at bpt", with KFAIL.
682
2dd95497
CV
6832004-07-13 Corinna Vinschen <vinschen@redhat.com>
684
685 * gdb.base/attach.exp: Remove cleanupfile handling.
686
419e626b
AC
6872004-07-12 Andrew Cagney <cagney@gnu.org>
688
689 * gdb.base/annota1.exp: Cleanup corefile test name.
690 * gdb.base/annota3.exp: Ditto.
691
8b1b3228
AC
6922004-07-12 Andrew Cagney <cagney@gnu.org>
693
78650829
AC
694 * gdb.base/signals.exp: Clean up copyright, re-indent.
695
8b1b3228
AC
696 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
697 gdb_test and gdb_test_multiple.
698
935c2760
JJ
6992004-07-08 Jeff Johnston <jjohnstn@redhat.com>
700
701 * gdb.java/jmain.exp: Fix expected line number for main to
702 break at. Set XFAIL for break at main test since gcj does not
703 provide line number info for first statement in main.
704
1544280f
AC
7052004-07-08 Andrew Cagney <cagney@gnu.org>
706
1279f4ff
AC
707 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
708
1544280f
AC
709 * gdb.base/sigbpt.exp: Make the common part of each test name a
710 prefix instead of suffix.
711
bcc82369
BR
7122004-07-07 Bob Rossi <bob_rossi@cox.net>
713
714 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
715 test from test_tbreak_creation_and_listing to
716 test_file_list_exec_source_file
717 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
718 Changed name of test from test_tbreak_creation_and_listing to
719 test_file_list_exec_source_file
720
23f4b0aa
JJ
7212004-07-07 Jeff Johnston <jjohnstn@redhat.com>
722
723 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
724 the jmisc() constructor instead of <init>.
725 * gdb.java/jmisc1.exp: Ditto.
726
56401cd5
AC
7272004-07-07 Andrew Cagney <cagney@gnu.org>
728
729 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
730 corrupting the PC.
731
44ae2f6a
MC
7322004-07-06 Michael Chastain <mec.gnu@mindspring.com>
733
734 * gdb.cp/templates.exp: Accept whitespace change in demangler
735 output.
736
45a83408
AC
7372004-07-06 Andrew Cagney <cagney@gnu.org>
738
739 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
740
d205ad70
MC
7412004-07-02 Michael Chastain <mec.gnu@mindspring.com>
742
743 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
744 * lib/compiler.cc: Likewise.
745
06ea1a61
MC
7462004-06-30 Michael Chastain <mec.gnu@mindspring.com>
747
748 * lib/compiler.cc: Work around string preprocessing problem
749 with old hp c++ compiler.
750 * lib/compiler.c: Likewise.
751
daab1251
CV
7522004-06-29 Corinna Vinschen <vinschen@redhat.com>
753
754 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
755 directives to conditionalize symbol prefixing.
756 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
757 additional_flags handling. Add underscore prefix for Cygwin.
758 * gdb.arch/i386-unwind.c: Use preprocessor directives to
759 conditionalize symbol prefixing.
760 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
761 additional_flags handling. Add underscore prefix for Cygwin.
762
cc984116
CV
7632004-06-29 Corinna Vinschen <vinschen@redhat.com>
764
765 * gdb.base/bigcore.exp: Skip test on Cygwin.
766
c279b077
MC
7672004-06-28 Michael Chastain <mec.gnu@mindspring.com>
768
769 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
770 formats for "info register". Use gdb_test_multiple. Fix
771 the "invalid register" test.
772
0e915747
CV
7732004-06-28 Corinna Vinschen <vinschen@redhat.com>
774
775 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
776 PID for Cygwin. Add Cygwin specific strings to check for in some
777 tests.
778 (do_attach_tests): Add a test for user interaction when attaching
779 to a process with no matching symbol table already loaded.
780
11422c86
AC
7812004-06-26 Andrew Cagney <cagney@gnu.org>
782
783 Test PR java/1567 and PR java/1565.
784 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
785 * gdb.java/jmisc2.exp: Delete file.
786
cefbce26
MC
7872004-06-26 Michael Chastain <mec.gnu@mindspring.com>
788
789 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
790
e19f872c
CV
7912004-06-25 Corinna Vinschen <vinschen@redhat.com>
792
793 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
794 attach process.
795
d931ba3b
MC
7962004-06-23 Michael Chastain <mec.gnu@mindspring.com>
797
798 * gdb.cp/pr-1553.exp: Remove.
799
aef68c48
MC
8002004-06-22 Michael Chastain <mec.gnu@mindspring.com>
801
802 * gdb.cp/pr-1553.cc: Remove.
803 * gdb.cp/pr-1553.exp: Disable this test.
804
8d5df71a
JB
8052004-06-20 Jim Blandy <jimb@redhat.com>
806
807 Fix PR testsuite/1680.
808 * gdb.arch/i386-sse.exp: Properly quote curly braces in
809 regular expressions.
810
4ac6f39d
MC
8112004-06-19 Michael Chastain <mec.gnu@mindspring.com>
812
813 Fix PR testsuite/1679.
814 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
815 Issue an UNSUPPORTED result instead.
816
1b413552
JB
8172004-06-18 Jim Blandy <jimb@redhat.com>
818
819 * gdb.base/charset.exp: Only send a control-C if we see a new
820 prompt and incomplete command.
821
6daa6ebd
MC
8222004-06-18 Michael Chastain <mec.gnu@mindspring.com>
823
824 * gdb.cp/pr-574.cc: Add copyright notice.
825
51fa4ae0
JB
8262004-06-17 Jim Blandy <jimb@redhat.com>
827
828 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
829 cases where the regexp has no groups; this grabs random text from
830 the previous test suite, whatever that was.
831
8fea26c5
MC
8322004-06-17 Michael Chastain <mec.gnu@mindspring.com>
833
834 * gdb.cp/printmethod.cc: Add copyright notice.
835
1e3aeb41
MC
8362004-06-16 Michael Chastain <mec.gnu@mindspring.com>
837
838 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
839
9d9030bc
AC
8402004-06-16 Andrew Cagney <cagney@gnu.org>
841
842 * gdb.base/signull.c: Update copyright. Include <string.h>.
843 (bowler): Replace data_pointer with data_read
844 and data_write cases. Add code_descriptor case.
845 (zero, desc): New array and pointer.
846 (data, code): Change to simple pointers.
847 * gdb.base/signull.exp: Fix probe pattern matching a function
848 descriptor SIGSEGV. Replace data_pointer with data_read and
849 data_write tests.
850
acd4ad44
AC
8512004-06-16 Andrew Cagney <cagney@gnu.org>
852
853 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
854
08fd625c
MC
8552004-06-15 Michael Chastain <mec.gnu@mindspring.com>
856
857 * gdb.base/long_long.c: Add copyright notice.
858
1903502c
MC
8592004-06-15 Michael Chastain <mec.gnu@mindspring.com>
860
861 * gdb.base/long_long.exp: Remove reference to
862 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
863 to gdb_breakpoint and gdb_continue_to_breakpoint.
864
83313cb1
JB
8652004-06-14 Jim Blandy <jimb@redhat.com>
866
867 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
868 endian case.
869
1bf404ef
AC
8702004-06-14 Andrew Cagney <cagney@gnu.org>
871
872 * gdb.base/gcore.exp (capture_command_output): Delete the always
873 passing tests containing inferior values.
874 * gdb.base/ending-run.exp: Do not include the breakpoint address
875 in the test message. Update copyright.
876 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
877 size in the test name, use gdb_test_multiple. Update copyright.
878
ef220b33
MC
8792004-06-14 Michael Chastain <mec.gnu@mindspring.com>
880
881 * gdb.cp/ref-types.cc: Add copyright notice.
882
4f70a4c9
MC
8832004-06-14 Michael Chastain <mec.gnu@mindspring.com>
884
885 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
886 hp_aCC_compiler.
887 * lib/compiler.cc: Likewise.
888 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
889 'set' commands. Log diagnostics for other lines. Set
890 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
891
335928ac
MC
8922004-06-13 Michael Chastain <mec.gnu@mindspring.com>
893
894 * gdb.cp/try_catch.cc: Add copyright notice.
895
2efb12e8
MC
8962004-06-12 Michael Chastain <mec.gnu@mindspring.com>
897
898 * gdb.cp/userdef.cc: Add copyright notice.
899
0bbed51a
MC
9002004-06-11 Michael Chastain <mec.gnu@mindspring.com>
901
902 * gdb.cp/virtfunc.cc: Add copyright notice.
903
e12a46c9
RC
9042004-06-11 Randolph Chung <tausq@debian.org>
905
906 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
907 problem.
908
338e05af
AC
9092004-06-10 Andrew Cagney <cagney@gnu.org>
910
911 * lib/compiler.cc, lib/compiler.c: Append either
912 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
913 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
914 instead of gcc-3-3.
915
dc3f10cb
AC
9162004-06-09 Andrew Cagney <cagney@gnu.org>
917
b4d946af
AC
918 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
919 gdb/1455, bug is specific to "long long" and "double".
920
dc3f10cb
AC
921 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
922 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
923 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
924 fixed.
925
b5c0bfa2
AC
9262004-06-09 Andrew Cagney <cagney@gnu.org>
927
928 * gdb.base/structs.exp (test_struct_returns): Replace
929 "return_value_unknown" and "finish_value_unknown" by
930 "return_value_known" and "finish_value_known". Instead of
931 "return_value_unknown" iff "finish_value_unknown", check
932 "return_value_known" implies "finish_value_known".
933
caeb605f
MH
9342004-06-08 Martin Hunt <hunt@redhat.com>
935
936 * gdb.base/float.exp: Add pattern for mips targets.
937
c892bb64
RC
9382004-06-08 Randolph Chung <tausq@debian.org>
939
940 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
941 message for unknown architectures more clear.
942
48306d3e
JB
9432004-06-08 Joel Brobecker <brobecker@gnat.com>
944
945 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
946 start the execution of the program.
947
83ecb59f
JB
9482004-06-07 Jim Blandy <jimb@redhat.com>
949
950 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
951 * gdb.arch/i386-cpuid.h: New helper file.
952
55264cb4
RC
9532004-06-07 Randolph Chung <tausq@debian.org>
954
955 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
956 has started.
957
23cadb28
RM
9582004-06-04 Roland McGrath <roland@redhat.com>
959
960 Fix PR gdb/1647.
961 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
962 differently to be robust to output buffering differences.
963
51d01eda
MC
9642004-06-04 Michael Chastain <mec.gnu@mindspring.com>
965
966 * gdb.threads/pthreads.exp: Update copyright years.
967 (check_control_c): Change asynchronous 'after' to synchronous.
968
f4fc3b93
RM
9692004-06-04 Roland McGrath <roland@redhat.com>
970
971 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
972 next gdb prompt.
973
4013522b
MC
9742004-06-02 Michael Chastain <mec.gnu@mindspring.com>
975
976 Fix PR gdb/1636.
977 * gdb.threads/manythreads.exp: Change asynchronous 'after'
978 calls to synchronous.
979
7a8f1e6b
JB
9802004-05-26 Jim Blandy <jimb@redhat.com>
981
982 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
983
81bb3443
RC
9842004-05-24 Randolph Chung <tausq@debian.org>
985
986 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
987 * gdb.asm/pa.inc: New file.
988
8f5a3103
MK
9892004-05-22 Mark Kettenis <kettenis@gnu.org>
990
991 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
992
734b8fe8
JB
9932004-05-21 Joel Brobecker <brobecker@gnat.com>
994 Daniel Jacobowitz <drow@mvista.com>
995
996 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
997 GDB prompt.
998
725603e1
UW
9992004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1000
f4fc3b93 1001 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
1002 setjmp/longjmp. Use sigaction instead of signal.
1003
8b923272
JB
10042004-05-19 J. Brobecker <brobecker@gnat.com>
1005 Michael Snyder <msnyder@redhat.com>
1006
1007 * gdb.threads/pthread_cond_wait.c: New file.
1008 * gdb.threads/pthread_cond_wait.exp: New testcase.
1009
8bfabb04
AC
10102004-05-13 Andrew Cagney <cagney@redhat.com>
1011
1012 * gdb.base/signull.exp, gdb.base/signull.c: New files.
1013 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
1014
42edda50
AC
10152004-05-11 Andrew Cagney <cagney@redhat.com>
1016
1017 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
1018 fixed but revealed gdb/1639.
1019
d303a6c7
AC
10202004-05-10 Andrew Cagney <cagney@redhat.com>
1021
1022 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
1023 func1" and "next to 2nd alarm", kernel bug avoided.
1024
bf08c2a1
DJ
10252004-05-10 Daniel Jacobowitz <dan@debian.org>
1026
1027 PR external/1568
1028 * gdb.base/bigcore.exp: Check the size of the dumped core file.
1029 XFAIL if it is smaller than bytes_allocated.
1030 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
1031 (main): Make chunks_allocated unsigned. Correct comment.
1032
c0586a34
JB
10332004-05-07 Joel Brobecker <brobecker@gnat.com>
1034
1035 * gdb.arch/powerpc-aix-prologue.c: New file.
1036 * gdb.arch/powerpc-aix-prologue.exp: New file.
1037
f2785d12
JB
10382004-05-07 Jim Blandy <jimb@redhat.com>
1039
1040 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
1041 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
1042
bd7f6e30
JB
10432004-05-06 Joel Brobecker <brobecker@gnat.com>
1044
1045 * gdb.base/sep.exp: No longer setup_kfail when the program was
1046 built with dwarf2.
1047
0a5e7efe
JI
10482004-05-05 Jim Ingham <jingham@apple.com>
1049
1050 * gdb.base/pending.exp: Make sure pending breakpoints
1051 preserve the ignore count.
f4fc3b93 1052
a8958849
MK
10532004-04-27 Jerome Guitton <guitton@gnat.com>
1054
1055 * i386-prologue.exp: Add testcase for jump instruction as first
1056 instruction of the real code.
1057 * i386-prologue.c (jump_at_beginning): New function.
1058
7e103f5b
MK
10592004-04-28 Mark Kettenis <kettenis@gnu.org>
1060
1061 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
1062 x86_64-*-*.
1063
5d38b224
MK
10642004-04-28 Mark Kettenis <kettenis@gnu.org>
1065
1066 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
1067 i*86-*-*.
1068
0ef32fd9
MK
10692004-04-25 Mark Kettenis <kettenis@gnu.org>
1070
1071 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
1072 expression that checks the return type.
1073
71d7dd7c
AC
10742004-04-23 Andrew Cagney <cagney@redhat.com>
1075
1076 * gdb.base/call-sc.exp: New test of scalar call/return values.
1077 * gdb.base/call-sc.c: Ditto.
1078
1e9f977e
JJ
10792004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1080
1081 * gdb.threads/manythreads.c: Reduce thread stack size.
1082
899d9e3a
JJ
10832004-04-23 Jeff Johnston <jjohnstn@redhat.com>
1084
1085 * gdb.threads/manythreads.c: Add copyright notice.
1086
61bcae62
AC
10872004-04-23 Andrew Cagney <cagney@redhat.com>
1088
1089 * gdb.base/siginfo.exp: Better handle step out of signal.
1090 * gdb.base/sigstep.exp: Ditto.
1091
7339a42e
JJ
10922004-04-22 Jeff Johnston <jjohnstn@redhat.com>
1093 Daniel Jacobowitz <drow@mvista.com>
1094
1095 * gdb.threads/manythreads.c: New testcase.
1096 * gdb.threads/manythreads.exp: Ditto.
1097
5c98409b
JB
10982004-04-22 Jim Blandy <jimb@redhat.com>
1099
1100 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
1101 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
1102
3b611f1a
MC
11032004-04-21 Michael Chastain <mec.gnu@mindspring.com>
1104
1105 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
1106
f0fd9238
AC
11072004-04-21 Andrew Cagney <cagney@redhat.com>
1108
1109 * gdb.base/sigstep.c: New file.
1110 * gdb.base/sigstep.exp: New file.
1111
90990674
JB
11122004-04-16 Joel Brobecker <brobecker@gnat.com>
1113
1114 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
1115 call to observer_notify_normal_stop.
1116
78cef34b
AC
11172004-04-15 Andrew Cagney <cagney@redhat.com>
1118
1119 * gdb.base/siginfo.c: New file.
1120 * gdb.base/siginfo.exp: New file.
1121
d2343407
JB
11222004-04-12 J. Brobecker <brobecker@gnat.com>
1123
1124 * gdb.base/sep.exp: Fix typo in comment.
1125
a2dba3c8
JB
11262004-04-12 J. Brobecker <brobecker@gnat.com>
1127
1128 * gdb.base/sep.c: New file.
1129 * gdb.base/sep-proc.c: New file.
1130 * gdb.base/sep.exp: New testcase.
1131
15f7b60e
MK
11322004-04-09 Mark Kettenis <kettenis@gnu.org>
1133
1134 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
1135 support.
1136
44f4de1a
AC
11372004-04-05 Andrew Cagney <cagney@redhat.com>
1138
1139 * gdb.base/sigaltstack.c: New file.
1140 * gdb.base/sigaltstack.exp: New file.
1141
ef04f396
JB
11422004-04-04 Joel Brobecker <brobecker@gnat.com>
1143
1144 * gdb.base/foll-fork.exp: Update the expected output for
1145 "help set follow-fork-mode", to match a change that was made
1146 to the help of this variable on 2004-01-13.
1147
d40d2c92
JB
11482004-04-01 Joel Brobecker <brobecker@gnat.com>
1149
1150 * lib/ada.exp: Add copyright notice.
1151 * bar.ads: Likewise.
1152 * bar.adb: Likewise.
1153 * null_record.adb: Likewise.
1154 * null_record.exp: Likewise.
1155 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
1156
f86ef5a3
JB
11572004-04-01 Joel Brobecker <brobecker@gnat.com>
1158
1159 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
1160 * configure: Regenerate.
1161
414e70e3
JB
11622004-04-01 Joel Brobecker <brobecker@gnat.com>
1163
1164 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
1165 to build the application. Remove the message printed when in
1166 verbose mode, redundant with the UNSUPPORTED message above.
1167
f0aaee49
JB
11682004-03-31 Joel Brobecker <brobecker@gnat.com>
1169
1170 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
1171 * gdb.ada (null_record.exp): New testcase.
1172
ac81cb54
JB
11732004-03-31 Joel Brobecker <brobecker@gnat.com>
1174
1175 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
1176
854af2f7
JB
11772004-03-31 Joel Brobecker <brobecker@gnat.com>
1178
1179 * gdb.ada: New subdirectory.
1180 * gdb.ada/Makefile.in: New file.
1181 * gdb.ada/gnat_ada.gpr.in: New file.
1182
034cb681
JB
11832004-03-31 Joel Brobecker <brobecker@gnat.com>
1184
1185 * lib/ada.exp: New file.
1186
78a1a894
DJ
11872004-03-24 Daniel Jacobowitz <drow@mvista.com>
1188
1189 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
1190 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
1191
4b2b3b3e
AC
11922004-03-22 Andrew Cagney <cagney@redhat.com>
1193
1194 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
1195 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1196 Problem identified by Ulrich Weigand.
1197
23c73aa3
DC
11982004-03-17 David Carlton <carlton@kealia.com>
1199
1200 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
1201 PR c++/826.
1202
d63a86f8
RM
12032004-03-16 Roland McGrath <roland@redhat.com>
1204
1205 * gdb.base/auxv.exp: New file.
1206 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
1207
0e02aa50
DC
12082004-03-12 David Carlton <carlton@kealia.com>
1209
1210 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
1211 * gdb.cp/pr-1553.cc: Ditto.
1212 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
1213 pass branch.
1214
c20b71be
MC
12152004-03-12 Michael Chastain <mec.gnu@mindspring.com>
1216
1217 * gdb.cp/templates.exp: Accept more template types.
1218
c7414a01
MC
12192004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1220
1221 From Corinna Vinschen with modifications.
1222 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
1223 local variable obj_with_enum.
1224 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
1225 results with obj_with_enum.
1226
ed69573c
MC
12272004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1228
1229 * gdb.cp/classes.cc: New file, copied from misc.cc.
1230 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
1231
28301461
MC
12322004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1233
1234 * gdb.cp/misc.cc: Add copyright notice.
1235
1198ecbe
DC
12362004-03-05 David Carlton <carlton@kealia.com>
1237
1238 * gdb.cp/rtti.exp: Add 'print *obj3' test.
1239 * gdb.cp/rtti.h: Update copyright.
1240 (namespace n2::n3): New.
1241 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
1242 (n2::n3::func3): New.
1243 (main): Call n2::n3::func3.
1244 * gdb.cp/rtti2.cc: Update copyright.
1245 (n2::create3): New.
1246
9e08c470
MK
12472004-03-04 Mark Kettenis <kettenis@gnu.org>
1248
1249 * gdb.asm/openbsd.inc: Fix typo.
1250
4bebc3aa
FF
12512004-03-03 Fred Fish <fnf@redhat.com>
1252
1253 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
1254 "val" instead of unused "size". Update copyright year.
1255
6ea9fb37
DJ
12562004-02-29 Daniel Jacobowitz <drow@mvista.com>
1257
1258 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
1259 to use unsigned char.
1260 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
1261 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
1262
23b23974
DJ
12632004-02-29 Daniel Jacobowitz <drow@mvista.com>
1264
1265 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
1266 line of output.
1267
7574fd53
DJ
12682004-02-28 Daniel Jacobowitz <drow@mvista.com>
1269
1270 * gdb.base/relocate.c (dummy): Initialize.
1271
a195357f
DJ
12722004-02-28 Daniel Jacobowitz <drow@mvista.com>
1273
1274 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
1275 a breakpoint at exit.
1276
72fd54a9
FF
12772004-02-27 Fred Fish <fnf@redhat.com>
1278
1279 * gdb.base/chng-syms.exp: Add expect condition to match failing
1280 case that isn't a timeout.
1281
b9d23137
AC
12822004-02-27 Andrew Cagney <cagney@redhat.com>
1283
1284 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
1285 support.
1286
15d208f6 12872004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 1288
15d208f6
FF
1289 * gdb.arch/gdb1431.c: Remove.
1290 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
1291 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
1292 of "until" incorrectly.
1293
98f9cd2d
JB
12942004-02-26 J. Brobecker <brobecker@gnat.com>
1295
1296 * gdb.cp/class2.cc (empty): New class.
1297 (refer): New function.
1298 (main): Declare an object of type empty and use it.
1299 * gdb.cp/class2.exp: Print the value of an object of type empty.
1300
9b50c11b
JJ
13012004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1302
1303 * gdb.base/langs.exp: Update query string to match the
1304 new nquery format used for pending breakpoints.
1305
0dcd613f
AC
13062004-02-26 Andrew Cagney <cagney@redhat.com>
1307
1308 Fix PR i18n/1570.
1309 * gdb.base/charset.c: Update copyright notice.
1310 (main, init_string): Remove the escape character '\e' tests.
1311 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
1312 * gdb.base/charset.exp (valid_host_charset): Ditto.
1313 * gdb.base/setvar.exp: Ditto.
1314
b8a56647
AC
13152004-02-24 Andrew Cagney <cagney@redhat.com>
1316
90d59e34
AC
1317 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
1318 mmapped data in core file" PASS and FAIL messages consistent.
1319
b8a56647
AC
1320 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
1321 setting a breakpoint. Work around PR java/1565.
1322
9f27c604
JJ
13232004-02-23 Jeff Johnston <jjohnstn@redhat.com>
1324
1325 * lib/gdb.exp (gdb_breakpoint): Update query string to match
1326 new nquery format.
1327 * gdb.base/pending.exp: Ditto.
1328
3224a706
MK
13292004-02-22 Mark Kettenis <kettenis@gnu.org>
1330
1331 * configure.in: Run stabs tests on *BSD.
1332 * configure: Regenerated.
1333
41e0a9ca
MK
13342004-02-21 Mark Kettenis <kettenis@gnu.org>
1335
1336 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
1337
1e1b3428
FF
13382004-02-20 Fred Fish <fnf@redhat.com>
1339
1340 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
1341 blank in test for "returns short", for consistency with other
1342 "returns xxx" tests. Update copyright year.
1343
f9a7572a
FF
13442004-02-19 Fred Fish <fnf@redhat.com>
1345
1346 New testcase for PR breakpoint/1558.
1347 * gdb.arch/gdb1558.exp: New file.
1348 * gdb.arch/gdb1558.c: New file.
1349
b2ce2854
EZ
13502004-02-19 Elena Zannoni <ezannoni@redhat.com>
1351
1352 * gdb.base/nodebug.exp: Fix typo.
1353
e7c9ff01
JB
13542004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1355
1356 Committed by Jim Blandy <jimb@redhat.com>.
1357
62f4b920
JB
1358 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
1359
2db536a1
JB
1360 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
1361
e7c9ff01
JB
1362 * gdb.base/float.exp: Support s390*-*-* targets.
1363
f3205b34
AF
13642004-02-17 Adam Fedor <fedor@gnu.org>
1365
1366 * gdb.base/gdb1555.exp: New file.
1367 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
1368
9d62932d
EZ
13692004-02-17 Elena Zannoni <ezannoni@redhat.com>
1370
1371 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
1372
344c9711
FF
13732004-02-16 Fred Fish <fnf@redhat.com>
1374
1375 * gdb.arch/gdb1291.c: Remove
1376 * gdb.arch/gdb1291.s: New test input file.
1377 * gdb.arch/gdb1291.exp: Expand test to check case that should not
1378 fail. Test for correct result, known incorrect result, other
1379 failures and timeouts.
1380
2d822687
AC
13812004-02-16 Andrew Cagney <cagney@redhat.com>
1382
1383 * gdb.base/bigcore.exp: New file.
1384 * gdb.base/bigcore.c: New file.
1385
dac15b66
AC
13862004-02-13 Andrew Cagney <cagney@redhat.com>
1387
1388 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
1389 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
1390 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
1391 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
1392 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
1393 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
1394 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
1395 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
1396 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
1397 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
1398
6bdfc2c4
JJ
13992004-02-11 Jeff Johnston <jjohnstn@redhat.com>
1400
1401 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
1402 executed is an alloc instruction.
1403
87b3ede8
DC
14042004-02-11 David Carlton <carlton@kealia.com>
1405
1406 * gdb.cp/breakpoint.exp: New.
1407 * gdb.cp/breakpoint.cc: New.
1408
6e19e2bf
MC
14092004-02-11 Michael Chastain <mec.gnu@mindspring.com>
1410
1411 Partial fix for PR gdb/1543.
1412 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
1413 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
1414 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
1415 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
1416 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
1417 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
1418 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
1419 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
1420 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
1421 to bug-gdb@prep.ai.mit.edu .
1422 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
1423 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
1424 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
1425 Likewise.
1426
5c5455dc
AC
14272004-02-10 Andrew Cagney <cagney@redhat.com>
1428
1429 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
1430 using gdb_internal_error_resync.
1431
9cf689d7
DJ
14322004-02-09 Daniel Jacobowitz <drow@mvista.com>
1433
1434 * gdb.threads/thread-specific.exp: Stop early if no threads are
1435 found.
1436
d2dc51db
MC
14372004-02-09 Michael Chastain <mec.gnu@mindspring.com>
1438
1439 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
1440
14b1a056
DJ
14412004-02-08 Daniel Jacobowitz <drow@mvista.com>
1442
1443 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
1444 breakpoints.
1445
83f66e8f
DJ
14462004-02-07 Daniel Jacobowitz <drow@mvista.com>
1447
1448 * config/sim.exp (gdb_load): Handle $arg == "".
1449 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
1450 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
1451
30fc0091
EZ
14522004-02-07 Elena Zannoni <ezannoni@redhat.com>
1453
1454 * gdb.base/maint.exp: Update test to reflect
1455 obstack changes.
1456
4d806929
JJ
14572004-02-04 Jeff Johnston <jjohnstn@redhat.com>
1458
1459 * gdb.base/pendshr.c (pendfunc): New function that calls
1460 pendfunc1.
1461 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
1462
7bfdd688
FF
14632004-02-04 Fred Fish <fnf@redhat.com>
1464
1465 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
1466 function symbols and update copyright years.
1467 * gdb.arch/gdb1291.c: Ditto.
1468
aaa08ee4
MC
14692004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1470
1471 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
1472
dbad7755
MC
14732004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1474
1475 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
1476
ec4646ef
MC
14772004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1478
1479 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
1480
1b802196
FF
14812004-02-02 Fred Fish <fnf@redhat.com>
1482
1483 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1484 remote targets. Update copyright years.
1485
18fe2033
JJ
14862004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1487
1488 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1489 support.
1490 * gdb.base/langs.exp: Fix test which attempts to create
1491 breakpoint on non-existent function to handle new pending
1492 support.
1493 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1494 a breakpoint.
1495 * gdb.base/pending.exp: New test.
1496 * gdb.base/pending.c: New file.
1497 * gdb.base/pendshr.c: Ditto.
1498
8d577d32
DC
14992004-02-02 David Carlton <carlton@kealia.com>
1500
1501 * gdb.cp/overload.exp: Add overloadNamespace tests.
1502 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
1503 (overloadNamespace, XXX): New.
1504 (main): Call XXX::marker2.
1505
3ad13771
FF
15062004-02-01 Fred Fish <fnf@redhat.com>
1507
1508 * gdb.base/dump.exp: Use runto_main instead of "runto main".
1509 * gdb.base/finish.exp: Ditto.
1510 * gdb.base/gcore.exp: Ditto.
1511 * gdb.base/huge.exp: Ditto.
1512 * gdb.base/info-proc.exp: Ditto.
1513 * gdb.base/return2.exp: Ditto.
1514 * gdb.threads/gcore-thread.exp: Ditto.
1515
44c75849
DJ
15162004-02-01 Daniel Jacobowitz <drow@mvista.com>
1517
1518 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
1519
005bc093
MK
15202004-02-01 Mark Kettenis <kettenis@gnu.org>
1521
1522 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
1523 that opening the file succeeds on OpenBSD.
1524
c47cebdb
DJ
15252004-02-01 Daniel Jacobowitz <drow@mvista.com>
1526
1527 * gdb.threads/thread-specific.c: New file.
1528 * gdb.threads/threads-specific.exp: New test script.
1529 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
1530 to expect_out.
1531
5a01311c
MK
15322004-02-01 Mark Kettenis <kettenis@gnu.org>
1533
1534 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
1535 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
1536 only on the "print_small_structs from print_long_arg_list" test.
1537
ce22a4f1
DJ
15382004-02-01 Daniel Jacobowitz <drow@mvista.com>
1539
1540 * gdb.base/completion.exp: Kill a stray backslash.
1541
1542 From Jim Ingham <jingham@apple.com>:
1543 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
1544 agrees with the result from sending a tab.
1545
abbab9d3
DJ
15462004-01-31 Daniel Jacobowitz <drow@mvista.com>
1547
1548 * gdb.base/chng-syms.exp: Remove stray newline.
1549
53904d1e
MK
15502004-01-31 Mark Kettenis <kettenis@gnu.org>
1551
1552 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
1553 *-*-openbsd*.
1554 * gdb.asm/openbsd.inc: New file.
1555
3a4b3aac
MK
15562004-01-30 Mark Kettenis <kettenis@gnu.org>
1557
1558 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
1559 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
1560 *-*solaris2*. Remove commented out default settings for
1561 asm-flags. Replace gdb_compile with target_link.
1562
ebac27b4
MC
15632004-01-29 Michael Chastain <mec.gnu@mindspring.com>
1564
1565 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
1566 for all tests. Remove old hp-ux and cygnus xfail cases.
1567
d8679d84
PH
15682004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
1569
1570 * gdb.base/chng-syms.exp: New file.
1571 * gdb.base/chng-syms.c: New file.
1572
0a55bc22
MC
15732004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1574
1575 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
1576 Provide arms for current output in all my configurations.
1577
94b8e876
MC
15782004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1579
1580 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
1581 * lib/compiler.cc: Likewise.
1582 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
1583 get the right preprocessor. Eval the output directly. Remove
1584 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
1585 hp_f77_compiler and hp_f90_compiler completely.
1586 (gdb_preprocess): Delete.
1587 (get_compiler): Delete.
1588
7cf03d44
MK
15892004-01-24 Mark Kettenis <kettenis@gnu.org>
1590
1591 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
1592 <string.h>.
1593
68b6dce9
NR
15942004-01-24 Nick Roberts <nick@nick.uklinux.net>
1595
1596 * gdb.mi/mi-stack.exp: Update copyright.
1597
b368761e
DC
15982004-01-23 David Carlton <carlton@kealia.com>
1599
1600 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
1601 test for cp_lookup_transparent_type.
1602 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
1603 call them.
1604
f2061b53
DJ
16052004-01-23 Daniel Jacobowitz <drow@mvista.com>
1606
1607 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
1608 after -var-update.
1609
37fc574a
DC
16102004-01-23 David Carlton <carlton@kealia.com>
1611
1612 * gdb.cp/namespace.cc (C::ensureRefs): New.
1613 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
1614
8e94b928
NR
16152004-01-20 Nick Roberts <nick@nick.uklinux.net>
1616
1617 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
1618 case "-stack-list-locals 2".
1619 * gdb.mi/mi-var-child.exp: Test for case
1620 "-var-list-children --all-values NAME".
1621
997b0952
MC
16222004-01-18 Michael Chastain <mec.gnu@mindspring.com>
1623
1624 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
1625
52470da3
MK
16262004-01-18 Mark Kettenis <kettenis@gnu.org>
1627
7049b4b8
MK
1628 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
1629 used with gdb_test_multiple.
1630
52470da3
MK
1631 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
1632 read at address 0. This fixes PR testsuite/1504.
1633
da6012e5
DJ
16342004-01-18 Daniel Jacobowitz <drow@mvista.com>
1635
1636 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
1637 Remove downloading, guessing the host executable, the calls to
1638 gdb_file_cmd and gdb_target_cmd, and "load" support.
1639 (infer_host_exec): New function broken out from gdb_load.
1640 (gdb_load): New wrapper for gdbserver_gdb_load.
1641 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
1642 gdb_target_cmd. Use -target-select.
1643 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
1644 Download binaries to the host. Clear last_mi_remote_file when
1645 we load a new binary.
1646 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
1647 call gdbserver_gdb_load and mi_gdb_target_cmd.
1648
32c70722
MC
16492004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1650
1651 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
1652 type patterns.
1653
b0cecf36
MC
16542004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1655
1656 * gdb.cp/templates.exp: Fix typo in test name of
1657 "print Foo<volatile char*>::foo".
1658
4120d7e6
MC
16592004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1660
1661 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
1662
f679e530
BE
16632004-01-16 Ben Elliston <bje@wasabisystems.com>
1664
1665 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
1666 (clean mostlyclean): Remove empty rm.
1667
091c48f6
MC
16682004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1669
1670 * gdb.base/setvar.exp: Add copyright years.
1671
3e5fc8d2
DC
16722004-01-14 David Carlton <carlton@bactrian.org>
1673
1674 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
1675 PR c++/1511 and update coment.
1676 * gdb.cp/templates.exp: Update patterns to match current output.
1677 If changes involve something other than whitespace, KFAIL
1678 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
1679
63d06c5c
DC
16802004-01-14 David Carlton <carlton@kealia.com>
1681
1682 * gdb.cp/namespace.exp: Add tests involving classes defined within
1683 namespaces.
1684 * gdb.cp/namespace.cc (C::CClass): New.
1685 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
1686
a51dab88
EZ
16872004-01-14 Elena Zannoni <ezannoni@redhat.com>
1688
1689 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
1690 what debug info we have. Print a better message if something goes
1691 wrong while producing the separate debug info file.
1692
a476ccc9
MC
16932004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1694
1695 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
1696
f453692c
MC
16972004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1698
1699 * gdb.base/callfuncs.c: Add copyright notice.
1700
f40063a5
MC
17012004-01-13 Michael Chastain <mec.gnu@mindspring.com>
1702
1703 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
1704 inheritance. PR gdb/1498, PR gcc/13539.
1705
19ac3974
EZ
17062004-01-13 Elena Zannoni <ezannoni@redhat.com>
1707
1708 * gdb.threads/gcore-thread.exp: Prefix name of binary with
1709 test specific name.
1710 * gdb.mi/gdb669.exp: Ditto.
1711 * gdb.mi/mi-pthreads.exp: Ditto.
1712 * gdb.mi/mi1-pthreads.exp: Ditto.
1713 * gdb.mi/mi2-pthreads.exp: Ditto.
1714
56c97c6e
MC
17152004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1716
1717 * gdb.cp/member-ptr.cc: Add copyright notice.
1718
a0644324
MC
17192004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1720
1721 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
1722 some patterns for recent versions of gcc and hpacc. Delete
1723 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
1724 Delete tests that access a NULL pointer-to-member-data. This
1725 script is still disabled for gcc.
1726
32fabe09
EZ
17272004-01-12 Elena Zannoni <ezannoni@redhat.com>
1728
1729 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
1730 escaped correctly.
1731
1f8a6abb
EZ
17322004-01-12 Elena Zannoni <ezannoni@redhat.com>
1733
1734 * gdb.base/sepdebug.exp: New file.
1735 * gdb.base/sepdebug.c: New file.
1736 * lib/gdb.exp (separate_debug_filename): New procedure.
1737 (gdb_gnu_strip_debug): New procedure.
1738
48efe704
AC
17392004-01-12 Andrew Cagney <cagney@redhat.com>
1740
1741 * gdb.mi/ChangeLog: Delete file. Renamed to ...
1742 * gdb.mi/ChangeLog-1999-2003: New file.
1743
a9415475
AC
17442004-01-12 Andrew Cagney <cagney@redhat.com>
1745
1746 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
1747 "Renaming a directory to a non-empty directory returns ENOTEMPTY
1748 or EEXIST", treat EBUSY as an XFAIL.
1749
83b8cf9d
MC
17502004-01-11 Michael Chastain <mec.gnu@mindspring.com>
1751
1752 * gdb.base/scope.exp: Remove obsolete setup_xfail for
1753 hp_cc_compiler.
1754
9939d2a8
MC
17552004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1756
1757 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
1758 decorations.
1759
1ff8cadf
MC
17602004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1761
1762 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
1763 and "(aCC)" decorations. Remove obsolete doco about old
1764 test results.
1765
6fa9022e
MC
17662004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1767
1768 * gdb.cp/exception.exp: Fix typo in doco.
1769
209721fe
MK
17702004-01-09 Mark Kettenis <kettenis@gnu.org>
1771
1772 * gdb.base/gdb1476.exp: Fix typo.
1773
ef11303e
MC
17742004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1775
1776 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
1777 file.
1778
041ab88c
MC
17792004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1780
1781 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
1782 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
1783 Use gdb_compile. Remove restriction on gcc. Add some patterns
1784 for recent version of gdb. Delete second half, which was a copy
1785 of the first half with different build flags. This test is
1786 still disabled because it is still not ready for production.
1787
e36d075a
MC
17882004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1789
1790 * gdb.cp/exception.cc: Add copyright notice.
1791 * gdb.cp/exception.exp: Add a notice that this file is broken
1792 because of line number changes caused by addition of copyright
1793 notice.
1794
42b190ad
MC
17952004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1796
1797 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
1798 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
1799
8f25f06b
MC
18002004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1801
1802 * gdb.cp/classes.exp: Accept gnu abi 2.
1803 * gdb.cp/derivation.exp: Likewise.
1804 * gdb.cp/overload.exp: Likewise.
1805 * gdb.cp/virtfunc.exp: Likewise.
1806
06ded8b8
MC
18072004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1808
1809 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
1810 semicolon after end of function.
1811
77c26ae3
MC
18122004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1813
1814 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
1815 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
1816 boilerplate code for compiling and running the program under
1817 test. Add some string method tests.
1818
20757486
MC
18192004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1820
1821 * gdb.cp/bs15503.cc: Add copyright notice.
1822 * gdb.cp/bs15503.exp: Adjust line number.
1823
0fd3b503
MC
18242004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1825
1826 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
1827 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
1828
10d1bea8
MC
18292004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1830
1831 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
1832 hp_cc_compiler.
1833
2789202a
MC
18342004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1835
1836 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
1837 * gdb.cp/ctti.exp: Use the marker instead of "next".
1838 With gcc, run further before bailing.
1839
b862f14c
MC
18402004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1841
1842 * gdb.cp/cttiadd.cc: Add copyright notice.
1843 * gdb.cp/cttiadd1.cc: Likewise.
1844 * gdb.cp/cttiadd2.cc: Likewise.
1845 * gdb.cp/cttiadd3.cc: Likewise.
1846
96da2469
MC
18472004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1848
1849 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
1850 Use gdb_test, gdb_test_multiple. Use floating-point values that
1851 have exact representations in IEEE-ish formats.
1852
053248ff
MC
18532004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1854
1855 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
1856 compilers. Delete duplicate call to get_compiler_info.
1857 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
1858 * gdb.base/volatile.exp: Likewise.
1859
84acecdd
MK
18602004-01-07 Mark Kettenis <kettenis@gnu.org>
1861
1862 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
1863 memory at address 0.
1864
fe11a27f
MC
18652004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1866
1867 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
1868 to test for hp-ux assembler. Fix copyright years.
1869
60ad077b
AC
18702004-01-07 Andrew Cagney <cagney@redhat.com>
1871
1872 * gdb.base/fileio.c (strerrno): Add "EBUSY".
1873
1c9b8f33
AC
18742004-01-07 Andrew Cagney <cagney@redhat.com>
1875
1876 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
1877 when creating the read-only file. From analysis by Roland McGrath
1878 and Elena Zannoni.
1879
753ccc7a
MC
18802004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1881
1882 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
1883
eca3e36b
MC
18842004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1885
1886 * gdb.base/cvexpr.c: Be type-safe with function pointers and
1887 data pointers.
1888
f8d4bac4
MC
18892004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1890
1891 * gdb.cp/m-static.exp: Compile one source file at a time.
1892 Delete unused call to get_compiler_info.
1893
9b4e0f94
MC
18942004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1895
1896 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
1897 * gdb.base/call-rt-st.exp: Likewise.
1898 * gdb.base/nodebug.exp: Likewise.
1899 * gdb.base/volatile.exp: Likewise.
1900 * gdb.cp/ref-types.exp: Likewise.
1901 * gdb.cp/templates.exp: Likewise.
1902
023c1024
MK
19032004-01-05 Mark Kettenis <kettenis@gnu.org>
1904
1905 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
1906
19703c4a
MC
19072004-01-05 Michael Chastain <mec.gnu@mindspring.com>
1908
1909 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
1910 hppa*-hp-hpux*.
1911
18b67037
MK
19122004-01-04 Mark Kettenis <kettenis@gnu.org>
1913
ba6219c8
MK
1914 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1915 x86_64-*-*.
1916
18b67037
MK
1917 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1918 sparc64-*-* and sparc*-solaris2*.
1919
1bfbbb9d
MK
19202004-01-04 Mark Kettenis <kettenis@gnu.org>
1921
1922 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
1923 return ${tests}" test. The ${tests} already mentions the
1924 filename.
1925
06846494
MC
19262004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1927
1928 * gdb.cp/local.exp: Accept gcc abi 2.
1929
3b0cb202
MC
19302004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1931
1932 * gdb.cp/templates.exp: Accept gcc abi 2.
1933
0643ec3f
MC
19342004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1935
1936 * lib/compiler.cc: Remove supports_template_debugging.
1937 * gdb.cp/templates.exp: Do not test supports_template_debugging.
1938
d231d0b1
MC
19392004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1940
1941 * gdb.cp/namespace.exp: Accept gcc abi 2.
1942
44ffb27c
MC
19432004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1944
1945 * gdb.cp/method.exp: Accept gcc abi 2.
1946
184ad485
MC
19472004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1948
1949 * gdb.cp/classes.exp: Generate identical results as old version.
1950 * gdb.cp/derivation.exp: Likewise.
1951 * gdb.cp/overload.exp: Likewise.
1952 * gdb.cp/virtfunc.exp: Likewise.
1953
116f09e7
MC
19542004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1955
1956 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
1957 mysterious bug with sourceware version of expect.
1958
b1379776
MC
19592004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1960
1961 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
1962 current versions of gcc, including gcc abi 2. Remove gratuitous
1963 restart of test program. Use gdb_test_multiple and gdb_test for
1964 all tests. Add patterns to xfail missing "const" in "const char *"
1965 and kfail PR gdb/1155.
1966
6b7a4c0e
MC
19672004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1968
1969 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
1970 current versions of gcc, including gcc abi 2. Remove gratuitous
1971 restart of test program. Use gdb_test_multiple and gdb_test for
1972 all tests. Add patterns to kfail PR gdb/1498.
1973
51615d72
MC
19742003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1975
1976 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
1977 current versions of gcc, including gcc abi 2. Use "breakpoint"
1978 and "continue" instead of restarting the target program. Use
1979 gdb_test_multiple and gdb_test for all tests.
1980
7b79a9d7
MK
19812004-01-01 Mark Kettenis <kettenis@gnu.org>
1982
1983 * gdb.asm/asm-source.exp: Update copyright year. Link statically
1984 for *-*-solaris2*.
1985
1cd3489f
MC
19862003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1987
1988 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
1989 current versions of gcc, including gcc abi 2. Use "breakpoint"
1990 and "continue" instead of restarting the target program several
1991 times. Use gdb_test_multiple and gdb_test for all tests.
1992
850742db
MC
19932003-12-18 Michael Chastain <mec.gnu@mindspring.com>
1994
1995 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
1996 source files.
1997
eb4bbda8
MC
19982003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1999
2000 * gdb.base/environ.exp: Handle compiling test case from multiple
2001 source files.
2002
e42c7771
MC
20032003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2004
2005 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
2006
80e4b428
JB
20072003-12-17 Jim Blandy <jimb@redhat.com>
2008
5f06973a
JB
2009 * gdb.base/freebpcmd.c: Add copyright notice.
2010
80e4b428
JB
2011 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
2012
0ab84fb7
MC
20132003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2014
2015 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
2016
1b3bb3d0
JB
20172003-12-13 Jim Blandy <jimb@redhat.com>
2018
2019 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
2020
3a4c9371
KB
20212003-12-12 Kevin Buettner <kevinb@redhat.com>
2022
2023 * gdb.asm/frv.inc: New file.
2024 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
2025
a1dea79a
FF
20262003-12-09 Fred Fish <fnf@redhat.com>
2027
2028 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
2029 functions to break1.c and leave prototypes behind. Add more
2030 "set breakpoint NN here" comments.
2031 * gdb.base/break1.c: New file.
2032
2033 * gdb.base/break.exp: Handle compiling test case from multiple
2034 source files and change source file references as needed.
2035 * gdb.base/completion.exp: Ditto.
2036 * gdb.base/condbreak.exp: Ditto.
2037 * gdb.base/define.exp: Ditto.
2038 * gdb.base/ena-dis-br.exp: Ditto.
2039 * gdb.base/info-proc.exp: Ditto.
2040 * gdb.base/maint.exp: Ditto.
2041 * gdb.base/until.exp: Ditto.
2042
2043 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
2044 hardcoded line numbers.
2045 * gdb.base/define.exp: Ditto.
2046 * gdb.base/ena-dis-br.exp: Ditto.
2047 * gdb.base/maint.exp: Ditto.
2048 * gdb.base/until.exp: Ditto.
2049
2050 * gdb.base/completion.exp: Use "break1" for completion tests since
2051 "break" is no longer a unique prefix.
2052
5266b69c
AC
20532003-12-06 Andrew Cagney <cagney@redhat.com>
2054
2055 * gdb.base/structs.exp (test_struct_returns): When applicable, set
2056 "return_value_unimplemented". When an unimplemented struct return
2057 architecture, report incorrect values as a KFAIL
2058
374451f0
MC
20592003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2060
2061 * gdb.cp/rtti.exp: Accept new wording of warning from
2062 cp_lookup_rtti_type.
2063
ba9b20a7
MC
20642003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2065
2066 Partial fix for PR testsuite/1456.
2067 * gdb.base/scope.exp (test_at_main): Replace references to
2068 gcc_compiled with calls to test_compiler_info.
2069 (test_at_foo): Likewise.
2070 (test_at_bar): Likewise.
2071
b74b6d0b
MC
20722003-12-04 Michael Chastain <mec.gnu@mindspring.com>
2073
2074 Partial fix for PR testsuite/1456.
2075 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
2076 to test_compiler_info.
2077
ccfa3402
MC
20782003-12-03 Michael Chastain <mec.gnu@mindspring.com>
2079
2080 * gdb.base/so-impl-ld.exp: Update copyright notice.
2081
f6246aba
MC
20822003-12-02 Michael Chastain <mec.gnu@mindspring.com>
2083
2084 Partial fix for PR testsuite/1456.
2085 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
2086 to test_compiler_info.
2087
13ae734a
MC
20882003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2089
2090 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
2091 from current versions of gdb. Clean up regular expressions.
2092 Delete redundant timeout case.
2093
d8e1cdee
MC
20942003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2095
2096 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
2097 from current versions of gdb. Clean up regular expressions.
2098 Delete redundant timeout case.
2099
96457b64
MC
21002003-12-01 Michael Chastain <mec.gnu@mindspring.com>
2101
2102 Partial fix for PR testsuite/1456.
2103 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
2104 gcc_compiled with call to test_compiler_info.
2105
f35309fc
MC
21062003-11-30 Michael Chastain <mec.gnu@mindspring.com>
2107
2108 Partial fix for PR testsuite/1456.
2109 * gdb.base/list.exp (test_list_function): Delete unused declaration
2110 of gcc_compiled.
2111
d7afdf9b
MC
21122003-11-29 Michael Chastain <mec.gnu@mindspring.com>
2113
2114 Partial fix for PR testsuite/1456.
2115 * gdb.base/complex.exp: Replace reference to gcc_compiled with
2116 call to test_compiler_info.
2117
71507b56
MK
21182003-11-29 Mark Kettenis <kettenis@gnu.org>
2119
2120 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
2121 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
2122 it to create the appropriate note.inc.
2123 * gdb.asm/asmsrc1.s: Include "note.inc".
2124 * gdb.asm/netbsd.inc: New file.
2125 * gdb.asm/empty.inc: New file.
2126
f81f93f7
MC
21272003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2128
2129 Partial fix for PR testsuite/1456.
2130 * gdb.base/constvars.exp: Replace references to gcc_compiled with
2131 calls to test_compiler_info.
2132
9a77938e
MC
21332003-11-27 Michael Chastain <mec.gnu@mindspring.com>
2134
2135 Partial fix for PR testsuite/1456.
2136 * gdb.base/volatile.exp: Replace references to gcc_compiled with
2137 calls to test_compiler_info.
2138
e8367dc7
MK
21392003-11-27 Mark Kettenis <kettenis@gnu.org>
2140
2141 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
2142 pattern for the KFAILs.
2143
526c61ee
AF
21442003-11-25 Adam Fedor <fedor@gnu.org>
2145
2146 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
2147 * gdb.objc/objcdecode.m: New file.
2148
28f2d600
AF
21492003-11-25 Adam Fedor <fedor@gnu.org>
2150
2151 * gdb.objc/nondebug.exp: Test for PR objc/1236.
2152 * gdb.objc/nondebug.m: New file.
2153
a3895cee
BE
21542003-11-26 Ben Elliston <bje@wasabisystems.com>
2155
2156 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2157 NetBSD as it does on FreeBSD. Modelled on a similar change by
2158 Mark Kettenis on 2003-05-30.
2159 (link-flags): Set to "--entry _start" regardless of target.
2160 Special linker flags are to be appended to $link-flags.
2161 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
2162
c9f2c8a3
MC
21632003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2164
2165 * gdb.cp/method.exp: Accept output of new demangler.
2166
15a0587a 21672003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
2168
2169 * gdb/class2.exp: New file.
2170 * gdb/class2.cc: New file.
2171
3c00b570
MC
21722003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2173
2174 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
2175 of new demangler.
2176
7027acc7
MK
21772003-11-23 Mark Kettenis <kettenis@gnu.org>
2178
2179 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
2180 of gdb_test "run".
2181
b0e1598a
MK
21822003-11-23 Mark Kettenis <kettenis@gnu.org>
2183
2184 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
2185 "continue" into "run".
2186
4d9eda44
MC
21872003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2188
2189 Partial fix for PR testsuite/1456.
2190 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
2191 call to test_compiler_info.
2192 * gdb.cp/ctti.exp: Likewise.
2193 * gdb.cp/derivation.exp: Likewise.
2194 * gdb.cp/member-ptr.exp: Likewise.
2195 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
2196 reference to gcc_compiled.
2197
21982003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
2199
2200 Fix PR testsuite/1463.
2201 * gdb.base/structs.exp (start_structs_test): Call
2202 get_debug_format before using the debug format.
2203
d422fe19
AC
22042003-11-22 Andrew Cagney <cagney@redhat.com>
2205
2206 * lib/gdb.exp (gdb_test_multiple): Add simple example.
2207 * gdb.base/structs.exp: Use gdb_test_multiple.
2208
039cf96d
AC
22092003-11-20 Andrew Cagney <cagney@redhat.com>
2210
6882279b
AC
2211 * gdb.base/structs.exp: Handle and recover from internal errors.
2212 Replace "foo${n}" with "foo<n>" in test messages.
2213
e53890ae
AC
2214 * gdb.base/structs.exp: Update copyright. Rewrite.
2215 * gdb.base/structs.c: Update copyright. Rewrite.
2216
2b211c59
AC
2217 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
2218 resync count exceeded.
d63a86f8 2219
039cf96d
AC
2220 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
2221 from the internal error.
2222 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
2223 Original from Jim Blandy.
2224 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 2225
eac98b22
AC
22262003-11-19 Andrew Cagney <cagney@redhat.com>
2227
2228 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
2229 KFAIL.
2230
67455b2a
MK
22312003-11-17 Mark Kettenis <kettenis@gnu.org>
2232
2233 New testcase for PR backtrace/1435.
2234 * gdb.arch/i386-unwind.exp: New file.
2235 * gdb.arch/i386-unwind.c: New file.
2236
853d6e5b
AC
22372003-11-17 Andrew Cagney <cagney@redhat.com>
2238
2239 * lib/gdb.exp (compiler_info): New global.
2240 (test_compiler_info): New function.
2241 (get_compiler_info): Set compiler_info.
2242 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
2243 "compiler_info" to gcc-<major>-<minor>.
2244
38cf6e11
MC
22452003-11-15 Michael Chastain <mec.gnu@mindspring.com>
2246
2247 * gdb.trace/configure: Remove.
2248
a50d3602
EZ
22492003-11-13 Elena Zannoni <ezannoni@redhat.com>
2250
2251 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 2252 breakpoints.
a50d3602
EZ
2253 * gdb.base/break.exp: Remove all references to explicit line
2254 numbers.
2255
d9407aaa
NC
22562003-11-11 Nick Clifton <nickc@redhat.com>
2257
2258 * gdb.base/shreloc.exp: Do not run for targets which do not
2259 support shared objects.
2260
db488fc1
CV
22612003-11-10 Corinna Vinschen <vinschen@redhat.com>
2262
2263 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
2264 Don't run tests if nofileio flag is given.
2265
6a90a18e
EZ
22662003-11-07 Elena Zannoni <ezannoni@redhat.com>
2267
2268 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
2269 as well as 'Watchpoint'.
2270
0b915e9c
EZ
22712003-11-06 Elena Zannoni <ezannoni@redhat.com>
2272
2273 Reported by Jim Ingham <jingham@apple.com>:
2274 * gdb.base/annota1.exp: Match at least one occurrence of the
2275 signal handler annotation.
2276
d7e4b55f
EZ
22772003-11-06 Elena Zannoni <ezannoni@redhat.com>
2278
2279 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
2280 as well as 'Watchpoint'.
2281
2fe4e8d0
MC
22822003-11-05 Michael Chastain <mec@shout.net>
2283
2284 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
2285
6ef88553
KW
22862003-11-03 Kris Warkentin <kewarken@qnx.com>
2287
2288 * gdb.arch/gdb1291.c: New test file.
2289 * gdb.arch/gdb1291.exp: New test script.
2290 * gdb.arch/gdb1431.c: New test file.
2291 * gdb.arch/gdb1431.exp: New test script.
2292
ae7dc4d8
MC
22932003-10-22 Michael Chastain <mec@shout.net>
2294
2295 * gdb.mi/pthreads.c: Add copyright notice.
2296
c39d7427
MC
22972003-10-22 Michael Chastain <mec@shout.net>
2298
2299 * gdb.threads/pthreads.c: Add copyright notice.
2300
8b7d96c1
MC
23012003-10-20 Michael Chastain <mec@shout.net>
2302
2303 * gdb.base/gdb1056.exp: New test script.
2304
d1d69fdd
DJ
23052003-10-13 Daniel Jacobowitz <drow@mvista.com>
2306
2307 * gdb.threads/killed.exp: Use gdb_run_cmd.
2308
7d605576
DJ
23092003-10-13 Daniel Jacobowitz <drow@mvista.com>
2310
2311 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
2312 create a core file.
2313 * gdb.threads/gcore-thread.exp: Likewise.
2314
618ec112
CV
23152003-10-13 Corinna Vinschen <vinschen@redhat.com>
2316
2317 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
2318 type, based on char type.
2319 (struct bit_flags_short_t): New bitfield type, based on short type.
2320 (init_bit_flags_char): New fuction.
2321 (init_bit_flags_short): Ditto.
2322 (print_bit_flags_char): Ditto.
2323 (print_bit_flags_short): Ditto.
2324 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
2325
9367a73c
MC
23262003-10-11 Michael Chastain <mec@shout.net>
2327
2328 * gdb.base/call-rt-st.exp: Update copyright year.
2329
1decf120
KI
23302003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2331
2332 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
2333 * gdb.disasm/sh3.s: Ditto.
2334
5445b2ae
DJ
23352003-10-07 Daniel Jacobowitz <drow@mvista.com>
2336
2337 * gdb.threads/switch-threads.exp: New test.
2338 * gdb.threads/switch-threads.c: New source file.
2339
aec24853
CV
23402003-10-07 Corinna Vinschen <vinschen@redhat.com>
2341
2342 * gdb.base/ending-run.exp: Add sh specific case.
2343
adc7428d
AC
23442003-10-06 Andrew Cagney <cagney@redhat.com>
2345
2346 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
2347 * gdb.disasm/mn10200.exp: Delete obsolete file.
2348
c9d37158
DJ
23492003-09-29 Daniel Jacobowitz <drow@mvista.com>
2350
2351 * ChangeLog: Correct an entry command.exp -> commands.exp.
2352 * gdb.base/commands.exp (bp_deleted_in_command_test)
2353 (temporary_breakpoint_commands): Check noargs.
2354
79c2c32d
DC
23552003-09-25 David Carlton <carlton@kealia.com>
2356
2357 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
2358 of some print tests, where appropriate. Add tests for C::D::cd,
2359 E::ce, F::cXfX, G::XgX.
2360 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
2361
594e6d67
RE
23622003-09-25 Richard Earnshaw <rearnsha@arm.com>
2363
2364 * lib/java.exp (java_init): Import target_alias before using it.
2365
10f0d451
DC
23662003-09-25 David Carlton <carlton@kealia.com>
2367
2368 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
2369
274bcba0
EZ
23702003-09-23 Elena Zannoni <ezannoni@redhat.com>
2371
d63a86f8 2372 * gdb.base/selftest.exp: Accomodate more instruction reordering
274bcba0
EZ
2373 weirdness.
2374
cdbf20f7
MC
23752003-09-17 Michael Chastain <mec@shout.net>
2376
2377 * gdb.cp/gdb1355.exp: New file.
2378 * gdb.cp/gdb1355.c: New file.
2379
71e06f80
CV
23802003-09-15 Corinna Vinschen <vinschen@redhat.com>
2381
2382 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
2383 * gdb.asm/sh.inc: New file.
2384
5c4e30ca
DC
23852003-09-11 David Carlton <carlton@kealia.com>
2386
bd45b7af
DC
2387 * gdb.cp/namespace.exp: Add tests for namespace types.
2388 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
2389 (test_namespace): New.
2390
1c199746
EZ
23912003-09-11 Elena Zannoni <ezannoni@redhat.com>
2392
2393 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 2394 * gdb.stabs/weird.exp: Ditto.
1c199746 2395
04ed252f
MC
23962003-09-08 Michael Chastain <mec@shout.net>
2397
2398 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
2399
d8a2d9e7
MC
24002003-09-07 Michael Chastain <mec@shout.net>
2401
2402 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
2403 'parse error'.
2404
161afb24
MK
24052003-09-07 Mark Kettenis <m.kettenis@osp.nl>
2406
2407 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
2408
49f2741a
MC
24092003-08-30 Michael Chastain <mec@shout.net>
2410
2411 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
2412 * gdb.gdb/observer.exp: Ditto.
2413 * gdb.gdb/xfullpath.exp: Ditto.
2414
8afa723e
MK
24152003-08-29 Mark Kettenis <kettenis@gnu.org>
2416
2417 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
2418 *-*-*bsd*.
2419
f31dfe3b
JJ
24202003-08-28 Jeff Johnston <jjohnstn@redhat.com>
2421
2422 * gdb.base/dump.exp: Skip for ia64.
2423
4630e498
JJ
24242003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2425
2426 * gdb.asm/asm-source.exp: Add ia64 support.
2427 * gdb.asm/ia64.inc: New file.
2428
1105b7ef
MC
24292003-08-22 Michael Chastain <mec@shout.net>
2430
2431 * gdb.cp: New directory.
2432 * gdb.cp/*: Copy from gdb.c++/*.
2433 * gdb.c++/*: Remove.
2434 * Makefile.in: Change gdb.c++ to gdb.cp.
2435 * configure.in: Ditto.
2436 * configure: Regnerate.
2437
c945b932
MK
24382003-08-18 Mark Kettenis <kettenis@gnu.org>
2439
2440 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
2441 * gdb.arch/i386-prologue.c (gdb1338): Add function.
2442
2b66634b
DJ
24432003-08-17 Daniel Jacobowitz <drow@mvista.com>
2444
2445 * mi-var-display.exp (-var-list-children weird): Accept function
2446 pointers with argument types.
2447 * mi1-var-display.exp (-var-list-children weird): Likewise.
2448 * mi2-var-display.exp (-var-list-children weird): Likewise.
2449
a356f73b
DJ
24502003-08-17 Daniel Jacobowitz <drow@mvista.com>
2451
2452 * gdb.base/annota3.exp: Add missing newline.
2453
483417b8
MC
24542003-08-06 Michael Chastain <mec@shout.net>
2455
2456 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2457
c99c59c3
MS
24582003-08-12 Michael Snyder <msnyder@redhat.com>
2459
2460 * gdb.base/float.exp: Add test for SH.
2461
55ed7501
MK
24622003-08-10 Mark Kettenis <kettenis@gnu.org>
2463
2464 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
2465
1a371f2e
EZ
24662003-08-07 Elena Zannoni <ezannoni@redhat.com>
2467
2468 * gdb.base/completion.exp: Remove reduntant completion test
2469 on filename.
2470
e0f353ce
EZ
24712003-08-07 Elena Zannoni <ezannoni@redhat.com>
2472
2473 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
2474 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
2475 gdb.trace/save-trace.exp: Make sure that full pathnames are
2476 escaped correctly.
2477
5710a1af 24782003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 2479
5710a1af
EZ
2480 * configure.in: Don't generate config.h from config.hin.
2481 * configure: Regenerate.
2482 * config.hin: Remove file.
2483 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2484 * gdb.threads/pthreads.c: Ditto.
2485
dcd81ce9
DJ
24862003-08-07 Daniel Jacobowitz <drow@mvista.com>
2487
2488 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2489 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2490 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2491 Replace ld24 with seth/add3.
2492
6009d884
AC
24932003-08-02 Andrew Cagney <cagney@redhat.com>
2494
2495 * gdb.base/annota3.exp: New file.
2496 * gdb.base/annota3.c: New file.
2497 * gdb.c++/annota3.exp: New file.
2498 * gdb.c++/annota3.cc: New file.
2499
51514e06
MC
25002003-07-29 Michael Chastain <mec@shout.net>
2501
2502 * gdb.threads/tls.c (spin): Check errno only if sem_wait
2503 actually failed.
2504 (do_pass): Likewise.
2505 * gdb.threads/tls.exp: Always initialize no_of_threads.
2506
4ee6625b
DJ
25072003-07-27 Daniel Jacobowitz <drow@mvista.com>
2508
2509 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
2510 pattern.
2511 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
2512 * gdb.threads/tls.exp: Recognize one case of the host library not
2513 supporting TLS.
2514
225f2bf6
AC
25152003-07-27 Andrew Cagney <cagney@redhat.com>
2516
2517 * gdb.base/fileio.exp: Use SH when running commands using
2518 remote_exec.
2519
bcb27c9f
DJ
25202003-07-24 Daniel Jacobowitz <drow@mvista.com>
2521
2522 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2523 * gdb.base/relocate.c (dummy): New padding array.
2524
3d67be83
MS
25252003-07-22 Michael Snyder <msnyder@redhat.com>
2526
d63a86f8 2527 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
2528
2529 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
2530 patterns to be more general, accepting old and new output.
2531 Some output chars (such as '+') also must be quoted.
d63a86f8 2532 Some addresses are displayed numerically instead of
3d67be83
MS
2533 symbolically.
2534
57ba3b85
MS
25352003-07-23 Michael Snyder <msnyder@redhat.com>
2536
686d097c
MS
2537 * gdb.base/return2.exp: Don't test long-long return.
2538
57ba3b85
MS
2539 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
2540 * gdb.disasm/t01_mov.exp: Ditto.
2541 * gdb.disasm/t02_mova.s: Ditto.
2542 * gdb.disasm/t02_mova.exp: Ditto.
2543 * gdb.disasm/t03_add.s: Ditto.
2544 * gdb.disasm/t03_add.exp: Ditto.
2545 * gdb.disasm/t04_sub.s: Ditto.
2546 * gdb.disasm/t04_sub.exp: Ditto.
2547 * gdb.disasm/t05_cmp.s: Ditto.
2548 * gdb.disasm/t05_cmp.exp: Ditto.
2549 * gdb.disasm/t06_ari2.s: Ditto.
2550 * gdb.disasm/t06_ari2.exp: Ditto.
2551 * gdb.disasm/t07_ari3.s: Ditto.
2552 * gdb.disasm/t07_ari3.exp: Ditto.
2553 * gdb.disasm/t08_or.s: Ditto.
2554 * gdb.disasm/t08_or.exp: Ditto.
2555 * gdb.disasm/t09_xor.s: Ditto.
2556 * gdb.disasm/t09_xor.exp: Ditto.
2557 * gdb.disasm/t10_and.s: Ditto.
2558 * gdb.disasm/t10_and.exp: Ditto.
2559 * gdb.disasm/t11_logs.s: Ditto.
2560 * gdb.disasm/t11_logs.exp: Ditto.
2561 * gdb.disasm/t12_bit.s: Ditto.
2562 * gdb.disasm/t12_bit.exp: Ditto.
2563 * gdb.disasm/t13_otr.s: Ditto.
2564 * gdb.disasm/t13_otr.exp: Ditto.
2565
e00759ef
EZ
25662003-07-22 Elena Zannoni <ezannoni@redhat.com>
2567
2568 * gdb.threads/tls.exp :Add kfail for 'info address' case.
2569
8bc2021f
EZ
25702003-07-22 Elena Zannoni <ezannoni@redhat.com>
2571
2572 * gdb.threads/tls.c : New file.
2573 * gdb.threads/tls.exp : New file.
2574 * gdb.threads/tls-main.c : New file.
2575 * gdb.threads/tls-shared.c : New file.
2576 * gdb.threads/tls-shared.exp : New file.
2577
89320c4c
AS
25782003-07-22 Andreas Schwab <schwab@suse.de>
2579
2580 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2581
180dea7c
AS
25822003-07-20 Andreas Schwab <schwab@suse.de>
2583
2584 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
2585 due to insn reordering.
2586
0714963c
AC
25872003-07-15 Andrew Cagney <cagney@redhat.com>
2588
2589 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
2590
98a23b3f
MC
25912003-07-15 Michael Chastain <mec@shout.net>
2592
2593 * gdb.base/gdb1250.exp: New file.
2594 * gdb.base/gdb1250.c: New file.
2595
27e417a2
ML
25962003-07-09 Michal Ludvig <mludvig@suse.cz>
2597
2598 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
2599 expansion of size_t to 'unsigned long', not only to 'unsigned'.
2600
8bc2021f
EZ
26012003-07-09 Elena Zannoni <ezannoni@redhat.com>
2602
2603 * gdb.threads/tls.c: New file.
2604 * gdb.threads/tls.exp: New file.
2605 * gdb.threads/tls-main.c: New file.
2606 * gdb.threads/tls-shared.c: New file.
2607 * gdb.threads/tls-shared.exp: New file.
2608
d99968dc
EZ
26092003-07-09 Elena Zannoni <ezannoni@redhat.com>
2610
2611 * gdb.base/annota1.exp: Make sure that we properly escape the
2612 full path of the source file. Xfail more permissive patterns,
d63a86f8 2613 due to a compiler debug info problem.
d99968dc 2614
83876b3b
AS
26152003-07-07 Andreas Schwab <schwab@suse.de>
2616
2705e972
AS
2617 * gdb.asm/m68k.inc: New file.
2618 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
2619
83876b3b
AS
2620 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
2621 arguments"): Also match negative number.
2622
2623 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
2624
3a871b37
DJ
26252003-07-03 Daniel Jacobowitz <drow@mvista.com>
2626
2627 * gdb.base/store.c (charest): New typedef.
2628 (add_char): Rename to add_charest, update.
2629 (wack_char): Rename to wack_charest, update types. Return l + r
2630 to keep r live across the call.
2631 (wack_short, wack_int, wack_long, wack_longest, wack_float)
2632 (wack_double, wack_doublest): Return l + r to keep r live across
2633 the call.
2634 * gdb.base/store.exp: Accomodate store.c changes.
2635
b2a7f303
DC
26362003-06-30 David Carlton <carlton@kealia.com>
2637
2638 * gdb.c++/maint.exp (test_invalid_name): New.
2639 (test_first_component): Add tests for invalid names.
2640
3c6cb4a1
MC
26412003-06-29 Michael Chastain <mec@shout.net>
2642
2643 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
2644 output of '<VTT for class>' for virtual base classes.
2645
f1c2644b
DJ
26462003-06-29 Daniel Jacobowitz <drow@mvista.com>
2647
2648 * gdb.base/completion.exp: Tab-complete "complet" instead of
2649 "compl".
2650 * gdb.base/complex.exp, gdb.base/complex.c: New files.
2651
18080350
DJ
26522003-06-29 Daniel Jacobowitz <drow@mvista.com>
2653
2654 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
2655 * gdb.base/volatile.exp: Likewise.
2656
f56973f8
DJ
26572003-06-29 Daniel Jacobowitz <drow@mvista.com>
2658
2659 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
2660 gdb/1265.
2661
26622003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
2663 Daniel Jacobowitz <drow@mvista.com>
2664
2665 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
2666 initial line count of 'captured_main' from 26 to 32.
2667 (test_with_self): Allow xmalloc call to be interleaved with the
2668 preceding two lines.
2669
e766d4d6
JB
26702003-06-24 Joel Brobecker <brobecker@gnat.com>
2671
2672 * gdb.base/bang.exp: New testcase.
2673
f125c9a4
JB
26742003-06-23 Joel Brobecker <brobecker@gnat.com>
2675
2676 * gdb.base/langs.exp: Add some tests for the "minimal" language
2677 support.
2678
6e25beaf
EZ
26792003-06-23 Elena Zannoni <ezannoni@redhat.com>
2680
2681 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
2682 the testcase.
2683
2f816dda
DJ
26842003-06-22 Daniel Jacobowitz <drow@mvista.com>
2685
2686 * gdb.base/relocate.exp: Test add-symbol-file with a variable
2687 offset.
2688
db5a5748
DJ
26892003-06-22 Daniel Jacobowitz <drow@mvista.com>
2690
2691 * gdb.c++/pr-1210.cc: New file.
2692 * gdb.c++/pr-1210.exp: New file.
2693
1df0c130
DJ
26942003-06-21 Daniel Jacobowitz <drow@mvista.com>
2695
2696 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
2697 000-exec-continue.
2698
a92feac0
MK
26992003-06-15 Mark Kettenis <kettenis@gnu.org>
2700
2701 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
2702 on *-*-*bsd* instead of *-*-freebsd*.
2703
81a58f5b
AC
27042003-06-14 Andrew Cagney <cagney@redhat.com>
2705
2706 * gdb.base/store.exp: Test longest and doublest. Test all
2707 parameters. Weaken return statement match.
2708 * gdb.base/store.c: Add longest and doublest - aka long long and
2709 long double functions. Put all parameters into local register
2710 variables. Use negative values.
2711
b257a0d3
AC
27122003-06-14 Andrew Cagney <cagney@redhat.com>
2713
2714 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
2715 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
2716 exit status.
2717 * gdb.base/fileio.exp: Disable target when nointerrupts and
2718 noinferiorio, instead of limiting it to remote. Use remote_exec
2719 instead of system.
d63a86f8 2720
21c38304
JJ
27212003-06-12 Jeff Johnston <jjohnstn@redhat.com>
2722
2723 * gdb.base/float.exp: Add ia64 support.
2724
1bcdb424
CV
27252003-06-12 Corinna Vinschen <vinschen@redhat.com>
2726
2727 * gdb.base/fileio.exp: Run only on remote targets.
2728
6aeb981f
CV
27292003-06-10 Corinna Vinschen <vinschen@redhat.com>
2730
2731 * gdb.base/fileio.c: New file, testing File-I/O.
2732 * gdb.base/fileio.exp: Ditto.
2733
53df362e
RG
27342003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
2735
2736 * gdb.base/shreloc.exp: New file, check symbol values obtained from
2737 shared objects after relocation at load time (gdb PR/1132).
2738 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
2739 as above, part of the shared object relocation test.
2740
ffee1b46
MK
27412003-06-08 Mark Kettenis <kettenis@gnu.org>
2742
b5ca3722
MK
2743 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
2744 fully filled history list.
2745 * gdb.base/gdb_history: New file.
2746
03ed860d
MK
2747 * gdb.base/signals.exp: XFAIL "continue to func1" on
2748 i*86-*-freebsd*.
2749
ffee1b46
MK
2750 * gdb.base/attach.exp: When trying to attach to a nonexistent
2751 process, make it possible to specify the PID based on the target,
2752 and do so for *-*-freebsd*.
2753
d80dbb52
RH
27542003-06-02 Richard Henderson <rth@redhat.com>
2755
2756 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
2757
6dd77b81
RH
27582003-06-02 Richard Henderson <rth@redhat.com>
2759
2760 * gdb.base/selftest.exp: Next over lim_at_start initialization.
2761
f6347e16
RH
27622003-06-02 Richard Henderson <rth@redhat.com>
2763
2764 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
2765
2c161407
DJ
27662003-06-01 Daniel Jacobowitz <drow@mvista.com>
2767
2768 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
2769 of globalvar.
2770
572eb746
MK
27712003-06-01 Mark Kettenis <kettenis@gnu.org>
2772
2773 * gdb.asm/asm-source.exp: Check for memory read errors in
2774 disassembler test on *BSD too.
2775
9e9617a5
RH
27762003-06-01 Richard Henderson <rth@redhat.com>
2777
2778 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
2779 for .frame.
2780 (gdbasm_call): Lose ldgp.
2781 (gdbasm_startup): Add frame information.
2782 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
2783
7b34ad4e
MK
27842003-05-31 Mark Kettenis <kettenis@gnu.org>
2785
2786 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
2787 i?86-*-*.
2788
10059fdf
MK
27892003-05-30 Mark Kettenis <kettenis@gnu.org>
2790
2791 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2792 FreeBSD.
2793
acf4b816
RH
27942003-05-29 Richard Henderson <rth@redhat.com>
2795
2796 * gdb.asm/alpha.inc: New file.
2797 * gdb.asm/asm-source.exp: Use it.
2798
e9ecd949
JB
27992003-05-29 Jim Blandy <jimb@redhat.com>
2800
2801 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
2802 'core.PID'.
2803
e3e5a4f3
JB
28042003-05-22 Jim Blandy <jimb@redhat.com>
2805
2806 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
2807 backtrace.
d63a86f8 2808
72fe3d25
DC
28092003-05-20 David Carlton <carlton@math.stanford.edu>
2810
2811 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
2812 this time.
2813
58da2eb2
DC
28142003-05-19 David Carlton <carlton@bactrian.org>
2815
2816 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
2817 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
2818
1fcb5155
DC
28192003-05-19 David Carlton <carlton@bactrian.org>
2820
2821 * gdb.c++/namespace.exp: Add namespace scope and anonymous
2822 namespace tests.
2823 Bump copyright date.
2824 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
2825 (main): Call C::D::marker2.
2826 * gdb.c++/namespace1.cc: New file.
2827
85e85163
JJ
28282003-05-14 Jeff Johnston <jjohnstn@redhat.com>
2829
2830 Roland McGrath <roland@redhat.com>
d63a86f8 2831 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
2832 there is no manager thread.
2833
a25fbfec
JJ
28342003-05-08 Jeff Johnston <jjohnstn@redhat.com>
2835
d63a86f8
RM
2836 * gdb.threads/schedlock.exp: Remove assumption that all threads
2837 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
2838 in one of the child threads rather than the main thread.
2839
be375bae
JB
28402003-05-07 Jim Blandy <jimb@redhat.com>
2841
09bf6082
JB
2842 Add support for assembly source testing on the s390x.
2843 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
2844 architecture.
2845 * gdb.asm/s390x.inc: New file.
2846
be375bae
JB
2847 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
2848 succession of 'if' statements.
2849
00905d52
AC
28502003-05-05 Andrew Cagney <cagney@redhat.com>
2851
2852 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
2853
b1e29e33
AC
28542003-05-05 Andrew Cagney <cagney@redhat.com>
2855
2856 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
2857 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
2858
e33d66ec
EZ
28592003-05-02 Elena Zannoni <ezannoni@redhat.com>
2860
2861 * gdb.base/charset.exp: Update based on new behavior of set/show
2862 charset commands.
2863
2b6fd0d8
AC
28642003-05-01 Andrew Cagney <cagney@redhat.com>
2865
2866 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
2867 variable do not give memory errors.
2868
130cacce
AF
28692003-04-30 Adam Fedor <fedor@gnu.org>
2870
2871 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
2872 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
2873 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
2874 gdb.objc/basicclass.m: : New files
2875
2876 * lib/gdb.exp (gdb_compile_objc): New procedure.
2877
bea71854
DJ
28782003-04-27 Daniel Jacobowitz <drow@mvista.com>
2879
2880 * gdb.base/signals.exp: Make backtrace tests more specific.
2881
0f20eeea
DC
28822003-04-23 David Carlton <carlton@bactrian.org>
2883
2884 * gdb.c++/maint.exp (test_first_component): Add tests for
2885 'operator' in more locations.
2886
c8c4d8dc
KB
28872003-04-16 Kevin Buettner <kevinb@redhat.com>
2888
2889 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
2890
3fe60e3c
EZ
28912003-04-16 Elena Zannoni <ezannoni@redhat.com>
2892
2893 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
2894 func marke' instead. Update test name.
2895
9219021c
DC
28962003-04-15 David Carlton <carlton@math.stanford.edu>
2897
2898 * gdb.c++/maint.exp: New file.
2899
5dd55bdd
EZ
29002003-04-14 Elena Zannoni <ezannoni@redhat.com>
2901
2902 * gdb.threads/schedlock.c: Change type of thread function argument
2903 to long, to avoid warnings on 64-bit platforms.
2904
00890572
EZ
29052003-04-14 Elena Zannoni <ezannoni@redhat.com>
2906
2907 * gdb.base/attach.exp: Add new message from ptrace in case of
2908 attaching to nonexistent process.
d63a86f8 2909
93201743
JB
29102003-04-11 Jim Blandy <jimb@redhat.com>
2911
2912 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2913 gdb.c++/userdef.cc: Place comments on the lines to which the
2914 marker function might return.
2915 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2916 gdb.c++/userdef.exp: Look for those comments to check that we've
2917 returned to the right place, instead of checking line numbers.
2918
2a11c64d
EZ
29192003-04-11 Elena Zannoni <ezannoni@redhat.com>
2920
2921 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
2922 match on sourcefile name, instead of directory name.
2923
68ab8fc5
EZ
29242003-04-10 Elena Zannoni <ezannoni@redhat.com>
2925
d63a86f8 2926 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
2927 working directory name.
2928
5624293a
JB
29292003-04-09 Jim Blandy <jimb@redhat.com>
2930
2931 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2932 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
2933 after an inferior function call, report the failure, but allow the
2934 test to continue.
2935
f1f02ee4
SC
29362003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2937
2938 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2939 with -DPROTOTYPES.
2940
6eb79af0
SC
29412003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2942
2943 * gdb.base/break.exp: Revert last patch.
2944
8dfb4cf0
SC
29452003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2946
2947 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2948 with -DPROTOTYPES.
2949
ed4c619a
AC
29502003-04-02 Andrew Cagney <cagney@redhat.com>
2951
2952 * gdb.base/callfuncs.exp: Make "print add" messages unique.
2953 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
2954 matching directories by the name breakpoint.
2955 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
2956 Make "continue to marker1" consistent.
2957 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
2958 message consistent.
2959 * lib/gdb.exp: Put "the program is no longer running", and "the
2960 program exited" in parenthesis.
2961 * lib/mi-support.exp: Ditto.
d63a86f8 2962
4e35d5f0 29632003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 2964
4e35d5f0
BR
2965 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
2966
71900fe8
AC
29672003-03-29 Andrew Cagney <cagney@redhat.com>
2968
2969 * gdb.base/sizeof.c (main): Print the value of '\377'.
2970 * gdb.base/sizeof.exp: Check the sign of '\377'.
2971
c0655a16
MC
29722003-03-27 Michael Chastain <mec@shout.net>
2973
2974 * gdb.base/gdb1090.exp: New file.
2975 * gdb.base/gdb1090.cc: New file.
2976
5b2a3989
JB
29772003-03-27 J. Brobecker <brobecker@gnat.com>
2978
2979 * gdb.gdb/observer.exp: New regression test.
2980
79876890
MC
29812003-03-27 Michael Chastain <mec@shout.net>
2982
2983 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
2984 * gdb.base/ptype.exp: Likewise.
2985
6eac95e3
CV
29862003-03-27 Corinna Vinschen <vinschen@redhat.com>
2987
2988 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
2989
e8c71839
MC
29902003-03-26 Michael Chastain <mec@shout.net>
2991
2992 * gdb.base/ptype.exp: Actually use some typedef'd types.
2993
71b10041
SC
29942003-03-21 Stephane Carrez <stcarrez@nerim.fr>
2995
2996 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
2997 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
2998
2512cf80
CV
29992003-03-20 Corinna Vinschen <vinschen@redhat.com>
3000
3001 * gdb.base/default.exp: Fix regular expression.
3002
0d195a4f
CV
30032003-03-20 Corinna Vinschen <vinschen@redhat.com>
3004
3005 * gdb.base/args.exp: Fix regular expression.
3006
8a2dbca8
CV
30072003-03-20 Corinna Vinschen <vinschen@redhat.com>
3008
3009 * gdb.base/help.exp: Allow Win32 child process.
3010
bf028682
CV
30112003-03-20 Corinna Vinschen <vinschen@redhat.com>
3012
3013 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
3014 when stepping out of main().
3015
182dbe85
CV
30162003-03-20 Corinna Vinschen <vinschen@redhat.com>
3017
3018 * gdb.base/default.exp: Check for win32 specific message when calling
3019 "run" without executable.
3020
d67a6ba5
CV
30212003-03-20 Corinna Vinschen <vinschen@redhat.com>
3022
3023 * gdb.base/args.exp: Expect .exe in output.
3024
a955b5bb
CV
30252003-03-20 Corinna Vinschen <vinschen@redhat.com>
3026
3027 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
3028 Cygwin native.
3029
bf6bad4b
AC
30302003-03-17 Andrew Cagney <cagney@redhat.com>
3031
3032 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
3033 vector registes.
3034 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
3035 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
3036
293e9a31
DC
30372003-03-17 David Carlton <carlton@math.stanford.edu>
3038
3039 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
3040 test, for PR breakpoints/38.
3041 Call test_watchpoint_and_breakpoint.
3042 * gdb.base/watchpoint.c (func3): New function.
3043 (main): Call func3.
3044
5330f2db
DC
30452003-03-04 David Carlton <carlton@math.stanford.edu>
3046
3047 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
3048 Garply<Garply<char> >:: garply".
3049 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
3050 with respect to PR c++/1111; note also PR c++/1113.
3051 (test_template_breakpoints): KFAIL "constructor breakpoint" with
3052 respect to PR c++/1062.
3053 KFAIL "destructor breakpoint" with respect to PR c++/1112.
3054
6ece72da
DC
30552003-03-03 David Carlton <carlton@math.stanford.edu>
3056
3057 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
3058 with respect to PR c++/57.
3059 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
3060 c++/826.
3061 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
3062 respect to PR c++/57.
3063
85ca1584
DC
30642003-03-03 David Carlton <carlton@math.stanford.edu>
3065
3066 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
3067 respect to PR c++/33 into FAILs.
3068
98e9c5b8
MC
30692003-03-03 Michael Chastain <mec@shout.net>
3070
7bedbf27
MC
3071 * configure.in: Update copyright years.
3072
30732003-03-03 Michael Chastain <mec@shout.net>
3074
3075 * Makefile.in: Update copyright years.
98e9c5b8 3076
f683e100
DC
30772003-02-28 David Carlton <carlton@math.stanford.edu>
3078
3079 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
3080 print class instead of struct and/or superfluous protection
3081 specifiers, as long as the resulting output is equivalent to the
3082 source code.
3083 Delete FIXME from end of messages on tests that don't need
3084 fixing.
3085
a9e0cf2c
DC
30862003-02-28 David Carlton <carlton@math.stanford.edu>
3087
3088 * gdb.c++/templates.exp (do_tests): Allow const in the two
3089 Foo<volatile char *>::foo tests.
3090
e8d359df
MS
30912003-02-27 Michael Snyder <msnyder@redhat.com>
3092
d63a86f8 3093 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
3094 will be consistant.
3095
0b71dc91
DC
30962003-02-26 David Carlton <carlton@math.stanford.edu>
3097
3098 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
3099 char *>::foo" test with respect to PR c++/33. Create a new test
3100 which is identical to that one except that it doesn't put the
3101 space between the "char" and the "*"; KFAIL it, too.
3102
dd14ab43
DC
31032003-02-26 David Carlton <carlton@math.stanford.edu>
3104
3105 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
3106 template types into either PASSes or KFAILs (corresponding to PR
3107 c++/57). Tweak indentation. Update copyright.
3108
1146c7f1
SC
31092003-02-23 Stephane Carrez <stcarrez@nerim.fr>
3110
3111 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
3112
74641dfb
MC
31132003-02-13 Michael Chastain <mec@shout.net>
3114
3115 * gdb.base/exprs.exp: Remove i960 remnants.
3116 * gdb.base/funcargs.exp: Likewise.
3117 * gdb.base/list.exp: Likewise.
3118 * gdb.base/ptype.exp: Likewise.
3119
559cd2d0
DC
31202003-02-14 David Carlton <carlton@math.stanford.edu>
3121
3122 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
3123 pEe->D::vg()" from XFAIL to KFAIL.
3124
c4f90d87
JM
31252003-02-13 Jason Molenda (jmolenda@apple.com)
3126
3127 * gdb.base/maint.exp: Update maint print statistics regexp to include
3128 new entries.
3129
cbc4d97c
MC
31302003-02-13 Michael Chastain <mec@shout.net>
3131
3132 * gdb.c++/inherit.exp: Remove call to get_debug_format.
3133
40f235b7
MC
31342003-02-12 Michael Chastain <mec@shout.net>
3135
3136 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
3137 * gdb.c++/inherit.exp: Likewise.
3138 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
3139 * gdb.c++/templates.exp: Likewise.
3140 * gdb.c++/virtfunc.exp: Likewise.
3141
c56716b0
JM
31422003-02-06 Jason Molenda (jason-cl@molenda.com)
3143
3144 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
3145 why the code is written that way.
3146
070afcf8
MC
31472003-02-05 Michael Chastain <mec@shout.net>
3148
3149 * gdb.base/dump.exp: Add missing copyright line.
3150
5d0331e5
JM
31512003-02-05 Jason Molenda (jason-cl@molenda.com)
3152
f7ae6d3e 3153 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
3154 at the beginning so the breakpoint doesn't get set on the loop.
3155
92851186
MC
31562003-02-05 Michael Chastain <mec@shout.net>
3157
3158 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
3159 output for configurations with gcc 2.95.3.
3160
cbf1e085
AC
31612003-02-05 Keith Seitz <keiths@redhat.com>
3162 Andrew Cagney <ac131313@redhat.com>
3163
3164 * gdb.mi/mi-cli.exp: New file.
d63a86f8 3165
29518e1e
MC
31662003-02-04 Michael Chastain <mec@shout.net>
3167
3168 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
3169 Call perror and then continue.
3170
5af1d5f3
MC
31712003-02-03 Michael Chastain <mec@shout.net>
3172
3173 * gdb.c++/pr-1023.cc: New file.
3174 * gdb.c++/pr-1023.exp: New file.
3175
6b549786
JB
31762003-02-05 Jim Blandy <jimb@redhat.com>
3177
3178 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
3179 it's local to foobar. Check for it there, and check that it's not
3180 present in main.
3181 * gdb.c++/local.cc (marker2): New function.
3182 (foobar): Call marker1.
3183 (main): Call marker2 instead of marker1.
3184
67f16606
AC
31852003-02-04 Andrew Cagney <ac131313@redhat.com>
3186
3187 * gdb.disasm/mn10200.exp: Obsolete file.
3188 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
3189 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
3190 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
3191
1c5cb38e
DC
31922003-02-04 David Carlton <carlton@math.stanford.edu>
3193
3194 * gdb.c++/overload.exp: Test intToChar(1).
3195 * gdb.c++/overload.cc (intToChar): New.
3196 (main): Call intToChar.
3197
d1fe6965
DC
31982003-02-03 David Carlton <carlton@math.stanford.edu>
3199
3200 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
3201 'might_kfail' arg.
3202 KFAIL some of the continue_to_bp_overloaded calls, according to
3203 PR c++/1025.
3204
9ba61c5d
MC
32052003-02-01 Michael Chastain <mec@shout.net>
3206
3207 * gdb.base/advance.c (marker1): New marker function.
3208 * gdb.base/advance.exp: When the 'advance' command lands on the
3209 return breakpoint, it can legitimately stop on either the
3210 current line or the next line. Accommodate both outcomes.
3211 * gdb.base/until.exp: Likewise.
3212
e7494ffb
AC
32132003-02-02 Andrew Cagney <ac131313@redhat.com>
3214
3215 2002-11-10 Jason Molenda (jason-cl@molenda.com):
3216 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
3217 now a list, not a tuple.
3218 * gdb.mi/mi-var-display.exp: Ditto.
3219 * gdb.mi/gdb792.exp: Ditto.
3220
075559bc
AC
32212003-02-01 Andrew Cagney <ac131313@redhat.com>
3222
3223 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
3224 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
3225 stack backtraces.
3226 * gdb.mi/mi-syn-frame.c: Part of same.
3227
2bd4c7b1
MK
32282003-02-01 Mark Kettenis <kettenis@gnu.org>
3229
3230 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3231 gdb.mi/mi1-pthreads.exp: Return instead of calling
3232 gdb_suppress_entire_file.
3233
eabd8992
MS
32342003-02-01 Mark Salter <msalter@redhat.com>
3235
3236 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
3237
71469e2f
MS
32382003-01-31 Mark Salter <msalter@redhat.com>
3239
3240 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
3241 Support empty arg.
3242
38a94d44
MC
32432003-01-30 Michael Chastain <mec@shout.net>
3244
3245 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
3246 This was a workaround for a UTF-8 bug in readline 4.3. The bug
3247 has been fixed in gdb/readline on 2003-01-09.
3248
19ea9e73
MS
32492003-01-29 Michael Snyder <msnyder@redhat.com>
3250
e8d359df
MS
3251 * gdb.base/maint.exp: Allow for leading underscore in symbol.
3252 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
3253 * gdb.base/args.exp: Skip if target does not support args passing.
3254
2307bd6a
DJ
32552003-01-22 Daniel Jacobowitz <drow@mvista.com>
3256
19ea9e73 3257 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
3258 gdb_test. Accept a list of expect arguments as the third
3259 parameter.
3260 (gdb_test): Use it.
3261
f2dd3617
EZ
32622003-01-20 Elena Zannoni <ezannoni@redhat.com>
3263
3264 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
3265 allow for different test tree configurations. Update some
3266 tescases accordingly.
3267 * gdb.arch/altivec-regs.exp: Ditto.
3268 * gdb.asm/asm-source.exp: Ditto.
3269 * gdb.base/advance.exp: Ditto.
3270 * gdb.base/display.exp: Ditto.
d63a86f8 3271 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
3272 * gdb.base/mips_pro.exp: Ditto.
3273 * gdb.base/overlays.exp: Ditto.
3274 * gdb.base/relocate.exp: Ditto.
3275 * gdb.base/setshow.exp: Ditto.
3276 * gdb.base/step-line.exp: Ditto.
3277 * gdb.base/step-test.exp: Ditto.
3278 * gdb.base/until.exp: Ditto.
3279 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
3280
c71cdefd
DC
32812003-01-17 David Carlton <carlton@math.stanford.edu>
3282
3283 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
3284 corresponding to PR c++/945.
3285 Update copyright.
3286
fdba05d7
DC
32872003-01-17 David Carlton <carlton@math.stanford.edu>
3288
3289 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
3290 corresponding to PR c++/68.
3291
32922003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
3293
3294 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
3295 (test_paddr_hairy_functions): Call print_addr_2_kfail for
3296 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
3297
c362c33a
EZ
32982003-01-15 Elena Zannoni <ezannoni@redhat.com>
3299
0fbc361c
EZ
3300 * gdb.base/break.exp: Fix change of default location, because of
3301 removal of until tests.
3302 * gdb.base/help.exp: Update test for new 'until' help message.
3303 Add test for help on 'advance'.
c362c33a
EZ
3304 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
3305
dabf8a35
MK
33062003-01-15 Mark Kettenis <kettenis@gnu.org>
3307
3308 * gdb.base/default.exp: Adapt "info float" test for recent changes
3309 to that command. Add test for "info vector".
3310 * gdb.base/float.exp: New file. Add test for "info float" that
3311 resembles the old test in gdb.base/default.exp.
3312
a1769aca
DC
33132003-01-15 David Carlton <carlton@math.stanford.edu>
3314
3315 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
3316
82025e13
EZ
33172003-01-15 Elena Zannoni <ezannoni@redhat.com>
3318
3319 * gdb.base/break.exp: Move the tests of until command from here...
3320 * gdb.base/until.exp: ... to here. New file. Add other tests.
3321 * gdb.base/advance.c: New file.
3322 * gdb.base/advance.exp: New file.
3323
8f9ab801
EZ
33242003-01-14 Elena Zannoni <ezannoni@redhat.com>
3325
3326 * gdb.base/args.c: New file.
3327 * gdb.base/args.exp: New file.
3328
9ae66589
DJ
33292003-01-14 Daniel Jacobowitz <drow@mvista.com>
3330
3331 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
3332
8d77e5c3
DJ
33332003-01-14 Daniel Jacobowitz <drow@mvista.com>
3334
3335 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
3336
12d2f0a1
DJ
33372003-01-14 Daniel Jacobowitz <drow@mvista.com>
3338
3339 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
3340 dates.
3341
6ca37014
DJ
33422003-01-13 Daniel Jacobowitz <drow@mvista.com>
3343
3344 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
3345
b0023472
DJ
33462003-01-13 Daniel Jacobowitz <drow@mvista.com>
3347
3348 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
3349 (ptype &*"foo").
3350 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
3351
d6abaea5
DJ
33522002-01-13 Daniel Jacobowitz <drow@mvista.com>
3353
3354 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
3355 * gdb.mi/mi1-console.exp: Likewise.
3356
dfd536a7
DJ
33572002-01-13 Daniel Jacobowitz <drow@mvista.com>
3358
3359 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
3360 * gdb.mi/mi1-console.exp: Likewise.
3361
a1fb14a2
DJ
33622003-01-13 Daniel Jacobowitz <drow@mvista.com>
3363
3364 * gdb.c++/overload.exp: Remove some fixed XFAILs.
3365
c4cf40b7
DJ
33662003-01-09 Daniel Jacobowitz <drow@mvista.com>
3367
3368 * gdb.base/detach.exp: New test.
3369
696d5a5b
DJ
33702003-01-09 Daniel Jacobowitz <drow@mvista.com>
3371
3372 * Makefile.in (ALL_SUBDIRS): New variable.
3373 (subdirs, clean, distclean): Use it.
3374 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
3375 regenerating Makefile, since it is generated from the top level.
3376 * gdb.asm/Makefile.in: Likewise.
3377 * gdb.base/Makefile.in: Likewise.
3378 * gdb.c++/Makefile.in: Likewise.
3379 * gdb.disasm/Makefile.in: Likewise.
3380 * gdb.java/Makefile.in: Likewise.
3381 * gdb.mi/Makefile.in: Likewise.
3382 * gdb.threads/Makefile.in: Likewise.
3383 * gdb.trace/Makefile.in: Likewise.
3384
754533e4
DC
33852003-01-09 David Carlton <carlton@math.stanford.edu>
3386
3387 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
3388 Add copyright year 2003.
3389
d8b3e9ee
MC
33902003-01-06 Michael Chastain <mec@shout.net>
3391
3392 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
3393 When selecting a thread, 'line' and 'file' are optional.
3394 * gdb.mi/mi1-pthreads.exp: Likewise.
3395
8e9e0fe6
AS
33962003-01-06 Andreas Schwab <schwab@suse.de>
3397
3398 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
3399 failures.
3400
b5ab8ff3
DJ
34012003-01-04 Daniel Jacobowitz <drow@mvista.com>
3402
3403 Fix PR gdb/844
3404 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
3405 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3406
3407 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3408 instead of calling gdb_suppress_entire_file.
3409 * gdb.threads/print-threads.exp: Likewise.
3410 * gdb.threads/schedlock.exp: Likewise.
3411
3412 * gdb.threads/killed.exp: Return instead of calling
3413 gdb_suppress_entire_file.
3414 * gdb.threads/linux-dp.exp: Likewise.
3415 * gdb.threads/pthreads.exp: Likewise.
3416
1e698235
DJ
34172003-01-04 Daniel Jacobowitz <drow@mvista.com>
3418
3419 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
3420 stabs.
3421 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
3422 * gdb.base/whatis.exp: Always allow (void) after function names.
3423
147ff08c
DJ
34242003-01-04 Daniel Jacobowitz <drow@mvista.com>
3425
3426 * gdb.c++/casts.exp: Correct regexp.
3427
dc62bfc2
MK
34282003-01-04 Mark Kettenis <kettenis@gnu.org>
3429
3430 * configure.in: Call AC_CONFIG_HEADER. Don't call
3431 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
3432 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
3433 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
3434 aforementioned directories in the AC_OUPUT call.
3435 * config.hin: New file.
3436 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3437 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
3438 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
3439 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
3440 pass -I$objdir instead of -I$objdir/$subdir in compilation.
3441 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
3442 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
3443 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
3444 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
3445 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
3446 gdb.threads/configure.in, gdb.threads/configure,
3447 gdb.threads/config.in, gdb.trace/configure.in,
3448 gdb.trace/configure: Removed.
3449
77afa639
MC
34502003-01-03 Michael Chastain <mec@shout.net>
3451
3452 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
3453 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
3454
7634bb6e
DJ
34552003-01-03 Daniel Jacobowitz <drow@mvista.com>
3456
3457 * gdb.base/store.exp: Fix regular expressions.
3458
b39c905e
MK
34592002-12-28 Mark Kettenis <kettenis@gnu.org>
3460
3461 * configure.in: Rewrite.
3462 * configure: Regenerated.
3463
0a8551dd
DC
34642003-01-03 David Carlton <carlton@math.stanford.edu>
3465
3466 * gdb.base/psymtab.exp: New file.
3467 * gdb.base/psymtab1.c: Ditto.
3468 * gdb.base/psymtab2.c: Ditto.
3469
c60b7188
AF
34702002-12-23 Adam Fedor <fedor@gnu.org>
3471
3472 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
3473
ee73db83
DC
34742002-12-23 David Carlton <carlton@math.stanford.edu>
3475
3476 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
3477 and current_directory initialization.
3478
d6c1774e
JB
34792002-12-22 Jim Blandy <jimb@redhat.com>
3480
f0a847b8
JB
3481 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
3482 rather than as part of the output file name.
3483
d6c1774e
JB
3484 * gdb.base/attach.exp: There's no need to copy the test program to
3485 /tmp; that was only ever necessary on HP/UX, and this test is
3486 entirely disabled there anyway.
3487
f0708dbb
JB
34882002-12-21 Jim Blandy <jimb@redhat.com>
3489
4c2acfea
JB
3490 * gdb.c++/psmang.exp: Doc fix.
3491
f0708dbb
JB
3492 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3493 test.
3494
9579e000
DC
34952002-12-20 David Carlton <carlton@math.stanford.edu>
3496
3497 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3498
d1810171
MC
34992002-12-18 Michael Chastain <mec@shout.net>
3500
3501 * gdb.c++/annota2.exp: Add copyright year 2002.
3502
76565097
DC
35032002-12-17 David Carlton <carlton@math.stanford.edu>
3504
3505 * gdb.c++/try_catch.cc: Add marker comments.
3506 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
3507 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
3508 * gdb.c++/m-static.cc: Ditto.
3509 * gdb.c++/m-static1.cc: Ditto.
3510 * gdb.c++/try_catch.cc: Ditto.
3511
da81390b
JJ
35122002-12-16 Jeff Johnston <jjohnstn@redhat.com>
3513
3514 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
3515 to see whether we are using the new -environment-directory
3516 command which resets via -r or the old version of the command
3517 which may prompt the user. Part of fix for gdb/741.
3518
b304d130
AC
35192002-12-13 Andrew Cagney <ac131313@redhat.com>
3520
3521 * gdb.fortran/types.exp: Update obsolete comment.
3522 * gdb.fortran/exprs.exp: Ditto.
3523 * lib/gdb.exp: Delete obsolete code.
3524 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
3525 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
3526 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
3527 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
3528 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
3529 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
3530 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
3531 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
3532 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
3533 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
3534 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
3535 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
3536 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
3537 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
3538 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
3539 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
3540 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
3541 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
3542 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
3543 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
3544 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
3545 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
3546 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
3547 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
3548 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
3549 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
3550 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
3551 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
3552 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
3553 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
3554 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
3555 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
3556 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
3557 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
3558 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
3559 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
3560 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
3561
a23b6e6a
DC
35622002-12-11 David Carlton <carlton@math.stanford.edu>
3563
3564 * gdb.c++/m-data.exp: Add test for members that shadow global
3565 variables: see PR gdb/804.
3566 * gdb.c++/m-data.cc: Ditto.
3567
6604731b
DJ
35682002-12-10 Daniel Jacobowitz <drow@mvista.com>
3569
3570 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
3571
de46ecd7
DC
35722002-12-06 David Carlton <carlton@math.stanford.edu>
3573
3574 * gdb.base/store.c: Don't declare functions static.
3575
27e829d0
AC
35762002-12-04 Andrew Cagney <ac131313@redhat.com>
3577
3578 * gdb.base/store.exp, gdb.base/store.c: New files.
3579
92806416
DJ
35802002-12-03 Daniel Jacobowitz <drow@mvista.com>
3581
3582 * gdb.base/selftest.exp: Update for current gdb.
3583
3bcbaac5
DJ
35842002-12-03 Daniel Jacobowitz <drow@mvista.com>
3585
3586 * gdb.base/maint.exp: Only dump symbols from one source file
3587 or objfile.
3588
f4f00b1f
DJ
35892002-12-03 Daniel Jacobowitz <drow@mvista.com>
3590
3591 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
3592 function call.
3593
f1c8a949
JB
35942002-11-25 Jim Blandy <jimb@redhat.com>
3595
3596 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
3597 function appearing in error message.
3598
9e297a97
DJ
35992002-11-21 Daniel Jacobowitz <drow@mvista.com>
3600
3601 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
3602
1f312e79
JJ
36032002-11-08 Jeff Johnston <jjohnstn@redhat.com>
3604
d63a86f8
RM
3605 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
3606 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
3607 should be in mi console format. This is part of fix for PR gdb/604.
3608
83c31e7d
FN
36092002-09-18 Fernando Nasser <fnasser@redhat.com>
3610
3611 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
3612 which explicitly prints the zero offset as "+0".
3613
322b3f65
DJ
36142002-10-22 Daniel Jacobowitz <drow@mvista.com>
3615
3616 * gdb.threads/schedlock.c (args): Make unsigned.
3617
36182002-10-21 Daniel Jacobowitz <drow@mvista.com>
3619
3620 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
3621 numbers. Allow "foo2|selected stack frame".
3622 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
3623 * gdb.asm/asmsrc2.s: Likewise.
3624 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
3625 comments.
3626 * gdb.asm/mips.inc: New file.
3627
5e2fe5b8
AF
36282002-10-18 Adam Fedor <fedor@gnu.org>
3629
3630 * gdb.base/default.exp: Update expected output to include 'ObjC'.
3631 * gdb.base/help.exp: Likewise.
3632
abe1a5d0
KB
36332002-10-17 Kevin Buettner <kevinb@redhat.com>
3634
3635 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
3636 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
3637
10abb1d4
JB
36382002-10-02 Jim Blandy <jimb@redhat.com>
3639
3640 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
3641
1f609b42
AC
36422002-10-01 Andrew Cagney <ac131313@redhat.com>
3643
3644 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
3645 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
3646 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
3647 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
3648 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
3649 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
3650 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
3651
0aee02e4
AC
36522002-09-29 Andrew Cagney <ac131313@redhat.com>
3653
3654 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
3655 * mi0-disassemble.exp, mi0-eval.exp: Delete.
3656 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
3657 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
3658 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
3659 * mi0-var-block.exp, mi0-var-child.exp: Delete.
3660 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 3661
6fde09ad
KB
36622002-09-27 Kevin Buettner <kevinb@redhat.com>
3663
3664 * gdb.base/annota1.exp (info break): Make directory components of
3665 path optional since not all compilers emit this debug information.
3666
3667 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
3668 step ends up stepping out of the function instead of stopping on
3669 the epilogue.
3670
9e8aab75
KS
36712002-09-26 Keith Seitz <keiths@redhat.com>
3672
3673 * lib/insight-support.exp (gdbtk_start): Figure out where
3674 the insight executable is based on where gdb is. Use this
3675 executable to start insight instead of gdb.
3676
e36180d7
AC
36772002-09-25 Andrew Cagney <cagney@redhat.com>
3678
3679 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
3680
9dd34b2b
AC
36812002-09-24 Andrew Cagney <ac131313@redhat.com>
3682
3683 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
3684 test_isolated_complaints.
3685 (test_empty_complaint): New function.
3686 (test_empty_complaints): New function. Check no output when no
3687 complaints.
d63a86f8 3688
dea97812
KB
36892002-09-19 Jim Blandy <jimb@redhat.com>
3690
3691 * gdb.base/charset.exp, gdb.base/charset.c: New files.
3692
54951bd7
AC
36932002-09-19 Andrew Cagney <ac131313@redhat.com>
3694
3695 * gdb.gdb/complaints.exp: New file.
3696
dec43320
AC
36972002-09-18 Andrew Cagney <ac131313@redhat.com>
3698
3699 * gdb.base/maint.exp: Check `help maint internal-warning'.
3700
e70d6e3f
DC
37012002-09-18 David Carlton <carlton@math.stanford.edu>
3702
3703 * gdb.c++/m-static.exp: Remove breakpoints depending on line
3704 numbers, and replace them by a single breakpoint after the
3705 constructors are all finished.
3706 Add test 4.
3707 * gdb.c++/m-static.cc: Add test 4.
3708 * gdb.c++/m-static.h: New file.
3709 * gdb.c++/m-static1.cc: New file.
3710
3711 * gdb.c++/printmethod.exp: New file.
3712 * gdb.c++/printmethod.cc: New file.
3713
3714 * gdb.c++/pr-574.exp: New file.
3715 * gdb.c++/pr-574.cc: New file.
3716
afb5c968
CV
37172002-09-18 Corinna Vinschen <vinschen@redhat.com>
3718
3719 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
3720 embedded targets which never actually exit.
3721
31e45dee
FN
37222002-09-18 Fernando Nasser <fnasser@redhat.com>
3723
3724 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
3725 "don't step after run" as unresolved or unsupported, instead of xfail.
3726
a283c5a1
CV
37272002-09-18 Corinna Vinschen <vinschen@redhat.com>
3728
3729 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
3730 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
3731 Add newline to expected string in "step out of main (status wrapper)"
3732 case.
3733
11350d2a
CV
37342002-09-18 Corinna Vinschen <vinschen@redhat.com>
3735
3736 * lib/gdb.exp (rerun_to_main): Allow restarting application.
3737 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
3738
0deec7d6
TT
37392002-09-17 Tom Tromey <tromey@redhat.com>
3740
3741 * gdb.base/printcmds.exp (test_print_string_constants): Expect
3742 \000, not \0, in double-quoted string.
3743
b2b4a1b5
CV
37442002-09-14 Corinna Vinschen <vinschen@redhat.com>
3745
c9d37158 3746 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
3747 string after running the commands execution on breakpoint tests.
3748
1c56143a
CV
37492002-09-13 Corinna Vinschen <vinschen@redhat.com>
3750
3751 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
3752
37f8da45
JB
37532002-09-12 Joel Brobecker <brobecker@gnat.com>
3754
3755 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
3756
08b468e0
KS
37572002-09-10 Keith Seitz <keiths@redhat.com>
3758
3759 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
3760 runto proc.
3761 (mi_run_to_main): Use mi_runto.
3762 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
3763
dc360f58
KS
37642002-09-10 Keith Seitz <keiths@redhat.com>
3765
3766 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
3767 regexp for stopping at main. Could have multiple event notifications.
3768 Don't assume that main was declared with no parameters.
3769 (mi_next): Use mi_step_to.
3770 (mi_step): Use mi_next_to.
3771
ce3abcfb
CV
37722002-09-09 Corinna Vinschen <vinschen@redhat.com>
3773
3774 * gdb.base/default.exp: Fix expected string in `info float' test.
3775
d1f5b980
BE
37762002-09-09 Ben Elliston <bje@redhat.com>
3777
3778 * config/mips.exp: Update comments.
3779 * config/mips-idt.exp: Likewise.
3780 * config/nind.exp: Likewise.
3781 * config/slite.exp: Likewise.
3782 * config/sparclet.exp: Likewise.
3783 * config/udi.exp: Likewise.
3784 * config/vx.exp: Likewise.
3785 * config/vxworks29k.exp: Likewise.
3786
2f71430b
JB
37872002-09-05 Jim Blandy <jimb@redhat.com>
3788
3789 * gdb.threads/killed.exp: Fix test failure message.
3790
7ddebc7e
KS
37912002-09-04 Keith Seitz <keiths@redhat.com>
3792
3793 * lib/mi-support.exp: Update copyright.
3794 (mi_gdb_test): Increase the priority of the expected pattern
3795 so that it matches gdb_test.
3796
0ae67eb3
KS
37972002-09-03 Keith Seitz <keiths@redhat.com>
3798
3799 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
3800 Use integer comparison instead of string comparison for testing
3801 whether binary was built.
3802
38fc42c8
JB
38032002-09-03 Jim Blandy <jimb@redhat.com>
3804
3805 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
3806
b6ff0e81
JB
38072002-08-29 Jim Blandy <jimb@redhat.com>
3808
3809 * gdb.threads/pthreads.exp: Move the portable thread compilation
3810 code into a function in lib/gdb.exp, and call that from here.
3811 * lib/gdb.exp (gdb_compile_pthreads): New function.
3812
07c98896
KS
38132002-08-29 Keith Seitz <keiths@redhat.com>
3814
3815 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
3816 expect_out so that callers can get at it.
3817
0312286c
DJ
38182002-08-23 Daniel Jacobowitz <drow@mvista.com>
3819
3820 * gdb.threads/print-threads.c: New file.
3821 * gdb.threads/print-threads.exp: New file.
3822 * gdb.threads/schedlock.c: New file.
3823 * gdb.threads/schedlock.exp: New file.
3824
dd039bc4
EZ
38252002-08-22 Elena Zannoni <ezannoni@redhat.com>
3826
3827 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
3828 not altivec.c.
3829
1f36144c
MK
38302002-08-17 Mark Kettenis <kettenis@gnu.org>
3831
3832 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
3833 targets. The problem should be fixed now.
3834
16057ec7 38352002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
3836
3837 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
3838 2002-07-24 change that removes final dots from error messages.
3839
3c1499ad
TT
38402002-08-13 Tom Tromey <tromey@redhat.com>
3841
3842 * gdb.base/readline.exp: New file.
3843
a20ce2c3
AC
38442002-08-01 Andrew Cagney <ac131313@redhat.com>
3845
3846 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
3847 supress message.
3848
db034ac5
AC
38492002-08-01 Andrew Cagney <cagney@redhat.com>
3850
3851 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
3852 CHILL_FOR_TARGET and CHILL_LIB.
3853 * configure.in (configdirs): Remove gdb.chill.
3854 * configure: Regenerate.
3855 * lib/gdb.exp: Obsolete references to chill.
3856 * gdb.fortran/types.exp: Ditto.
3857 * gdb.fortran/exprs.exp: Ditto.
3858
3e000b18
KB
38592002-07-30 Kevin Buettner <kevinb@redhat.com>
3860
3861 * gdb.base/shlib-call.exp (additional_flags): Conditionally
3862 set Irix-specific compile and link flags.
3863
28f4966b
KB
38642002-07-29 Kevin Buettner <kevinb@redhat.com>
3865
3866 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
3867 source files. The ``-o'' option doesn't work with the ``-E'' option
3868 when using the Irix compiler.
3869
46c0d5a6
DJ
38702002-07-19 Daniel Jacobowitz <drow@mvista.com>
3871
3872 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
3873 Improve support for reusing an exec file. Copy exec file
3874 to target, and run gdbserver on the target instead of on the host.
3875
eecf4bed
JB
38762002-07-18 Jim Blandy <jimb@redhat.com>
3877
0f815cdf
JB
3878 * gdb.base/ending-run.exp: Don't expect to see the program end in
3879 some orderly fashion when we're running on a real stand-alone
3880 board.
3881
eecf4bed
JB
3882 * gdb.base/interrupt.exp: Correct logic for skipping tests on
3883 targets that don't support interrupts.
3884
52d309e4
JB
38852002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
3886
3887 * gdb.base/attach.exp: Add patterns to match output from /proc-based
3888 systems.
3889 Move comments in expect statements to inside the actions, so that they
3890 don't get matched against.
3891
ff683d9e
MK
38922002-07-10 Mark Kettenis <kettenis@gnu.org>
3893
3894 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
3895 function when asleep" test.
3896
b5356753
AC
38972002-07-10 Andrew Cagney <ac131313@redhat.com>
3898
3899 * gdb.base/page.exp: Rewrite to handle problems with very long
3900 `info set' output. Update copyright.
3901
6aa4d13a
AC
39022002-06-26 Andrew Cagney <ac131313@redhat.com>
3903
3904 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
3905 gdb.threads-hp.
3906 * gdb.hp/configure: Regenerate.
3907 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
3908 * gdb.hp/gdb.threads-hp/configure: Delete file.
3909 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
3910
8cf8c2b8
AC
39112002-06-22 Andrew Cagney <ac131313@redhat.com>
3912
3913 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
3914 setlocale, bindtextdomain and textdomain.
3915
6827a8f8
JB
39162002-06-11 Jim Blandy <jimb@redhat.com>
3917
919d772c
JB
3918 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
3919 preprocessor macro information is present.
3920
6827a8f8
JB
3921 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
3922 tests.
3923
c15b0d21
MS
39242002-06-06 Michael Snyder <msnyder@redhat.com>
3925
c5984d70
MS
3926 * gdb.base/overlays.exp: Record addresses of overlay
3927 functions in TCL variables rather than in GDB variables,
3928 to avoid having GDB convert them to pointers (with loss
3929 of information).
3930
d63a86f8 3931 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 3932 default linker script changes.
c15b0d21
MS
3933 * gdb.base/long_long.exp: Add check for sizeof (long double).
3934
be26fe0d
ML
39352002-06-06 Michal Ludvig <mludvig@suse.cz>
3936
3937 * gdb.asm/asm-source.exp: Add x86-64 target.
3938 * gdb.asm/x86_64.inc: New.
d63a86f8 3939
258093ca 39402002-05-30 Michael Chastain <mec@shout.net>
258093ca 3941
4b3153f1 3942 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
3943 * gdb.c++/m-static.cc: New file.
3944 * gdb.c++/m-static.exp: New file.
3945
241264c6
MS
39462002-05-28 Michael Snyder <msnyder@redhat.com>
3947
3948 * gdb.base/call-ar-st.exp: Allow for reduced floating point
3949 precision.
3950
9bba8c8f 39512002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 3952
4b3153f1 3953 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
3954 * gdb.c++/m-data.cc: New file.
3955 * gdb.c++/m-data.exp: New file.
3956
39572002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 3958
4b3153f1 3959 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 3960 * gdb.c++/try_catch.cc: New file.
d63a86f8 3961 * gdb.c++/try_catch.exp: New file.
9bba8c8f 3962
def1b996
MC
39632002-05-27 Michael Chastain <mec@shout.net>
3964
3965 * gdb.c++/local.exp: Accept more nested types in output.
3966
522ba268
MC
39672002-05-26 Michael Chastain <mec@shout.net>
3968
3969 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
3970
277254ba
MS
39712002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
3972
3973 * lib/gdb.exp (gdb_wrapper_init): Just because
3974 gdb_wrapper_file exists, this does not mean that the file
3975 should not be rebuilt. That is what gdb_wrapper_initialized
3976 is for.
3977 (default_gdb_init): Reset gdb_wrapper_initialized.
3978
b61a8733
MS
39792002-05-23 Michael Snyder <msnyder@redhat.com>
3980
d63a86f8 3981 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
3982 the precision of the floating point test results.
3983 * gdb.base/call-rt-st.exp: Ditto.
3984
b61a8733
MS
3985 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
3986 * gdb.base/call-rt-st.exp: Ditto.
3987
56f6e910
MC
39882002-05-19 Michael Chastain <mec@shout.net>
3989
3990 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
3991
ad0b0016
EZ
39922002-05-19 Elena Zannoni <ezannoni@redhat.com>
3993
3994 * configure.in (configdirs): Add gdb.arch.
3995 * configure: Regenerate.
3996
f617d2b6
JB
39972002-05-17 Jim Blandy <jimb@redhat.com>
3998
3999 * gdb.base/completion.exp: Recognize the more detailed error
4000 messages produced by the macro expander's lexical analyzer.
4001
eac2a696
EZ
40022002-05-14 Elena Zannoni <ezannoni@redhat.com>
4003
4004 * gdb.arch/altivec-abi.c: New file.
4005 * gdb.arch/altivec-abi.exp: New file.
4006 * gdb.arch/altivec-regs.c: New file.
4007 * gdb.arch/altivec-regs.exp: New file.
4008
2fdde8f8
DJ
40092002-05-14 Daniel Jacobowitz <drow@mvista.com>
4010
4011 * gdb.base/maint.exp (maint print type): Update for new type
4012 structure.
d63a86f8 4013
e31f1a7c
EZ
40142002-05-14 Elena Zannoni <ezannoni@redhat.com>
4015
4016 * gdb.arch: New directory.
4017 * gdb.arch/configure.in: New file.
4018 * gdb.arch/configure: New file.
4019 * gdb.arch/Makefile.in: New file.
4020
db589741
CV
40212002-05-13 Corinna Vinschen <vinschen@redhat.com>
4022
4023 * gdb.asm/asm-source.exp: Add v850 as supported target.
4024 * gdb.asm/v850.inc: New file.
4025
8ce2a7dc
DJ
40262002-05-13 Daniel Jacobowitz <drow@mvista.com>
4027
4028 * gdb.c++/annota2.exp (annotate-quit): Add comment.
4029
df763c7f
DJ
40302002-05-12 Daniel Jacobowitz <drow@mvista.com>
4031
4032 * gdb.base/break.exp: Check 'break "marker2"'.
4033
377daeed
MS
40342002-05-10 Michael Snyder <msnyder@redhat.com>
4035
4036 * gdb.base/long_long.exp: Fix typo.
4037
c4b7bc2b
JB
40382002-05-10 Jim Blandy <jimb@redhat.com>
4039
ecac9a4e
JB
4040 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
4041 a bug.
4042
c4b7bc2b
JB
4043 * gdb.base/printcmds.exp (test_integer_literals_rejected):
4044 Recognize more detailed error message produced by the macro
4045 expander's lexical analyzer.
4046 * lib/gdb.exp (test_print_reject): Same.
4047
e71019a1
MK
40482002-05-09 Mark Kettenis <kettenis@gnu.org>
4049
4050 * gdb.c++/method.exp: Fix typo.
4051
fedfc8e6
MS
40522002-05-08 Michael Snyder <msnyder@redhat.com>
4053
166a1957
MS
4054 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
4055 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 4056 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
4057 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
4058 Add iftarget clause for strongarm.
d63a86f8 4059
f1c47eb2
MS
40602002-05-06 Michael Snyder <msnyder@redhat.com>
4061
cb9a9d3e
MS
4062 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
4063 (gdb_continue_to_end): Accept output from status wrapper.
4064 * gdb.base/ending-run.exp: Add case for output from status wrapper.
4065 Clean up fail messages to match pass messages.
4066
f1c47eb2
MS
4067 Enable the "needs_status_wrapper" testsuite feature.
4068 * lib/gdb.exp (gdb_wrapper_init): New procedure.
4069 (gdb_compile): Conditionally call gdb_wrapper_init.
4070 * gdb.base/a2-run.exp: Recognize output from status wrapper.
4071 * gdb.c++/method.exp: Recognize output from status wrapper.
4072
6079c749
BE
40732002-05-06 Ben Elliston <bje@redhat.com>
4074From Graydon Hoare <graydon@redhat.com>
4075
4076 * config/sid.exp: Include support for "rawsid" protocol.
4077
188baff3
JB
40782002-05-03 Jim Blandy <jimb@redhat.com>
4079
4080 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
4081 * gdb.c++/hang3.C: New file.
4082
b9c07f0f
AC
40832002-05-04 Andrew Cagney <ac131313@redhat.com>
4084
4085 * gdb.base/default.exp: Remove obsolete code.
4086 * gdb.c++/misc.exp: Ditto. Update copyright.
4087 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
4088 * gdb.base/whatis.exp: Ditto. Update copyright.
4089 * gdb.base/scope.exp: Ditto. Update copyright.
4090 * gdb.base/ptype.exp: Ditto. Update copyright.
4091 * gdb.base/printcmds.exp: Ditto. Update copyright.
4092 * gdb.base/opaque.exp: Ditto. Update copyright.
4093 * gdb.base/list.exp: Ditto.
4094 * gdb.base/funcargs.exp: Ditto. Update copyright.
4095 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
4096 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
4097 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
4098 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
4099 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
4100 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
4101
5c7a0397
MS
41022002-05-02 Michael Snyder <msnyder@redhat.com>
4103
d6dcc264 4104 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
4105 * gdb.base/long_long.exp: Add xscale target.
4106 * gdb.base/default.exp: Add xscale target.
4107
eb7f1c48
JB
41082002-05-01 Jim Blandy <jimb@redhat.com>
4109
4110 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
4111 gdb.c++/hang.exp: New test.
4112
a6befae8
FF
41132002-05-01 Fred Fish <fnf@redhat.com>
4114
4115 * gdb.base/completion.exp: Handle completions of "./Make" for
4116 more than one completion possibility, as is the case when we
4117 build and test in the source tree.
4118
0a310277
AG
41192002-04-29 Anthony Green <green@redhat.com>
4120
4121 * gdb.java/jmisc1.exp: New file.
4122 * gdb.java/jmisc2.exp: New file.
4123
6ff9af88
DJ
41242002-04-24 Daniel Jacobowitz <drow@mvista.com>
4125
4126 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
4127
96b3d632
EZ
41282002-04-23 Elena Zannoni <ezannoni@redhat.com>
4129
4130 * gdb.base/help.exp: Change 'help status' to allow for target
4131 dependent output differences.
4132
5019bb54
MC
41332002-04-22 Michael Chastain <mec@shout.net>
4134
4135 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
4136
a805a116
MC
41372002-04-22 Michael Chastain <mec@shout.net>
4138
4139 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
4140
a1706bfd
DM
41412002-04-17 David S. Miller <davem@redhat.com>
4142
4143 * gdb.asm/sparc64.inc: New file.
4144 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
4145
a73a20a2
EZ
41462002-04-19 Elena Zannoni <ezannoni@redhat.com>
4147
4148 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
4149 instruction file directly into the build tree. Clean up at end of
4150 test.
4151
ba678339
DM
41522002-04-18 David S. Miller <davem@redhat.com>
4153
4154 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
4155 handle 64-bit platforms correctly.
4156 * gdb.base/maint.exp: Likewise.
4157
b03399da
KB
41582002-04-18 Kevin Buettner <kevinb@redhat.com>
4159
4160 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
4161 ``-fpic'' when compiling files comprising a shared library, but
4162 it does need additional linker flags in order to find shared
4163 libraries at run time.
4164
e2004992
KB
41652002-04-18 Kevin Buettner <kevinb@redhat.com>
4166
4167 * gdb.base/cvexpr.c (use): New function.
4168 (main): Invoke use() on all global variables to prevent
4169 some linkers from deleting these otherwise unused symbols.
4170
d8937120
MC
41712002-04-17 Michael Chastain <mec@shout.net>
4172From David S. Miller <davem@redhat.com>
4173
4174 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
4175 handle 64-bit platforms correctly.
4176
ffd61a58
MS
41772002-04-12 Michael Snyder <msnyder@redhat.com>
4178From Jim Blandy <jimb@redhat.com>
4179 * gdb.base/foo.c (foox): Remove section attribute; the linker
4180 script can handle this instead.
4181 * gdb.base/bar.c (barx): Same.
4182 * gdb.base/baz.c (bazx): Same.
4183 * gdb.base/grbx.c (grbxx): Same.
4184
4185 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
4186 manager doesn't automatically unmap overlays unnecessarily.
4187
6b8426a6
MH
41882002-04-10 Martin M. Hunt <hunt@redhat.com>
4189
4190 * gdb.base/ending-run.exp: Fix pattern for Mips targets
4191 stepping out of main.
4192
34af4875
MC
41932002-04-09 Michael Chastain <mec@shout.net>
4194
4195 * gdb.c++/local.cc (main): Move call to marker1() inside nested
4196 scope so that the nested scope tests will make sense.
4197 * gdb.c++/local.exp: Write patterns that actually work with gcc
4198 (the HP patterns "were never known to work with gcc").
4199 Keep the old aCC patterns too.
4200
2d1676a0
DJ
42012002-04-09 Daniel Jacobowitz <drow@mvista.com>
4202
4203 * gdb.base/attach.exp: Correct target board test.
4204
3a63e3f9
MC
42052002-04-08 Michael Chastain <mec@shout.net>
4206
4207 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
4208 in a const method. Add some xfail and fail cases for configurations
4209 that do not emit the "const ...".
4210
f18dabd2
MC
42112002-04-07 Michael Chastain <mec@shout.net>
4212
4213 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
4214 Accept "A * const" and "const A * const" as type of "this".
4215 Fix spelling of getFunky throughout. Make messages uniform.
4216
0fcddd82
EZ
42172002-04-07 Elena Zannoni <ezannoni@redhat.com>
4218
4219 Work around for PR gdb/285:
4220 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
4221
16a8534a
EZ
42222002-04-07 Elena Zannoni <ezannoni@redhat.com>
4223
4224 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
4225 instructions file at run time instead of configure time.
4226 Sometimes we run the test in a directory that is not the one we
4227 configured in.
4228 * gdb.asm/configure.in: Delete creation of symlink.
4229 * gdb.asm/configure: Regenerate.
4230
24181d81
JB
42312002-04-05 J. Brobecker <brobecker@gnat.com>
4232
4233 * gdb.gdb/xfullpath.exp: New test, to exercise the new
4234 xfullpath () function.
4235
7cdb7107
DJ
42362002-04-04 Daniel Jacobowitz <drow@mvista.com>
4237
4238 * gdb.asm/Makefile.in: Correct dependencies.
4239
4240 * gdb.asm/powerpc.inc: New file.
4241 * gdb.asm/asm-source.exp: Add PowerPC.
4242 * gdb.asm/configure.in: Likewise.
4243 * gdb.asm/configure: Regenerated.
4244
a7d17088
DJ
42452002-04-04 Daniel Jacobowitz <drow@mvista.com>
4246
4247 * gdb.base/relocate.exp: New file.
4248 * gdb.base/relocate.c: New file.
4249
cd721503
FF
42502002-04-04 Fred Fish <fnf@redhat.com>
4251
4252 * gdb.base/step-test.exp: Update comment regarding stopping in
4253 memcpy/bcopy calls inserted as part of the compiler runtime.
4254
b22ad7a7
MS
42552002-04-04 Michael Snyder <msnyder@redhat.com>
4256
4257 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
4258
5f279fa6
DJ
42592002-04-03 Daniel Jacobowitz <drow@mvista.com>
4260
4261 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
4262 (gdb_expect): Remove $notransfer hack.
4263
dd0fd3ce
DJ
42642002-04-02 Daniel Jacobowitz <drow@mvista.com>
4265
4266 * gdb.c++/classes.exp ("calling method for small class"): Match
4267 updated register output.
4268
1e50cda1
DJ
42692002-03-30 Daniel Jacobowitz <drow@mvista.com>
4270
4271 Fix PR gdb/452
4272 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
4273 when finished. Make gdb_file_cmd send "exec-file" when
4274 appropriate.
4275
24015922
DJ
42762002-03-30 Daniel Jacobowitz <drow@mvista.com>
4277
4278 * gdb.base/attach.exp: Remove extra setup_xfail.
4279
dd7dfd64
MS
42802002-03-26 Michael Snyder <msnyder@redhat.com>
4281
4282 * gdb.base/default.exp: Add tests for dump, append, and restore.
4283 * gdb.base/help.exp: Add tests for dump, append, and restore.
4284 * gdb.base/dump.exp: New file, test dump, append and restore.
4285 * gdb.base/dump.c: New file.
4286
48b2f8d7
MS
42872002-03-27 Michael Snyder <msnyder@redhat.com>
4288
d63a86f8 4289 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
4290 clean-ups in help messages.
4291
05b4d525
FF
42922002-03-26 Fred Fish <fnf@redhat.com>
4293
4294 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
4295 have debugging info for those functions and the compiler uses them
4296 internally to copy structs around.
4297
d7679631
FF
42982002-03-26 Fred Fish <fnf@redhat.com>
4299
4300 * gdb.base/list.exp: Revert the change made yesterday and add note
4301 about why we don't list the default lines for remote targets.
4302
523ac3f9
MS
43032002-03-25 Michael Snyder <msnyder@redhat.com>
4304
4305 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
4306
754b2b8d
FF
43072002-03-25 Fred Fish <fnf@redhat.com>
4308
4309 * gdb.base/list.exp: This test works on remote targets so remove
4310 the short circuit for remote targets. Update copyright.
4311
33c3e192
FF
43122002-03-25 Fred Fish <fnf@redhat.com>
4313
4314 * gdb.base/attach.exp: Fix logic error that was suppressing this
4315 test for all non hppa*-*-hpux* targets, instead of the hp target.
4316 Move comments closer to the suppression point. Also now need to
4317 check that we are running natively.
4318
d43e73ee
MS
43192002-03-22 Michael Snyder <msnyder@redhat.com>
4320
882c8f02
MS
4321 * gdb.base/default.exp: Add test for gcore. Update copyright.
4322 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 4323
04c12f60
FF
43242002-03-06 Fred Fish <fnf@redhat.com>
4325
4326 * gdb.base/funcargs.c: Remove extraneous ';' character.
4327 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
4328
b43df995
MC
43292002-03-04 Michael Chastain <mec@shout.net>
4330
4331 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
4332 accommodate gcc v3 function signature.
4333 * gdb.mi/mi0-var-cmd-exp: Ditto.
4334
92362027
AC
43352002-02-24 Andrew Cagney <ac131313@redhat.com>
4336
4337 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
4338 ``GNU/Linux'' or ``Linux kernel''
4339 * testsuite/gdb.threads/pthreads.c: Ditto.
4340
258ad32d
MC
43412002-02-24 Michael Chastain <mec@shout.net>
4342
4343 * gdb.threads/pthreads.c (thread1): Add a return statement.
4344 (thread2): Likewise.
4345 (foo): Likewise.
4346
04c3b3d4
MC
43472002-02-23 Michael Chastain <mec@shout.net>
4348
4349 * gdb.threads/linux-dp.c (philosopher): Add a return statement
4350 to placate gcc.
4351
5a2a0a20
MC
43522002-02-23 Michael Chastain <mec@shout.net>
4353
4354 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
4355 test "ptype bint". The test passes on all my stabs configurations.
4356
a640f7fc
JB
43572002-02-21 Jim Blandy <jimb@redhat.com>
4358
27924826
JB
4359 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
4360 filename at a time, and watch for the ones we want to see.
4361
a640f7fc
JB
4362 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
4363 types of pointers to prototyped functions.
4364
edcc8c75
AC
43652002-02-20 Andrew Cagney <ac131313@redhat.com>
4366
4367 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
4368 signed, unsigned and straight char.
4369 (padding_char, padding_short, padding_int, padding_long,
4370 padding_long_long, padding_float, padding_double,
4371 padding_long_double): New global variables.
4372 (fill, fill_structs): New functions.
4373
4374 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
4375 for correctly sized writes. Update copyright.
4376 (get_valueof): New procedure.
4377 (get_sizeof): Call get_valueof.
4378 (check_valueof): New procedure.
4379 (check_padding): New procedure.
4380
ac57ea44
MC
43812002-02-20 Michael Chastain <mec@shout.net>
4382
4383 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
4384 to setup_xfail. Document some of the remaining calls.
4385
7a10c941
MC
43862002-02-18 Michael Chastain <mec@shout.net>
4387
4388 * gdb.c++/userdef.exp: Update copyright year.
4389
fb8acdcc
DJ
43902002-02-18 Daniel Jacobowitz <drow@mvista.com>
4391
4392 * gdb.c++/userdef.exp: Test overloaded operators properly.
4393 Remove xfails.
4394
fda6ae12
MS
43952002-02-14 Michael Snyder <msnyder@redhat.com>
4396
4397 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
4398
676a0442
DJ
43992002-02-14 Daniel Jacobowitz <drow@mvista.com>
4400
4401 * gdb.base/a2-run.exp: Check for a remote target properly.
4402 * gdb.base/annota1.exp: Likewise.
4403 * gdb.base/list.exp: Likewise.
4404 * gdb.base/reread.exp: Likewise.
4405 * gdb.base/scope.exp: Likewise.
4406 * gdb.base/shlib-call.exp: Likewise.
4407 * gdb.base/term.exp: Likewise.
4408 * gdb.c++/annota2.exp: Likewise.
4409
78b4f468
RE
44102002-02-13 Richard Earnshaw <rearnsha@arm.com>
4411
4412 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
4413
9a81ba51
MC
44142002-02-10 Michael Chastain <mec@shout.net>
4415
4416 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
4417 (call_after_alloca): Ditto.
4418
004af6c7
DJ
44192002-02-10 Daniel Jacobowitz <drow@mvista.com>
4420
4421 * gdb.base/ending-run.exp: Guard "cont" test with
4422 gdb_skip_stdio_test.
4423
37225f62
JB
44242002-02-06 Jim Blandy <jimb@redhat.com>
4425
4426 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
4427 from here...
4428 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
4429 To here. Disable this test on non-HP platforms. Add big comment.
4430
fe6fdd96
MS
44312002-02-04 Michael Snyder <msnyder@redhat.com>
4432
4433 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
4434 other than d10v and m32r.
4435
036fad3f
RE
44362002-02-02 Richard Earnshaw <rearnsha@arm.com>
4437
4438 * gdb.base/default.exp: Rewrite test patterns to reduce time
4439 taken to match them.
4440
7148ab62
DJ
44412002-01-30 Daniel Jacobowitz <drow@mvista.com>
4442
4443 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
4444 Allow a start function above main.
4445 * gdb.threads/linux-dp.exp: Fix copyright date.
4446
396cc255
DJ
44472002-01-30 Daniel Jacobowitz <drow@mvista.com>
4448
4449 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
4450 (check_philosopher_stack): Check for manager thread before checking
4451 for a just-starting thread.
4452
f038d31b
DJ
44532002-01-30 Daniel Jacobowitz <drow@mvista.com>
4454
4455 From Neil Booth <neil@daikokuya.demon.co.uk>:
4456 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
4457 warnings.
4458
b3ff9d9a
FF
44592002-01-21 Fred Fish <fnf@redhat.com>
4460
4461 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
4462 not caller.
4463
39ad761d
JB
44642002-01-21 Jim Blandy <jimb@redhat.com>
4465
4466 * gdb.base/reread.exp: Check that GDB properly re-reads the
4467 executable file when it changes while no inferior is running.
4468
aaf320fa
FF
44692002-01-21 Fred Fish <fnf@redhat.com>
4470
4471 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
4472 optionally accept the "shlib events" variation.
4473
808a31f5
JB
44742002-01-21 Jim Blandy <jimb@redhat.com>
4475
4476 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
4477 call `fflush' after every `printf', so that the output is produced
4478 at predictable points, regardless of whatever buffering does (or
4479 doesn't) take place.
4480 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
4481 at different points.
4482
4420d5e2
DJ
44832002-01-20 Daniel Jacobowitz <drow@mvista.com>
4484
4485 * gdb.c++/inherit.exp: Update copyright years.
4486 * gdb.c++/method.exp: Likewise.
4487
3e36a0f4
DJ
44882002-01-20 Daniel Jacobowitz <drow@mvista.com>
4489
4490 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4491 artificial methods/arguments.
4492 * gdb.c++/derivation.exp: Likewise.
4493 * gdb.c++/inherit.exp: Likewise.
4494 * gdb.c++/method.exp: Likewise.
4495 * gdb.c++/virtfunc.exp: Likewise.
4496
b4ceaee6
AC
44972002-01-18 Andrew Cagney <ac131313@redhat.com>
4498
4499 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
4500 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
4501 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
4502 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
4503 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
4504 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
4505
ecace851
JB
45062002-01-17 Jim Blandy <jimb@redhat.com>
4507
4508 * gdb.asm/asm-source.exp (info symbol): Take another shot at
4509 anchoring the pattern matching the entry point symbol's name.
4510
375fc983
AC
45112002-01-17 Andrew Cagney <ac131313@redhat.com>
4512
4513 * gdb.base/maint.exp: Update ``maint internal-error'' to match
4514 continue/quit query. Update copyright.
4515
fe6fdd96
MS
45162002-01-14 Michael Snyder <msnyder@redhat.com>
4517
4518 * gdb.base/gcore.exp: Remove extra debugging output.
4519
e017c81f
DJ
45202002-01-13 Daniel Jacobowitz <drow@mvista.com>
4521
4522 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
4523 for slightly dubious v2 mangled string.
4524
37ab3bf8
DJ
45252002-01-13 Daniel Jacobowitz <drow@mvista.com>
4526
4527 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
4528
1bc05c3a 45292002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 4530
1bc05c3a 4531 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 4532
1bc05c3a
JM
4533 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
4534 constructors.
4535 * gdb.c++/derivation.exp: Likewise.
4536 * gdb.c++/templates.exp: Likewise.
4537 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 4538
1bc05c3a
JM
45392002-01-10 Michael Snyder <msnyder@redhat.com>
4540
4541 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 4542
a911c360
MS
45432002-01-08 Michael Snyder <msnyder@redhat.com>
4544
4545 * gdb.base/gcore.exp: New test for generate-core-file command.
4546 * gdb.base/gcore.c: Testcase for above.
4547 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
4548
ea2119ec
JM
45492002-01-08 Jason Merrill <jason@redhat.com>
4550
4551 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
4552
68203136
FF
45532002-01-07 Fred Fish <fnf@redhat.com>
4554
4555 * gdb.c++/overload.exp: Remove unconditional xfails for:
4556 print foo_instance1.overloadargs(1)
4557 print foo_instance1.overloadargs(1, 2)
4558 print foo_instance1.overloadargs(1, 2, 3)
4559 print foo_instance1.overloadargs(1, 2, 3, 4)
4560 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
4561 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
4562 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
4563 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
4564 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
4565 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
4566 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
4567 print foo_instance1.overload1arg()
4568 print foo_instance1.overload1arg((char)arg2)
4569 print foo_instance1.overload1arg((signed char)arg3)
4570 print foo_instance1.overload1arg((unsigned char)arg4)
4571 print foo_instance1.overload1arg((int)arg7)
4572 print foo_instance1.overload1arg((unsigned int)arg8)
4573 print foo_instance1.overload1arg((float)arg11)
4574 print foo_instance1.overload1arg((double)arg12)
d63a86f8 4575
21b9b5b1
MS
45762002-01-07 Michael Snyder <msnyder@redhat.com>
4577
4578 * gdb.base/huge.exp: New test. Print a very large target data object.
4579 (skip_huge_test): New test variable. Define if you want to skip this
4580 test. The test reads an 8 megabyte data object from the target, so it
4581 might be very time consuming on remote targets with a slow connection.
4582 * gdb.base/huge.c: New file. Test case for above.
4583
725f922e
FF
45842002-01-07 Fred Fish <fnf@redhat.com>
4585
4586 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
4587 g_instance.bfoo, and g_instance.cfoo.
4588
634d57ec
JL
4589Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
4590
f286b2c3
JL
4591 * gdb.base/break.c (multi_line_if_conditional): New function.
4592 (multi_ilne_while_conditional): Likewise.
4593 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
4594 IF or WHILE condition puts the breakpoint at the start of
4595 the condition.
4596
634d57ec
JL
4597 * gdb.base/selftest.exp (backtrace through signal handler): Remove
4598 hppa*-*-hpux* expected failure.
4599 * gdb.base/structs.exp (do_function_calls): Similarly.
4600
4601 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
4602 watchpoints.
4603
9fbfe2dc
AC
46042002-01-06 Andrew Cagney <ac131313@redhat.com>
4605
4606 Fix PR gdb/66.
4607 * gdb.base/structs.exp: Replace skip for a29k with skip for
4608 gdb,cannot_call_functions.
4609 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
4610 * gdb.base/callfuncs.exp: Ditto.
4611 * gdb.base/call-rt-st.exp: Ditto.
4612 * gdb.base/call-strs.exp: Ditto.
4613 * gdb.base/callfwmall.exp: Ditto.
4614 * gdb.base/scope.exp: Obsolete xfail a29k.
4615 * gdb.c++/misc.exp: Ditto.
4616 * gdb.c++/cplusfuncs.exp: Ditto.
4617 * gdb.base/ptype.exp: Ditto.
4618 * gdb.base/printcmds.exp: Ditto.
4619 * gdb.base/opaque.exp: Ditto.
4620 * gdb.base/list.exp: Ditto.
4621 * gdb.base/funcargs.exp: Ditto.
4622 * gdb.base/default.exp: Ditto.
4623
8ddad156
MS
46242002-01-04 Michael Snyder <msnyder@redhat.com>
4625
ca4976a6 4626 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
4627 * gdb.base/maint.exp: Add tests for maint info sections options.
4628
1b074332
JL
4629Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
4630
4631 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
4632
7d159115
CV
46332001-12-20 Corinna Vinschen <vinschen@redhat.com>
4634
4635 * gdb.asm/arm.inc: New file.
4636 * gdb.asm/asm-source.exp: Add arm targets.
4637 * gdb.asm/configure.in: Ditto.
4638 * gdb.asm/configure: Recreated from configure.in.
4639
8fb87725
JL
4640Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
4641
afabe08c
JL
4642 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
4643 with HP's compiler.
4644 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
4645 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
4646 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
4647 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
4648
4649 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
4650 either HP's compilers or GCC.
4651
db521deb
JL
4652 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
4653 a SIGBUS or SIGSEGV.
4654
4655 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
4656
4657 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
4658 can be compiled with either HP's compiler or GCC.
4659
cfa88ab7
JL
4660 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
4661 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
4662 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
4663
ca344dff
JL
4664 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
4665 to match current gdb output. Update due to using auto-solib-limit
4666 for limiting instead of overloading auto-solib-add.
4667 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
4668 test program.
4669
3f3c6e55 4670 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
4671 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
4672 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
4673 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
4674 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
4675 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
4676 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
4677 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
4678 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
4679 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
4680 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
4681 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
4682 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 4683
8fb87725
JL
4684 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
4685 a SIGTRAP to the inferior.
4686
cf599fa7
CV
46872001-12-19 Corinna Vinschen <vinschen@redhat.com>
4688
4689 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
4690 Substitute call to target_link by call to gdb_compile.
4691
2cd045cd
JL
4692Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
4693
4694 * gdb.base/break.exp: Fix HP specific search string when testing
4695 backtracing in a called function.
4696
d63a86f8 4697 * gdb.base/constvars.exp: Only set lang to C++ if we're
2cd045cd
JL
4698 compiling the test with HP's compilers.
4699 * gdb.base/volatile.exp: Similarly.
4700
99ebe9ac
JB
47012001-12-19 Jim Blandy <jimb@redhat.com>
4702
4703 * gdb.base/printcmds.exp: Expect the null character to be printed
4704 as '\0', and the '\013' to be printed as '\v'.
4705 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
4706 * gdb.base/setvar.exp: Same.
4707
b9891b29
JB
47082001-12-17 Jim Blandy <jimb@redhat.com>
4709
0eba65ab
JB
4710 * gdb.base/completion.exp: Rather than completing very long
4711 filenames, which can make the readline library produce output we
4712 don't recognize, cd to the directory first, and then complete
4713 using nice, short relative paths.
4714
6970b5b1
JB
4715 * gdb.base/completion.exp: On some systems, there is, in fact, a
4716 variable named `b' in scope, since GDB treats all static
4717 variables as being in scope. So use `no_var_named_this'
4718 instead of `b'.
4719
b9891b29
JB
4720 * gdb.base/corefile.exp: Recognize the message saying that GDB
4721 can't find the core file's registers as a failure.
4722
e6ccd35f
JSC
47232001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
4724
4725 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
4726 test expect string more specific.
4727
105ba819
CV
47282001-12-13 Corinna Vinschen <vinschen@redhat.com>
4729
4730 * gdb.asm/asm-source.exp: Add support for xstormy16.
4731 * gdb.asm/configure.in: Ditto.
4732 * gdb.asm/configure: Rebuild.
4733 * gdb.asm/xstormy16.inc: New file.
4734
e9e79dd9
FF
47352001-12-10 Fred Fish <fnf@redhat.com>
4736
4737 * gdb.base/maint.exp: Update to match changes in type dumping code.
4738
347dc97d
JB
47392001-12-10 Jim Blandy <jimb@redhat.com>
4740
4741 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
4742 matching the entry point symbol's name at the beginning of the
4743 line.
4744
5178b9d6
DJ
47452001-12-07 Daniel Jacobowitz <drow@mvista.com>
4746
4747 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
4748 gdb.c++/inherit.exp, gdb.c++/method.exp,
4749 gdb.c++/namespace.exp, gdb.c++/templates.exp,
4750 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
4751 and class layout support.
4752
af890c52
DJ
47532001-12-07 Daniel Jacobowitz <drow@mvista.com>
4754
4755 * gdb.c++/classes.exp: Add test for static member function.
4756 * gdb.c++/misc.cc: Add class with static member function.
4757
7a345fb3
JB
47582001-12-07 Jim Blandy <jimb@redhat.com>
4759
f2e54a80 4760 If GDB says it can't find the struct the function returned, report
8032bf31
JB
4761 those tests as `unsupported'.
4762 * gdb.base/call-rt-st.exp (print_struct_call): New function.
4763 Rewrite subsequent tests to use it.
4764
4765 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
4766 those tests as `unsupported'.
4767 * gdb.base/structs.exp (call_struct_func): New function.
4768 (do_function_calls): Use call_struct_func to call the functions
4769 returning structs.
4770
0bc69509
JB
4771 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
4772 whether functions are prototyped or not, so we can't possibly pass
4773 arguments to t_float_values2 properly.
4774
7a345fb3
JB
4775 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
4776 value of `timeout' for targets other than the mips*tx39-*.
4777
edb6ede1
MS
47782001-12-06 Michael Snyder <msnyder@redhat.com>
4779
d63a86f8 4780 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
4781 and detect whether the start symbol has a leading underscore.
4782
2d842f13
JB
47832001-12-04 Jim Blandy <jimb@redhat.com>
4784
4785 * gdb.base/completion.exp: Clarify indentation.
4786
68550daf
JB
47872001-12-03 Jim Blandy <jimb@redhat.com>
4788
4789 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
4790 variables on the S/390, not `.word'.
4791
cd5195a8
JB
47922001-11-30 Jim Blandy <jimb@redhat.com>
4793
4794 Add assembly-source tests for s390-ibm-linux.
4795 * gdb.asm/s390.inc: New file.
4796 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
4797 the S/390 architecture.
4798 * gdb.asm/configure: Regenerated.
4799
ca9efc90
MS
48002001-11-30 Michael Snyder <msnyder@redhat.com>
4801
4802 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
4803 next, info source, info sources, info line, global and static
4804 variables, and static functions.
4805 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
4806 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
4807 * gdb.asm/asmsrc1.s: Add a static function and some variables.
4808 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
4809 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
4810 (gdbasm_leave): Restore frame pointer.
4811 (gdbasm_startup): Copy stack set-up from crt0.S.
4812
d0e66976
FN
48132001-11-26 Fernando Nasser <fnasser@redhat.com>
4814
4815 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
4816 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
4817 to a local (non-static) variable. Copy tstruct.a to a static buffer
4818 and return a pointer to that buffer.
4819 * gdb.base/callfwmall.c (t_structs_a): Ditto.
4820
e2334072
MK
48212001-11-24 Mark Kettenis <kettenis@gnu.org>
4822
4823 * gdb.asm/configure.in: Fix recognition of ix86 target.
4824 * gdb.asm/configure: Regenerate.
4825
756caa3d
MS
48262001-11-21 Michael Snyder <msnyder@redhat.com>
4827
4828 * gdb.asm/sparc.inc: New file.
4829 * gdb.asm/asm-source.exp: Recognize sparc target.
4830 * gdb.asm/configure.in: Recognize sparc target.
4831 * gdb.asm/configure: Regenerate.
d63a86f8 4832
9a4d72d5
MS
48332001-11-21 Michael Snyder <msnyder@redhat.com>
4834
4835 * gdb.asm/m32r.inc: New file.
4836 * gdb.asm/asm-source.exp: Recognize m32r target.
4837 * gdb.asm/configure.in: Recognize m32r target.
4838 * gdb.asm/configure: Regenerate.
4839
a773d1cd
MS
48402001-11-20 Michael Snyder <msnyder@redhat.com>
4841
017ac23d
MS
4842 * gdb.asm/i386.inc: New file.
4843 * gdb.asm/asm-source.exp: Recognize ix86 target.
4844 * gdb.asm/configure.in: Recognize ix86 target.
4845 * gdb.asm/configure: Regenerate.
4846
a773d1cd
MS
4847 * gdb.c++/namespace.exp: Fix quotes in output messages.
4848
bb632afb
MS
48492001-11-14 Michael Snyder <msnyder@redhat.com>
4850
25d559ca 4851 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
4852 qualifier in a type cast expression, to designate an address
4853 in the instruction space (Harvard architecture).
4854
4749e309
MS
48552001-11-13 Michael Snyder <msnyder@redhat.com>
4856
4857 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
4858 Tests for expressions using 'const' and 'volatile'.
4859
25050984
CV
48602001-11-13 Corinna Vinschen <vinschen@redhat.com>
4861
4862 * gdb.asm/asm-sources.exp: Allow defining linker flags.
4863
1902c51f
DJ
48642001-11-12 Daniel Jacobowitz <drow@mvista.com>
4865
4866 * lib/mi-support.exp (mi_run_to_helper): Move comments
4867 outside of gdb_expect.
4868
dcf95b47
DJ
48692001-11-11 Daniel Jacobowitz <drow@mvista.com>
4870
4871 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
4872 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
4873 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
4874 mi0_run_to): New functions.
4875 * gdb.mi/mi-simplerun.exp: Use them.
4876 * gdb.mi/mi0-simplerun.exp: Likewise.
4877 * gdb.mi/mi-var-cmd.exp: Likewise.
4878 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 4879
45b074e1
AC
48802001-11-10 Andrew Cagney <ac131313@redhat.com>
4881
4882 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
4883 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
4884
bf50d346
AC
48852001-11-09 Andrew Cagney <ac131313@redhat.com>
4886
4887 * gdb.base/restore.exp: Include $expected value in restored test
4888 message.
4889
9383332c
AC
48902001-11-09 Andrew Cagney <ac131313@redhat.com>
4891
4892 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
4893 implemented.
4894
db62520a
MS
48952001-11-08 Michael Snyder <msnyder@redhat.com>
4896
4897 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
4898 Add pass/fail message for stop at breakpoint in call dummy function.
4899
b5703437
MS
49002001-11-07 Michael Snyder <msnyder@redhat.com>
4901
d63a86f8
RM
4902 * gdb.c++/templates.exp (test_template_breakpoints):
4903 If we get an overload menu, but it does not match what
760f6330 4904 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
4905 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
4906 making the whitespace optional. Argument for "new" may be
4907 "unsigned" as well as "unsigned int/long".
d63a86f8 4908 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
4909 making the whitespace optional. Also replace "(void) with
4910 "((void|)), making the keyword "void" optional.
d63a86f8 4911 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
4912 making the whitespace optional. Also replace "(void) with
4913 "((void|)), making the keyword "void" optional.
3bf40917
MS
4914 * gdb.base/callfuncs.c (t_float_values): This function must
4915 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 4916 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
4917 can be tested against both cases. Usually one case involves
4918 promotion of float to double, while the other does not.
4919 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
4920 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
4921 includes a stack frame for "start".
4922
c8ab4e6d
JB
49232001-11-05 Jim Blandy <jimb@redhat.com>
4924
4925 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
4926 pointers are 32 bits long, and that offsets of relocs are always
4927 stored in the data (REL-style), and not in the reloc entry itself
4928 (RELA-style).
4929 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
4930 stabs.
4931
3f08ced9
MS
49322001-11-01 Michael Snyder <msnyder@redhat.com>
4933
4934 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
4935 and regular expression operators by using quoting.
4936
cbfa24cd
MS
49372001-10-31 Michael Snyder <msnyder@redhat.com>
4938
4939 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
4940 depending on what the symbol table contains.
4941 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
4942 the output of the ptype command. Similarly, accept both "const &"
4943 and "const&".
4944
aaa68313
CV
49452001-10-31 Corinna Vinschen <vinschen@redhat.com>
4946
4947 * gdb.base/miscexprs.c (main): Add usage of preprocessor
4948 symbol `STORAGE' to allow to choose the storage class of
4949 the local datastructures.
4950 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
4951 compiler directive.
4952
91740388
MS
49532001-10-30 Michael Snyder <msnyder@redhat.com>
4954
4955 * gdb.base/jump.exp: Allow it to run for all targets.
4956
1b7c05e7
CV
49572001-10-29 Corinna Vinschen <vinschen@redhat.com>
4958
4959 * gdb.base/call-ar-st.c (print_double_array): Match for loop
4960 with new double_array size.
4961 (main): Change storage class of all local variables to static.
4962 Reduce size of double_array to 9.
4963 * gdb.base/call-ar-st.exp: Increase timeout value.
4964 Change expected output for double array to match new size in
4965 call-ar-st.c.
4966
36a22261
CV
49672001-10-29 Corinna Vinschen <vinschen@redhat.com>
4968
4969 * gdb.base/ending-run.exp: Create identical output when passing
4970 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 4971 Stormy16 target.
36a22261 4972
92b8ae91
MK
49732001-10-28 Mark Kettenis <kettenis@gnu.org>
4974
4975 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
4976 that we catch the expected failure under Linux/x86.
4977
cb135b83
OF
49782001-10-29 Orjan Friberg <orjanf@axis.com>
4979
4980 * gdb.base/setvar.exp: Escape curly braces.
4981 * gdb.stabs/weird.exp: Ditto.
4982
6884aa54
DJ
49832001-10-27 Daniel Jacobowitz <drow@mvista.com>
4984
4985 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
4986 * gdm.mi/mi0-hack-cli.exp: Likewise.
4987
0398c9aa
AC
49882001-10-25 Andrew Cagney <ac131313@redhat.com>
4989
4990 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
4991 messages.
4992
d20bf2e8
AC
49932001-10-21 Andrew Cagney <ac131313@redhat.com>
4994
4995 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
4996 checking MI enabled.
4997
03dd63aa
CV
49982001-10-09 Corinna Vinschen <vinschen@redhat.com>
4999
5000 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
5001
1d9d99f3
FCE
50022001-10-04 Frank Ch. Eigler <fche@redhat.com>
5003
5004 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
5005 if gdb child process crashes, just signal an error.
5006
838ae6c4
JB
50072001-10-02 Jim Blandy <jimb@redhat.com>
5008
5009 * lib/gdb.exp (test_xfail_format): Simplify.
5010
5011 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
5012 front of the variable name `format'. Simplify `if'.
5013
8f0cbc1c
DJ
50142001-10-01 Daniel Jacobowitz <drow@mvista.com>
5015
5016 * gdb.threads/pthreads.exp: Wait for output and delay
5017 before sending ^C.
5018
1f08dafd
DJ
50192001-10-01 Daniel Jacobowitz <drow@mvista.com>
5020
5021 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
5022 some incorrect output instead of timing out.
5023 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
5024
674f90ff
CV
50252001-09-28 Corinna Vinschen <vinschen@redhat.com>
5026
5027 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
5028 check to allow additional `int'.
5029
9b284272
DJ
50302001-09-27 Daniel Jacobowitz <drow@mvista.com>
5031
5032 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
5033 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
5034
b55a4771
MS
50352001-09-27 Michael Snyder <msnyder@redhat.com>
5036
5037 * lib/gdb.exp (test_debug_format): New proc.
5038 (setup_xfail_format): Use new proc test_debug_format.
5039 * gdb.base/constvars.exp (local_compiler_xfail_check): New
5040 proc; use new service proc test_debug_format.
5041 Replace all other "gcc_compiled" tests with this test.
5042 * gdb.base/volatile.exp (local_compiler_xfail_check): New
5043 proc; use new service proc test_debug_format.
5044 Replace all other "gcc_compiled" tests with this test.
5045
50462001-09-27 Michael Snyder <msnyder@redhat.com>
5047
5048 * gdb.base/cvexpr.exp: New file.
5049 * gdb.base/cvexpr.c: New file
5050 Test for expressions using const and volatile keywords.
5051
4e6667ac
CV
50522001-09-26 Corinna Vinschen <vinschen@redhat.com>
5053
5054 * gdb.base/constvars.exp: Check for different orders of keywords
5055 and additional "int" strings in output.
5056
4f337972
AC
50572001-09-22 Andrew Cagney <ac131313@redhat.com>
5058
5059 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
5060 responses from "help maint".
5061
2015650d
FCE
50622001-09-19 Frank Ch. Eigler <fche@redhat.com>
5063
5064 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
5065 to localhost:NNN instead of :NNN, in case Xvfb is listening
5066 only on TCP.
5067
f3bcedc1
CV
50682001-09-19 Corinna Vinschen <vinschen@redhat.com>
5069
5070 * gdb.base/recurse.exp: When checking leaving the watchpoint
5071 scope, recognize when gdb is in function's epilogue and pass.
5072
6b819c92
KS
50732001-09-18 Keith Seitz <keiths@redhat.com>
5074
5075 * lib/insight-support.exp (_gdbtk_export_target_info): Add
5076 support for running tests against sid targets.
5077 (gdbtk_done): Ditto.
5078
a10c9419
CV
50792001-09-18 Corinna Vinschen <vinschen@redhat.com>
5080
5081 * gdb.base/ending-run.c (main): Set stdout buffersize
5082 to the same reasonable value for any target.
5083 * gdb.base/ending-run.exp: Add a regular expression
5084 to make testsuite happy on Sanyo Stormy16 target.
5085
739d0d99
CV
50862001-09-17 Corinna Vinschen <vinschen@redhat.com>
5087
5088 * gdb.base/display.c (do_loops): Add float variable `f'.
5089 Increment f in loop.
5090 * gdb.base/display.exp: Increment timeout by 60 seconds.
5091 Change float display test to use variable `f'.
5092
1b8947f0
JB
50932001-09-17 Jim Blandy <jimb@redhat.com>
5094
5095 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
5096 overflowing the limited breakpoint tables on some ROM monitors
5097 (like the ROM68K).
5098
9890ac81
FCE
50992001-09-15 Frank Ch. Eigler <fche@redhat.com>
5100
5101 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
5102 the "-ac" (disable access control) flag.
5103
6db765ea
JH
51042001-08-30 Jeff Holcomb <jeffh@redhat.com>
5105
5106 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
5107 ints.
5108
4c32cc04
KS
51092001-08-30 Keith Seitz <keiths@redhat.com>
5110
5111 * lib/gdb.exp: Move all insight-related functionality into
5112 separate file.
5113 * lib/insight-support.exp: New file.
5114
8d6e6f81
FCE
51152001-08-29 Frank Ch. Eigler <fche@redhat.com>
5116
5117 * config/sid.exp (sid_start): Never set sid verbosity; disable
5118 expect_background {} that consumed its stdout; tolerate </dev/null.
5119 Attempt to set endianness override in "sid" protocol mode. Cleanup.
5120
6a90e1d0
AC
51212001-08-18 Andrew Cagney <ac131313@redhat.com>
5122
5123 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
5124 CLI jump command to start it.
5125 (mi_run_to_main): Fail immediatly when unexpected output.
5126
1759b3c3
AC
51272001-08-18 Andrew Cagney <ac131313@redhat.com>
5128
5129 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
5130 beginning of function. Fix PR gdb/191.
5131
61d11d80
FCE
51322001-08-16 Frank Ch. Eigler <fche@redhat.com>
5133
5134 * config/sid.exp (sid_start): Don't warn if we cannot figure out
5135 what to force sid endianness to.
5136
942a4df2
KS
51372001-08-15 Keith Seitz <keiths@redhat.com>
5138
5139 * lib/gdb.exp (gdbtk_start): Don't set environment
5140 variables for TCL_LIBRARY and friends. Insight will
5141 now figure these out for itself.
5142
0521c418
MS
51432001-08-02 Michael Snyder <msnyder@redhat.com>
5144
5145 * gdb.base/completion.exp: Remove the symbol "a64l" from
5146 the expect string; this is target-specific, and not related
5147 to what is being tested.
5148
74a9a58a
DB
51492001-08-02 Dave Brolley <brolley@redhat.com>
5150
5151 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
5152
c70819fa
MS
51532001-07-25 Michael Snyder <msnyder@redhat.com>
5154
c2b8fa57
MS
5155 * gdb.base/consecutive.exp: New file. Test stepping over
5156 breakpoints on consecutive instructions.
5157 * gdb.base/consecutive.c: New file.
5158
c70819fa
MS
5159 * gdb.base/call-rt-st.exp: Use double-backslash to quote
5160 curly braces in regular expressions.
5161
2b1a1355
MS
51622001-07-25 Michael Snyder <msnyder@redhat.com>
5163
5164 * gdb.base/ending-run.exp: Accept "Program exited normally" as
5165 legitimate output from stepping out of main.
5166
413eca6f
KS
51672001-07-22 Keith Seitz <keiths@redhat.com>
5168
5169 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
5170 the empty string, do not run the tests.
5171
7e5a9322
SC
51722001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5173
5174 * gdb.base/long_long.exp: Detect size of pointer. Take into
5175 account 2-byte pointers when testing for p/a results.
5176
de58f10f
SC
51772001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5178
d63a86f8 5179 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
5180 and defined to 1K for m68hc11.
5181 (random_data): Reduce table to 1K for embedded platforms (68hc11).
5182 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
5183 (sizeof_random_data): New variable to tell the size of the data table;
5184 don't test past this size; always run to main.
5185
d6f5fea1
SC
51862001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5187
5188 * gdb.base/return2.exp: return of long long and double fails for
5189 68HC11; don't execute these tests on that platform.
5190 * gdb.base/return.exp: Return of a double fails for 68hc11.
5191
c477543d
SC
51922001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5193
5194 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
5195 tests that print a float.
5196 * call-rt-st.exp: Likewise.
5197
63cf1c79
MK
51982001-07-12 Mark Kettenis <kettenis@gnu.org>
5199
5200 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
5201 running this test on Linux.
5202
112f9ab5
MC
52032001-06-24 Michael Chastain <chastain@redhat.com>
5204
5205 * gdb.base/arithmet.exp: Remove some tests to make all test names
5206 unique.
5207
4970cb0f
MS
52082001-07-03 Michael Snyder <msnyder@redhat.com>
5209
5210 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
5211 the output of the ptype command.
5212
d85da69f
MS
52132001-07-02 Michael Snyder <msnyder@redhat.com>
5214
4c8a82de
MS
5215 * gdb.base/completion.exp: Don't assume that break.c is the only
5216 source file that may contain functions named "marker".
d85da69f
MS
5217 * gdb.base/corefile.exp: Quote the curly braces in regexp.
5218
8afc772b
AC
52192001-06-28 Andrew Cagney <ac131313@redhat.com>
5220
5221 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
5222 of files to delete.
5223
5224 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
5225 * gdb.disasm/h8300s.exp: New file.
5226 gdb.disasm/h8300s.s: Likewise.
5227
cff22675
AC
52282001-06-27 Andrew Cagney <ac131313@redhat.com>
5229
5230 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
5231 empty breakpoint tables.
5232
68c81b54
AC
52332001-06-25 Andrew Cagney <ac131313@redhat.com>
5234
5235 * lib/mi-support.exp: Update args=... part of stop-reason
5236 patterns. Accept either a list or a tuple.
5237
2dd62704
AC
52382001-06-23 Andrew Cagney <ac131313@redhat.com>
5239
5240 * lib/mi-support.exp: Remove local emacs variable defining
5241 change-log-default-name.
5242
b4127474
MC
52432001-06-22 Michael Chastain <chastain@redhat.com>
5244
5245 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
5246 This is operationally compatible with the previous version.
5247
8dbfb380
JB
52482001-06-13 Jim Blandy <jimb@redhat.com>
5249
5250 * lib/gdb.exp (gdb_test): Doc fix.
5251
f2d8c86d
MC
52522001-06-10 Michael Chastain <chastain@redhat.com>
5253
5254 * gdb.base/exprs.exp: Remove a duplicate test.
5255
81564d34
JB
52562001-06-06 Jim Blandy <jimb@redhat.com>
5257
5258 * gdb.base/return2.exp (main): Use values to test float and double
5259 returns that are not NaN's, to avoid being confused by IEEE
5260 comparison rules.
5261
da55addb
MS
52622001-06-04 Michael Snyder <msnyder@redhat.com>
5263
5264 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 5265 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
5266 rather than wait for 12 more tests to time out.
5267
42c65987
JB
52682001-06-06 Jim Blandy <jimb@redhat.com>
5269
b18bced9 5270 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 5271 Don't forget to match the GDB prompt.
b18bced9 5272
42c65987
JB
5273 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
5274
5b41e5f0
JB
52752001-06-04 Jim Blandy <jimb@redhat.com>
5276
5277 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
5278 command.
5279
015e046f
KB
52802001-05-31 Kevin Buettner <kevinb@redhat.com>
5281
5282 * gdb.base/annota1.exp (info break): Match four or more spaces
5283 after "Address".
5284
fb1ffbbe
MC
52852001-05-31 Michael Chastain <chastain@redhat.com>
5286
5287 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
5288 (dm_type_int_star): Likewise.
5289 (dm_type_long_star): Likewise.
5290 (dm_type_void_star): Likewise.
5291
5ea2a32c
KB
52922001-05-29 Kevin Buettner <kevinb@redhat.com>
5293
5294 * gdb.base/completion.exp (INPUTRC): Set this environment variable
5295 to a known value in order to get consistent results regardless
5296 of the setting of INPUTRC or the presence or contents of .inputrc.
5297
ae23c492
MS
52982001-05-24 Michael Snyder <msnyder@redhat.com>
5299
ac55707e
MS
5300 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
5301 Don't require that the main thread and the manager thread are the
5302 first in the list.
5303
ae23c492
MS
5304 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
5305 debugging. If test fails, issue an "unsupported" not a "fail".
5306
400071f1
JB
53072001-05-24 Jim Blandy <jimb@redhat.com>
5308
5309 Don't assume that short is shorter than int.
5310 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
5311 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 5312 this isn't true.
400071f1
JB
5313 ("print unsigned char == (~0)"): Add test that verifies that ~0,
5314 an int, is not equal to ~0 stored in an unsigned char. This tests
5315 the same thing that the previous test meant to, but works on
5316 16-bit machines, too.
5317 ("print unsigned char != (~0)"): Same test, complemented.
5318
0816a3e5
MS
53192001-05-24 Michael Snyder <msnyder@redhat.com>
5320
5321 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 5322 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
5323 and prevents dejagnu getting out of step.
5324
f6dc23a9
KB
53252001-05-23 Kevin Buettner <kevinb@redhat.com>
5326
5327 * gdb.base/finish.exp (finish_void): Revise pattern for
5328 stopping on the call statement to not permit stopping at
5329 the start of the instructions comprising the call sequence.
5330
7dbd117d
MC
53312001-05-19 Michael Chastain <chastain@redhat.com>
5332
5333 * gdb.base/callfuncs.exp: Make all test names unique.
5334 * gdb.base/commands.exp: Make all test names unique.
5335 * gdb.base/condbreak.exp: Make all test names unique.
5336 * gdb.base/dbx.exp: Make all test names unique.
5337 * gdb.base/default.exp: Make all test names unique.
5338 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
5339 and TIMEOUT messages to their corresponding PASS message.
5340 * gdb.base/ending-run.exp: Make all test names unique.
5341 * gdb.base/long_long.exp: Remove duplicate test.
5342
6b0b0a9e
KB
53432001-05-21 Kevin Buettner <kevinb@redhat.com>
5344
5345 * gdb.base/finish.exp (finish_void): Allow "finish" command to
5346 stop on the call statement as well as the statement after the
5347 call.
5348
2caa35cb
MS
53492001-05-21 Michael Snyder <msnyder@redhat.com>
5350
5351 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
5352
40713331
EZ
53532001-05-10 Elena Zannoni <ezannoni@redhat.com>
5354
5355 * gdb.base/completion.exp: Revamp test. Make it execute on all
5356 platforms.
5357
c2c1be8d
EZ
53582001-05-10 Elena Zannoni <ezannoni@redhat.com>
5359
2c9cd303
EZ
5360 * config/gdbserver.exp (gdb_load): Handle the case
5361 in which the arguments to gdbserver are given in the
5362 baseboard configuration file.
5363 Also handle the case in which the server needs to do a
5364 load.
5365
9671de48
KS
53662001-05-07 Keith Seitz <keiths@cygnus.com>
5367
5368 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
5369 set up the display for testing.
5370 (gdbtk_start): Convert all paths to paths that tcl will like.
5371 Export target information to environment.
5372 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
5373 necessary.
5374 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
5375 (to_tcl_path): New proc to convert a given pathname into
5376 a path acceptible as an argument to a tcl command.
5377 (_gdbtk_export_target_info): New proc to export target info
5378 into the environment for gdbtk testing.
5379 (gdbtk_done): New proc to signal end-of-test.
5380
5a360f47
JB
53812001-05-06 Jim Blandy <jimb@redhat.com>
5382
5383 * restore.c: Make the code of caller0 correspond to its comment.
5384
66c756c6
MS
53852001-05-03 Michael Snyder <msnyder@redhat.com>
5386
5387 * config/sid.exp (gdb_target_sid): Check for error messages.
5388 On error or timeout, don't make expect exit (which will terminate
5389 all subsequent tests); instead just make gdb exit.
d63a86f8 5390 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
5391 return a negative value.
5392
a966fde5
JB
53932001-04-24 Jim Blandy <jimb@redhat.com>
5394
851c18e0
JB
5395 * gdb.c++/templates.exp: If we see the prompt for the overload
5396 list, but we haven't recognized any of the longer patterns,
5397 arrange for this test to fail, not hang.
5398
a966fde5
JB
5399 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
5400 variations.
5401
db144853
MC
54022001-04-22 Michael Chastain <chastain@redhat.com>
5403
5404 * gdb.c++/local.exp: Use the 'runto' library function.
5405 * gdb.c++/namespace.exp: Likewise.
5406 * gdb.c++/overload.exp: Likewise.
5407
3207ec21
KB
54082001-03-26 Kevin Buettner <kevinb@redhat.com>
5409
5410 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
5411 * gdb.base/step-line.exp: New file. Test step/next in presence of
5412 #line directives.
5413 * gdb.base/step-line.c: New file. Test program for the above.
5414 * gdb.base/step-line.inp: New file. We pretend that this file has
5415 been transformed by some other tool into step-line.c.
5416
13b57657
JB
54172001-03-21 Jim Blandy <jimb@redhat.com>
5418
5419 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
5420 unmangled operator names.
5421
754cbe1c
JB
54222001-03-20 Jim Blandy <jimb@redhat.com>
5423
5424 * gdb.threads/linux-dp.exp: Recognize an additional message
5425 generated by GDB when it doesn't understand how to debug threads
5426 on the target system.
5427
177495c9
AC
54282001-03-19 Andrew Cagney <ac131313@redhat.com>
5429
5430 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
5431
f266096b
MC
54322001-03-12 Michael Chastain <chastain@redhat.com>
5433
5434 * gdb.c++/derivation.exp: Use the 'runto' library function.
5435
cac3c2ff
MC
54362001-03-12 Michael Chastain <chastain@redhat.com>
5437
5438 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
5439
b6c11a24
MC
54402001-02-24 Michael Chastain <chastain@redhat.com>
5441
5442 * gdb.c++/ref-types.exp: Change handwritten code to library
5443 function 'runto'.
5444
6bae5bce
OF
54452001-03-16 Orjan Friberg <orjanf@axis.com>
5446
5447 * gdb.base/signals.exp: Set count to 0 explicitly.
5448
0015fd9a
MS
54492001-03-15 Mark Salter <msalter@redhat.com>
5450
5451 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
5452 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
5453 (gdb_load): Add support for additional target_info: gdb_download_size
5454 and gdb_load_timeout.
0015fd9a 5455
fc33412a
DT
5456Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
5457
5458 * gdb.base/annota1.exp: Move test of isnative to earlier in the
5459 file -- to prevent failing when the compile fails but we have no
5460 intention of running the tests anyway.
5461
5462 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
5463 tests if set.
5464
5465 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
5466 integers.
5467
5468 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
5469 * gdb.c++/namespace.exp: Ditto.
5470
115f06de
OF
54712001-03-07 Orjan Friberg <orjanf@axis.com>
5472
5473 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
5474 * gdb.base/pointers.exp: Relax pattern match of decimals.
5475
b6ba6518
KB
54762001-03-06 Kevin Buettner <kevinb@redhat.com>
5477
5478 * Makefile.in, config/abug.exp, config/cfdbug.exp,
5479 config/cpu32bug.exp, config/dve.exp, config/est.exp,
5480 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
5481 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
5482 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
5483 config/sh.exp, config/sid.exp, config/slite.exp,
5484 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5485 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5486 config/vxworks.exp, config/vxworks29k.exp,
5487 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5488 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5489 gdb.base/arithmet.exp, gdb.base/assign.exp,
5490 gdb.base/async.exp, gdb.base/attach.exp,
5491 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5492 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5493 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5494 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5495 gdb.base/commands.exp, gdb.base/completion.exp,
5496 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5497 gdb.base/constvars.exp, gdb.base/corefile.exp,
5498 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5499 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
5500 gdb.base/ending-run.exp, gdb.base/environ.exp,
5501 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5502 gdb.base/finish.exp, gdb.base/foll-exec.exp,
5503 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
5504 gdb.base/funcargs.exp, gdb.base/help.exp,
5505 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
5506 gdb.base/logical.exp, gdb.base/long_long.exp,
5507 gdb.base/maint.exp, gdb.base/mips_pro.exp,
5508 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
5509 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
5510 gdb.base/pointers.exp, gdb.base/printcmds.exp,
5511 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
5512 gdb.base/regs.exp, gdb.base/relational.exp,
5513 gdb.base/remote.exp, gdb.base/reread.exp,
5514 gdb.base/restore.exp, gdb.base/return2.exp,
5515 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
5516 gdb.base/selftest.exp, gdb.base/setshow.exp,
5517 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
5518 gdb.base/sigall.exp, gdb.base/signals.exp,
5519 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
5520 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5521 gdb.base/step-test.exp, gdb.base/structs.c,
5522 gdb.base/structs.exp, gdb.base/structs2.exp,
5523 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
5524 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
5525 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
5526 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5527 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
5528 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
5529 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
5530 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
5531 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
5532 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
5533 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
5534 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
5535 gdb.fortran/types.exp, gdb.java/jmisc.exp,
5536 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5537 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
5538 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5539 gdb.trace/circ.exp, gdb.trace/collection.exp,
5540 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5541 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5542 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
5543 gdb.trace/report.exp, gdb.trace/save-trace.exp,
5544 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5545 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5546 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
5547 notices.
5548
dc96c6c7 55492001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
5550
5551 * gdb.base/varargs.c (find_max_double): Fix printf format string:
5552 first arg is int not float.
5553
dc96c6c7 55542001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
5555
5556 * gdb.base/reread.exp: Unsupported for non-native targets;
5557 doesn't work for remote debugging.
5558
9b0c4aeb
FN
55592001-02-19 Fernando Nasser <fnasser@redhat.com>
5560
5561 From Drew Moseley <dmoseley@redhat.com>
5562 * gdb.base/ending-run.exp: Properly handle the BSP state when
5563 stepping past the end of main.
5564
02aa71d5
MC
55652001-02-19 John Moore <jmoore@redhat.com>
5566
5567 * gdb.base/commands.exp (infrun_breakpoint_command_test):
5568 Converted HPUX fix for non-expected items following multiple
5569 step commands into general solution for all platforms.
5570
1fa449a4
MC
55712001-02-18 Michael Chastain <chastain@redhat.com>
5572
5573 * gdb.c++/classes.exp (do_tests): Change runto statements
5574 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5575 statements demangler agnostic.
5576 * gdb.c++/virtfunc.exp (do_tests): Likewise.
5577 (gdb_virtfunc_restart): Likewise.
5578
b2f9ec70
MC
55792001-02-14 Michael Chastain <chastain@redhat.com>
5580
5581 * gdb.c++/inherit.exp (do_tests): Change runto statements
5582 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5583 statements demangler agnostic.
5584
cf74b8ca
AC
5585Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
5586
5587 * gdb.threads/pthreads.exp: Unify pass/fail messages for
5588 ``continue to bkpt at common_routine in thread 2'' and ``stopped
5589 before calling common_routine 15 times'' tests.
5590
99f78f56
MC
55912001-02-11 Michael Chastain <chastain@redhat.com>
5592
5593 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
5594 Helps the test script figure out which demangler is in use.
5595 (dm_type_foo_ref): Ditto.
5596 (dm_type_int_star): Ditto.
5597 (dm_type_long_star): Ditto.
5598 (dm_type_unsigned_int): Ditto.
5599 (dm_type_void): Ditto.
5600 (dm_type_void_star): Ditto.
99707966 5601 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
5602 Probe the gdb demangler and set variables to accommodate
5603 formatting differences.
5604 (info_func_regexp): New function. Same as info_func, but
5605 matches against a regexp.
5606 (info_func): Match against a literal string.
5607 (print_addr_2): New function. Match against a literal string,
5608 which can be different from the input to gdb.
5609 (print_addr): Simply call print_addr_2 with the same argument twice.
5610 (test_lookup_operator_functions): Use demangler formatting variables.
5611 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
5612 the tests in the same order as the C++ class declaration.
5613 (test_paddr_operator_functions): Ditto.
5614 (test_paddr_overloaded_functions): Ditto.
5615 (test_paddr_hairy_functions): Use demangler formatting variables.
5616 Add reference to gdb/19 for related tests.
5617 (do_tests): Call probe_demangler.
5618
1de8f023
KB
56192001-01-30 Kevin Buettner <kevinb@redhat.com>
5620
5621 * gdb.c++/templates.cc (printf): Remove unused function definition.
5622
ca3f91ed
MS
56232001-01-26 Felix Lee <flee@redhat.com>
5624
5625 * sid.exp (sid_exit): Pass host, not target, to remote_close.
5626
56272001-01-25 matthew green <mrg@redhat.com>
5628
5629 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
5630 up sid.
5631 (sid_exit): Call `remote_pop_conn' after GDB is gone.
5632
56332001-01-25 matthew green <mrg@redhat.com>
5634
5635 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 5636 Deprecate $sid_spawn_id.
ca3f91ed
MS
5637 (sid_exit): Remove code necessary only for `spawn.'
5638
56392001-01-25 matthew green <mrg@redhat.com>
5640
5641 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
5642
fb18ec4a
MC
56432001-01-28 Michael Chastain <chastain@redhat.com>
5644
5645 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
5646 to call when tests fail. It takes gdb out of the overloaded
5647 function choice menu back to the main prompt, so that the test
5648 program stays synchronized.
5649 (set_bp_overloaded): New proc to collect all the common
5650 code for setting a breakpoint on an overloaded name. Calls
5651 take_gdb_out_of_choice_menu when needed.
5652 (menu_overload1arg): New variable to collect the repeated
5653 instances of the expected menu for an overloaded name. Change
5654 the regular expression to handle changes in g++ type encoding:
5655 "void" can be either "void" or "", and "unsigned int" can be
5656 either "unsigned int" or "unsigned".
5657 (continue_to_bp_overloaded): Change regular expressions to handle
5658 changes in g++ type encoding.
5659 (no proc): Call take_gdb_out_of_choice_menu when needed.
5660 Remove redundant calls to "info break". Accept either "canceled"
5661 or "cancelled". Change regular expressions in "info break"
5662 calls to handle changes in g++ type encoding. Give all tests
5663 unique strings.
5664
9c646a6e
BE
56652001-01-17 Ben Elliston <bje@redhat.com>
5666
5667 * config/sid.exp: New file.
5668
9549d9c1
AC
5669Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
5670
5671 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
5672
dc96c6c7 56732000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
5674
5675 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
5676 Add a RE to accept a non-ascii char if one is ever presented.
5677
b4df4f68
FN
56782000-12-20 Fernando Nasser <fnasser@redhat.com>
5679
297dd0fd 5680 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 5681
dc96c6c7 56822000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 5683
d63a86f8 5684 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
5685 in regexp. One '\' does not suffice on Linux.
5686
4a7bddb6
MC
56872000-12-09 Michael Chastain <chastain@redhat.com>
5688
5689 * gdb.base/break.exp (test_clear_command): Use a marker function
5690 rather than 'main' for the test function. Also move this
5691 test to an execution point where the marker function names are
5692 guaranteed to be bound to functions. (Executing tests after a
5693 'finish' from main runs into name conflicts with local names
5694 in __libc_start_main).
5695
dc96c6c7 56962000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
5697
5698 * gdb.base/finish.exp: New test for gdb's "finish" command.
5699 * gdb.base/return2.exp: New test for gdb's "return" command.
5700 * gdb.base/return2.c: New source file for above.
5701
dc96c6c7 57022000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
5703
5704 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
5705 * gdb.base/miscexprs.exp: Ditto.
5706 * gdb.base/pointers.exp: Ditto.
5707 * gdb.c++/derivation.exp: Ditto.
5708 * gdb.c++/local.exp: Ditto.
5709 * gdb.c++/namespace.exp: Ditto.
5710 * gdb.c++/overload.exp: Ditto.
5711 * gdb.c++/ref-types.exp: Ditto.
5712
dc96c6c7 57132000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
5714
5715 * gdb.base/constvars.exp: Test result of "up" command.
5716 * gdb.base/miscexprs.exp: Ditto.
5717 * gdb.base/pointers.exp: Ditto.
5718 * gdb.base/scope.exp: Ditto.
5719 * gdb.c++/derivation.exp: Ditto.
5720 * gdb.c++/local.exp: Ditto.
5721 * gdb.c++/namespace.exp: Ditto.
5722 * gdb.c++/overload.exp: Ditto.
5723 * gdb.c++/ref-types.exp: Ditto.
5724
44097287
FN
57252000-11-22 Michael Chastain <chastain@redhat.com>
5726
5727 * mips_pro.exp: Accept either "middle -> top -> main" or
5728 "middle -> main" in the backtrace, because gcc can optimize
5729 tail calls to jumps. Remove setup_xfail for the hppa case.
5730 Add a comment with the original warning messages from PR 3016,
5731 which was filed in 1993, to preserve them for posterity.
5732
9d2e1bab
ND
57332000-11-17 Nick Duffek <nsd@redhat.com>
5734
5735 * lib/gdb.exp (gdb_test): Override timeout with board info.
5736
1aca8eb7
ND
57372000-11-17 Nick Duffek <nsd@redhat.com>
5738
5739 * gdb.base/display.exp: Don't kill running stub. Add "again" to
5740 the second kill and detach messages.
5741
93076499
ND
57422000-11-17 Nick Duffek <nsd@redhat.com>
5743
5744 * configure.in: Add AC_EXEEXT.
5745 * configure: Regenerate.
5746 * Makefile.in (just-check): Export EXEEXT.
5747 * lib/gdb.exp ($EXEEXT): Import from environment.
5748 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
5749 expect "maint dump-me" on Cygwin.
5750 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
5751 $EXEEXT.
5752
30e87cd3
ND
57532000-11-17 Nick Duffek <nsd@redhat.com>
5754
5755 * gdb.base/break.exp: Test backtrace and finish from called
5756 function on all platforms, not just HP-UX.
5757
dc96c6c7 57582000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
5759
5760 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
5761 code from gdb_target_monitor, so it can be used independantly
5762 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 5763
dc96c6c7 57642000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
5765
5766 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
5767 * gdb.base/corefile.exp: Expect the message "Program is being
5768 debugged already" when we send the "corefile" command, since
5769 the preceeding gdb_load may have connected gdb to a remote target.
5770 * gdb.base/display.exp: Disable hardware watchpoints if new
5771 board info variable "no_hardware_watchpoints" is true.
5772 Replace single-letter commands with more readable ones.
5773 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
5774 if new board info variable "no_hardware_watchpoints" is true.
5775 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
5776 to see if stdio (printf) testing is possible.
5777 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
5778 board info variable "no_hardware_watchpoints" is true. Use new
5779 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
5780
39124dea
FN
57812000-11-13 Fernando Nasser <fnasser@redhat.com>
5782
5783 From Orjan Friberg <orjanf@axis.com>:
5784 * gdb.base/printcmds.exp: Escape curly braces followed by a number
5785 in array print pattern match.
5786
a9e2e984
FN
57872000-11-09 Fernando Nasser <fnasser@redhat.com>
5788
5789 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
5790 spelling "cancelled" to U.S. spelling "canceled" to match changes
5791 made to gdb.
5792 * gdb.c++/ovldbreak.exp: Ditto.
5793
c7db355b
PS
57942000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5795
5796 * gdb.base/callfuncs.c (main): Moved to end of file, call
5797 t_double_values to initialize the FPU before inferior calls are made.
5798 * gdb.base/callfuncs.exp: Test for register preservation after calling
5799 inferior functions. Add tests for continuining, finishing and
5800 returning from a stop in a call dummy.
5801
dc96c6c7 58022000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
5803
5804 * gdb.base/commands.exp: Break up long lines, and re-indent.
5805
dc96c6c7 58062000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
5807
5808 * config/gdbserver.exp: Rewritten from the ground up, to make it
5809 compatible with the current dejagnu tree, and to make it work with
5810 the new "gdbserver" in libremote.
5811
dc96c6c7 58122000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
5813
5814 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
5815 * gdb.base/varargs.exp: Skip entire test if no printf support.
5816 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
5817 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
5818
dc96c6c7 58192000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
5820
5821 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
5822 no floating point support.
5823 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
5824 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
5825 * gdb.base/call-rt-st.exp: Ditto.
5826 * gdb.base/call-strs.exp: Ditto.
5827
bac5fc66
JG
58282000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
5829
5830 * gdb.base/sizeof.c: include <stdio.h>.
5831
5832 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
5833 'finish', otherwise uncaptured gdb_prompt would potentially
5834 throw remaining test points out of sync.
5835
b22a6027
SB
58362000-07-26 Scott Bambrough <scottb@netwinder.org>
5837
5838 * gdb.base/recurse.exp: Run tests for all targets.
5839 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
5840 gnu-oldld case on ARM.
5841 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
5842 for ARM targets.
d63a86f8 5843
d8231941
AG
5844Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
5845
5846 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
5847 * gdb.java/configure: Rebuild.
5848
8caabe69
AG
5849Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
5850
5851 * gdb.java/jv-exp.exp: New file.
5852
9d273ca3
AG
5853Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
5854
5855 * configure: Rebuilt.
5856 * configure.in (configdirs): Add gdb.java.
5857 * gdb.java/jmisc.java: New file.
5858 * gdb.java/jmisc.exp: New file.
5859 * gdb.java/Makefile.in: New file.
5860 * gdb.java/configure: Rebuilt.
5861 * gdb.java/configure.in: New file.
5862 * lib/java.exp: New file.
5863
4f823a66
AC
5864Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
5865
5866 * gdb.base/exprs.exp: Test casts to a pointer including over and
5867 underflow.
5868
2391e11d
AC
5869Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
5870
5871 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
5872 and the compilers sizes.
5873
54602222
ND
58742000-07-09 Nick Duffek <nsd@redhat.com>
5875
5876 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
5877 (use_methods): New function.
5878 (main): Call use_methods().
5879 * gdb.c++/classes.exp (test_method_param_class): New procedure.
5880 (do_tests): Call test_method_param_class.
5881
2bec0572
ND
58822000-07-09 Nick Duffek <nsd@redhat.com>
5883
5884 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
5885 spelling.
5886 (test_enums): New procedure. Move enum tests from end of script
5887 to here. Set breakpoint on function name instead of line number.
5888 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
5889 (enums2): New marker function.
5890 (enums1): New function.
5891 (main): Call enums1(). Move enum tests to enums1().
5892
78492fde
AC
5893Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
5894
5895 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
5896 compile/link program. Update line numbers.
5897 * gdb.asm/d10v.inc: Define ``startup''.
5898 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 5899
49a2cef8
AC
5900Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
5901
5902 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
5903
3e6c8688
EZ
59042000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5905
5906 * gdb.base/maint.exp: Add 'maint print architecture' item to output
5907 of 'help maint print' command.
5908
9ff5cbe9
AC
5909Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
5910
5911 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
5912 they use gdb_expect_list.
5913
17c579bd
AC
5914Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
5915
5916 * gdb.base/commands.exp: Use ``set remote
5917 memory-read-packet-size'' instead of ``set endian big'' to test
5918 long commands.
5919
e6d71bf3
DB
59202000-06-03 Daniel Berlin <dan@cgsoftware.com>
5921
5922 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 5923 g++, and stop skipping them.
e6d71bf3
DB
5924
5925 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
5926 work under g++.
5927
d63a86f8 5928 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
5929 initialization.
5930
dc96c6c7 59312000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
5932
5933 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
5934 the regular expression: accept an (almost) arbitrary sequence of
5935 "frames-invalid" and "breakpoints-invalid" messages both before
5936 and after the "starting" message.
5937
dc96c6c7 59382000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
5939
5940 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 5941
dc96c6c7 59422000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
5943
5944 * gdb.base/annota1.exp (annotate-signal-handler-caller):
5945 Relax the regular expression a little, make it pass on Solaris 8.
5946
8216cda9
KB
59472000-05-12 Kevin Buettner <kevinb@redhat.com>
5948
5949 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 5950 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
5951 Instead, it is permissible for gdb to stop on the line of the
5952 call itself.
5953
1a570b2f
MS
59542000-05-12 Michael Snyder <msnyder@.cygnus.com>
5955
5956 * gdb.base/break.exp (bp on small function, optimized file):
5957 Add a second pass pattern. The behavior differs here between stabs
5958 and dwarf for one-line functions. Stabs preserves two line symbols
5959 (one before the prologue and one after) with the same line number,
5960 but dwarf regards these as duplicates and discards one of them.
5961 Therefore the address after the prologue (where the breakpoint is)
5962 has no exactly matching line symbol, and GDB reports the breakpoint
5963 as if it were in the middle of a line rather than at the beginning.
5964
dc96c6c7 59652000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 5966
d63a86f8 5967 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
5968 rather than "send_gdb" (for consistancy).
5969
7d418785
AC
5970Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5971
5972 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
5973 * gdb.c++/templates.cc: Properly check for GCC version number.
5974 * lib/compiler.cc: Likewise
5975
dc96c6c7 59762000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 5977
d63a86f8 5978 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
5979 gdb may not stop at the first line of main, due to code motion.
5980
dc96c6c7 59812000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
5982
5983 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
5984 This test depends on parsing the printf output from the target.
5985 Since the sparclet stub doesn't do stdio, this will never work.
5986 * gdb.base/call-rt-st.exp: ditto.
5987 * gdb.base/call-strs: ditto.
5988
dc96c6c7 59892000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
5990
5991 * gdb.base/miscexprs.exp: make sizeof long array test portable.
5992
5993 * gdb.base/ending-run.exp: After connecting to a remote target,
5994 but before running, the target will appear to be in a random
5995 location. Specify both a file and a line for breakpoints.
5996 Also, the function that calls main may be called 'init'
5997 rather than 'start'.
5998
a5a51225
EZ
59992000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6000
6001 * gdb.base/help.exp: Update output for add-symbol-file command.
6002
7930cc7c
FN
60032000-04-10 Fernando Nasser <fnasser@cygnus.com>
6004
6005 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6006 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
6007
23e37ab1
C
60082000-04-07 J.T. Conklin <jtc@redback.com>
6009
e93c542c
C
6010 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
6011
23e37ab1
C
6012 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
6013
591b8fa3
PDM
6014Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
6015
6016 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
6017 values that can be represented exactly.
6018 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
6019 above change, and to not check against the directory part of the source
6020 file name.
6021 (step into print_long_arg_list): Likewise.
6022 (print print_small_structs from print_long_arg_list): Likewise.
6023 (print print_long_arg_list): Likewise.
6024
7a495180
EZ
60252000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6026
30b53638 6027 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 6028
beb998c6
AC
6029Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
6030
6031 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
6032
1c689132
DB
60332000-03-25 Daniel Berlin <dan@cgsoftware.com>
6034
6035 * gdb.base/commands.exp (deprecated_command_test): Add test for
6036 deprecate with no arguments.
6037
c1790a9d
JL
60382000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
6039
6040 * gdb.base/break.exp: Add new test for setting breakpoints on
6041 optimized code so we can test breakpoints work even when function
6042 prologues may be optimized away
6043
003ba290
FN
60442000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6045
6046 From David Whedon <dwhedon@gordian.com>
6047 * gdb.base/commands.exp : Added command deprecator tests.
6048
6837a0a2
DB
60492000-03-22 Daniel Berlin <dan@cgsoftware.com>
6050
6051 * gdb.base/help.exp: Added test for new apropos command.
6052
b9593231
KB
60532000-03-21 Kevin Buettner <kevinb@redhat.com>
6054
6055 * gdb.base/pointers.c (usevar): New function.
6056 (main): Make sure that global variables v_int_pointer2, rptr,
6057 and y are all referenced someplace in the program by calling
6058 usevar() on them. [Some linkers delete symbols which are
6059 never referenced. The space remains, but there's no way to
6060 get a (symbolic) handle on the variable from the debugger.]
6061
751a959b
EZ
60622000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6063
6064 * gdb.base/printcmds.c: Add typedeffed arrays.
6065
6066 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
6067 procedure to test arrays that are typedef'd.
6068
73a93a32
JI
60692000-03-13 James Ingham <jingham@leda.cygnus.com>
6070
6071 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 6072 the library directories.
73a93a32 6073
fb40c209
AC
6074Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
6075
6076 * configure.in (configdirs): Add sub directory gdb.mi.
6077 * configure: Re-generate.
6078
6079 * gdb.mi: New directory.
d63a86f8 6080
ee4dd2c9
AC
60812000-02-25 Scott Bambrough <scottb@netwinder.org>
6082
6083 * gdb.base/long_long.exp: Correct test suite failure when printing
6084 a long long value as a double on ARM platforms.
6085
70f0cc22
JB
60862000-02-16 Jim Blandy <jimb@redhat.com>
6087
6088 * gdb.base/break.exp ("breakpoint line number"): Make sure the
6089 default source file is set properly before running this test.
6090
853819b8
EZ
60912000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6092
6093 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
6094 gdbtk/library directory, not in gdbtcl2.
6095
dfcd3bfb
JM
60962000-02-04 Jim Blandy <jimb@redhat.com>
6097
6098 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
6099 backslash from regexp pattern.
6100
6101 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
6102 procedure. Use it to run all the "continue to bp overloaded"
6103 tests. Note that this changes the names of the tests slightly.
6104 If the breakpoint hit message includes a hex PC value, because
6105 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
6106 from the real source code, still consider that a pass.
6107
6108 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
6109 XFAIL here if the breakpoint message contains a hex address. Note
6110 similar change on 1999-11-02.
6111
6112 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
6113
6114 * gdb.base/ptype.exp: Establish a default source file before
6115 calling get_debug_format.
6116
61172000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
6118
6119 * gdb.base/watchpoint.exp: Remove duplication of test messages.
6120
8b93c638
JM
61212000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6122
6123 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
6124 of successive stepi commands -- while in the prologue we should see
6125 the function entry bracket.
6126
61272000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6128
6129 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
6130 reach __change_mode() when stepping through the end of main().
6131
c5394b80
JM
61322000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
6133
6134 * gdb.base/default.exp: Fix expected pattern.
6135 * gdb.base/help.exp: Same.
6136
0d06e24b
JM
61372000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6138
6139 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
6140 Don't use xfail's because that affects only the following test.
d63a86f8 6141
0d06e24b
JM
6142 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
6143 solaris or linux.
6144
6145 * gdb.base/selftest.exp: Update to reflect changes to main.c.
6146
dc96c6c7 61472000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 6148
d63a86f8 6149 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
6150 "A syntax error" rather than "A parse error". Accept both.
6151
61522000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
6153
6154 * gdb.base/default.exp: Remove OS dependent string from "target
6155 remote" test.
6156 * gdb.base/help.exp: Same for "help target remote" test.
6157
c3f6f71d
JM
61582000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6159
6160 From Jim Kingdon <kingdon@redhat.com>:
6161
6162 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
6163 prompt (cleanup rather than necessity, but still might keep output
6164 from spilling to next test).
6165
61662000-01-02 Fred Fish <fnf@cygnus.com>
6167
6168 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
6169 AIX, which defines them in <sys/types.h>.
6170
ed9a39eb 61711999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 6172
ed9a39eb
JM
6173 * gdb.base/default.exp: Match arm* etc instead of arm in "info
6174 float" test.
6175
61761999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 6177
ed9a39eb 6178 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
6179
6180 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
6181 outermost frame disallowed".
6182
61831999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
6184
6185 * gdb.base/setvar.exp: New tests for setting the value of a struct
6186 with a constant list.
6187
61881999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6189
6190 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
6191 require the user to type a cast before setting the value of a struct.
6192
de57eccd
JM
61931999-12-06 Jim Blandy <jimb@cygnus.com>
6194
6195 * gdb.base/default.exp: Expect the new 'info float' command on
6196 all i386 platforms.
6197
6198 * gdb.threads/linux-dp.exp: Expand our ability to recognize
6199 LinuxThreads libraries that don't support debugging.
6200
c2d11a7d
JM
6201Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6202
6203 * gdb.base/remote.c: Fill the buffer with truely random data.
6204 Change the buffer type to ``unsigned char'' to simplify size
6205 arithmetic.
6206
6207 * gdb.base/remote.exp: Reduce download numbers by one. Typical
6208 stub only handles 400-1 byte packets. Verify that the download
6209 worked.
6210
62111999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
6212
6213 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
6214 tests, using UNRESOLVED for the untested cases. Also, does not wait
6215 for a timeout if the prompt was received before a recognizable pattern.
6216
62171999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
6218
6219 * lib/gdb.exp (gdb_expect_list): Fix spelling.
6220
62211999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6222
6223 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
6224 watchpoints.
6225
62261999-11-24 Jason Merrill <jason@casey.cygnus.com>
6227
6228 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
6229
6230 * gdb.c++/local.exp: Be more flexible in recognizing local class
6231 name mangling. Don't allow horribly truncated method names.
6232 * gdb.c++/derivation.exp: Expect protected inheritance.
6233 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
6234 * gdb.c++/virtfunc.exp: Likewise.
6235 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
6236 when printing a nested enum.
6237
62381999-11-22 Jim Blandy <jimb@cygnus.com>
6239
6240 * gdb.base/step-test.exp: Properly await GDB's response to setting
6241 a breakpoint on the call to large_struct_by_value.
6242
6243 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
6244 just because we have debug info for the `start' function.
6245
62461999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
6247
6248 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
6249 "Unknown signal" messages, which indicate (on LinuxThreads) that
6250 GDB doesn't know how to debug threads on this system. This is
6251 better than hanging while philosopher 0 dumps chatter into gdb.log.
6252
62531999-11-18 Tom Tromey <tromey@cygnus.com>
6254
6255 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
6256
62571999-11-18 Fred Fish <fnf@cygnus.com>
6258
6259 * gdb.base/coremaker2.c: Add sample program for generating
6260 cores that is more self contained than coremaker.c. Eventually
6261 I'll add more code to this and tie it into the testsuite.
6262
4ce44c66
JM
62631999-11-12 Stan Shebs <shebs@andros.cygnus.com>
6264
6265 * gdb.base/dollar.exp: Remove, now in gdb.hp.
6266
62671999-11-10 Jimmy Guo <guo@cup.hp.com>
6268
6269 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
6270 from $srcdir/lib/.
6271 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
6272 and gdb.c++/.
6273
6274 * gdb.c++/derivation.exp: remove redundant get compiler info code.
6275
d63a86f8 6276 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
6277 'continue with watch' test point.
6278
62791999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
6280
6281 Merged from p2linux-990323-branch:
d63a86f8 6282
4ce44c66
JM
6283 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
6284
11cf8741
JM
6285Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
6286
6287 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
6288 {limit,fixed}''. Test ``set download-write-size''.
6289
6290Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
6291
6292 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
6293 gdb_expect_list.
6294
6295Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
6296
6297 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
6298
62991999-11-03 Mark Salter <msalter@cygnus.com>
6300
6301 * gdb.base/break.exp: Fix "stub continue" pattern.
6302
63031999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
6304
6305 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
6306
63071999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
6308
6309 * gdb.base/display.exp ("finish"): Add timeout clause.
6310
6311 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
6312 plain prompt clause, so this doesn't have to time out in order to
6313 fail.
6314
6315 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
6316 breakpoint hit messages include an address.
6317
6318 * gdb.base/display.exp: Don't forget to escape parens in regular
6319 expressions. Unix regexp notatation sucks.
6320
63211999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6322
6323 * gdb.base/annota1.exp: Test for annotate-signalled: change output
6324 order for 'signalled' message.
6325
5c44784c
JM
63261999-11-01 Stan Shebs <shebs@andros.cygnus.com>
6327
6328 From Jimmy Guo <guo@cup.hp.com>:
6329 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
6330 * gdb.base/annota1.c: Add code for tests to work with.
6331
63321999-10-26 Frank Ch. Eigler <fche@cygnus.com>
6333
6334 * gdb.base/remote.exp: New test for remote downloading settings.
6335 * gdb.base/remote.c: New file with large .data.
6336
917317f4
JM
63371999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
6338
6339 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
6340 for LinuxThreads support, merged from the Code Fusion branch.
6341
6342Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
6343
6344 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
6345 containing exp_continue into a while within an expect. Don't
6346 attempt a start more than three times. Check return value from
6347 gdb_load.
d63a86f8 6348
2df3850c
JM
6349Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
6350
6351 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
6352 a pass case.
6353
2acceee2
JM
63541999-10-01 Kevin Buettner <kevinb@cygnus.com>
6355
6356 * gdb.base/break.c (main): Added a statement that we can step
6357 off of.
6358 * gdb.base/break.exp: Added tests for setting a breakpoint
6359 at an offset and stepping onto a breakpoint.
6360
63611999-10-01 Fred Fish <fnf@cygnus.com>
6362
d63a86f8 6363 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
6364 gdb output.
6365
c2c6d25f
JM
63661999-09-18 Jim Blandy <jimb@cris.red-bean.com>
6367
6368 * gdb.base/break.exp: Code locations are in hex, don't forget!
6369 (For HP-UX.)
6370
63711999-09-17 Stan Shebs <shebs@andros.cygnus.com>
6372
6373 * condbreak.exp: Use break.c as test program.
6374 * condbreak.c: Remove, redundant with break.c.
6375
63761999-09-15 Stan Shebs <shebs@andros.cygnus.com>
6377
6378 * config/monitor.exp (gdb_target_monitor): Disable X- and
6379 Z-packets if the target needs it.
6380
63811999-09-13 James Ingham <jingham@leda.cygnus.com>
6382
6383 * gdb.c++/overload.exp: Added tests for listing overloaded
6384 functions with function pointers in the arg, explicitly calling
6385 out the version you want.
6386
cff3e48b
JM
63871999-09-09 Stan Shebs <shebs@andros.cygnus.com>
6388
6389 * long_long.exp: Add variations of test cases that work for
6390 targets with 16-bit ints and 32-bit doubles.
6391
d4f3574e
SS
63921999-09-08 Stan Shebs <shebs@andros.cygnus.com>
6393
6394 * break.c (main): Compare a possibly-uninitialized argc with an
6395 unlikely value that fits in 16 bits.
6396
63971999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6398
6399 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
6400 0xfeeb, don't want negative numbers if ints are 16 bits.
6401
6402 * lib/gdb.exp (skip_cplus_tests): New proc.
6403 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6404 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
6405 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
6406 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
6407 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
6408 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
6409 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
6410 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
6411
6412 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
6413
6414Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
6415
6416 * gdb.base/corefile.exp (up): Allow a parameter to appear
6417 in the frame that we're going up to.
6418
6419 From Jim Blandy <jimb@cygnus.com>:
6420
6421 * gdb.base/default.exp (info float): Expect some output now.
6422
6423 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
6424 returning floating-point values to fail on the x86.
6425 * gdb.base/callfwmall.exp (do_function_calls): Same.
6426
6427 * gdb.base/list.exp (test_listsize): Correct expectations for
6428 listing line 1 with listsize 2. Also, listing a single line
6429 works now, as does listing three lines. [Kevin's note: There
6430 were a number of other cases fixed too where the expectations
6431 differed...]
6432
64331999-09-02 Stan Shebs <shebs@andros.cygnus.com>
6434
6435 * gdb.base/selftest.exp: Add case for when version prints as
6436 constant string instead of char pointer.
6437
104c1213
JM
64381999-08-25 Stan Shebs <shebs@andros.cygnus.com>
6439
6440 * gdb.base/ending-run.exp: Add Solaris case for what happens when
6441 stepping out of main.
6442
6443 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
6444 G++ used.
6445
6446 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
6447 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
6448
6449 * gdb.c++/ovldbreak.exp: Update match string in test that
6450 includes a warning of multiple breakpoints.
6451
64521999-08-24 Stan Shebs <shebs@andros.cygnus.com>
6453
6454 * gdb.base/display.exp: Improve precision of step-after-finish
6455 added yesterday.
6456
6457 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
6458 test.
6459
6460 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
6461 configs when using G++, not just hppa*.
6462
64631999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6464
6465 * gdb.base/async.c: New file.
6466 * gdb.base/async.exp: New file.
6467
6468Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
6469
6470 * gdb.base/break.exp: Tweak PA specific tests to properly handle
6471 PA64.
6472
53a5351d
JM
6473Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
6474
104c1213
JM
6475 * gdb.base/display.exp: "finish" can leave us mid-line on many
6476 targets, deal with it. Add a small constant to main, instead of
6477 1000 since main+1000 may not be a valid address in the target.
6478
53a5351d
JM
6479 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
6480 on hpux11.
6481
6482 * gdb.base/attach.exp: Handle another hpux11 error message variant
6483 when attaching to a process that does not exist.
6484
64851999-08-19 J.T. Conklin <jtc@redback.com>
6486
6487 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6488 characters in 'continue to 1241' test.
6489
64901999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6491
6492 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6493 stop in print_long_arg_list, define and use a whitespace
6494 variable in print_small_structs test, add an XFAIL for Solaris.
6495 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6496 interested enough to fix.
6497
7be570e7
JM
64981999-08-13 Keith Seitz <keiths@cygnus.com>
6499
6500 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
6501 (dbx_gdb_load): Remove. Use gdb_load instead, since that
6502 proc knows about targets other than the natives.
6503 (test_assign): Use "gdb_run_cmd" to "run" the target.
6504 Check that we've actually hit the breakpoint at main.
6505 When we attempt to assign a value to a local variable, check
6506 that the variable is in the current scope, i.e., don't use
6507 a test with an empty result.
6508
6509Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6510
6511 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
6512 command.
6513
65141999-08-09 Stan Shebs <shebs@andros.cygnus.com>
6515
6516 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6517 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
6518 gdb.compat, gdb.threads-hp.
6519 gdb.hp/configure, gdb.hp/configure.in: New files.
6520 gdb.hp/Makefile.in: Recurse into new subdirs.
6521 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
6522 gdb.hp/gdb.objdbg: New directory, tests for debugging info
6523 in object files.
6524 gdb.hp/tools: New directory, aux tools for HP-specific tests.
6525
96baa820
JM
65261999-08-05 Stan Shebs <shebs@andros.cygnus.com>
6527
6528 * gdb.base/display.exp: Help expect by putting a newline in the
6529 funky printf, remove a bogus p/a test.
6530
65311999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6532
6533 * gdb.base/display.exp: Make sure that when we say 'run', we are
6534 connected to the target. This is necessary when running not
6535 natively.
6536
65371999-08-03 Stan Shebs <shebs@andros.cygnus.com>
6538
6539 * gdb.base/step-test.exp: Removed some extraneous messages.
6540
6541 * gdb.base/long_long.exp: Don't run memory examination tests
6542 on little-endian targets (they will need a different set of
6543 results to match).
6544
65451999-08-02 Stan Shebs <shebs@andros.cygnus.com>
6546
6547 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
6548 until somebody decides to fix GDB.
6549
6550 * gdb.base/long_long.c: Stop compiler complaint by specifying long
6551 constant as "ULL".
6552 * gdb.base/long_long.exp: Loosen x/c test, add partial result
6553 matches for a couple x/2 commands.
6554
a0b3c4fd
JM
65551999-07-30 Stan Shebs <shebs@andros.cygnus.com>
6556
6557 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
6558 by merging in ref-types2 tests.
6559 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
6560
6561 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6562 * gdb.c++/Makefile.in: Add standard actions.
6563 (EXECUTABLES): Rename from PROGS, update list.
6564 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
6565 from gdb.hp.
6566 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
6567 foo and bar locals.
6568 * gdb.c++/anon-union.exp: Fix tests to match.
6569 * gdb.c++/classes.exp: Run if HP compiler used, add extra
6570 expect matches to handle output variations.
6571 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
6572 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
6573 output, add HP alternatives for new and delete prints.
6574 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
6575 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
6576 * gdb.c++/demangle.exp: Use $style when reporting failure.
6577 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
6578 * gdb.c++/inherit.exp: Run if HP compiler used, add some
6579 match alternatives.
6580 * gdb.c++/local.exp: Add match alternatives or xfails for HP
6581 compilers.
6582 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
6583 * gdb.c++/method.exp: Add match alternatives.
6584 * gdb.c++/misc.cc: Add bool types.
6585 * gdb.c++/misc.exp: Add tests for bool types.
6586 * gdb.c++/overload.exp: Add xfails.
6587 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
6588 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
6589 add some more template parameter tests (only for HP currently).
6590 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
6591 * gdb.c++/virtfunc.cc: Add return type and value for main.
6592 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
6593 match alternatives.
d63a86f8 6594
a0b3c4fd
JM
65951999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6596
6597 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
6598
65991999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
6600
6601 * gdb.base/signals.exp: Don't expect getting a backtrace from
6602 within a signal handler to fail on Linux.
6603
66041999-07-29 Stan Shebs <shebs@andros.cygnus.com>
6605
6606 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6607 * lib/gdb.exp: Remove some gratuitious semicolons.
6608 (delete_breakpoints): Increase timeout.
6609 (gdb_expect): Add -notransfer option.
6610 (gdb_test): Use -notransfer option.
6611 (get_compiler_info): Add f77 case.
6612 (get_compiler): New proc, split out from gdb_preprocess, add f77
6613 case.
6614 (gdb_preprocess): Call get_compiler.
6615
6616 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
6617 * gdb.base/attach.exp, gdb.base/display.exp,
6618 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
6619 gdb.base/long_long.exp, gdb.base/printcmds.exp,
6620 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
6621 third arg to gdb_test.
6622 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
6623 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
6624 HP-UX xfails, add others.
6625 * gdb.base/completion.exp: Reflect name change of self-test.
6626 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
6627 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
6628 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
6629 HP failure number.
6630 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
6631 useless HP-UX 10.30 references.
6632 * gdb.base/maint.exp: Loosen matches.
6633 * gdb.base/pointers.c (main): Declare more_code.
6634 * gdb.base/pointers.exp: Match on output of a `next'.
6635 * gdb.base/structs.c: Add prototypes.
6636 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
6637 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
6638
66391999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6640
6641 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
6642 command.
6643
66441999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6645
6646 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
6647 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
6648
6649 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
6650 debug info. Deal with lack of signal hanlder info in stack.
6651
6652 From Jim Kingdon <kingdon@redhat.com>:
6653 * gdb.base/annota1.exp: If printf has debug info, deal with it.
6654
5a2468f5
JM
66551999-07-19 Stan Shebs <shebs@andros.cygnus.com>
6656
6657 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
6658 gdb.base/foll-vfork.exp: Don't run for crosses.
6659
adf40b2e
JM
6660Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6661
6662 * gdb.base/configure.in: Check for gdbvars.exp instead of
6663 a1-selftest.exp.
6664 * gdb.base/configure: Re-generate.
6665
66661999-07-12 Stan Shebs <shebs@andros.cygnus.com>
6667
6668 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
6669 in trying to run first and name is too long.
6670
6671 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
6672 pointers2.c and pointers2.exp, respectively.
6673 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
6674 doschk happier.
6675
43e526b9
JM
66761999-07-08 Stan Shebs <shebs@andros.cygnus.com>
6677
6678 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
6679 callfuncs2.c and callfuncs2.exp.
6680
6681 * gdb.base/list.exp: Remove mistaken xfails.
6682 * gdb.base/list0.h: Add optional prototypes.
6683
9846de1b
JM
6684Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
6685
6686 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
6687 calling malloc.
6688 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
6689 * ptype.exp: Move test for get_debug_format to before its first
6690 use.
6691
66921999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6693
6694 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
6695 * gdb.base/annota2.cc, annota2.exp: Move from here.
6696 * gdb.c++/annota2.cc, annota2.exp: To here.
6697 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
6698
43ff13b4
JM
6699Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6700
6701 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
6702 a consistent format.
6703
085dd6e6
JM
67041999-06-25 Stan Shebs <shebs@andros.cygnus.com>
6705
6706 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6707 * lib/gdb.exp (get_compiler_info): Add detection for assorted
6708 HP compilers, also set the globals $true and $false.
6709
6710 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
6711 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
6712 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
6713 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
6714 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
6715 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
6716 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
6717 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
6718 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
6719 whatis.c} Add C++ compatible function definitions and return
6720 types, add includes for library functions.
6721 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
6722 * gdb.base/step-test.c (myglob): Rename from glob.
6723 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
6724 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
6725 files, move here from gdb.hp.
6726 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
6727 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
6728 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
6729 Adjust line numbers in regexps.
6730
6731 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
6732 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
6733 instead of 0/1.
6734
6735 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
6736 foll-vfork.exp: New files, move here from gdb.hp.
6737 * gdb.base/page.exp: New file, test of pagination command.
6738
6739 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
6740 recursion test.
6741 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
6742
6743 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
6744 gdb.base/solib.exp: Fix compiler invocation process.
6745
6746 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
6747 HP-UX 11, turn off overload resolution explicitly.
6748 * gdb.base/commands.exp: Set argument list explicitly, add
6749 watchpoint test.
6750 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
6751 them work.
6752 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
6753 expressions properly.
6754 * gdb.base/corefile.exp: Loosen the match slightly.
6755 * gdb.base/default.exp: Allow "Error accessing memory" message
6756 also.
6757 * gdb.base/display.exp: Skip over x/0 j if PA64.
6758 * gdb.base/funcargs.exp: Add xfails for HP-UX.
6759 * gdb.base/interrupt.exp: Ditto.
6760 * gdb.base/langs.exp: Add symbolic matches governed by compiler
6761 in use.
6762 * gdb.base/list.exp: Add xfails for HP-UX.
6763 * gdb.base/long_long.exp: Refine some of the numeric matches.
6764 * gdb.base/mips_pro.exp: Xfail on HP-UX.
6765 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
6766 * gdb.base/nodebug.exp: Succeed on more varieties of output.
6767 * gdb.base/opaque.exp: Remove some HP-UX xfails.
6768 * gdb.base/ptype.exp: Succeed on more varieties of output.
6769 * gdb.base/scope.exp: Add xfails for HP-UX.
6770 * gdb.base/sect-cmd.exp: Add more cases.
6771 * gdb.base/setvar.exp: Add xfails for HP-UX.
6772 * gdb.base/shlib-call.exp: Loosen some matches slightly.
6773 * gdb.base/signals.exp: Match on void symbolically.
6774 * gdb.base/step-test.exp: Add case for PA64.
6775 * gdb.base/term.exp: Add exit and restart.
6776 * gdb.base/twice.exp: Clean up after self.
6777 * gdb.base/varargs.exp: Disable overload resolution explicitly.
6778 * gdb.base/whatis.exp: Allow more ways to pass tests.
6779
6780 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
6781 no longer useful.
6782
6783Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
6784
6785 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
6786 list of patterns.
6787 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
6788 print_double_array(double_array)", "continuing to breakpoint
6789 1018", "print print_double_array(array_d)" and "continuing to
6790 1034" tests.
d63a86f8 6791
085dd6e6
JM
67921999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6793
6794 * Makefile.in: Add empty html and install-html targets.
6795
67961999-06-24 Stan Shebs <shebs@andros.cygnus.com>
6797
6798 * config/mt-*: Remove, these haven't been used since 1996.
6799
68001999-06-22 Stan Shebs <shebs@andros.cygnus.com>
6801
6802 * gdb.base/call-strs.c, gdb.base/ending-run.c,
6803 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
6804 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
6805
9e0b60a8
JM
68061999-06-18 Stan Shebs <shebs@andros.cygnus.com>
6807
6808 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
6809 simpler match case for the ptype of the big class.
6810
68111999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6812
6813 * gdb.exp: Fix test for gdb_prompt existence.
6814
68151999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6816
6817 * gdb.exp (gdb_test): Add fail after calls to perror.
6818
68191999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6820
6821 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
6822
68231999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6824
6825 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
6826
0f71a2f6
JM
6827Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
6828
6829 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
6830 malloc() is linked in.
6831
68321999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6833
6834 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
6835 step at end.
6836
6837 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
6838
68391999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
6840
6841 * gdb.java/jv-print.exp: New file. (Our first Java test!)
6842
cce74817
JM
6843Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
6844
6845 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
6846 * gdb.base/mips_pro.exp: Likewise.
6847
68481999-06-02 Keith Seitz <keiths@cygnus.com>
6849
6850 * gdb.c++/templates.cc: Change all "new" operators to throw
6851 an exception.
6852 * gdb.c++/cplusfuncs.cc: Likewise.
6853
6854 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
6855
6856Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
6857
6858 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
6859 * gdb.base/ending-run.exp: When stepping out of main, accept a
6860 step into an arbitrary assembler file.
6861
392a587b
JM
68621999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6863
d63a86f8 6864 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 6865 "breakpoint-invalid" to be printed.
d63a86f8 6866 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
6867 number of "frames-invalid" and "breakpoint-invalid" to be printed.
6868 * gdb.base/annota2.cc: Initialize a.x to 0.
6869
9e086581
JM
68701999-05-17 Keith Seitz <keiths@cygnus.com>
6871
6872 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
6873 when "skip_float_tests" set.
6874 Ditto for "print print_double_array(array_d)", "print print_small_structs",
6875 "print print_ten_doubles", and "step into print_long_arg_list".
6876 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
6877 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
6878 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
6879 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
6880 "skip_float_tests" is set.
6881 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
6882 when "skip_float_tests" set.
d63a86f8 6883
cd0fc7c3
SS
68841999-05-06 Keith Seitz <keiths@cygnus.com>
6885
6886 * gdb.base/annota2.cc: Include stdio.h.
6887
6888Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
6889
6890 * gdb.base/crossload.exp: Remove, this has been disabled ever
6891 since BFD stopped including all targets, and cross-GDB gets
6892 plenty of testing anyway.
6893 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
6894 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
6895 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
6896 * gdb.base/README: Remove, was doc for this.
6897 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
6898 needed.
6899
b83266a0
SS
69001999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6901
6902 * gdb.base/call-ar-st.exp: Fix one regular expression in test
6903 output.
6904
6905 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
6906 * gdb.base/annota2.exp: New file. More annotation tests.
6907 * gdb.base/annota1.c: New file. Source file for annota1.exp.
6908 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
6909
69101999-04-23 Angela Marie Thomas <angela@cygnus.com>
6911
6912 * config/cfdbug.exp: New file.
6913
7a292a7a
SS
69141999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
6915
6916 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
6917 Marcus Daniel's and Dale Hawkins's demangler crashes.
6918
6919 * gdb.c++/demangle.exp (test_gnu_style_demangling,
6920 test_lucid_style_demangling, test_arm_style_demangling,
6921 test_hp_style_demangling): Try Tom Tromey's core-dumping
6922 identifier under each demangling style.
6923
69241999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
6925
6926 * gdb.c++/demangle.exp: Include the current demangling style
6927 in all test names.
6928 (current_demangling_style): New global variable.
6929 (set_demangling_style, test_demangling_core, test_demangling,
6930 test_demangling_exact): New functions.
6931 (test_gnu_style_demangling, test_lucid_style_demangling,
6932 test_arm_style_demangling, test_hp_style_demangling): Use those,
6933 instead of calling gdb_test and gdb_test_exact directly.
6934 (catch_demangling_errors): New function, which reports errors
6935 signalled by the demangling test functions in an orderly way.
6936 (do_tests): Use catch_demangling_errors.
6937
69381999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
6939
6940 * gdb.base/signals.exp (test_handle_all_print): Use () for
6941 grouping in expressions, not {}.
6942
6943 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
6944 initialized yet.
6945
69461999-04-01 Stan Shebs <shebs@andros.cygnus.com>
6947
6948 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
6949 are listed.
6950
69511999-03-26 Stan Shebs <shebs@andros.cygnus.com>
6952
6953 * gdb.stabs/weird.exp: Test for CC being defined before
6954 looking at its value.
6955
69561999-03-25 Stan Shebs <shebs@andros.cygnus.com>
6957
6958 * gdb.base/call-ar-st.exp: Remove stray '#'.
6959 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
6960 "short int" and "long int".
6961 * gdb.c++/overload.cc: Cast the string added in the previous
6962 change, to mollify finicky HP compiler.
6963 * gdb.hp/reg-test.exp (testfile): Fix file name.
6964 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 6965
7a292a7a
SS
6966 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
6967 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
6968 alternate form of enum ptype.
6969
c906108c
SS
69701999-03-23 Stan Shebs <shebs@andros.cygnus.com>
6971
7a292a7a
SS
6972 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
6973 * gdb.hp/*.exp: Change all to run compiler probe only after
6974 passing skip_hp_tests, so as not to waste time on guaranteed
6975 failure.
6976
c906108c
SS
6977 * gdb.c++/overload.cc: Pass string instead of char addr, always
6978 init ccpfoo.
6979 * gdb.c++/templates.cc: Fix syntax error.
6980
7a292a7a
SS
6981Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6982
6983 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 6984 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
6985 command.
6986
69871999-03-18 James Ingham <jingham@cygnus.com>
6988
6989 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
6990
6991 * gdb.c++/method.exp: It was testing an uninitialized int on the
6992 stack and assuming it was positive.
6993
6994 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
6995
6996 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 6997 keep it from killing the rest of the tests.
7a292a7a
SS
6998 Use gdb_continue_to_end.
6999
7000 * gdb.base/sigall.exp: use gdb_continue_to_end.
7001
7002 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
7003
7004 * gdb.base/display.exp: use runto_main, not run.
7005
d63a86f8
RM
7006 * gdb.base/default.exp: Check for the current error message in the
7007 r abbreviation test.
7a292a7a
SS
7008 Add strongarm to the targets that know info float.
7009
d63a86f8 7010 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
7011 run which doesn't work with monitors.
7012
7013 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
7014
7015 * gdb.base/break.exp: use the gdb_continue_to_end proc.
7016
7017 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
7018 program. Traps the case (in Cygmon) when the program never really
7019 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
7020 more places, so I used my name. Sorry Mark...
7021
7022 * config/monitor.exp (gdb_target_monitor): added another
7023 target_info parameter: remotebinarydownload. This will set the
7024 remotebinarydownload flag if this is causing some boards trouble.
7025
70261999-03-18 Mark Salter <msalter@cygnus.com>
7027
7028 * lib/gdb.exp (continue_to_exit): New function.
7029
7030 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
7031 * gdb.base/ending-run.exp: Ditto.
7032 * gdb.base/step-test.exp: Ditto.
7033
70341999-03-16 Stan Shebs <shebs@andros.cygnus.com>
7035
7036 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
7037 (suggested by Art Haas <ahaas@neosoft.com>).
7038
70391999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
7040
7041 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7042
7043Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
7044
7045 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
7046 descriptions of types (short unsigned int vs unsigned short, etc).
7047
70481999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
7049
7050 * gdb.base/call-strs.exp: Don't assume that `step' will step over
7051 a call to strlen; sometimes we do have sources.
7052
70531999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
7054
7055 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
7056 character, so GDB won't print garbage after its end.
d63a86f8 7057
c906108c
SS
7058 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
7059 breakpoint there instead. Sometimes GCC emits memcpy to handle
7060 the large structures being passed by value, so we step into that
7061 instead of sum_array_print, which obscures what we're really testing.
7062 * gdb.base/step-test.exp: However, we do want a test that notices
7063 the bizarre steps into memcpy, so do that here. Add check for
7064 stepping into function calls that pass large structures by value.
7065 ("Is that a noun clause, or are you just happy to see me?")
7066 Remove all references to specific line numbers.
7067 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
7068 New type and function.
7069 (main): Call large_struct_by_value, passing it a large struct by value.
7070 * lib/gdb.exp (gdb_get_line_number): New function.
7071
7072 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
7073 more portable.
7074
7a292a7a
SS
70751999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7076
c906108c
SS
7077 * lib/gdb.exp: Doc fixes.
7078
7a292a7a
SS
70791999-03-05 Nick Clifton <nickc@cygnus.com>
7080
d63a86f8 7081 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
7082
70831999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
7084
c906108c
SS
7085 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
7086 commands. They're not germane to this test, and they don't work
7087 that way on remote targets.
7088
3fc11d3e
JM
70891999-03-01 James Ingham <jingham@cygnus.com>
7090
7091 * Changelog entries merged over from gdb development branch.
7092
3fc11d3e
JM
7093 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
7094
7095 * lib/gdb.exp (gdbtk_analyze_results): Generic function
7096 for outputting results of test run.
7097
2d4a1622 7098 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
7099
7100 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 7101
7a292a7a
SS
71021999-02-25 Felix Lee <flee@cygnus.com>
7103
7104 * lib/gdb.exp (debug_format): initialize
7105
c906108c
SS
71061999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
7107
7108 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
7109 * gdb.base/call-rt-st.c: Ditto.
7110
c906108c
SS
71111999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
7112
7113 * gdb.threads/pthreads.exp (horiz): New variable.
7114 (test_startup): Fix regexps that capture thread numbers.
7115
71161999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
7117
7118 * gdb.base/smoke.exp: Disambiguate two test case names (both
7119 called ``print'').
7120
7121Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7122
7123 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
7124 compilation.
7125
71261999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7127
7128 * gdb.base/miscexprs.exp: Change patterns to match GDB's
7129 actual output formatting.
7130 * gdb.base/smoke.exp: GDB removes leading 0's.
7131 * gdb.base/volatile.exp: Don't check type of remuneration;
7132 that variable is no longer defined in constvars.c.
7133 * gdb.base/step-test.c (main): Exit with explicit exit code.
7134 * gdb.base/step-test.exp: Remove two nexti checks--they are
7135 not portable.
7136
71371999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7138
7139 * gdb.base/help.exp ("help delete display"): Fix test to match
7140 gdb's output.
7141
7142 * gdb.base/long_long.c (known_types): Initialize values to zero.
7143 * gdb.base/long_long.exp: Step one more line
7144 so 'dec' is initialized in "get to known place". GDB removes
d63a86f8 7145 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
7146 unique test case names.
7147
7148Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7149
d63a86f8 7150 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
7151
7152 * gdb.c++/method.exp: Add missing close brace.
7153
71541999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
7155
7156 * gdb.base/maint.exp: Use 'set height 0' to disable page
7157 prompting, not 'set height 400'.
7158
7159 Fix a bunch of timeouts.
7160 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
7161 four separate tests, so expect doesn't take forever to match a ton
7162 of text against a regexp with lots of .* forms.
7163 ("maint print psymbols", "maint print symbols"): Make some of
7164 these greps more selective, so that expect doesn't try to wade
7165 through huge piles of output and time out.
7166
7167 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
7168
7169 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
7170 tests: one which doesn't expect shlib events to be reported, and
7171 another which does, but is XFAIL for all platforms other than
7172 HP/UX.
7173
7174 * gdb.base/break.exp: Teach the test suite that the `catch
7175 fork', `catch vfork', and `catch exec' commands produce error
7176 messages on platforms that don't provide these features.
7177
7178Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7179
7180 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
7181 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
7182 (shortening names from solib_threshold.exp etc), won't run on
7183 anything but HP-UX for the foreseeable future.
7184 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
7185 reflect move.
7186
7187Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
7188
7189 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7190 gdb.trace/Makefile.in (clean): Remove all test executables.
7191
7192Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
7193
7194 * gdb.base/shlib-call.exp: add test cases to verify that gdb
7195 successfully re-sets breakpoints in shared libraries.
7196 * gdb.base/shmain.c (main): return 0, don't fall off the end.
7197
7198Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7199
d63a86f8
RM
7200 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
7201 and compiled w/o GCC.
c906108c
SS
7202
7203 * gdb.hp/watch-cmd.exp: ditto.
7204
7205 * gdb.hp/watch-hp.exp: ditto.
7206
7207 * gdb.hp/xdb1.exp: ditto.
7208
7209 * gdb.hp/xdb2.exp: ditto.
7210
7211 * gdb.hp/dbx.exp: ditto.
7212
7213Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
7214
7215 * constvars.c: Remove C++-isms.
7216 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
7217 with GCC.
7218
7219Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
7220
7221 The following changes are part of the HP merge.
7222
7223 * gdb.base/break.exp: new tests to verify that catchpoints for
7224 fork, vfork, and exec don't trigger inappropriately.
7225
7226 * gdb.base/opaque.exp: compile one file at a time, then link.
7227
7228 * gdb.base/signals.exp: be more restrictive about which hppa
7229 systems receive a setup_xfail. new tests.
7230
7231 * gdb.base/solib_threshold.build: new file.
7232 * gdb.base/solib_threshold.exp: new file.
7233 * gdb.base/solib_threshold.link_opts: new file.
7234 * gdb.base/solib_threshold.mk: new file.
7235 * gdb.base/gen_solib_threshold.c: new file.
7236
7237 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
7238 tests. New tests for enums inside classes.
7239
7240 * gdb.c++/compiler.cc: indicate support of template debugging.
7241
7242 * gdb.c++/demangle.exp: run hp style demangling tests.
7243
7244 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
7245 tests.
7246
7247 * gdb.c++/misc.cc: changes to support new tests.
7248
7249 * gdb.c++/templates.cc: changes to support HP's compiler; changes
7250 to support new tests.
7251
7252 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
7253 gcc, then skip these tests.
7254
7255Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
7256
7257 The following files are part of the HP merge; some had longer
7258 names at HP, but have been renamed to be no more than 14
7259 characters in length.
7260
7261 * gdb.hp/ambiguous.cc: new file.
7262 * gdb.hp/ambiguous.exp: new file.
7263 * gdb.hp/attach.exp: new file.
7264 * gdb.hp/attach2.exp: new file.
7265 * gdb.hp/classes-hp.exp: new file.
7266 * gdb.hp/ctti.exp: new file.
7267 * gdb.hp/ctti-add.cc: new file.
7268 * gdb.hp/ctti-add1.cc: new file.
7269 * gdb.hp/ctti-add2.cc: new file.
7270 * gdb.hp/ctti-add3.cc: new file.
7271 * gdb.hp/dbx.exp: new file.
7272 * gdb.hp/exception.cc: new file.
7273 * gdb.hp/exception.exp: new file.
7274 * gdb.hp/foll-exec.c: new file.
7275 * gdb.hp/foll-exec.exp: new file.
7276 * gdb.hp/foll-fork.c: new file.
7277 * gdb.hp/foll-fork.exp: new file.
7278 * gdb.hp/foll-vfork.c: new file.
7279 * gdb.hp/foll-vfork.exp: new file.
7280 * gdb.hp/inherit-hp.exp: new file.
7281 * gdb.hp/more-steps.exp: new file.
7282 * gdb.hp/namespace.cc: new file.
7283 * gdb.hp/namespace.exp: new file.
7284 * gdb.hp/optimize.exp: new file.
7285 * gdb.hp/pxdb.c: new file.
7286 * gdb.hp/pxdb.exp: new file.
7287 * gdb.hp/quicksort.exp: new file.
7288 * gdb.hp/reg-test.exp: new file.
7289 * gdb.hp/reg-test.s: new file.
7290 * gdb.hp/sized-enum.c: new file.
7291 * gdb.hp/sized-enum.exp: new file.
7292 * gdb.hp/start-stop.exp: new file.
7293 * gdb.hp/templ-hp.cc: new file.
7294 * gdb.hp/templ-hp.exp: new file.
7295 * gdb.hp/thr-lib.c: new file.
7296 * gdb.hp/thr-lib.exp: new file.
7297 * gdb.hp/thr-lib.h: new file.
7298 * gdb.hp/thr-liblib.c: new file.
7299 * gdb.hp/virtfun-hp.c: new file.
7300 * gdb.hp/virtfun-hp.exp: new file.
7301 * gdb.hp/watch-cmd.exp: new file.
7302 * gdb.hp/watch-hp.exp: new file.
7303 * gdb.hp/xdb1.exp: new file.
7304 * gdb.hp/xdb2.exp: new file.
7305 * gdb.hp/xdb3.exp: new file.
7306
7307Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
7308
7309 The following files are part of the HP merge; some had longer
7310 names at HP, but have been renamed to be no more than 14
7311 characters in length.
7312
7313 * gdb.base/ss.h: new file.
7314 * gdb.base/call-ar-st.c: new file.
7315 * gdb.base/call-ar-st.exp: new file.
7316 * gdb.base/call-rt-st.c: new file.
7317 * gdb.base/call-rt-st-exp: new file.
7318 * gdb.base/call-strs.exp: new file.
7319 * gdb.base/ena-dis-br.exp: new file.
7320 * gdb.base/environ.exp: new file.
7321 * gdb.base/long_long.exp: new file.
7322 * gdb.base/sect-cmd.exp: new file.
7323 * gdb.base/shlib-cl2.exp: new file.
7324 * gdb.base/smoke.exp: new file.
7325 * gdb.base/so-impl-ld.c: new file.
7326 * gdb.base/so-impl-ld.exp: new file.
7327 * gdb.base/so-indr-cl.c: new file.
7328 * gdb.base/so-indr-cl.exp: new file.
7329 * gdb.base/varargs.exp: new file.
7330 * gdb.base/volatile.exp: new file.
7331 * gdb.base/whatis-exp.exp: new file.
7a292a7a 7332 * gdb.base/display.exp: new file.
c906108c
SS
7333 * gdb.c++/derivation.exp: new file.
7334 * gdb.c++/local.exp: new file.
7335 * gdb.c++/member-ptr.exp: new file.
7336 * gdb.c++/overload.exp: new file.
7337 * gdb.c++/ovldbreak.exp: new file.
7338 * gdb.c++/ref-types.exp: new file.
7339 * gdb.c++/ref-types2.exp: new file.
7340 * gdb.c++/userdef.exp: new file.
d63a86f8 7341
c906108c
SS
7342Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7343
7344 * gdb.base/default.exp: Reflect wording change in remote.c.
7345
dc96c6c7 7346Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7347
7348 * gdb.base/help.exp: Update to reflect current text.
7349
7350Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
7351
7352 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
7353 they're stack variables and contain garbage.
7354 * gdb.c++/anon-union.exp: new file.
7355
7356 The following changes were made by David Taylor
7357 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7358 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7359 in changes by HP.
7360
7361 * gdb.base/bitops.exp: new file.
7362 * gdb.base/default.exp: change expected messages for catch and
7363 info catch tests to reflect HP merge changes.
7364 * gdb.base/enable-disable-break.exp
7365 * gdb.base/ending-run.c: new file.
7366 * gdb.base/long_long.c: new file.
7367 * gdb.base/maint.exp: new file.
7368 * gdb.base/pointers2.exp: new file.
7369 * gdb.base/shlib-call2.exp: new file.
7370 * gdb.base/solib.exp: new file.
7371 * gdb.base/step-test.c: new file.
7372 * gdb.c++/anon-union.cc: new file.
7373 * gdb.c++/local.cc: new file.
7374 * gdb.c++/member-pointer.cc: new file.
7375 * gdb.c++/method.cc: new file.
7376 * gdb.c++/ref-types.cc: new file.
7377 * gdb.c++/ref-types2.cc: new file.
7378 * gdb.c++/userdef.cc: new file.
d63a86f8 7379
c906108c
SS
7380 * gdb.base/scope.exp: compile one file at a time, then link.
7381 * gdb.base/langs.exp: ditto.
7382 * gdb.base/list.exp: ditto.
d63a86f8 7383
c906108c
SS
7384Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
7385
7386 The following changes were made by David Taylor
7387 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7388 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7389 in changes by HP.
d63a86f8 7390
c906108c
SS
7391 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
7392 skip tests. When compiling pass c++ flag to gdb_compile.
7393 * gdb.c++/
d63a86f8 7394
c906108c
SS
7395 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
7396 test for on hppa*-*-hpux*; use args to see if c++ was specified.
7397 (skip_hp_tests): new function.
7398 (gdb_preprocess): new function.
7399
7400 * configure.in (hpdir): decide whether to configure gdb.hp.
7401 * configure: regenerated.
7402
7403 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
7404 to delete on clean.
7405 (EXECUTABLES): update to reflect new additions.
7406 * gdb.base/commands.exp: update message expected.
7407 * gdb.base/default.exp: add copyright notice.
7408 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
7409 * gdb.base/help.exp: update messages to reflect current text.
7410 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
7411 targets for recurse tests.
7412 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
7413 skip this file.
7414
7415 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
7416 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
7417 compilation.
7418 * gdb.c++/misc.exp: ditto.
7419 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
7420 run the tests. tell gdb_compile that it's a c++ compilation.
7421
7422 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 7423
c906108c
SS
7424 * gdb.base/all-bin.exp: new file.
7425 * gdb.base/arithmet.exp: new file.
7426 * gdb.base/assign.exp: new file.
7427 * gdb.base/completion.exp: new file.
7428 * gdb.base/cond-expr.exp: new file.
7429 * gdb.base/condbreak.exp: new file.
7430 * gdb.base/define.exp: new file.
7431 * gdb.base/dollar.exp: new file.
7432 * gdb.base/environment.exp: new file.
7433 * gdb.base/eval-skip.exp: new file.
7434 * gdb.base/jump.exp: new file.
7435 * gdb.base/logical.exp: new file.
7436 * gdb.base/pointers.exp: new file.
7437 * gdb.base/relational.exp: new file.
7438 * gdb.base/section_command.exp: new file.
7439 * gdb.base/whatis-expr.exp: new file.
7440
7441 * gdb.base/all-types.c: new file.
7442 * gdb.base/call-array-struct.c: new file.
7443 * gdb.base/call-return-struct.c: new file.
7444 * gdb.base/call-strings.c: new file.
7445 * gdb.base/callfuncs2.c: new file.
7446 * gdb.base/condbreak.c: new file.
7447 * gdb.base/constvars.c: new file.
7448 * gdb.base/display.c: new file.
7449 * gdb.base/int-type.c: new file.
7450 * gdb.base/jump.c: new file.
7451 * gdb.base/miscexprs.c: new file.
7452 * gdb.base/pointers.c: new file.
7453 * gdb.base/pointers2.c: new file.
7454 * gdb.base/shmain.c: new file.
7455 * gdb.base/shr1.c: new file.
7456 * gdb.base/shr2.c: new file.
7457 * gdb.base/solib.c: new file.
7458 * gdb.base/solib1.c: new file.
7459 * gdb.base/solib2.c: new file.
7460 * gdb.base/varargs.c: new file.
7461 * gdb.c++/derivation.cc: new file.
7462 * gdb.c++/overload.cc: new file.
7463 * gdb.c++/ovldbreak.cc: new file.
7464 * gdb.hp/attach.c: new file.
7465 * gdb.hp/attach2.c: new file.
7466 * gdb.hp/average.c: new file.
7467 * gdb.hp/compiler.c: new file.
7468 * gdb.hp/compiler.cc: new file.
7469 * gdb.hp/execd-program.c: new file.
7470 * gdb.hp/follow-exec.c: new file.
7471 * gdb.hp/follow-fork.c: new file.
7472 * gdb.hp/follow-vfork-and-exec.c: new file.
7473 * gdb.hp/misc-hp.cc: new file.
7474 * gdb.hp/more-steps.c: new file.
7475 * gdb.hp/optimize.c: new file.
7476 * gdb.hp/quicksort.c: new file.
7477 * gdb.hp/run-hp.c: new file.
7478 * gdb.hp/start-stop.c: new file.
7479 * gdb.hp/sum.c: new file.
7480 * gdb.hp/templates-hp.cc: new file.
7481 * gdb.hp/thread-local-in-lib.c: new file.
7482 * gdb.hp/thread-local-in-lib.h: new file.
7483 * gdb.hp/thread-local-in-lib.lib.c: new file.
7484 * gdb.hp/vforked-program.c: new file.
7485 * gdb.hp/virtfunc-hp.cc: new file.
7486 * gdb.hp/watchpoint-hp.c: new file.
7487 * gdb.hp/xdb.c: new file.
7488 * gdb.hp/xdb0.c: new file.
7489 * gdb.hp/xdb0.h: new file.
7490 * gdb.hp/xdb1.c: new file.
7491
7492Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7493
7494 The following change was made by Edith Epstein
7495 <eepstein@cygnus.com> as part of a project to merge in changes
7496 originally made by HP; HP did not create ChangeLog entries.
7497
7498 * gdb.c++/demangle.exp: changed the expected output for some
7499 ARM-style mangling -- removed second reference to datatype.
7500 For example, maint demangle __dt__11T1__pt__2_cFv
7501 T1<char>::~T1<char>(void)
7502 becomes,
7503 maint demangle __dt__11T1__pt__2_cFv
7504 T1<char>::~T1(void)
7505
7506 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 7507
c906108c
SS
7508Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
7509
7510 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
7511 * gdb.trace/backtrace.exp: Likewise.
7512 * gdb.trace/circ.exp: Likewise.
7513 * gdb.trace/collection.exp: Likewise.
7514 * gdb.trace/deltrace.exp: Likewise.
7515 * gdb.trace/infotrace.exp: Likewise.
7516 * gdb.trace/limits.exp: Likewise.
7517 * gdb.trace/packetlen.exp: Likewise.
7518 * gdb.trace/passc-dyn.exp: Likewise.
7519 * gdb.trace/passcount.exp: Likewise.
7520 * gdb.trace/report.exp: Likewise.
7521 * gdb.trace/save-trace.exp: Likewise.
7522 * gdb.trace/tfind.exp: Likewise.
7523 * gdb.trace/tracecmd.exp: Likewise.
7524 * gdb.trace/while-dyn.exp: Likewise.
7525 * gdb.trace/while-stepping.exp: Likewise.
7526
75271998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
7528
7529 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
7530
7531Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
7532
7533 From Brendan Kehoe:
7534 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
7535 int return types.
7536
7537Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
7538
7539 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
7540 remote dos host testing right.
7541
7542Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
7543
7544 * gdb.base/corefile.exp: remove some xfails.
7545
7546Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
7547
7548 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
7549 have different timestamps.
7550
7551Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
7552
7553 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
7554 gdb.base/default.exp: Replace "exec" with "executable".
7555
7556Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
7557
7558 * gdb.base/default.exp: Change else if to elseif from previous
7559 delta.
7560
7561Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
7562
7563 * gdb.base/default.exp: Add brace missing from previous delta.
7564
7565Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
7566
7567 * gdb.base/default.exp: Support test for info float for all
7568 varieties of arm toolchain.
7569
dc96c6c7 7570Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7571
7572 * gdb.trace/*.exp: remove "remote_download" command.
7573
dc96c6c7 7574Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7575
7576 * gdb.trace/*.exp: remove -gdwarf from compile.
7577
7578Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
7579
7580 * gdb.trace/configure.in(AC_INIT): typo
7581 * gdb.trace/configure: regenerated
7582
dc96c6c7 7583Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7584
7585 * config/m68k-emc.exp: New file.
7586 * lib/<emc-support.exp trace-support.exp}: New files.
7587 * configure.in: add new test directory gdb.trace.
7588 * gdb.trace/{configure configure.in Makefile.in}: New files.
7589 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
7590 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
7591 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
7592 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
7593 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
7594 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
7595 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 7596
dc96c6c7 7597Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7598
7599 * gdb.c++/classes.exp: Change all regular expressions to match
7600 arbitrary combinations of newline/carriage-return, so that they
7601 will work equally well on Unix and Windows.
7602 * gdb.c++/inherit.exp: ditto.
7603 * gdb.c++/virtfunc.exp: ditto.
7604
76051998-08-11 Dawn Perchik <dawn@cygnus.com>
7606
7607 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
7608
c2d11a7d
JM
7609Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
7610
7611 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
7612 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
7613 to use a0-a3/d0-d3 as needed.
7614
7615Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
7616
7617 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
7618 * gdb.disasm/am33.exp: Corresponding changes.
7619
c906108c
SS
76201998-07-11 Felix Lee <flee@cygnus.com>
7621
7622 * gdb.base/callfuncs.exp: add cmp10 test.
7623 * gdb.base/callfuncs.c (cmp10): new function.
7624
7625Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
7626
d63a86f8 7627 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
7628 into two parts to get around a synchronization problem in expect.
7629
3fc11d3e
JM
7630Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
7631
7632 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
7633
7634 * configure.in: Add options for gdbtk testsuite.
7635
7636 * configure: Regenerate.
7637
7638 * gdb.gdbtk: New directory to hold gdbtk tests.
7639
c906108c
SS
7640Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7641
7642 * gdb.fortran/types.exp: Escape brackets in expect patterns
7643 for test_float_literal_types_accepted tests.
7644 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
7645 before run test.
7646
c2d11a7d
JM
7647Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
7648
7649 * am33.exp: Just compile, do not link the testcase.
7650 * am33.s: Add ".am33" pseudoop to force am33 mode.
7651
c906108c
SS
76521998-06-25 Felix Lee <flee@cygnus.com>
7653
7654 * gdb.base/setshow.exp: make sure $pc is sane.
7655
7656 * gdb.stabs/weird.exp: split expect patterns properly.
7657
c2d11a7d
JM
7658Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
7659
7660 * gdb.disasm/am33.s: New disassembler testfile for the am33.
7661 * gdb.disasm/am33.exp: Run it.
7662
dc96c6c7 7663Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7664
7665 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
7666 match processing (and eliminate spurious timeouts when running).
7667
dc96c6c7 7668Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7669
7670 * gdb.base/signals.exp (test_handle_all_print): put back Mach
7671 exception test, but conditionalize it on target [mach | gnu].
7672
dc96c6c7 7673Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7674
7675 * gdb.base/overlays.exp: fixup compile line for linker script.
7676
7677Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
7678
7679 * gdb.fortran/types.exp: don't guess at float size.
7680
7681Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
7682
7683 * gdb.base/exprs.exp: delete test that depends on int size.
7684
7685Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
7686
7687 * config/sim.exp: Removed checks for target triplets.
7688 (gdb_target_sim): Use gdb,target_sim_options.
7689
7690Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
7691
7692 * gdb.base/reread.exp: New file.
7693 * gdb.base/reread1.c: New file.
7694 * gdb.base/reread2.c: New file.
7695
7696Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
7697
7698 * config/sim.exp: Use 'target sim -sparclite' when running
7699 SPARClite programs.
7700
7701Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
7702
7703 * gdb.base/structs2.exp: New file.
7704 * gdb.base/structs2.c: New file.
7705
7706Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
7707
7708 * gdb.asm/common.inc: New file.
7709 * gdb.asm/d10v.inc: New file.
7710 * asm-source.exp: Pass -I's to gas to find .inc files.
7711 Update line numbers in expected output.
7712 * asmsrc1.s: Rewrite.
7713 * asmsrc2.s: Rewrite.
7714 * configure.in: Create arch.inc symlink.
7715 * configure: Regenerate.
7716 * Makefile.in (distclean): Delete arch.inc.
7717
7718Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
7719
7720 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
7721 (t_enum_value2): ditto
7722 (t_enum_value3): ditto
7723 (main): ditto
7724Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7725
7726 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
7727 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
7728 change.
7729 Use gdb_test instead of send_gdb/gdb_expect sequences.
7730
7731Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
7732
7733 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
7734 not void.
7735
7736Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
7737
7738 * gdb.base/branches.c: Code with lots of loops and
7739 subroutines. Used to test gdbs ability to single step through PC
7740 changes, especially to test mips-tdep.c:mips_next_pc
7741
7742Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
7743
7744 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
7745 more rigorous EGCS C++ error checking.
7746
7747Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7748
7749 * gdb.base/help.exp: Clean up `help set args' and `help show args'
d63a86f8 7750 tests.
c906108c 7751 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
d63a86f8 7752 function when asleep.
c906108c 7753 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
d63a86f8
RM
7754 for i*86 Linux and SVR4 signal handling problems.
7755 Remove linux xfail for `next to handler in signals_tests_1', fixed
7756 by recent infrun.c change.
c906108c 7757 Limit backtrace to 10 frames to avoid timeout problems with infinite
d63a86f8 7758 stack backtraces.
c906108c
SS
7759 Adjust expect pattern in `handle all print' test to match Apr 28 1997
7760 target.[ch] change.
7761
7762Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
7763
7764 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
7765 for a newline from gdb before continuing.
7766 (default_gdb_exit): Just look for y or n.
7767 (gdb_test): Detect abnormal exit from GDB running on DOS; if
7768 it does, fail the rests of the tests in the file.
7769
7770Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
7771
7772 * config/cygmon.exp: New file.
7773
7774Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
7775
7776 * gdb.base/list.exp: Fix problem with "list default lines around
7777 main" test on remote targets.
7778
7779 * gdb.base/scope.exp: Fix problem with filelocal_bss before
7780 run test on remote targets.
7781
7782Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
7783
7784 * gdb.asm: New directory.
7785 * configure.in: Configure it.
7786 * configure: Regenerate.
7787 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
7788 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
7789
7790Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
7791
7792 * config/mn10300-eval.exp: New file to support MN10300 eval board.
7793
dc96c6c7 7794Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 7795
c906108c
SS
7796 * gdb.base/overlays (several files): Merge the two overlay
7797 managers into one. Change variables (foox, barx, bazx, grbxx)
7798 back into ints but force them to load in their proper sections.
7799
7800Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
7801
7802 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
7803 on-chip insn memory and IMAP1 to upper 128k.
7804 (D10VCopy): Handle memory regions crossing 16k boundaries.
7805 (D10VCopy): Transfer data in 32 bit chunks.
7806
7807Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
7808
7809 * gdb.base/overlays.c (main): Exit normally when result is
7810 correct.
7811
7812 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
7813 map. Include space for printf in .text segment.
7814
7815 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
7816 updated d10v memory VMA/LMA map.
7817 (D10VCopy): Call D10VTranslate.
d63a86f8 7818
c906108c
SS
7819Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
7820
7821 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
7822
7823 * gdb.base/bar.c (barx, bar): Change variable to small array so
7824 that it won't be put into the .sdata - small data -
7825 section. Update reference.
7826 * gdb.base/baz.c (bazx, baz): Ditto.
7827 * gdb.base/foo.c (foox, foo): Ditto.
7828 * gdb.base/grbx.c (grbxx, grbx): Ditto.
7829
7830 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
7831 to be arrays.
d63a86f8 7832
dc96c6c7 7833Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 7834
c906108c
SS
7835 * gdb.base/overlays.exp: fix up and get working again.
7836 Add tests for backtraces from an overlay function.
d63a86f8 7837
c906108c
SS
7838Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
7839
7840 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
7841 "calling function with watchpoint enabled".
7842
7843Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
7844
7845 * gdb.base/break.exp (test_next_with_recursion): Remove
7846 gdb_suppress_tests for d10v-*-*.
7847 * lib/gdb.exp (gdb_suppress_tests): Disable this function
7848 pending review of whether it is useful or not.
7849
7850Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
7851
7852 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
7853
7854Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
7855
7856 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
7857 * config/dve.exp: New file to support Densan boards.
7858
7859Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
7860
7861 * gdb.base/interrupt.exp: Document problem of simulators, signals,
7862 reads and BSD.
7863
7864Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
7865
7866 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
7867 response.
7868
7869 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
7870
7871Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
7872
7873 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
7874 test.
7875
7876 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
7877 target_sizeof_long and target_bigendian_p.
7878 (structs_by_value, structs_by_reference): Check values according
7879 to targets word size and endianess.
d63a86f8 7880
c906108c
SS
7881Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
7882
7883 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
7884 output.
7885
7886Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
7887
7888 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
7889 Update test of set args help to match source change.
7890
7891Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
7892
7893 * gdb.base/default.exp: Expect help system output to be in
7894 alphabetical order.
7895 * gdb.base/help.exp: Ditto.
7896
7897Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
7898
7899 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
7900 "i*86-pc-linux-gnu*".
7901 * gdb.base/interrupt.exp: Ditto.
7902 * gdb.base/corefile.exp: Ditto.
7903
7904 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
7905 define vxworks when building the testcase.
7906
7907 * gdb.base/ptype.exp: Fix testnames to be unique.
7908 * gdb.base/radix.exp: Ditto.
7909 * gdb.base/term.exp: Ditto.
7910 * gdb.base/whatis.exp: Ditto.
7911 * gdb.c++/classes.exp: Ditto.
7912
7913Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
7914
7915 * gdb.base/callfuncs.exp: Fix indentation.
7916
7917 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
7918 suppress_flag has been set.
7919 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
7920 target feature.
7921
7922Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
7923
7924 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
7925 the testcase.
7926
7927 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
7928 set_debug_traps() and breakpoint().
7929 * gdb.c++/misc.cc (main): Ditto.
7930 * gdb.c++/templates.cc (main): Ditto.
7931 * gdb.c++/virtfunc.cc (main): Ditto.
7932
7933Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
7934
7935 * lib/gdb.exp(gdb_step_for_stub): New function.
7936 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
7937 exists, reload the executable and do a "continue" instead of
7938 doing a jump.
7939 (runto_main): Use gdb_step_for_stub.
d63a86f8 7940
c906108c
SS
7941 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
7942 tests to have unique names.
7943 * gdb.base/callfuncs.exp: Ditto.
7944 * gdb.base/commands.exp: Ditto.
7945 * gdb.base/default.exp: Ditto.
7946 * gdb.base/help.exp: Ditto.
7947 * gdb.base/list.exp: Ditto.
7948 * gdb.base/opaque.exp: Ditto.
7949 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
7950 similar tests.
d63a86f8 7951
c906108c
SS
7952 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
7953 * gdb.c++/cplusfuncs.cc: Ditto.
7954 * gdb.c++/virtfunc.cc: Ditto.
7955
7956 * config/monitor.exp: Keep track of the last file we saw, rather
7957 than trying to get the info from gdb.
7958
7959 * gdb.fortran/types.exp: Move comment to previous line.
7960
7961Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
7962
7963 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
7964 target mode.
7965
7966Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
7967
7968 From Bob Manson:
7969 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
7970 string from GDB when it connects.
7971
7972 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
7973
7974Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
7975
7976 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
7977 if we can't get a debug format from GDB (we may be testing an
7978 older GDB). Use a 10 second timeout when checking for the format.
7979
7980 * gdb.stabs/weird.exp: Fix quoting.
7981
7982 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
7983
7984Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
7985
7986 * config/arm-ice.exp: New file.
7987
7988Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
7989
7990 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
7991 until it has been modified to work with the new testsuite.
7992
99707966 7993 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
7994 testcase won't compile, cause all of the testcases in the file to
7995 fail instead.
7996
7997 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
7998 (gdb_clear_suppressed): New procedure.
7999 (gdb_stop_suppressing_tests): Only clear suppress_flag if
8000 it contains a positive value.
8001
8002Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
8003
8004 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
8005
8006 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
8007
8008Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
8009
8010 * lib/gdb.exp (setup_xfail_format): New function.
8011 (get_debug_format): New function to get debug format.
8012 (debug_format): New global variable to hold last value set
8013 by get_debug_format.
8014 * gdb.base/list.exp: Call get_debug_format and expect some
8015 tests to fail for DWARF 1 and COFF formats.
8016 * gdb.c++/ptype.exp: Ditto.
8017 * gdb.c++/classes.exp: Ditto.
8018 * gdb.c++/cplusfuncs.exp: Ditto.
8019 * gdb.c++/inherit.exp: Ditto.
8020 * gdb.c++/templates.exp: Ditto.
8021 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 8022
c906108c
SS
8023Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
8024
8025 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
8026 host doesn't have a currently-open connection.
8027
8028 * config/sparclet.exp: Cleanups and fixes to make it generic for
8029 any gdb stub target. Handle cases where gdb doesn't respond when
8030 interrupted in a sane fashion.
8031
8032 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
8033 same thing in a totally different way.
8034
8035 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
8036 setting "timeout".
8037 (gdb_start): We set the global gdb_prompt variable in
8038 default_gdb_init now.
8039
8040Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
8041
8042 * gdb.base/printcmds.exp: Fix "check for floating addition"
8043 regexp to accept results within approx +/- .01 of exact value.
8044 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
8045
8046Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
8047
8048 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
8049 properly.
8050 (gdb_expect): Add optional timeout parameter, and add timeout
8051 value to various calls.
8052 (gdb_suppress_tests): Only give one warning message per group.
8053
8054Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
8055
8056 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
8057 global variables. Handle getting a value for $timeout more
8058 gracefully.
8059
8060Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8061
8062 * lib/gdb.exp: Close connection to remote host if gdb doesn't
8063 initialize.
8064 (default_gdb_init): New procedure; allow gdb_init to be overridden
8065 by a target configuration file.
8066 (gdb_expect): Pass the timeout to remote_expect.
8067
8068 * config/monitor.exp(gdb_load): Fix typo in regexp.
8069
8070Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
8071
8072 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
8073
8074Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
8075
8076 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
8077 here. Call gdb_target_exec before rebooting the target, to make
8078 sure the connection to the target is closed.
8079 (gdb_load): Pass the name of the executable to gdb_target_monitor.
8080 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
8081 Also detect "Timeout reading from remote" error.
8082
8083 * config/gdbserver.exp: Pass the executable being loaded to
8084 gdb_target_monitor. Don't call gdb_file_cmd here; let
8085 gdb_target_monitor do it.
8086
8087 * gdb.disasm/hppa.exp: Don't use exec_output.
8088
8089Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
8090
8091 * gdb.base/list.exp: If we're debugging a non-native target,
8092 try to set the pc register to point to the start of the
8093 program before doing the first list command.
8094
8095 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
8096 test_calls after restarting.
8097
8098 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
8099 reloading.
8100
8101 * gdb.base/watchpoint.exp: Fix typo.
8102
8103 * gdb.base/setshow.exp: Check for use_gdb_stub.
8104
8105 * gdb.base/break.exp: Fix continue until exit test for the gdb
8106 stub case.
8107 * gdb.base/langs.exp: Ditto.
8108
8109 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
8110 gdb_load_offset. If we weren't given a file to load, figure out
8111 what the current file is and use it.
8112
8113 * config/i386-bozo.exp: New file.
8114
8115Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
8116
8117 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
8118 feature.
8119
8120 * config/proelf.exp: New entry.
8121
8122Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
8123
8124 * lib/gdb.exp: Remove spurious .* patterns at the beginning
8125 of regexps.
8126
8127 * gdb.base/watchpoint.exp: Don't run the test_stepping
8128 tests if gdb can't call functions on the target.
8129
8130 * gdb.base/setshow.exp: Don't run the set prompt tests if
8131 the board has gdb_prompt set.
8132
8133Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
8134
8135 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
8136 * gdb.base/commands.exp: Likewise.
8137 * gdb.base/setshow.exp: Likewise.
8138
8139Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
8140
8141 * config/monitor.exp(gdb_start): Look for gdb_prompt target
8142 feature.
8143
8144 * config/i960.exp: New file.
8145
8146Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
8147
8148 * gdb.base/funcargs.exp: Check for gdb,short_int target
8149 feature instead of looking for explicit target triplets.
8150
dc96c6c7 8151Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 8152
d63a86f8 8153 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
8154 "p 123DEADBEEF", to check parse_number.
8155 * top.c: change "to enable to enable" to "to enable" in a couple
8156 of help strings.
8157
8158Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
8159
8160 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
8161 on the mn10300.
d63a86f8 8162
c906108c
SS
8163Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
8164
8165 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
8166 where the test executable is run with explicit args.
8167 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
8168
8169Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
8170
8171 * gdb.base/run.c: Use FAKEARGV to build test executable that
8172 does not require a command line arg, since most simulators
8173 don't currently support passing such an arg into the simulated
8174 program.
8175 * gdb.base/commands.exp: Change tests to insert the proper
8176 value as the arg to the first recursive factorial call. Change
8177 compilation line to define FAKEARGV at compile time.
8178
8179Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
8180
8181 * gdb.base/recurse.exp: Enable these tests for the mn10300.
8182 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
8183 function with watchpoint enabled" test.
8184
8185Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
8186
8187 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
8188 Don't call gdb_test when the command doesn't return to a gdb prompt.
8189
8190 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
8191 "Tests restarted" messages.
8192
8193Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
8194
8195 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
8196
dc96c6c7 8197Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8198
8199 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
8200 for INFO SYMBOL; add help tests for OVERLAY commands.
8201 * gdb.base/default.exp: add tests for INFO SYMBOL command;
8202 add tests for OVERLAY commands
8203 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
8204 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
8205 * gdb.base/sigall.c: add usestubs code frag
8206 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 8207
c906108c
SS
8208Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
8209
8210 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
8211 failures.
8212 (gdb_stop_suppressing_tests): Note that tests have restarted.
8213
8214Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
8215
8216 * config/h8300.exp: New file.
8217
8218Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
8219
8220 * gdb.base/setshow.exp: Check for the existence of a
8221 feature, not its value.
8222
8223Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
8224
8225 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
8226
8227 * gdb.base/scope.exp: It's now init0(), not init().
8228
8229 * gdb.base/scope0.c: For now, change init() to be init0().
8230
8231 * config/monitor.exp: Use gdb_serial in preference to serial
8232 or netport.
8233
8234 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
8235 and it's not already set.
8236
8237Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
8238
8239 * gdb.base/setshow.exp: Only test the run command if the target
8240 isn't using a stub and if it supports argument passing.
8241
8242Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
8243
8244 * config/udi.exp(gdb_start): Make sure UDICONF is set
8245 properly before starting gdb.
8246
8247Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
8248
8249 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
8250 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
8251 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
8252
8253Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
8254
8255 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
8256 specialized code to reboot the board, use remote_reboot instead.
8257
8258 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
8259
8260 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
8261
8262 * config/monitor.exp: Make sure we disconnect from the target.
8263 Also, try a reboot/reload cycle instead of failing if the
8264 load fails.
8265
8266Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
8267
8268 * gdb.base/default.exp: Don't set match_max.
8269 * gdb.base/help.exp: Ditto.
8270 * gdb.base/list.exp: Ditto.
8271 * gdb.base/signals.exp: Ditto.
8272
8273 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
8274 set, use remote_ld to download the testcase instead of
8275 the GDB loader.
8276
8277Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
8278
8279 * config/vr5000.exp: New file.
8280
8281 * config/monitor.exp(gdb_target_monitor): Add pattern for
8282 "Ending remote" to detect errors in connecting.
8283
8284 * gdb.base/setshow.exp: Add .* within auto language test.
8285
8286 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
8287 target feature.
8288
8289 * config/monitor.exp(gdb_load): Check for a failure when loading,
8290 and reboot the board if necessary.
8291
8292 * gdb.base/setvar.exp(test_set): Handle multiple prints within
8293 a set of tests. Remove print.* from the patterns being checked.
8294
8295Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
8296
8297 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
8298 refer to gdb_spawn_id.
8299
8300 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
8301 longer used.
8302 * config/sparclet.exp: Ditto.
8303 * config/sparclet-old.exp: Ditto.
8304 * config/slite.exp: Ditto.
8305 * config/sim.exp: Ditto.
8306 * gdb.base/funcargs.exp: Ditto.
8307
8308 * lib/gdb.exp:Remove references to gdb_spawn_id.
8309 (gdb_expect): Move to remote.exp.
8310
8311Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
8312
8313 * config/monitor.exp: Detect the "Couldn't establish connection"
8314 message from GDB.
8315
8316Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
8317
8318 * gdb.base/bitfields.exp: Use runto instead of explicit
8319 gdb_run_cmd/gdb_expect sequences.
8320
8321 * gdb.base/break.exp(text_next_with_recursion): Add match for
8322 gdb_expect call.
8323
8324 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
8325 We also need to handle the "A program is being debugged already"
8326 prompt from gdb. Use gdb_test to set the baud rate.
8327
8328 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
8329 to 20000. Really. I mean it.
8330
8331Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8332
8333 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
8334 fails. If suppress_flag is set, skip perror message about not
8335 being able to send to GDB.
8336 (send_gdb): If suppress_flag is set, don't try to send commands to
8337 GDB.
8338 (gdb_expect): If suppress_flag is set, always fail immediately.
8339 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
8340 (gdb_init): Call gdb_stop_suppressing_tests.
8341 (default_gdb_exit): Ditto.
8342 (default_gdb_start): Ditto.
8343
8344 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
8345 gdb_stop_suppressing_tests as appropriate.
8346 * gdb.base/break.exp: Ditto.
8347 * gdb.base/callfuncs.exp: Ditto.
8348 * gdb.base/commands.exp: Ditto.
8349 * gdb.base/exprs.exp: Ditto.
8350 * gdb.base/funcargs.exp: Ditto.
8351 * gdb.base/list.exp: Ditto.
8352 * gdb.base/recurse.exp: Ditto.
8353 * gdb.base/scope.exp: Ditto.
8354 * gdb.base/structs.exp: Ditto.
8355 * gdb.c++/inherit.exp: Ditto.
8356
8357Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
8358
8359 * config/vr4300.exp: New file.
8360
99707966 8361 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 8362
99707966 8363 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
8364
8365Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
8366
8367 * lib/gdb.exp(gdb_init): New function.
8368
8369 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
8370 for each individual variable set.
8371
8372 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
8373 name.
8374
8375 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
8376
8377 * gdb.base/scope.exp: Use gdb_test.
8378
8379 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
8380 aborting; the testsuite driver will do that for us (see
8381 gdb_finish). Also, use gdb_test in a few more places.
8382
8383Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8384
8385 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
8386
8387Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
8388
8389 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
8390 and "add_tests" are not at the same address.
8391
8392Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
8393
8394 * gdb.base/ptype.exp: Use gdb_test.
8395
8396Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
8397
8398 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
8399 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
8400 left in. No longer expect them to fail.
8401
8402 * gdb.stabs/*.mt; Deleted, no longer used.
8403 * gdb.stabs/configure.in: Remove references to target makefile
8404 frags.
8405 * gdb.stabs/configure: Rebuilt.
8406
8407 * gdb.disasm/*.mt: Deleted, no longer used.
8408 * gdb.disasm/configure.in: Remove references to target makefile
8409 frags. Use "sh3.s" as the unique filename for this directory.
8410 * gdb.disasm/configure: Rebuilt.
8411
8412 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
8413 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
8414 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
8415
8416Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
8417
8418 * config/udi.exp: Use mondfe,name instead of remote_host.
8419
8420Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
8421
8422 * gdb.base/watchpoint.exp: Don't expect a failure when calling
8423 a function with a watchpoint enabled on the mn10200.
8424
8425 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
8426 before trying to create it!
8427
8428Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
8429
8430 * config/vx.exp: Use hostname instead of netport.
8431
8432 * config/vxworks.exp: New file.
8433
8434 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
8435
8436 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
8437 gdb before assuming everything worked. Send a ^C if a timeout
8438 occurs.
8439
8440 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
8441 $gdb_spawn_id directly.
8442 (gdb_run_cmd): Try _start as well as start. Use the target feature
8443 gdb,start_symbol as the symbol to start from when jumping.
8444
8445Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
8446
8447 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
8448 redundant) test.
8449
8450 * gdb.base/recurse.exp: Relax final value test for 'b' so that
8451 it doesn't lose for 16bit integer systems.
8452
8453Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
8454
8455 * gdb.fortran/types.exp: If the target doesn't support "double"
8456 data types, then expect "real" types to only be 4 bytes.
8457
8458 * gdb.c++/virtfunc.exp: Expect failure for virtual function
8459 call tests if the target doesn't support inferior function calls.
8460
8461 * gdb.base/printcmds.exp: Allow minor deviation in FP values
8462 in printf tests.
8463
8464Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
8465
8466 * gdb.base/help.exp: Disable "help set", "help show", and
8467 "help support". Simplify regexp for "help stack".
8468
8469 * gdb.base/default.exp: Set match_max to 5000 and the timeout
8470 to 60 seconds. Temporarily set match_max to 15000 around the
8471 "info copying" test.
8472
8473 * gdb.base/nodebug.exp: Don't try to do an inferior function
8474 call if the target doesn't support them.
8475 * gdb.base/printcmds.exp: Likewise.
8476 * gdb.base/setvar.exp: Likewise.
8477 * gdb.base/structs.exp: Likewise.
8478 * gdb.c++/templates.exp: Likewise.
8479 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
8480
8481 * gdb.base/recurse.exp: Enable for the mn10200.
8482
8483 * configure.in: Do configure gdb.stabs directory for *-*-elf
8484 targets.
8485 * configure: Rebuilt.
8486
8487 * gdb.base/break.exp: Check for gdb,noresults before testing
8488 exit status and/or results from the target.
8489 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8490 * lib/gdb.exp: Remove old (now bogus) initialization of
8491 noinferior, noargs, noresults and nosignals.
8492
8493Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8494
8495 * config/sh.exp: New file.
8496
8497 * config/slite.exp: Try to connect multiple times to the board
8498 before rebooting. Only send a "monitor run" if need_monitor_run
8499 is set.
8500
8501 * gdb.base/break.exp: Don't do the "stub continue" test if
8502 the target has gdb_stub set.
8503
8504 * gdb.base/callfuncs.exp: Increase the timeout.
8505
8506 * gdb.base/interrupt.exp: Don't even try to compile the testcase
8507 if the target has gdb,noinferiorio set.
8508
8509 * gdb.base/list.exp: Increase match_max to 10000 characters.
8510
8511 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
8512
8513 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
8514 target.
8515
8516 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
8517
8518Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
8519
8520 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
8521 trying to delete the copy of gdb. Catch the file delete so we
8522 don't die if the delete fails; also, the file should be copied to
8523 the host, not to the build.
8524
8525Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
8526
8527 * lib/gdb.exp(gdb_test): Surround the result pattern with
8528 parenthesis in case it contains multiple regexps separated
8529 with |.
8530
8531 * gdb.base/watchpoint.exp: Use gdb_test.
8532 * gdb.base/default.exp: Ditto.
8533
8534Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
8535
99707966 8536 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 8537
c906108c
SS
8538 * gdb.base/scope.exp: Use gdb_test.
8539 * gdb.c++/classes.exp: Ditto.
8540 * gdb.c++/inherit.exp: Ditto.
8541
8542Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
8543
8544 * gdb.base/crossload.exp: Don't use execute_anywhere, use
8545 remote_exec instead.
8546 * gdb.base/corefile.exp: Don't be ridiculous.
8547 * gdb.base/*.c: Add missing stub invocations.
8548
8549Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
8550
8551 * config/slite.exp: Miscellaneous fixes.
8552
8553 * lib/gdb.exp: Fix runto.
8554
8555 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
8556 the target.
8557
8558 * gdb.base/watchpoint.exp: Fix regexp.
8559
8560 * lib/gdb.exp(default_gdb_exit): Add a catch to the
8561 close and wait commands, as the descriptor may now be
8562 invalid. Always call "remote_close host".
8563
8564Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
8565
8566 Major rewrite for testsuite revision.
d63a86f8 8567
c906108c
SS
8568 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
8569 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
8570 instead of relying on spawn_id to always contain a valid
8571 spawn id.
8572 (get_compiler_info): New procedure to build the ${binfile}.ci
8573 file, instead of replicating this in N different places.
8574 (gdb_compile): New procedure.
d63a86f8 8575
c906108c
SS
8576 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
8577 appropriate arguments) instead of compile. Use gdb_test in a lot
8578 more places. Use send_gdb instead of send. Always run gdb_start
8579 at the start of a testcase, as this is no longer done magically.
8580
8581 config/*-gdb.exp: Rename without the -gdb suffix.
8582
8583 config/mips.exp: Use remote_close instead of exit_remote_shell.
8584 config/monitor.exp: Use target_info instead of looking at
8585 baud, timeout, etc.
8586 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
8587
8588Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8589
8590 * gdb.c++/templates.exp (test_ptype_of_templates),
8591 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
8592 Update expect patterns for destructors and assignment operators
8593 to match corresponding c-typeprint.c changes.
8594 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
8595 to destructor breakpoint test, GDB should be able to set the
8596 destructor breakpoint without specifying arguments.
8597
8598Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
8599
8600 * gdb.threads/pthreads.exp: Change result for failure to compile due
8601 to lack of pthreads runtime support from an error to simply an
8602 unsupported test, per dejagnu standards.
8603
8604Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8605
8606 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
8607 where GDB exits to reduce pattern match time.
8608 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
8609
8610 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
8611
dc96c6c7 8612Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8613
8614 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
8615 * gdb.base/default.exp: ditto.
8616 * gdb.base/nodebug.exp: ditto.
8617 * gdb.base/printcmds.exp: ditto.
8618 * gdb.base/ptype.exp: ditto.
8619 * gdb.base/setvar.exp: ditto.
8620 * gdb.base/structs.exp: ditto.
8621 * gdb.base/setshow.c: Guard against uninitialized values of argc.
8622
8623Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
8624
8625 * configure, */configure: Rebuild with autoconf 2.12.
8626
8627Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
8628
8629 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
8630 use new i*86-pc-linux*-gnu quads.
8631 * gdb.base/corefile.exp: Ditto.
8632 * gdb.base/signals.exp: Ditto.
8633 * gdb.base/sigall.exp: Ditto.
8634 * gdb.base/interrupt.exp: Ditto.
8635
8636 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
8637 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
8638 RedHat 4.0.
d63a86f8 8639
c906108c
SS
8640 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
8641 linux. This allows the test case to at least compile on latest
8642 linux, but still not run due to missing the threads runtime library.
8643
8644Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8645
8646 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
8647 directory to search gdb directory. Accept and step over conditional
8648 stack alignment code. Consume $prompt in failure cases.
8649 Reset timeout to $oldtimeout instead of some arbitrary value.
8650 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
8651 timeout problems with infinite stack backtraces.
8652 * gdb.base/ptype.exp (ptype struct link, union tu_link):
8653 Accept function parameters for linkfunc member.
8654
8655Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
8656
8657 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
8658 (CXXFLAGS): Remove, unreferenced.
8659 (B_OPTIONS): Add for -B options and add code to initialize with
8660 previous -B options and also add -B option to pick up cross compiled
8661 runtime.
8662 (TARGET_INCLUDES): Add for -I options and add code to initialize when
8663 doing cross compiles.
8664 (target_alias): Declare global.
8665 (xgcc): Set variable to full path of gcc in build tree. Use findfile
8666 to verify that gcc exists in build tree, and if so set CC to that
8667 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 8668
c906108c
SS
8669Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
8670
8671 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
8672 ptype test for anonymous union. Fixup testcase to match
8673 current gcc debug output.
8674
8675Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
8676
8677 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
8678 force argument to an unsigned long type.
8679
8680Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
8681
8682 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
8683 tests and anonymous union print/ptype tests.
8684 * gdb.base/list.exp (test_forward-search): Increase timeout by
8685 5 minutes for the "search extremely long line" case.
8686 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
8687 completely optional and that the pass/fail messages use the command as
8688 the message if that third arg is a null string.
8689 (gdb_test_exact): Arrange that a null string pattern means match a
8690 null string output rather than any output, which might include random
8691 errors.
8692 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
8693 backtrace test.
8694 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
8695 always failing and failure is now exposed by gdb.exp changes.
8696
8697Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
8698
8699 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
8700 weren't being noted.
8701
8702Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8703
8704 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
8705 * gdb.stabs/weird.exp: Remove v_comb xfails.
8706
dc96c6c7 8707Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8708
8709 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
8710 list.exp scope.exp watchpoint.exp]
8711 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 8712
dc96c6c7 8713Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8714
8715 * config/monitor.exp: Increase download timeout to 1000 seconds.
8716
dc96c6c7 8717Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8718
8719 * config/m32r.exp: Increase timeout to 120 seconds.
8720
8721Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
8722
8723 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
8724 and accept older ordering as obsolescent gcc or gdb.
8725 * gdb.c++/templates.exp: Ditto.
8726 * gdb.c++/virtfunc.exp: Ditto.
8727
8728Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
8729
8730 * gdb.base/coremaker.c: Add code to mmap some data so we
8731 can check that it ends up in the core file.
8732 * gdb.base/corefile.exp: Add test to read mmapped data
8733 from core file.
8734
dc96c6c7 8735Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8736
8737 * config/m32r.exp: New file.
8738
8739Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
8740
8741 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
8742 that cflags can contains -gstabs, and work correctly for other tests.
8743
dc96c6c7 8744Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8745
8746 * gdb.base/setshow.exp: New file, tests show and set.
8747 * gdb.base/setshow.c: New file, tests show and set.
8748 * gdb.base/help.exp: Add test for help set|show annotate.
8749 * gdb.base/default.exp: Add test for set|show annotate.
8750
8751Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
8752
8753 * testsuite/gdb.base/break.exp: Make backtrace from factorial
8754 errors unique.
8755 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
8756 explicitly.
8757
8758Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
8759
8760 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
8761 and width commands. This is done elsewhere.
8762 * (gdb_start): Don't call gdb_start_sim here. That's already
8763 done in gdb_load. This fixes lots of failures in default.exp.
8764
8765Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
8766
8767 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8768 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
8769 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
8770 in the same we we treat other failures (since it may be an expected
8771 condition), rather than as an error.
8772 * gdb.base/signals.exp (test_handle_all_print): Revert back to
8773 old test format.
8774
8775Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
8776
8777 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
8778 (distclean maintainer-clean realclean): No need to remove files
8779 twice. Nuke the duplicates.
8780 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 8781 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
8782 Remove config.h along with other config files.
8783
8784Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
8785
8786 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
8787 "p func1 ()" and note that rests of tests are skipped.
8788 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
8789 setup_xfails for "print func2::coremaker_local".
8790 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
8791 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
8792 affected by the previous run test.
8793 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
8794 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
8795 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
8796 "pass int powerset tuple" and "pass modeless int powerset tuple".
8797 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
8798 "real write 4" and "real write 8".
8799 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
8800 setup_xfails for "print vs1 after tuple assign 2",
8801 "print \$i after tuple assign 2", and
8802 "print vs2 after tuple assign 2".
8803 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
8804 meaningful error message and return -1 so the caller can
8805 suppress further tests and avoid a cascade of errors.
d63a86f8 8806
c906108c
SS
8807Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
8808
8809 * gdb.base/a1-selftest.exp: Tweak tests to account for new
8810 format for printing version.
8811 * gdb.base/default.exp: Ditto.
8812 * gdb.base/interrupt.exp: Fix problem with cascade of
8813 errors if child process dies while calling a function.
d63a86f8 8814
c906108c
SS
8815Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
8816
8817 * Makefile.in (VPATH): Add
8818 * Makefile.in (Makefile, config.status): Fix rules so things get
8819 remade when necessary.
8820
8821Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
8822
8823 * Makefile.in (just-check): Add path to sibling expect dir
8824 to environment variable specified by RPATH_ENVVAR.
8825
8826Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
8827
8828 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
8829 (just-check): Add shared library paths for libstdc++, tk,
8830 tcl, bfd, and opcodes to the environment variable specified
8831 in RPATH_ENVVAR.
8832 * configure.in: Add support to recognize --enable-shared flag
8833 and generate correct value for RPATH_ENVVAR.
8834 * configure: Regenerated with autoconf.
8835
8836Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
8837
8838 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
8839 include all osf versions.
8840 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
8841 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
8842 when target is linux. When failing to build pthreads test
8843 executable, give more meaningful message.
8844 * gdb.threads/pthreads.c: Hpux also uses old definition of second
8845 arg for pthread_create.
d63a86f8 8846
c906108c
SS
8847Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
8848
8849 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
8850 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
8851 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
8852 and -lpthreads (everybody else).
8853 (test_startup): Fail gracefully if threads are not supported.
8854 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
8855 "p/c array_index("abcdef",2)" when not gcc compiled.
8856 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
8857 "print func2::coremaker_local" when not gcc compiled.
8858 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
8859 "ptype on opaque struct tagname (statically)",
8860 "ptype on opaque struct tagname (dynamically) 1", and
8861 "ptype on opaque struct tagname (dynamically) 2"
8862 for not compiled with gcc.
8863 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
8864 backtrace when compiled with gcc.
d63a86f8 8865 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
8866 than always return success.
8867
8868Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
8869
8870 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
8871
8872Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
8873
8874 * gdb.base/structs.exp: Undo last change.
8875
8876Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
8877
8878 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
8879 encapsulate all the steps/nexts done during self test, starting
8880 at main, and makes them less sensitive to optimization issues.
8881 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
8882 signal handler" test.
8883 * gdb.threads/pthreads.exp: Only run this for native configs.
8884 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
8885 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
8886 tests.
8887 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
8888 for "runto test_calls(void)" test.
d63a86f8 8889
c906108c
SS
8890Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
8891
8892 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
8893 and don't expect address info in breakpoint confirmations.
8894
8895Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
8896
8897 * gdb.base/list.exp (test_forward_search): Increase timeout
8898 temporarily by 60 seconds for searching extremely long line,
8899 and then reset to old value when done. Increase expect input
8900 buffer to 10000.
8901
8902Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
8903
8904 * gdb.base/list.exp (test_forward_search): Fix to handle very
8905 long source line without overflowing expect's input buffer.
8906
8907Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
8908
8909 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
8910 "buffer_full".
8911
8912 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
8913 "buffer_full".
8914
8915 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
8916 "buffer_full".
8917
8918 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
8919 "buffer_full".
8920
8921Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
8922
8923 * configure.in (configdirs): Add gdb.threads.
8924 * configure: Regenerated with autoconf.
8925 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
8926 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
8927 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 8928
c906108c
SS
8929Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
8930
8931 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
8932
8933Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
8934
8935 * gdb.base/signals.exp (test_handle_all_print): Test separately for
8936 each signal's status in the output of "handle all print".
8937 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
8938 the \r\n sequence that immediately precedes the gdb prompt.
8939 * gdb.base/a1-selftest.exp: Save original timeout and restore
8940 after test.
8941
8942Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
8943
8944 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
8945 symbol.
8946
8947Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8948
8949 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
8950
8951Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
8952
8953 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
8954 timeout by 60 seconds.
8955
8956Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
8957
8958 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
8959 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
8960 error return.
8961
8962Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
8963
8964 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
8965 gdb initialization, also report how long dejagnu waited. Restore
8966 old timeout before doing error return. Temporarily increase timeout
8967 by 3 minutes to allow for slow startups over heavy NFS use.
8968
8969Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
8970
8971 * lib/gdb.exp: Report timeout value for verbosity level 2.
8972 * config/gdbserver.exp: Ditto.
8973 * config/hppro.exp: Ditto.
8974 * config/mips-gdb.exp: Ditto.
8975 * config/monitor.exp: Ditto.
8976 * config/netware.exp: Ditto.
8977 * config/sim-gdb.exp: Ditto.
8978 * config/slite-gdb.exp: Ditto.
8979 * config/udi-gdb.exp: Ditto.
8980 * config/unix-gdb.exp: Ditto.
8981 * config/vx-gdb.exp: Ditto.
8982 * gdb.base/a1-selftest.exp: Ditto.
8983 * gdb.base/a2-run.exp: Ditto.
8984 * gdb.base/break.exp: Ditto.
8985 * gdb.base/corefile.exp: Ditto.
8986 * gdb.base/list.exp: Ditto.
8987 * gdb.base/recurse.exp: Ditto.
8988 * gdb.base/scope.exp: Ditto.
8989 * gdb.base/signals.exp: Ditto.
8990
8991Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8992
8993 * gdb.threads/Makefile.in (docdir): Removed.
8994
8995Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8996
8997 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 8998 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 8999 @srcdir@.
d63a86f8 9000 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
9001 autoconf 2.5 or higher.
9002 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
9003
9004Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
9005
9006 * configure: Regenerated.
9007 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
9008 avoid name clashes with SunOS headers.
9009
9010Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
9011
9012 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
9013
9014Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
9015
9016 * gdb.base/callfuncs.exp: Finish last change -- make sure the
9017 prototype information ends up in the compiler info file.
9018
9019Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
9020
9021 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
9022 attempting to regenerate it. Eliminate use of a temporary file
9023 and just generate the info file directly. Source it immediately,
9024 for consistency of use.
9025 * gdb.base/corefile.exp: Ditto
9026 * gdb.base/exprs.exp: Ditto.
9027 * gdb.base/funcargs.exp: Ditto.
9028 * gdb.base/langs.exp: Ditto.
9029 * gdb.base/list.exp: Ditto.
9030 * gdb.base/mips_pro.exp: Ditto.
9031 * gdb.base/nodebug.exp: Ditto.
9032 * gdb.base/opaque.exp: Ditto.
9033 * gdb.base/ptype.exp: Ditto.
9034 * gdb.base/scope.exp: Ditto.
9035 * gdb.base/setvar.exp: Ditto.
9036 * gdb.base/signals.exp: Ditto.
9037 * gdb.base/whatis.exp: Ditto.
9038 * gdb.c++/templates.exp: Ditto.
9039 * gdb.c++/virtfunc.exp: Ditto.
9040 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
9041 whether or not to add -lstdc++ to the compile command line args.
9042
9043Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9044
9045 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
9046 it got fixed by the recent lookup_minimal_symbol_by_pc change.
9047 Increase timeout, a lot of single stepping might be needed if the
9048 target has no hardware watchpoints.
9049
9050Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
9051
9052 * gdb.base/break.exp: Ignore compiler warnings when compiling
9053 break.c.
9054 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
9055 * gdb.base/default.exp: Add h8300 xfails. Handle messages
9056 from remote-sim.
9057 * gdb.base/exprs.exp: Add h8300 xfails.
9058 * gdb.base/funcargs.exp: Likewise.
9059 * gdb.base/nodebug.exp: Likewise.
9060 * gdb.base/printcmds.exp: Likewise.
9061 * gdb.base/ptype.exp: Likewise.
9062 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
9063 h8300 xfails.
d63a86f8 9064 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
9065 on the h8300.
9066 * gdb.base/funcargs.c: Explicitly make last constant argument to
9067 call_after_alloca_subr an unsigned long type.
9068 * gdb.base/return.c: Include stdio.h.
9069
9070Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9071
9072 * config/abug.exp: New file for the older Motorola Bug monitor
9073 that runs on the mvme13x series VME boards.
9074 * config/monitor.exp: Use the new config array for target settings
9075 if they exist.
9076
9077Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
9078
9079 * sim-gdb.exp: Make the SH simulator allocate less space when
9080 it is targeted.
9081
9082Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
9083
9084 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
9085 test.
9086
9087Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
9088
9089 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
9090 "rs6000-*-*" for "list function in include file" when gcc compiled.
9091 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
9092 for "p ctable1[120]".
9093 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
9094 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
9095 Remove setup_xfail for "rs6000-*-*" for
9096 "print 'scope0.c'::filelocal before run".
9097 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
9098 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
9099 since some compilers don't allow both options to be given
9100 on the same command line. Create object file and move it.
d63a86f8 9101
c906108c
SS
9102Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
9103
9104 * gdb.base/corefile.exp: Always regenerate the core file, since
9105 we always regenerate the coremaker program. Detect special case
9106 where registers cannot be read from core file.
d63a86f8 9107
c906108c
SS
9108Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
9109
9110 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9111 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
9112 * gdb.c++/templates.exp: Only match on basename of file since
9113 some formats like xcoff don't encode directory information.
9114 * gdb.stabs/weird.exp: Use the right sed script for powerpc
9115 and rs6000 AIX xcoff targets.
9116 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
9117 * configure: Regenerate.
9118 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
9119 here, rather than in distclean.
d63a86f8 9120
c906108c
SS
9121Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
9122
9123 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
9124 defined, and use it to compile the test case with -O2. The
9125 native compilation still uses no optimization.
9126 * gdb.base/mips_pro.c: Remove inline assembly code since
9127 it is compiled PIC by default, which results in assembler
9128 warnings that make the testsuite think the compilation
9129 was unsuccessful.
9130
9131Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
9132
9133 * gdb.c++/misc.exp: Add note to message for
9134 "print s.a for foo struct" that this is a known gcc 2.7.2
9135 and earlier bug.
9136
9137Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
9138
9139 * gdb.base/break.exp: Fix pattern for matching "Delete all
9140 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
9141 setup_xfail for deleting all breakpoints test. Fix various
9142 timeout messages to include "(timeout)".
9143 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
9144 for "p t_float_values2(3.14159,float_val2)".
9145 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
9146 for "continue to call2g" when gcc compiled.
9147 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
9148 "up to foo in langs.exp", "show language at foo in langs.exp",
9149 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
9150 and "show language at fsub in langs.exp".
9151 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
9152 "list line 1 in include file", "list message for lines past EOF",
9153 "list function in include file", "list list0.h:foo", and
9154 "list filename:function; nonexistant function".
9155 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
9156 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
9157 and "ptype t_char_array" to be for native cc only.
d63a86f8 9158
c906108c
SS
9159Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
9160
d63a86f8 9161 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
9162 setup_xfail for "print coremaker_bss", "print coremaker_ro",
9163 "print func2::coremaker_local", and "backtrace in corefile.exp".
9164
9165Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
9166
9167 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
9168 "bt in signals.exp". This problem only appears when running
9169 the testsuite, and then only intermittently.
9170
9171Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9172
9173 * gdb.base/return.exp (return_tests): Differentiate between
9174 two tests of continuing.
9175
9176Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9177
9178 * */Makefile.in (maintainer-clean): Remove config.log.
9179 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
9180 * gdb.c++/Makefile.in (PROGS): Add inherit.
9181 (clean): Remove *.ci.
9182
9183Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
9184
9185 * gdb.c++/misc.cc: Add test code from Mike Stump.
9186 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
9187
9188Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
9189
9190 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
9191 to "alpha-*-osf2*" and add comment.
9192 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
9193 setup_xfail for "step over execarg initialization" and
9194 "step over corearg initialization".
9195 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
9196 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
9197 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
9198 gcc compiled for "print coremaker_bss", "print coremaker_ro",
9199 "print func2::coremaker_local", and "backtrace in corefile.exp".
9200 * gdb.base/signals.exp: Build and source signals.ci.
9201 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
9202 to be for gcc only.
9203 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 9204
c906108c
SS
9205Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9206
9207 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
9208 Feb 3 procfs.c change.
9209
9210Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
9211
9212 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
9213
9214Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
9215
9216 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
9217 from dejagnu's apparent default of 10 seconds, which gives random
9218 results when running the tests over NFS on moderately loaded systems.
9219 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
9220
9221Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
9222
9223 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
9224 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
9225 result reports.
9226
9227Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
9228
9229 * configure.in (CY_AC_PATH_TCLH): Remove.
9230 * configure: Regenerate.
9231
9232Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
9233
9234 * gdb.c++/Makefile.in (clean): Add missing '{'.
9235
9236Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
9237
9238 * lib/gdb.exp: Provide a default value for noinferior.
9239
9240 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
9241 Load libgloss.exp.
9242
9243Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
9244
9245 * gdb.disasm/hppa.exp: Compile directly into an executable, use
9246 the executable, not the .o to run the tests from.
9247
9248Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
9249
9250 * gdb.base/break.exp: Don't test for program exit or exit status
9251 if $noresults if nonzero.
9252 * gdb.base/langs.exp: Likewise.
9253 * gdb.base/watchpoint.exp: Likewise.
9254
9255 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
9256 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
9257 trying to compile the testcase.
9258
9259Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
9260
9261 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
9262 * gdb.base/signals.exp (continue to handler): Likewise.
9263
9264Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
9265
9266 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
9267
9268 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
9269
9270Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
9271
9272 * gdb.base/corefile.exp: Recognize "not found" as failure
9273 when trying to determine if a core file was generated.
9274 If no core file was generate the first time, try again without
9275 the ulimit -c to work around braindamaged shells.
9276
9277Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
9278
9279 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
9280 [] tests with "test" and enclose string in quotes.
9281 * gdb.stabs/configure: Rebuild
d63a86f8 9282
c906108c
SS
9283Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
9284
9285 Changes in sync with expect:
9286 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
9287 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
9288 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
9289 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
9290 argument to AC_REQUIRE.
9291 * configure: Regenerated.
9292
9293Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
9294
9295 * gdb.base/corefile.exp: When generating a core, discard any
9296 error messages about ulimit not found and the "core dumped"
9297 message from the shell that runs the coredumper.
9298
9299Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
9300
9301 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
9302
9303 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
9304 which sed script to run. Expect failure for v_comb test
9305 on PA targets too.
d63a86f8 9306
c906108c
SS
9307Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
9308
9309 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
9310 "print func2::coremaker_local" and for "backtrace in corefile.exp"
9311
9312Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
9313
9314 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
9315 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
9316 "sparc-sun-solaris*" xfails for "p v_comb".
9317 * lib/gdb.exp (default_gdb_start): Fix typo.
9318 * gdb.base/corefile.exp: Allow "Core was generated by ..."
9319 messages to not include the full program name that caused
9320 the core dump since some systems (such as solaris) apparently
9321 truncate this path to about 80 characters.
9322 When generating a core file first try increasing the core file
9323 size limit to unlimited since some systems may default it to
9324 zero, and it is harmless to try it. Move the test for failing
9325 to generate a core file to where it will actually get executed.
9326 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
9327 new gdb result from g++ debug info improvements and make old
9328 pattern obsolescent. Also account for size_t differences
9329 (may be int or long).
9330 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
9331 initialization before function call is placed in the delay slot
9332 and thus appears to be skipped over by commands such as "next".
9333
9334Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9335
9336 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
9337
9338Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
9339
9340 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
9341 input source file; fix code to compile test to deal with this
9342 convention.
9343 * gdb.c++/*.exp: Likewise.
9344
9345Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
9346
9347 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
9348 "bt in signals.exp".
9349
9350Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
9351
9352 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
9353 "step over execarg initialization" and
9354 "step over corearg initialization".
9355
9356Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
9357
9358 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
9359 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
9360
9361Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
9362
9363 From Rob Savoye (rob@poseidon.cygnus.com)
9364 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
9365 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
9366 configure.in}, gdb.disasm/{Makefile.in, configure.in},
9367 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
9368 configure.in}: Major reworking for autoconfig.
9369 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
9370 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
9371 New files.
9372 * config/unix-gdb.exp: Make GDB global.
9373 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
9374 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
9375 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
9376 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
9377 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
9378 term.exp, twice.exp, watchpoint.exp, whatis.exp},
9379 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
9380 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
9381 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
9382 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
9383 pr-8136.exp, result.exp, string.exp, tuples.exp},
9384 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
9385 to returns as necessary, arrange for test to compile own testcase
9386 executable.
9387 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 9388
c906108c
SS
9389Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
9390
9391 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
9392 clear_xfail at end of test which might not call either pass or fail.
9393 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
9394 "backtrace through signal handler".
9395
9396Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9397
9398 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
9399 continuing from a job control stop signal.
9400 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
9401
9402Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
9403
9404 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
9405 * gdb.base/corefile.exp: Likewise.
9406 * gdb.base/funcargs.exp: Likewise.
9407
9408Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
9409
9410 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
9411 * config/monitor.exp: Add support for setting baud rate.
9412
9413Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
9414
9415 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
9416 i*86-*-linux* xfails for "backtrace through signal handler".
9417 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
9418 "print func2::coremaker_local".
9419 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
9420 alpha-dec-osf2* xfail for
9421 "delete all breakpoints when none".
9422
9423Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
9424
9425 * gdb.base/break.exp: Change test that deletes all breakpoints
9426 when no user breakpoints are installed. A post 4.15 change
9427 causes gdb to no longer prompt in this case.
9428
9429Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
9430
9431 * gdb.base/return.exp (return_tests): Change xfail for test
9432 "correct value returned double test" to stop xfailing at
9433 Solaris 2.5. Apparently the bug has been fixed.
9434
9435Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
9436
9437 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
9438 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
9439
9440Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
9441
9442 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
9443 * gdb.disasm/hppa.s: Corresponding changes.
9444
9445Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
9446
9447 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
9448 makefile fragment.
9449 * config/mt-hpux: Deleted.
9450
9451Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
9452
d63a86f8 9453 * Many files: When warning about suppressed tests due to a
c906108c
SS
9454 nonexistant test binary, avoid incrementing the warning count.
9455
9456Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
9457
9458 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 9459
c906108c
SS
9460Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9461
9462 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
9463 "sparc-*-solaris2*".
9464
9465Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9466
9467 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
9468 Add global and local variables and initialize them.
9469 * gdb.base/corefile.exp: Test correct mapping of corefile sections
9470 by printing variables. Remove rs6000 and powerpc xfails, BFD now
9471 extracts the file name and terminating signal from the core file.
9472 * TODO: Remove note about tests for correct mapping of corefile.
9473 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
9474 from optimizing it away.
9475 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
9476 handles common blocks.
9477
9478Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
9479
9480 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
9481 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
9482
9483Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9484
9485 * Makefile.in (maintainer-clean): New target, synonym for
9486 realclean.
9487 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9488 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9489 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9490 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9491 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9492 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9493
9494Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9495
9496 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9497 xfails when not gcc compiled for "print foo::funclocal".
9498 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9499 "print foo::funclocal at foo",
9500 "print 'scope1.c'::foo::funclocal at foo",
9501 "print foo::funclocal_bss at foo",
9502 "print 'scope1.c'::foo::funclocal_bss at foo",
9503 "print foo::funclocal_ro at foo",
9504 "print 'scope1.c'::foo::funclocal_ro at foo",
9505 "print bar::funclocal at foo" and
9506 "print 'scope1.c'::bar::funclocal at foo".
9507 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
9508 gcc compiled for "print foo::funclocal at bar".
9509 Expand all messages to ensure that they identify that
9510 the test is at bar().
9511 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
9512 gcc compiled for:
9513 "ptype on opaque struct pointer (statically)",
9514 "ptype on opaque struct tagname (statically)",
9515 "ptype on opaque struct pointer (dynamically) 1",
9516 "ptype on opaque struct tagname (dynamically) 1",
9517 "ptype on opaque struct pointer (dynamically) 2" and
9518 "ptype on opaque struct tagname (dynamically) 2
9519 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
9520 gcc compiled for:
9521 "p datalocal"
9522 "whatis datalocal",
9523 "ptype datalocal",
9524 "p bsslocal",
9525 "whatis bsslocal", and
9526 "ptype bsslocal".
9527 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
9528 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
9529 when not gcc compiled.
9530 * gdb.base/funcargs.exp (float_and_integral_args): Add
9531 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
9532 compiled.
9533 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
9534 "backtrace from call6a" when not gcc compiled.
9535 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
9536 "backtrace from call7a" when not gcc compiled.
9537 * gdb.base/callfuncs.exp (do_function_calls):
9538 Add "hppa*-*-hpux*" xfail when not gcc compiled for
9539 "p t_char_array_values(char_array_val2,char_array_val1)",
9540 "p t_char_array_values(char_array_val1,char_array_val2)",
9541 "p t_char_array_values("carray 1","carray 2")",
9542 "p t_char_array_values("carray 1",char_array_val2)",
9543 "p t_char_array_values(char_array_val1,"carray 2")",
9544 "p sum_args(1,{2})",
9545 "p sum_args(2,{2,3})",
9546 "p sum_args(3,{2,3,4})",
9547 "p sum_args(4,{2,3,4,5})"
9548 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
9549 "backtrace in corefile.exp" when not gcc compiled.
9550
9551Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9552
9553 * gdb.base/signals.exp: Rewrite `handle all print' test as
9554 a procedure. Accept blanks or TABs as whitespace, increase
9555 timeout and expect input buffer size for the large output
9556 from the command. Remove "i*86-*-bsdi2.0" xfail.
9557
9558Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9559
9560 * gdb.base/setvar.exp: Add new testcases for truncation when
9561 assigning invalid values to bitfields.
9562
9563Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
9564
d63a86f8 9565 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
9566 mips-sgi-irix* xfail for
9567 "call inferior func with struct - returns char *"
9568 and fix test so that an optional (unsigned char *) cast is
9569 accepted in the result.
9570
9571Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
9572
9573 * gdb.base/funcargs.exp (float_and_integral_args): Remove
9574 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9575 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
9576 * gdb.base/signals.exp: Remove duplicate "handle all print" test
9577 that accidentally got checked in.
9578
9579Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
9580
d63a86f8 9581 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
9582 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
9583 compiled test.
9584 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
9585 Add mips-sgi-irix5* xfail for not gcc compiled.
9586 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
9587 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
9588 "p top", "whatis top", "p middle", and "whatis middle".
9589 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
9590 "whatis signed char" for not gcc compiled.
9591 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
9592 "set variable signed char=-1 (-1)" and
9593 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
9594 * gdb.base/funcargs.exp (float_and_integral_args):
9595 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
9596 Add mips-sgi-irix* xfail when not gcc compiled for
9597 "continue to call2b".
9598 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
9599 "continue to call2g".
9600 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
9601 "backtrace from call6a"
9602 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
9603 "backtrace from call7k".
9604 Add mips-sgi-irix5* xfail when not gcc compiled for
9605 "backtrace from call7a".
9606 (localvars_after_alloca): Fix gdb_test cmds for
9607 "print * after runto ...".
9608 Remove rs6000-*-* xfails for
9609 "print i after runto localvars_after_alloca" and
9610 "print l after runto localvars_after_alloca"
9611 for all compilers.
9612 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
9613 when not compiled with gcc, for:
9614 "print signed char == (minus)",
9615 "print signed char != (minus)",
9616 "print signed char < (minus)",
9617 "print signed char > (minus)".
9618 * gdb.base/callfuncs.exp (do_function_calls):
9619 Add mips-sgi-irix* xfail, when compiled with native compiler, for
9620 "call inferior func with struct - returns char *".
d63a86f8 9621 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
9622 "correct value returned double test" to include Solaris 2.4.
9623 * gdb.base/funcargs.exp (float_and_integral_args):
9624 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 9625
c906108c
SS
9626Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9627
9628 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
9629 enumeration bitfields if compiling with GNU C.
9630 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
9631 to empty' prompt.
9632
9633Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
9634
9635 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
9636 test for PRO targets.
9637
9638 * gdb.base/funcargs.exp: Avoid ever setting more than 8
9639 breakpoints in the inferior at any given time by making
9640 two groups of breakpoints for call2*, call6* and call7*
9641 tests.
9642
9643Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9644
9645 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
9646 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
9647 from optimizing it away.
9648 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
9649 "call inferior func with struct".
9650
9651Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
9652
9653 * configure.in: Only configure gdb.chill for particular targets.
9654
9655Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
9656
9657 * gdb.base/Makefile.in: Add action to .c.o transformation
9658 rule that generates a .ci file for each .o file and remove
9659 explicit .c.o rules except for callfuncs.o.
9660 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
9661 generates a .ci file for each .o file and remove explicit
9662 .cc.o rules.
9663 (clean): Remove *.tmp *.ci files.
9664 (EXECUTABLES): Remove templ-info.exp.
9665 * gdb.base/compiler.c: New file.
9666 * gdb.c++/compiler.cc: New file
9667 * gdb.base/scope.exp: Source gdb.base/scope.ci.
9668 Change rs6000-*-* xfail for
9669 "print 'scope0.c'::filelocal_ro" and
9670 "print 'scope1.c'::filelocal" and
9671 "print 'scope1.c'::filelocal_bss" and
9672 "print 'scope1.c'::filelocal_ro" and
9673 "print 'scope1.c'::foo::funclocal" and
9674 "print 'scope1.c'::foo::funclocal_ro" and
9675 "print 'scope1.c'::bar::funclocal" and
9676 "print 'scope0.c'::filelocal_ro" and
9677 "print 'scope1.c'::filelocal at foo" and
9678 "print 'scope1.c'::filelocal_bss at foo" and
9679 "print 'scope1.c'::filelocal_ro at foo" and
9680 "print 'scope1.c'::foo::funclocal at foo" and
9681 "print 'scope1.c'::foo::funclocal_bss at foo" and
9682 "print 'scope1.c'::foo::funclocal_ro at foo" and
9683 "print 'scope1.c'::bar::funclocal at foo" and
9684 "print 'scope0.c'::filelocal_ro" and
9685 "print 'scope1.c'::filelocal" and
9686 "print 'scope1.c'::filelocal_bss" and
9687 "print 'scope1.c'::filelocal_ro" and
9688 "print 'scope1.c'::foo::funclocal" and
9689 "print 'scope1.c'::foo::funclocal_bss" and
9690 "print 'scope1.c'::foo::funclocal_ro" and
9691 "print 'scope1.c'::bar::funclocal" and
9692 "print 'scope1.c'::bar::funclocal_bss"
9693 to only be xfail'd when not compiled with gcc.
d63a86f8 9694 Add rs6000-*-* xfail for
c906108c
SS
9695 "print 'scope0.c'::filelocal_bss before run"
9696 when compiled with gcc.
9697 (test_at_main): Add rs6000-*-* xfail for
9698 "print filelocal_ro in test_at_main"
9699 when compiled with gcc.
9700 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 9701 Add rs6000-*-aix* xfail for
c906108c
SS
9702 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
9703 "ptype t_char_array", not compiled with gcc.
9704 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
9705 xfail for "list foo (in include file)" when gcc compiled.
9706 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
9707 (integral_args): Add rs6000-*-* xfail for
9708 "run to call0a" if not compiled with gcc.
9709 (unsigned_integral_args): Add rs6000-*-* xfail for
9710 "run to call1a" if not compiled with gcc.
9711 (float_and_integral_args): Add rs6000-*-* xfail for
9712 "run to call2a" if not compiled with gcc and for
9713 "continue to call2b" for any compiler.
9714 Add rs6000-*-* xfail to
9715 "print f1 after run to call2a" for gcc compiled.
9716 (discard_and_shuffle): Add rs6000-*-* xfail for
9717 "run to call6a".
9718 (shuffle_round_robin): Add rs6000-*-* xfail for
9719 "backtrace from call7a" if not compiled with gcc.
9720 Add rs6000-*-* xfail for
9721 "backtrace from call7b" if compiled with gcc.
9722 (call_after_alloca): Add rs6000-*-* xfail for
9723 "print c in call_after_alloca" and
9724 "print s in call_after_alloca" and
9725 "backtrace from call_after_alloca_subr"
9726 if not compiled with gcc.
9727 (localvars_in_indirect_call): Add rs6000-*-* xfail for
9728 "print c in localvars_in_indirect_call" and
9729 "print c in localvars_in_indirect_call" and
9730 "backtrace in indirectly called function" and
9731 "stepping into indirectly called function"
9732 if not compiled with gcc.
9733 (localvars_after_alloca): Add rs6000-*-* xfail for
9734 "print c after runto localvars_after_alloca" and
9735 "print s after runto localvars_after_alloca" and
9736 "print i after runto localvars_after_alloca" and
9737 "print l after runto localvars_after_alloca"
9738 for all compilers.
9739 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
9740 than whatis-info.exp.
9741 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
9742 than opaque-info.exp.
9743 Setup rs6000-*-* xfail for
d63a86f8 9744 "ptype on opaque struct pointer (statically)" and
c906108c
SS
9745 "ptype on opaque struct pointer (dynamically)" when
9746 not compiled with gcc.
9747 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
9748 rather than callf-info.exp.
9749 (do_function_calls): Add clear_xfail for rs6000-*-* for
9750 "p t_float_values2(3.14159,float_val2)". Seems to work
9751 fine there, both with xlc and gcc. Need to find out what
9752 it is doing right and fix other platforms.
9753 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
9754 "call inferior func with struct - returns int",
9755 "call inferior func with struct - returns long",
9756 "call inferior func with struct - returns float",
9757 "call inferior func with struct - returns double",
9758 "call inferior func with struct - returns char *",
9759 but only if not gcc compiled (presumes xlc compiled).
9760 Change rs6000-*-* xfails for
9761 "call inferior func with struct - returns char" and
9762 " call inferior func with struct - returns short" to only
9763 xfail if not using gcc.
9764 (clean mostlyclean): Remove *.ci and *.tmp files.
9765 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
9766 than templ-info.exp.
9767 * gdb.base/langs.exp: Source gdb.base/langs.ci.
9768 Add rs6000-*-* xfail for "up to foo in langs.exp"
9769 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
9770 when not gcc compiled.
d63a86f8 9771
c906108c
SS
9772Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9773
9774 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
9775 * gdb.base/corefile.exp: Likewise.
9776 * gdb.base/list.exp: Likewise.
9777 * gdb.base/scope.exp: Likewise.
9778 * gdb.base/siganls.exp: Likewise.
9779
9780 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
9781 compiler output.
9782 * gdb.base/whatis.exp: Likewise.
9783
9784Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
9785
9786 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
9787 failure (opcode table has been fixed to match reality).
9788
9789Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
9790
9791 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
9792 "call inferior func with struct - returns char",
9793 "call inferior func with struct - returns short"
9794
9795 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
9796 "print 'scope0.c'::filelocal at main",
9797 "print 'scope0.c'::filelocal_bss in test_at_main",
9798 "print 'scope0.c'::filelocal at foo",
9799 "print 'scope0.c'::filelocal_bss in test_at_foo",
9800 "print 'scope0.c'::filelocal at bar",
9801 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 9802
c906108c
SS
9803 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
9804 in source file 1". This bug seems to have been fixed with both
9805 gcc and native cc (was native assembler bug?).
9806
9807Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
9808
9809 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
9810 "backtrace through signal handler" to "i*86-*-sysv4*".
9811 * gdb.base/signals.exp: Add xfail for "'next' behaved as
9812 continue" case. Add "known SVR4 bug" to fail message.
9813 Add "i*86-*-bsdi2.0" xfail for "handle all print".
9814 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
9815 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
9816 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
9817 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
9818 "up to foo in langs.exp", "show language at foo in
9819 langs.exp", "up to cppsub_ in langs.exp", "show
9820 language at cppsub_ in langs.exp", "up to fsub in
9821 langs.exp", and "show language at fsub in langs.exp".
9822 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
9823 "bactrace in corefile.exp".
9824 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
9825 "call inferior function with struct - returns float" and
9826 "call inferior function with struct - returns double".
d63a86f8 9827
c906108c
SS
9828Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
9829
9830 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
9831 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
9832 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
9833 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
9834
9835Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
9836
9837 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
9838 (or overriden) "CHILL" macro rather then bare "gcc".
9839 Also look for ../../gcc/xgcc since that is what we will
9840 actually need, not "Makefile". Remove following assignment
9841 of CHILL to CHILL_FOR_TARGET because that results in
9842 recursive definition.
9843
9844Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
9845
9846 * gdb.base/corefile.exp: Change xfail for backtrace in
9847 corefile.exp from linuxaout to all linux.
9848 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
9849 cases where we miss the breakpoint at the signal handler
9850 for some reason. Setup xfail for linuxoldld/linuxaout and
9851 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
9852 hitting SIGURG breakpoint.
9853 * gdb.base/signals.exp: Setup xfail for "next" acting like
9854 continue to add linuxoldld. Setup xfail for all linux for
9855 "next to handler in signals_tests_1", "backtrace in
9856 signals_tests_1", "continue to func1", "pass SIGUSR1",
9857 and continue to handler".
9858
9859Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9860
9861 * Update all FSF addresses except those in COPYING* files.
9862
9863Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
9864
9865 * gdb.base/a2-run.exp: Change messages to be more explicit about
9866 the status of args, and quote binfile in results.
9867
9868Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
9869
9870 * gdb.base/callfuncs.exp: Add tests for passing structs to
9871 inferior functions and return various types.
9872 * gdb.base/callfuncs.c: Add functions to receive a struct
9873 and return a member of the struct, in various types.
9874
9875Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9876
9877 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
9878
9879Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9880
9881 * config/vxworks29k.exp: New file, sources vxworks.exp.
9882
9883Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9884
9885 * config/gdbremote.exp: New file. Testing framework using
9886 gdbserver.
9887
9888Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
9889
9890 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
9891 "call function when asleep" and "send end of file".
9892 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
9893 for "backtrace in corefile.exp".
9894 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
9895 for "backtrace through signal handler".
9896 * gdb.base/corefile.exp: Make sure we actually generate a core file
9897 before trying the core tests. Some systems allow the user to suppress
9898 generation of core files and default to that (linux for example).
9899 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
9900 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
9901
9902Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9903
9904 * gdb.threads: New directory with some crude multi-threaded
9905 gdb tests (step.exp and step2.exp).
9906 * config/mt-lynx (STEP_EXECUTABLE): Define.
9907 (THREADFLAGS): Define.
9908
9909Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
9910
9911 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
9912
9913 * gdb.base/signals.exp: Disable whole file for lynx until
9914 further notice.
9915
9916 * gdb.base/signals.exp: xfail test where "next" acts like
9917 "continue" for lynx.
9918
9919 * gdb.base/interrupt.exp: xfail test for calling function while
9920 inferior is asleep for lynx.
9921
9922 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
9923 than one cr-lf after each command.
9924
9925Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9926
9927 * configure.in: Reinstate setting of stabsdirs variable, fix
9928 typo in setting up configdirs for native builds.
9929
9930 * gdb.base/return.exp: Fix typo in return double test.
9931 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
9932 compiler from optimizing them away.
9933
9934Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
9935
9936 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
9937 sequences to be echo'd by gdb when using gdb_test.
9938 * gdb.chill/chexp.exp: Likewise.
9939 * gdb.fortran/exprs.exp: Likewise
9940
9941Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9942
9943 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
9944 after the inferior gdb has started.
9945
9946 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
9947 after each command.
9948 * gdb.base/funcargs.exp: Likewise.
9949 * gdb.base/gdbvars.exp: Likewise.
9950 * gdb.base/interrupt.exp: Likewise.
9951 * gdb.base/list.exp: Likewise.
9952 * gdb.base/watchpoint.exp: Likewise.
9953 * gdb.c++/demangle.exp: Likewise.
9954 * gdb.c++/inherit.exp: Likewise.
9955 * gdb.chill/chexp.exp: Likewise.
9956 * gdb.fortran/exprs.exp: Likewise.
9957
9958 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
9959 test if we can't handle IO to/from the inferior.
9960
9961 * gdb.c++/misc.exp: Always check for a program already being
9962 started after sending a "run" command to gdb.
9963
9964 * gdb.base/twice.exp: Start with a fresh gdb.
9965
9966 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
9967 only depend on gdb's expression code, not the chill runtime.
9968
9969 * gdb.base/return.c: Put return values into variables so we
9970 can have gdb print them rather than depending on the program
9971 to print them.
9972 * gdb.base/return.exp: Corresponding changes.
9973
9974 * lib/gdb.exp: Provide default value for noinferiorio.
9975 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
9976 the inferior.
9977
9978 * gdb.base/break.exp: Always check for a program already being
9979 started after sending a "run" command to gdb.
9980 (text_next_with_recursion): Don't check the output from the
9981 program's printf statement. Instead just make sure the program
9982 exited.
9983
9984 * gdb.base/commands.exp: Protect tests which need arguments with
9985 $noargs conditionals.
9986
9987Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9988
9989 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
9990 of structure member arrays to match gdb/valops.c:value_addr change.
9991
9992Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
9993
9994 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
9995 cases.
9996
9997Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
9998
9999 * configure.in (configdirs): Remove gdb.chill from default list
10000 of subdirs and then add it back in only if doing a native build.
10001 The current chill compiler does not yet work in any cross build.
10002 * Revert all signal changes from Jul 6.
10003 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
10004 for sh-hms targets, allowing these tests to link, with no other
10005 changes. Testing is suppressed by setting "nosignals" in site.exp.
10006
10007Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
10008
10009 * configure.in (signaldirs): Define and add to configdirs for all
10010 targets except some specific ones that are known to not support signals.
10011 Also clean up formatting.
10012 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
10013 (signals, sigall): Remove rules to build.
10014 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
10015 Moved to new gdb.signals directory.
10016 * gdb.signals: New test directory.
10017 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
10018 signals.c signals.exp}: New or moved files.
10019
10020Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
10021
10022 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
10023
10024Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
10025
10026 * gdb.base/return.exp: Xfail `return double' test failure
10027 on at least Solaris 2.3 and handle future/past versions on
10028 a case by case basis as appropriate. Also update message
10029 to include i*86 failures.
10030
10031Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10032
10033 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
10034
10035 * lib/gdb.exp: Fix comment which erroneously identified
10036 gdb_file_cmd as gdb_load (the 19 May change was in fact to
10037 gdb_file_cmd not gdb_load).
10038 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
10039
10040 * gdb.base/setvar.exp: Make test names consistent between pass and
10041 fail cases. Use gdb_test more.
10042
10043Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10044
10045 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
10046
10047Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10048
10049 * gdb.base/help.exp: Fix expected help string for `show commands'.
10050
10051Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
10052
10053 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
10054
10055 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
10056 of a text section.
10057
10058Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
10059
10060 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
10061 that loop eventually terminates. Fix Connection refused logic so
10062 that testsuite will expire nicely.
10063
10064Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
10065
10066 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
10067 config/rom68k.exp: New tcl glue for the appropriate monitors.
10068 These all just end up calling monitor.exp.
10069 * config/monitor.exp (gdb_target_monitor): Handle `Connection
10070 refused' by retrying. Cleanup some timeout issues.
10071 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
10072 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
10073 callers don't have to set/restore global timeout variable.
10074
10075 * The following set of changes centralizes management of the global
10076 timeout variable. This way, it can be set in one target dependent
10077 place instead of dozens of places scattered throughout the test suite.
10078 If you need to lengthen a timeout, then you should either set timeout
10079 in one of the config/{target}.exp files, or multiply it by a factor.
10080 Setting it to an absolute value is always going to lose for some
10081 targets.
10082 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
10083 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
10084 * gdb.base/funcargs.exp: Don't set timeout.
10085 * gdb.base/list.exp (test_forward_search): Only use local timeout.
10086 * gdb.base/printcmds.exp (test_print_string_constants
10087 test_print_array_constants): Don't set timeout.
10088 * gdb.base/ptype.exp: Don't set timeout.
10089 * gdb.base/recurse.exp: Don't set timeout.
10090 * gdb.base/return.exp: Don't set timeout.
10091 * gdb.base/watchpoint.exp: Don't set timeout.
10092 * gdb.c++/classes.exp (do_tests): Don't set timeout.
10093 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
10094
10095Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
10096
10097 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
10098
10099Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10100
10101 * lib/gdb.exp: Disable chill tests for irix5.
10102
10103Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10104
10105 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
10106 each test pass or fail.
10107
10108Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10109
10110 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
10111 xlc not gcc.
10112
10113Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
10114
10115 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
10116
10117Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
10118
10119 * config/est.exp: Fix copyright and comments. Remove dead code.
10120 Use targetname, serialport and baud variables instead of fixed
10121 constants.
10122 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
10123 * config/cpu32bug.exp: New file to support cpu32bug monitors.
10124
10125Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10126
10127 * gdb.base/watchpoint.exp: Don't run
10128 test_watchpoint_triggered_in_syscall for sunos.
10129
10130Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10131
10132 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
10133 they don't seem to exist. Do include stdio.h.
10134
10135Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10136
10137 * gdb.base/a1-selftest.exp: Add alpha xfail.
10138
10139Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10140
10141 * gdb.base/watchpoint.c (main): Prompt before calling read().
10142 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
10143 Revise accordingly. Remove cruft about sending "123" several
10144 times, until it gets noticed. Clean up the "print buf[0]" stuff
10145 so that it passes or fails, and waits for prompts in the usual way.
10146
10147Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10148
10149 * gdb.base/recurse.exp: Fix comment.
10150
10151 * TODO: Remove item about printing variables in nodebug.exp. Add
10152 item about enabling tests which are only run on some targets.
10153
10154 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
10155 fail, make test names unique, use new gdb_test convention
10156 regarding pattern, use gdb_test more, etc.).
10157
10158 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
10159 fail, make test names unique, etc.).
10160
10161Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10162
10163 * gdb.base/nodebug.c: Change return type of top and middle to
10164 short.
10165 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
10166 are fixed by the recent mdebugread.c changes. Allow `short ()'
10167 as type for top and middle.
10168
10169Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10170
10171 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
10172 nearly as I can tell, the whole thing was an accident in Stu's
10173 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
10174 to replace a send/expect pair with gdb_test, but ended up only
10175 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
10176 of 30 Mar 1995 took care of it, but left this vestigial comment
10177 which I am now nuking.
10178
10179Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10180
10181 * gdb.base/break.exp: Look for different line number for
10182 breakpoint at main depending on usestubs.
10183
10184Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10185
10186 * gdb.base/list.exp: Adjust some alternate expect patterns to
10187 match recent list0.c change. Add alternate expect pattern for
10188 output from `list default lines around main' for optimizing
10189 compilers.
10190
10191Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10192
10193 * lib/gdb.exp: If nosignals is not set, set it to 0.
10194
10195Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
10196
10197 * config/slite-gdb.exp: Responds to load symbol table prompt.
10198 * gdb.base/break.exp: Adjust line number, fix rerun.
10199 * gdb.base/langs0.c: Add #ifdef usestubs.
10200
10201Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
10202
10203 * gdb.base/list.exp: Adjust line contents after adding new lines in
10204 list0.c. Also fix a syntax error.
10205
10206 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
10207 * gdb.base/break.exp: ditto.
10208 * gdb.base/list.exp: ditto.
10209 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
10210 * gdb.base/run.c: ditto.
10211 * gdb.base/list0.c: ditto.
10212 * gdb.base/funcargs.c: ditto.
10213
10214Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
10215
10216 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
10217 $targetname, $serialport and $baud instead of hardwired variables.
10218 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
10219 target doesn't support signals.
10220
10221Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
10222
10223 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
10224
10225Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10226
10227 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
10228 Don't rely on the value of an auto variable before it has been
10229 initialized. Use gdb_test more.
10230
10231Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10232
10233 * lib/gdb.exp (default_gdb_version): A version number must start
10234 with a digit, but other than that contains all characters up to
10235 the first whitespace character.
10236
10237Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10238
10239 * gdb.base/commands.exp (breakpoint_command_test): New tests.
10240
10241Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10242
10243 * gdb.c++/*.exp: Warn if executable does not exist. The original
10244 reason for skipping the warning was that configure.in sometimes
10245 intentionally skipped building the executables but the tcl code
10246 had no way of knowing. That (a) was always bogus with respect to
10247 error handling, (b) is no longer true (right now there is no way
10248 to skip C++ tests).
10249
10250 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
10251
10252Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10253
10254 * gdb.base/list.exp: Add expect patterns for output from
10255 SunPRO compiled executables.
10256 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
10257 types.
10258
10259Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10260
10261 * gdb.base/break.exp (test_next_with_recursion): Accept any line
10262 number (we are already testing that the correct source line text
10263 gets printed).
10264
10265 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
10266 that is what is intended, but something needed to be done to get
10267 sunos4 native working again.
10268
10269 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
10270
10271 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
10272 apparently went with a (very) old xfail.
10273
10274Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
10275
10276 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
10277 runto_main is a proc in gdb.exp that will do 'step' for target use
10278 stubs.
10279 * gdb.base/exprs.exp: ditto.
10280 * gdb.base/interrupt.exp: ditto.
10281 * gdb.base/opaque.exp: ditto.
10282 * gdb.base/printcmds.exp: ditto.
10283 * gdb.base/ptype.exp: ditto.
10284 * gdb.base/scope.exp: ditto.
10285 * gdb.base/setvar.exp: ditto.
10286 * gdb.base/signals.exp: ditto.
10287 * gdb.base/twice.exp: ditto.
10288 * gdb.c++/classes.exp: ditto.
10289 * gdb.c++/inherit.exp: ditto.
10290 * gdb.c++/templates.exp: ditto.
10291 * gdb.base/break.exp: no run and hit main for stubs. Change line
10292 numbers for breakpoints and info breakpoint.
10293 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
10294 breakpoint().
10295 * gdb.base/callfuncs.c: ditto.
10296 * gdb.base/exprs: ditto.
10297 * gdb.base/interrupt.c: ditto.
10298 * gdb.base/opaque0.c: ditto.
10299 * gdb.base/printcmds.c: ditto.
10300 * gdb.base/ptype.c: ditto.
10301 * gdb.base/scope0.c: ditto.
10302 * gdb.base/setvar.c: ditto.
10303 * gdb.base/signals.c: ditto.
10304 * gdb.base/twice.c: ditto.
10305 * gdb.c++/misc.cc: ditto.
10306 * gdb.c++/templates.cc: ditto.
10307
10308Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10309
10310 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
10311
10312 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
10313 somewhere between `read' and `main.c'. I'm pretty sure the
10314 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
10315 and it isn't particularly useful.
10316
10317 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
10318
10319Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10320
10321 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
10322
10323Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
10324
10325 * config/mt-slite: add LIBS and -nostdlib.
10326 * config/slite-gdb.exp: add this new file to support sparclite target.
10327
10328Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
10329
10330 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
10331
10332 * gdb.base/a2-run.exp: Change argument to istarget from
10333 "*-*-vxworks" to "*-*-vxworks*".
10334 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
10335
10336Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
10337
10338 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
10339 will not runto main but do a 'step' to step out of breakpoint().
10340 * config/mt-slite: add -Dusestubs.
10341
10342Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10343
10344 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
10345 instead of just @.
10346
10347 * gdb.base/signals.exp: Add test for "handle all print".
10348 * TODO: Remove "handle all print". Also remove item about
10349 checking copyright date (I don't like the idea of a spurious FAIL
10350 based on when we run the tests).
10351
10352 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
10353 for SunOS4 (reason for failure not investigated). Remove
10354 redundant test for $binfile.
10355
10356 * gdb.base/nodebug.c (array_index): Call malloc.
10357
10358 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
10359
10360Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
10361
10362 * gdb.base/recurse.exp: Update gdb_test invocation to use new
10363 conventions and slightly simplify the matching regexp.
10364
10365Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10366
10367 * gdb.base/break.exp: Update gdb_test invocation to use new
10368 convention.
10369
10370 * lib/gdb.exp: If noargs is not set, set it to 0.
10371
10372 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
10373 tests unique.
10374
10375 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
10376
10377Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10378
10379 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
10380 one argument of type "<non-float parameter>".
10381
10382Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
10383
10384 * config/rom68k.exp: New file to support Motorola IDP board.
10385 * gdb.base/a2-run.exp: Skip this file if noargs is set.
10386 * gdb.base/break.c: Change things around so that this program
10387 doesn't depend upon args. This is necessary to make remote
10388 targets work (in general, they can't take args).
10389 * gdb.base/break.exp: Don't try to send args to program. Don't
10390 expect output. Also, replace lots of code with gdb_test.
10391
10392Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10393
10394 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
10395 printing of '\'' (which is what the comment says we are testing,
10396 even though we were not), not '''.
10397 (test_integer_literals_rejected): Test that printing ''' is an error.
10398
10399 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10400 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
10401 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
10402 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
10403 Use gdb_test not test_print_accept.
10404 * lib/gdb.exp: Remove test_print_accept.
10405
10406 * gdb.base/signals.exp (signal_tests_1): Make pass message
10407 consistent with fail message.
10408
10409 * gdb.base/whatis.exp: Remove xfails for printing char vs.
10410 unsigned char; the bug (PR 1821) is fixed.
10411
10412 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
10413
10414 * gdb.base/scope.exp (test_at_localscopes): Call pass for
10415 successful tests--makes xfailing them work right.
10416
10417Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10418
10419 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
10420 only \r\n, not .*. The test can pass .* as the last thing in
10421 $pattern if that is what it wants. In addition to providing this
10422 flexibility, this change should speed up pattern matching in cases
10423 where the pattern already ended with .* (there were a number of
10424 them). This change also helps catch bad patterns--in the old
10425 scheme the typo "char \*" instead of "char \\*" would pass. Now
10426 it is caught.
10427 * Many .exp files: Update callers.
10428
10429 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
10430 clearer and does not spuriously match multiple ('s. Likewise for
10431 ) and *.
10432
10433 * gdb.base/nodebug.exp: Test ability to call a function and pass
10434 it a string (even with no debugging info).
10435
10436 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
10437 "p '\'", which is the same as "p ''" once tcl gets done with
10438 quoting, to "p '\\'", which I suspect is what is intended (one
10439 backslash gets sent to GDB).
10440
10441 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
10442
10443Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10444
10445 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
10446 1817) was fixed literally years ago.
10447
10448Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10449
10450 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
10451 test, it causes stepping out of call_after_alloca_subr with
10452 optimizing compilers.
10453 (localvars_in_indirect_call): Consume GDB prompt if `finish'
10454 fails.
10455
10456 * gdb.c++/templates.exp: Source templ-info.exp only if
10457 the templates executable exists.
10458
10459 * gdb.c++/misc.cc (class Contains_static_instance,
10460 class Contains_nested_static_instance),
10461 gdb.c++/classes.exp (test_static_members): Test printing of
10462 a class that contains a static instance of the class.
10463
10464Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10465
10466 * gdb.base/langs2.c (cppsub_): Don't prototype.
10467 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
10468 only, I believe).
10469
10470Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10471
10472 * lib/gdb.exp (skip_chill_tests): New procedure.
10473
10474 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
10475
10476Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
10477
10478 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
10479 each expect pattern. Cuts runtime from 12 to about 4 seconds.
10480
10481Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10482
10483 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10484
10485 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10486 disassemble 8, not 16, instructions for part 4.
10487
10488 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10489 support the latter anymore.
10490
10491 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10492 -DNO_PROTOTYPES.
10493 * gdb.base/callfuncs.c: Control use of prototypes based on
10494 NO_PROTOTYPES, not __STDC__.
10495 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10496 t_float_values2 tests if prototypes in use.
10497
10498 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10499 t_double_values): When checking differences against DELTA, check
10500 that difference is within the range (-DELTA,DELTA), not just
10501 (-infinity,DELTA).
10502
10503Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
10504
10505 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
10506 'file' command firts, then 'target', then 'load', this is due to gdb
10507 target set up.
10508 * config/mips-gdb.exp: Fix a couple regular exp bugs.
10509
10510Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
10511
10512 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
10513 FP load/store variants.
10514 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
10515
10516Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10517
10518 * gdb.base/term.exp: Do not give a warning if not native, it is
10519 not an abnormal condition.
10520
10521Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
10522
10523 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
10524 t_char_array".
10525
10526Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10527
10528 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
10529 are getting the version number.
10530
10531 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
10532 if not native, it is not an abnormal condition.
10533
10534Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10535
10536 * lib/gdb.exp: Just use "file exists", rather than undocumented
10537 dejagnu procedure "findfile".
10538
10539Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10540
10541 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
10542 (LDFLAGS): Set to -Xlinker -Ur.
10543
10544 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
10545 Removed, these values are set by lib/gdb.exp.
10546
10547 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
10548
10549Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10550
10551 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
10552 of replicating gdb startup code.
10553
10554 * config/mt-vxworks (LDFLAGS): Set to -r.
10555 (CFLAGS_FOR_TARGET): Removed.
10556
10557 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
10558 (gdb) and gdb for vxworks uses (vxgdb).
10559
10560 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
10561 executable is not in the tree and host != target, use sed and
10562 program_transform_name to determine the gdb name used by the
10563 target.
10564
10565 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
10566 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
10567
10568Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10569
10570 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
10571 floats, chars, and shorts where there are ANSI-style function
10572 definitions.
10573
10574 * gdb.base/langs.exp, gdb.base/langs*: New test.
10575 * gdb.base/Makefile.in: Build it.
10576 * TODO: Remove item about checking that C names don't get C++
10577 demangling applied; this test tests it.
10578
10579Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10580
10581 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
10582 went with the const70 xfail. The xfail went away a year ago.
10583
10584 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
10585
10586 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
10587 for hp300.
10588
10589 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
10590
10591 * gdb.base/a1-selftest.exp: Don't run on hp300.
10592
10593Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10594
10595 * Makefile.in (site.exp): Set host_alias and target_alias as well
10596 as host_triplet and target_triplet.
10597
10598Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10599
10600 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
10601
10602 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
10603 places as other ecoff systems).
10604
10605 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
10606 ultrix.
10607
10608Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10609
10610 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
10611 remove them.
10612 * gdb.base/nodebug.exp: Accept "function" in addition to "text
10613 variable and "variable" in addition to "data variable".
10614 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
10615
10616 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
10617 2.
10618 * gdb.base/list1.c (long_line): Add additional statement at start
10619 of function.
10620 * gdb.base/list.exp (test_forward_search): Update line number to
10621 reflect new statement.
10622
10623Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10624
10625 * gdb.base/signals.exp: Reinitialize searched source directories
10626 after gdb_start call.
10627
10628Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
10629
10630 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
10631 * gdb.stabs/Makefile.in: Likewise.
10632
10633 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
10634 change. Instead split the tests into smaller pieces.
10635 * gdb.disasm/hppa.s: Corresponding changes.
10636
10637Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10640 Quote ^C when passing it to stty. For some shells ^ is a pipe.
10641
10642 * gdb.base/funcargs.exp: Modify many tests so that every test
10643 either passes or fails. Make some test names unique.
10644
10645Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10646
10647 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10648 Call stty to set interrupt character.
10649
10650 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
10651 for HP assembler versus GNU assembler based on actual behavior of
10652 $(CC), rather than assuming that $(AS) is always the GNU assembler.
10653
10654 * TODO: Suggest a few more stepping tests.
10655
10656Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
10657
10658 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
10659 restart GDB for h8300 after a continue.
10660 (return): Add pattern to match a29k-udi behavior.
10661 * gdb.base/nodebug.exp: Remove obsolete comment.
10662 * gdb.base/regs.exp: New file, testing of register displays.
10663 * gdb.base/return.exp: Fix typo in reference to $objdir.
10664 * gdb.base/whatis.exp: Always start with a fresh GDB.
10665
10666Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10667
10668 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
10669 higher, these tests generate a lot of output.
10670
10671Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10672
10673 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
10674 code following the catch silently ignored some errors; without the
10675 catch they should be thrown like any other tcl error. Also, the
10676 catch used "" instead of {} which meant all the callers who wanted
10677 to include one of the characters "[]$ had to quote it an extra time.
10678 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
10679 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
10680 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
10681 Remove extra quoting.
10682
10683Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
10684
10685 * gdb.base/commands.exp: Make test names unique; every test either
10686 passes or fails. Update some comments.
10687
10688 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
10689
10690Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10691
10692 The following fixes a FAIL caused by the fact that the alpha stabs
10693 configuration didn't use the ".if alpha" code in weird.def.
10694 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
10695 bit pointer, so the 32 bit version works even on the alpha.
10696 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
10697 Remove the stuff which allowed us to have separate versions for
10698 alpha and everything else.
10699
10700 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
10701 regexp which "info func operator\[\](" is supposed to match. Fix
10702 string to send to GDB. Note that GDB still doesn't work right. Add a
10703 new test for "info func .perator\[\](" which GDB does handle correctly.
10704
10705 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
10706
10707Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10708
10709 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
10710 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
10711 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
10712 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
10713 it makes the tests harder to understand and confuses test-o-matic.
10714 The preferred style is that each test provides a PASS or a FAIL,
10715 and has a unique message (e.g. "continue #54" not just "continue")
10716 which is the same for the pass and the fail.
10717 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10718 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
10719 to lib/gdb.exp.
10720 * gdb.base/printcmds.exp: Use test_print_accept. Remove
10721 prt_accept which was basically the same thing. Likewise for
10722 test_print_reject and prt_reject.
10723 * lib/gdb.exp (test_print_reject): Add some more error message
10724 patterns to match from the former printcmds.exp (prt_reject).
10725 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
10726 One defect of the passcount stuff is that some of it failed to
10727 report XPASS where appropriate.
10728 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
10729 stuff before and after arg in expected pattern.
10730 (test_paddr_operator_functions): Re-do test without print_addr_of;
10731 this is the only test which seems to want extra stuff there.
10732
10733Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10734
10735 * gdb.base/nodebug.exp: Update new tests to reflect improved
10736 wording of gdb output.
10737
10738 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
10739 and "ptype" work on variables in files compiled without -g.
10740 Replaces commented out "maint print msymbol" tests.
10741
10742Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10743
10744 * gdb.base/setvar.c (dummy): Call malloc.
10745
10746 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
10747 losing with the irix4 sed.
10748
10749 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
10750 ALRM" on irix4.
10751
10752Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10753
10754 * TODO: Remove items about corefile.exp testing new exec-file and
10755 backtrace; both are now done. Add items about printing enums.
10756
10757Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10758
10759 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
10760 "get signal $thissig" test fails.
10761
10762 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
10763
10764Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10765
10766 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
10767 compiler warning with dec alpha compiler.
10768
10769 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
10770 extra \n from gdb_test call (this explains why the prompt test
10771 that I removed yesterday was there).
10772 (user_defined_command_test): Remove extra \n and prompt test.
10773
10774 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
10775 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
10776 doesn't exist.
10777 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
10778 Also remove alpha workaround, which turns out to be because
10779 SIGABRT == SIGLOST.
10780
10781 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
10782
10783 * gdb.base/help.exp: Don't test "help show".
10784
10785Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10786
10787 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
10788 "set print address" is on.
10789 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
10790 pass prompt to gdb_test; gdb_test already looks for the prompt.
10791
10792 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
10793
10794 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
10795 was a vestige of the manual TESTSTRATEGY, and the purpose of it
10796 was to make sure that gdb can read a core file. But (a) the "read
10797 the corefile" part didn't make it to a1-selftest.exp, we just
10798 delete the corefile after creating it, and (b) we test reading
10799 corefiles in corefile.exp anyway. Also, this test left around a
10800 xgdb process on Solaris.
10801
10802 * gdb.base/corefile.exp: Also test backtrace.
10803
10804Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
10805
10806 * gdb.base/commands.exp: Test a simple user defined command with
10807 arguments and if/while statements; verify the full user command is
10808 printed by "show user".
10809
10810 * gdb.base/commands.exp: Test if/while commands as part of a
10811 breakpoint command list; verify they appear in breakpoint
10812 information.
10813
10814Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10815
10816 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
10817 than by dividing by zero.
10818
10819Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
10820
10821 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
10822 performing an inferior call with watchpoints enabled.
10823 * gdb.base/watchpoint.c (main): Delete second unnecessary read
10824 call.
10825
10826Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10827
10828 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
10829 of "file" command.
10830
10831 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
10832 Add additional pattern for when "int operator int(void);" appears
10833 in a different order.
10834
10835Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10836
10837 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
10838
10839 * gdb.base/help.exp: Replace most of docstrings for "info signals"
10840 and "signal" with ".*".
10841
10842Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10843
10844 * TODO: Add note about "handle all nostop".
10845
10846 * gdb.base/{sigall.c, sigall.exp}: New test.
10847 * gdb.base/Makefile.in: Add it.
10848
10849Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10850
10851 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
10852 when invoking GDB, suppresses any windowing interface.
10853
10854Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
10855
10856 * config/sim-gdb: New file, simulator testing support.
10857
10858Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
10859
10860 * gdb.base/interrupt.exp: Test calling func1 twice.
10861
10862Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
10863
10864 * gdb.base/list.exp (test_forward_search): Set timeout higher
10865 when we'll be getting lots of output from gdb.
10866
10867 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
10868 "init_malloc" to after the expect statement. Run it if that
10869 regexp is taken, but also for two others which happen if source
10870 cannot be found.
10871
10872Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10873
10874 * gdb.base/printcmds.exp: New test, for printing register before
10875 program is running.
10876
10877Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10878
10879 * gdb.base/list.exp: Correct some alternate expect patterns
10880 to reflect changes in list1.c.
10881
10882Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10883
10884 * TODO: Add item regarding large frames.
10885
10886 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
10887
10888 * TODO: Remove item about enabling return.exp; it
10889 is enabled. Suggest a few more "return" tests.
10890
10891Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10892
10893 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
10894 anonymous unions.
10895
10896Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10897
10898 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
10899 and pr-5646.o, so "make" is the same as "make all", not "make
10900 pr-4975.o".
10901
10902Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
10903
10904 * gdb.base/list.exp: Adjust expectations to reflect changes in
10905 list1.c.
10906 (test_forward_search): New test proc.
10907 * gdb.base/list1.c (long_line): New function, has long source line.
10908
10909Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
10910
10911 * gdb.base/a1-selftest.exp: Change initial stepping to know about
10912 additional line of code that was added.
10913
10914Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
10915
10916 * gdb.disasm/hppa.s: Break the large branching tests into smaller
10917 tests so as not to overflow expect's input buffers.
10918 * gdb.disasm/hppa.exp: Corresponding changes.
10919
10920Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10921
10922 Beginnings of template debugging tests.
10923 * gdb.c++/templ-info.cc: New file to test for template
10924 debugging capability of the compiler.
10925 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
10926 templ-info.cc.
10927 * gdb.c++/templates.cc: Add explicit template instantiations
10928 to enable compiling with -fno-implicit-templates. Add destructor
10929 and 'value' method to T5 class for template tests.
10930 * gdb.c++/templates.exp: Add testcases for printing of template
10931 types, setting breakpoints on template methods and calling a
d63a86f8 10932 template method.
c906108c
SS
10933
10934Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
10935
10936 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
10937 branch target since some assemblers (gas-2.5) may emit a
10938 relocation for the branch instead of resolving it in the
10939 assembler.
10940
10941Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10942
10943 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
10944 through signal handler.
10945
10946Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10947
10948 * configure.in (*-*-netware): Use config/mt-netware.
10949
10950 * config/mt-netware: New file.
10951 * config/mt-i386-netware: Removed, separate configs for different
10952 netware architectures are no longer needed now that we have
10953 --with-headers.
10954
10955Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10956
10957 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
10958 by the recent changes to use ANSI C arithmetic conversions.
10959
10960Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10961
10962 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
10963 bug involving using inferior_pid to figure out whether to select a
10964 frame.
10965
10966Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
10967
10968 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
10969 match the current disassembler output.
10970
10971Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
10972
10973 * gdb.fortran/exprs.exp: Expect VOID instead of void.
10974 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
10975 types, expect "int" as type of integer values (for now).
10976
10977Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
10978
10979 * gdb.base/commands.exp: New tests for if/while commands.
10980
10981Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
10982
10983 * lib/gdb.exp (runto): Replace sub-pattern for hex value
10984 by .*, since hex values have different syntax in Chill mode.
10985
10986Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10987
10988 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
10989 linefeed from expect pattern for repeated types with indices > 9.
10990
10991Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
10992
10993 First part of Fortran test suite.
10994 * gdb.fortran: New directory.
10995 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
10996
10997Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10998
10999 * gdb.base/default.exp: Update expect pattern for load command
11000 without arguments.
11001
11002Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11003
11004 * configure.in: Change i386 to i[345]86.
11005 * gdb.base/configure.in: Likewise.
11006 * gdb.c++/configure.in: Likewise.
11007 * gdb.chill/configure.in: Likewise.
11008
11009Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
11010
11011 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
11012 patterns, since that is not a valid context for comments.
11013
11014Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
11015
11016 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
11017 repeated types and repeated types with indices > 9.
11018
11019Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11020
11021 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
11022 2417; old bug has been fixed.
11023
11024Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
11025
11026 * gdb.base/interrupt.exp: When trying to wake up the inferior,
11027 send the newline ourselves instead of assuming gdb_test will do
11028 so when passed an empty input string.
11029
11030 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
11031 stabs testcode.
11032
11033Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11034
11035 * lib/gdb.exp (gdb_test): Don't send anything if the first
11036 argument is an empty string. This makes cases where we want to
11037 match output that is already in expect's buffers (for example,
11038 matching a breakpoint after gdb_run_cmd has been called) work
11039 reliably.
11040
11041Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11042
11043 * config/netware.exp: New file.
11044
11045Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11046
11047 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
11048 the -B and -L prefixes so we can find the debugging stub.
11049
11050 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
11051 there and we are using the gcc from the tree.
11052
11053 * gdb.base/types.c: Removed.
11054
11055 * gdb.base/configure.in: Look for makefile fragments in ../config.
11056 Recognize i386-*-netware.
11057 * gdb.c++/configure.in: Likewise.
11058
11059Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11060
11061 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
11062 the correct TCL syntax.
11063
11064Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11065
11066 * gdb.base/opaque.exp: use runto instead of messing around with
11067 breakpoints. Simplify by using gdb_test.
11068
11069 * gdb.base/bitfields.exp: restart between tests on netware targets
11070 because breakpoints aren't relocated after target death. Run
11071 processes to completion.
11072
11073 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
11074
11075Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
11076
11077 * Makefile.in: Remove extra tabs that confuse some versions
11078 of "make". Use the newly built gdb to test with by default,
11079 rather than the first one in the tester's search path.
11080
11081Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
11082
11083 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
11084
11085 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
11086 condition help.
11087
11088Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11089
11090 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
11091
11092 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
11093 running.
11094 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
11095 * gdb.base/funcargs.exp: Likewise.
11096
11097 * gdb.base/bitfields.exp: Simplify by using gdb_test.
11098 * gdb.base/funcargs.exp: Likewise.
11099
11100 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
11101 message is "".
11102
11103Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11104
11105 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
11106 return,signals,twice}.exp: Handle non-existant binaries
11107 consistantly.
11108
11109 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
11110 * gdb.base/Makefile.in: Don't try to generate a core dump, we
11111 might testing a cross development system.
11112
11113Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11114
11115 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
11116 runtest script is relative to ${srcdir}, not ${rootdir}.
11117
11118Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
11119
11120 * gdb.base/signals.exp: Allow for optionality of breakpoint
11121 address.
11122
11123Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11124
11125 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
11126
11127Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11128
11129 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
11130 for size_t definition.
11131 * gdb.c++/templates.cc: Likewise
11132
11133 * config/mt-i386-netware: New file.
11134
11135 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
11136 defined.
11137
11138 * gdb.base/Makefile.in: Added support for systems that name core
11139 files by appending "core" to the program name.
11140 * gdb.base/a1-selftest.exp: Likewise.
11141
11142Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11143
11144 * gdb.base/return.exp: Add comment and message for `return double'
11145 test failure on Sparc Solaris.
11146
11147Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
11148
11149 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
11150
11151Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11152
11153 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
11154 from optimizing them away.
11155 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
11156 patterns to include default constructors and assignment operators,
11157 to match gcc versions beyond 2.5.8. Accept any cplus demangling
11158 character in the output of the virtual base pointer.
11159
11160Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11161
11162 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
11163 expression match in print_addr_of to avoid unintented matches.
11164 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
11165 versions up to 2.5.8.
11166
11167Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11168
11169 * gdb.base/list.exp: Tweak alternate pattern for listing of an
11170 included file to run under newer versions of expect.
11171 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
11172 consecutive >'s in templates to accomodate recent cplus-dem.c change.
11173 Remove xfail for the virtual table of BDDHookV.
11174
11175Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11176
11177 * lib/gdb.exp (string_to_regexp): Set a default result.
11178 (default_gdb_start): Fix misleading message.
11179
11180Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
11181
11182 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
11183 Remove all CC, etc definitions.
11184 * config/mt-hpux: New file.
11185 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
11186 (CFLAGS, LDFLAGS): Define.
11187 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
11188
11189 * Makefile.in (site.exp): Don't insert host_os, etc.
11190 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
11191 (distclean): Check existence of subdir.
11192 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
11193 * gdb.base/Makefile.in: General cleanup and simplification.
11194 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11195 to build executables. Use default rule to build .o files.
11196 (EXPECT, RUNTEST, CC): Fix relative pathname.
11197 (site.exp): Don't insert host_os, etc.
11198 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
11199 and/or SIGUSR1 defined.
11200 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
11201 * gdb.c++/Makefile.in: General cleanup and simplification.
11202 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11203 (CFLAGS): Remove.
11204 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
11205
11206Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
11207
11208 * gdb.base/recurse.exp: Misc changes to get tests running again
11209 after Kung's changes to the watchpoint code.
11210 * gdb.base/watchpoint.exp: Likewise.
11211
11212Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
11213
11214 * lib/gdb.exp (string_to_regexp): Convert {\} also.
11215
11216Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11217
11218 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
11219 * lib/gdb.exp (default_gdb_start): Define.
11220 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
11221 gdb.base/funcargs.exp, gdb.base/opaque.exp,
11222 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
11223 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
11224 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
11225 Don't call gdb_target_udi in between tests.
11226
11227Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11228
11229 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
11230 (which was basically just a local version of the same thing). In
11231 addition to avoiding duplication, gdb_test_exact is faster.
11232 * lib/gdb.exp (gdb_test_exact): Fix typo.
11233
11234 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
11235 don't give an error.
11236
11237 * gdb.base/term.exp: Call delete_breakpoints before starting.
11238
11239 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
11240 (t10): Add comment.
11241
11242Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11243
11244 Reorganization of the GDB Test Suite.
11245
11246 * gdb.base: New directory, contains all the basic tests.
11247 * gdb.c++: New directory, tests specific to C++.
11248 * gdb.chill: New directory, tests specific to Chill.
11249 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
11250 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
11251 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
11252 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
11253 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
11254 t30-31 to chill).
11255 * */gdbme.*: Rename to match appropriate expect scripts.
11256 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
11257 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
11258 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
11259 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
11260 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
11261 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
11262 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
11263 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
11264 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
11265 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
11266 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
11267 gdb.c++/virtfunc.cc: New names of C++ files.
11268 * gdb.chill/chillvars.ch: New name of Chill file.
11269 * gdb.base/configure.in, gdb.c++/configure.in,
11270 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
11271 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
11272 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
11273 * configure.in (configdirs): Update to reflect directory changes.
11274 (target_abbrev): No longer define for any configuration.
11275 * Makefile.in: Cosmetic improvements to header comments.
11276
11277Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11278
11279 Various changes to gdb.t31:
11280
11281 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
11282 * gdbme.ch: Make all key-words and predefineds be upper-case.
11283 * chillvars.exp: Expect key-words and predefinds in upper-case.
11284
11285 * chillvars.exp: Use gdb_test_exact many places.
11286 Change expected output for arrays (which now includes index labels).
11287
11288 * pr-5020.exp, gdme.ch (module PR_5020):
11289 New test, for PR-5020.
11290
11291Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
11292
11293 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
11294 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
11295
11296Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
11297
11298 * Makefile.in: Fix bit-rot in definitions of CHILL,
11299 CHILL_FOR_TARGET and Chill_LIB.
11300 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
11301 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
11302 CHILL, and CHILL_LIB.
11303
11304Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
11305
11306 * Revert the previous changes. Please see Rob's directory
11307 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
11308
11309Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
11310
11311 * Makefile.in, configure.in, config/mips-gdb.exp,
11312 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
11313 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
11314 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
11315 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
11316 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
11317 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
11318 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
11319 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
11320 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
11321 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
11322 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
11323 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
11324 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
11325 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
11326 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
11327 changes from 94Q1.
11328
11329Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
11330
11331 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
11332 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
11333 Rob's new testing fragments.
11334
11335Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
11336
11337 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
11338 lib/gdb.exp: Replace error proc calls with perror.
11339
11340Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11341
11342 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
11343 version also, match on casted version strings, and match on
11344 gdb startup case where the line numbers might be messed up.
11345
11346Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
11347
11348 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
11349 (CFLAGS): Delete it from here.
11350
11351Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
11352
11353 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
11354
11355Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
11356
11357 * Makefile.in (RUNTEST): Default to just "runtest".
11358
11359Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11360
11361 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
11362 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
11363 the code has been restructured.
11364
11365Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11366
11367 * gdb.t00/default.exp (set write): Allow any number of \r and/or
11368 \n, not just one of each.
11369
11370 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
11371 /bin/cc gives a warning if you do.
11372
11373Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
11374
d63a86f8 11375 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
11376 __t10ListS_link1ZUiRCUiPT0
11377
11378Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11379
11380 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
11381 on local variables in recursive functions.
11382
11383 * gdb.t07/Makefile.in: Build the new test.
11384
11385Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11386
11387 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
11388 directly. Instead compare the return values from actual calls.
11389
11390Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
11391
11392 * Makefile.in (check): Set TCL_LIBRARY for runtest.
11393
11394Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11395
11396 * From Peter Schauer with minor modifications.
11397 * gdb.t15/return.exp (return_tests): Handle targets where "return"
11398 stops in mid-line in the caller. Add xfail for returning a float
11399 value on X86 targets.
11400
11401Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11402
11403 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11404 to avoid expect lossage.
11405 (fmem_LRbug_tests): Likewise.
11406 * gdb.disasm/hppa.s: Corresponding changes.
11407
11408 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
11409 conditions to work with latest dejagnu/expect.
11410
11411 * gdb.t15/funcargs.exp (finish from indirect call): No longer
11412 expected to fail on the PA.
11413 (backtrace in call with trampolines): Explicitly require main
11414 to be frame #1 (no trampolines should show up in backtrace).
11415
11416 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
11417 "continue -expect".
11418 * gdb.t06/break.exp: Likewise.
11419 * gdb.t07/watchpoint.exp: Likewise.
11420 * gdb.t13/bitfields.exp: Likewise.
11421 * gdb.t15/{funcargs,return}.exp: Likewise.
11422 * gdb.stabs/weird.exp: Likewise.
11423 * config/{mips,udi}-gdb.exp: Likewise.
11424
11425 * hppa.sed: Enclose comments within a sed command to avoid
11426 losing with the old OSF1 sed.
11427
11428Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11429
11430 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
11431 sequent dynix.
11432 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
11433 * gdb.t15/funcargs.exp: Conditionally step again to really
11434 finish from marker_call_with_trampolines. Handle the case where
11435 the first step from within call_with_trampolines already steps
11436 us back to main.
11437 * gdb.t15/gdbme.c: Add comment to closing brace of
11438 call_with_trampolines for funcargs.exp.
11439
11440Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11441
d63a86f8 11442 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
11443 Fix typo(s).
11444
11445Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11446
11447 * gdb.t07/gdbme.c: More code for watchpoint testing.
11448
11449 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
11450 "Hardware watchpoint" throughout file.
11451 (test_watchpoint_triggered_in_syscall): New test.
11452 (test_complex_watchpoint): New test.
11453
11454Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11455
11456 * gdbme.c (call_with_trampolines): New function to try and step
11457 into. Tests trampoline problems on the PA.
11458
11459 * funcargs.exp (localvars_in_indirect_call): No longer expect
11460 stepping into indirect call to fail on PAs.
11461 (test_stepping_over_trampolines): New test.
11462
11463Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11464
11465 * TODO: Add suggestions for static member function tests, and
11466 completion tests.
11467
11468Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11469
11470 * TODO: Add suggestions for "p/a" tests.
11471
11472 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
11473 (default_gdb_exit): Replace all the hair with sending "quit" to
11474 the process with a simple close.
11475
11476Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11477
11478 * TODO: Add suggestions for shared library tests.
11479
11480Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11481
11482 * TODO: Add suggestions for x/s tests.
11483
11484Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11485
11486 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11487 "enable once", and "enable breakpoints once" with ".*".
11488
11489Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11490
11491 * TODO: Add suggestions about structure passing tests.
11492
11493Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11494
11495 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11496 the primary1 test, use work around if __GNUC__ < 2.
11497 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11498 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11499 Test for bad output rather than waiting for timeout. Issue
11500 second continue only if first continue failed.
11501
11502Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11503
11504 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
11505 operator[] test with gdb_test because the old code didn't seem to
11506 be getting the quoting right with the new dejagnu.
11507
11508Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
11509
11510 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
11511 one from the path.
11512 * Makefile.in: Use a fresh expect if there is one, use runtest
11513 from the src tree if there is one.
d63a86f8 11514
c906108c
SS
11515Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11516
11517 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
11518 next over recursive call. Revise the tests from that point on
11519 (which had been skipped) to match GDB's actual (correct) output.
11520
11521 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
11522 with next over a breakpoint whose condition is false.
11523
11524 * gdb.t00/help.exp: Comment out "help set print" tests just like
11525 (and for same reason as) "help set" test.
11526
11527Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11528
11529 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
11530 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
11531
11532Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11533
11534 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
11535 necessary gdb_target_udi.
11536
11537 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
11538
11539 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
11540 1838 and 2417; they are fixed.
11541
11542 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
11543 gdb.t03/ptype.exp (ptype structure, ptype union):
11544 Remove xfails; the test is looser than when the xfails were added.
11545
11546 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
11547 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
11548
11549 * gdb.t01/run.exp: Only run shell test if isnative.
11550
11551 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
11552 since "run" automatically loads if necessary. Call gdb_target_udi
11553 after the "file" since "file" kills any execution target.
11554
11555 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
11556 GDB. GDB doesn't work that way (not anymore at least) on UDI.
11557 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
11558 argument for UDI.
11559
11560Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11561
11562 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
11563
11564 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
11565
11566Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11567
11568 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
11569 properly quoting regexps. This makes the second argument to
11570 demangle a fixed string, which matches the callers, instead of a
11571 shell-style pattern which is what the previous implementation
11572 used. Update some of the callers.
11573
11574Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11575
11576 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
11577 (comib_nullified_tests): Fix typo.
11578 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
11579 strings. No longer expected to fail.
11580
11581 * gdb.disasm/hppa.s (addib_tests): Fix typo.
11582 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
11583 strings. No longer expected to fail.
11584
11585 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
11586 string. No longer expected to fail.
11587
11588Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11589
11590 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
11591 No longer expected to fail.
11592
11593 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
11594 string. No longer expected to fail.
11595
11596Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11597
11598 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
11599 only in the names (I probably got most of them). I was even
11600 generous with some which differed in underscores in names, and
11601 probably missed a few, and I *still* was able to remove almost a
11602 third of the file with almost no impact on testsuite coverage.
11603
11604Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11605
11606 * gdb.t00/default.exp: Match udi_attach error message as well as
11607 the one from child_attach.
11608
11609 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
11610
11611 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
11612
11613 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
11614 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
11615
11616 * Move test with enums and partial symbols back to
11617 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
11618 Reverts the change of 26 May 93. Per today's change to
11619 stabs.texinfo, the behavior that weird.exp was expecting was
11620 unreasonable; what is important is that the compiler+gdb get
11621 things right, which happens with a recent gcc. Also fix the test
11622 to deal with native compilers which put out the stab gdb can't
11623 deal with.
11624
11625Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11626
11627 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
11628 in the names. The main thing these accomplish is to slow things down.
11629 Many more such duplicates surely remain.
11630
11631 * gdb.t00/help.exp: Comment out "help support" test just like
11632 (and for same reason as) "help set" test.
11633
11634Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
11635
11636 * gdb.t06/break.exp: Remove setup_xfails for
11637 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
11638 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
11639 about known bug in gcc to include up through 2.5.8.
11640 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
11641 well as "_vb$".
11642 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
11643 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
11644 with latest gcc and gdb.
11645 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
11646 well as "_vb$".
11647
11648Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11649
11650 * configure.in (hppa*-*-*): Also configure and build stabs-only
11651 tests.
11652
11653Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11654
11655 * gdb.t10/hppa.mt: A makefile fragment for the PA.
11656 * gdb.t10/configure.in (hppa*-*-*): Use it.
11657
11658Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11659
11660 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
11661
11662Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11663
11664 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
11665 versions prior to 1.13.5.
11666
11667Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11668
11669 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
11670 the prompt is at the start of a line.
11671
11672Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11673
11674 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
11675 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
11676 in the copr tests now.
11677 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
11678 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
11679 expected to fail.
11680
11681Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
11682
11683 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
11684 gdb.t31/chillvars.exp, lib/gdb.exp:
11685 Tweak to run under either version of expect.
11686 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
11687 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
11688 * gdb.t11/list.exp: Remove extraneous whitespace.
11689
11690Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11691
11692 * gdb.t16/printcmds.exp (test_print_strings): Accept
11693 "(unsigned char *) " before the string.
11694
11695 * TODO: Add notes about printing of fancy types and GDB expressions.
11696
11697Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
11698
11699 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
11700 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 11701 if doing mips-idt-ecoff.
c906108c
SS
11702
11703Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
11704
11705 * Most .exp files: Tweak to run under either version of expect.
11706
11707Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11708
11709 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
11710 xfails; I'm not sure why they are failing, but not because of PR 1806.
11711
11712Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
11713
11714 * config/unix-gdb.exp: Remove gdb_unload cause it's already
11715 defined in lib/gdb.exp.
11716
11717Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11718
11719 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
11720 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
11721 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
11722 have to be typeless.
11723
11724Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11725
11726 * TODO: Add suggestion for copyright year test.
11727
11728Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
11729
11730 * configure.in (*-*-lynxos*): Add stabs tests.
11731
11732Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11733
11734 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
11735 so insert a tab before any assembler directive in column zero.
11736
11737 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
11738 stores.
11739 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
11740 stores.
11741 (fpu_short_memory_tests): Likewise.
11742
11743Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11744
11745 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
11746 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
11747 .stabs directives in comments.
11748
11749Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11750
11751 * TODO: New file, describing tests we could write.
11752 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
11753
11754Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11755
11756 * gdb.t06/signals.exp: Add kludge to force re-sync.
11757
11758 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
11759 to xgdb instead of gdb, get out of gdb.
11760
11761Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
11762
11763 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
11764 for info.
11765
11766Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11767
11768 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
11769 * gdb.stabs/configure.in (hppa*-*-*): Use it.
11770 * gdb.stabs/hppa.sed: New sed script for the PA.
11771
11772Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11773
11774 * gdb.stabs: Re-write weird.def and configuration to use sed
11775 instead of cpp. sed is portable and POSIX; cpp is neither.
11776
11777Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11778
11779 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
11780
11781Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11782
11783 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
11784
11785Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11786
11787 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
11788 "_vb$".
11789 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
11790 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
11791
11792Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11793
11794 * lib/gdb.exp: Comment out code which depends on non-existent
11795 `transform' procedure.
11796
11797Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
11798
11799 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
11800 * lib/gdb.exp: Transform tool name.
11801 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
11802 1.1's new error handling system.
11803
11804Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11805
11806 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
11807
11808Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11809
11810 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
11811 They made pattern matching so slow that timeouts happened on
11812 heavily loaded systems. Now any output from "show print" which
11813 gets us back to the GDB prompt is a PASS.
11814
11815Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
11816
11817 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
11818
11819Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11820
11821 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
11822
11823 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
11824 It is not from PR 3220.
11825
11826Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11827
11828 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
11829 just started failing because they depended on the order the
11830 subcommands are presented, or exact docstring text. This kind of
11831 test is a pain and has minimal benefit.
11832
11833Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11834
11835 * gdb.t09/corefile.exp: At end of test, use "core" command with
11836 no arguments.
11837
11838Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
11839
11840 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
11841 17}/Makefile.in: Make it possible to run the testsuite with Sun
11842 make and CC = cross gcc by adding explicit build rules for .o
11843 files.
11844
11845Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11846
11847 * gdb.t15/funcargs.exp: Don't put comments on same line as
11848 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 11849
c906108c
SS
11850Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11851
11852 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
11853
11854Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
11855
11856 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
11857 * gdb.t20/inherit.exp: remove three dumplicate entries.
11858
11859Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11860
11861 * gdb.t06/break.exp: For "next over recursive call", fail on any
11862 incorrect output, not just on "factorial (value=2)".
11863
11864Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11865
11866 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
11867 working now. Add an xfail if accesing a bss variable causes
11868 a memory error if the target is not yet run.
11869
11870Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11871
11872 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
11873 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
11874 name of __st* demangling (2 strings). Did Kung really get the
11875 more than 95 others right without testing them?
11876
11877Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
11878
11879 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
11880
11881Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
11882
11883 * configure.in (configdirs): Add gdb.disasm
11884 * gdb.disasm: New directory for GDB disassembler tests.
11885 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
11886
11887Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11888
11889 * gdb.t00/help.exp: Don't test "help set".
11890
11891 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
11892 from within expect statements. None of these happen anymore and
11893 they cause regressions to be silently unnoticed.
11894
11895 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
11896 messages) about known failures with gcc cygnus-2.4.5-930417.
11897
11898 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
11899 comp-info.exp so it gets built if it doesn't exist.
11900
11901 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
11902 it is no longer used.
11903 * gdb.t13/comp-info.c: Removed.
11904
11905Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11906
11907 * gdb.t06/signals.exp: Add xfail for sun3.
11908
11909Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11910
11911 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
11912 relevant because ^C doesn't get sent but failure can be reproduced
11913 interactively).
11914
11915Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11916
11917 * gdb.stabs/alpha.mt: New configuration file for alpha.
11918 * gdb.stabs/configure.in: Use it.
11919 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
11920 sharing with alpha.mt, redefine long to word via preprocessor.
11921 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
11922 for alpha.
11923 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
11924 native cc.
11925 * gdb.t00/teststrategy.exp: Change expect string so that we
11926 consume the `(xgdb)' from the command echo and from the gdb prompt.
11927 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
11928 gdb currently compares all values as long, so this failure probably
11929 applies to any configuration where LONGEST is bigger than a target int.
11930 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
11931 with gcc.
11932 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
11933 to handle opaque pointers, gcc is.
11934 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
11935 as first argument. Include <sys/types.h> and change all operator
11936 new definitions to use size_t.
11937 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
11938 now that we use size_t.
11939
11940Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11941
11942 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
11943 a long or float array cast all array members to the same type.
11944 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
11945 with 64 bit longs.
11946 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
11947 on alpha.
11948 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
11949
11950Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11951
11952 * gdb.t24 (demangle.exp): Constructors of templates have names like
11953 vector<int>::vector(int) not vector<int>::vector<int>(int). See
11954 section 14.6 of the ARM.
11955
11956 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
11957 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
11958 accomplish little and slow down the testsuite.
11959
11960 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
11961 Accept spaces various places.
11962
11963Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11964
11965 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
11966 with watchpoint enabled.
11967
11968 * Makefile.in: Remove definition of CC and remove the second
11969 definition of CXX (the "CXX = gcc" one remains). These definitions
11970 were causing backquotes to be expanded within backquotes, which
11971 doesn't work.
11972
11973Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11974
11975 * gdb.t17/callfuncs.exp: Add "return 0" to end.
11976
11977Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11978
11979 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
11980 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
11981 by mips cc and contains no stabs entries.
11982
11983Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
11984
11985 * config/vx-gdb.exp: Use fake device to load files rather than
11986 NFS.
11987 * lib/gdb.exp: New proc to do "file" command.
11988 * config/unix-gdb.exp: Use new "file" proc.
11989
11990Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11991
11992 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
11993 Rework board rebooting slightly.
11994 (gdb_exit): Don't exit from the remote shell; there isn't one.
11995 * gdb.stabs/weird.exp: If a program is being debugged already,
11996 kill it.
11997 * gdb.t04/setvar.exp: Stop and restart gdb.
11998 * gdb.t05/expr.exp: Likewise.
11999 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
12000 restart gdb and reload the program.
12001 * gdb.t08/opaque.exp: Likewise.
12002 * gdb.t12/scope.exp: Likewise.
12003 * gdb.t13/bitfields.exp: Likewise.
12004 * gdb.t15/funcargs.exp: Likewise.
12005 * gdb.t20/classes.exp: Likewise.
12006 * gdb.t03/ptype.exp: Increase timeout.
12007 * gdb.t16/printcmds.exp (test_print_string_constants,
12008 test_print_array_constants): Likewise.
12009 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
12010 * gdb.t20/classes.exp (do_tests): Likewise.
12011 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
12012
12013Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
12014
12015 * gdb.stabs: Renamed *wierd* to *weird*.
12016
12017Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12018
12019 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
12020 for timeout. Add "known gcc 2.4.5 bug" to failure message.
12021
12022Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12023
12024 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
12025 (do_tests): Remove xfail for whatis on one_var and two_var.
12026
12027Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
12028
12029 * Makefile.in: Made cross building work better by adding
12030 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
12031
12032Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12033
12034 * gdb.t15/{return.c,return.exp,Makefile.in}:
12035 New test, currently commented out.
12036
12037Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
12038
12039 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
12040 still running and removes the leftover named socket so GDb can do
12041 clean restarts.
12042
12043Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
12044
12045 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
12046 console, not GDB.
12047 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
12048 cross testing works better with "make check"
12049 * config/unix-gdb: Use default procedures for exit and version.
12050 * config/vx-gdb.exp: Cleaned up and massaged back to working order
12051 with the newest VxWorks.
12052
12053Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12054
12055 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
12056 old form.
12057
12058 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
12059 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
12060
12061 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
12062
12063 * config/unix-gdb.exp: Remove this version of gdb_exit
12064 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
12065 Rob says he'll look at it when he gets back to testing boards.
12066
12067Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
12068
12069 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
12070 an expected fail for certain ptype commands.
12071
12072 * gdb.t20/classes.exp: Update expected results of "ptype class
12073 Base1" to account for the constructor that now appears in the type.
12074
12075Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
12076
12077 * configure.in (configdirs): Restore gdb.t04, which mysteriously
12078 disappeared from list.
12079 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
12080 "alldone" proc with call to cleanup and exit.
12081 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
12082 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
12083 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
12084 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
12085 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
12086 "alldone" proc with simple returns that suppress remaining
12087 tests. The alldone proc went away many months ago.
12088
12089Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12090
12091 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
12092
12093 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
12094
12095Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12096
12097 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
12098 as vax gdb will display them.
12099
12100Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12101
12102 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
12103 optimizers.
12104
12105 * scope.exp: Change "bad value for localval" messages so each one
12106 is unique.
12107
12108 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
12109 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
12110
12111 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
12112
12113Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12114
12115 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
12116 doesn't exist (due to optimization).
12117
12118Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12119
12120 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
12121 contains \r because the filename is long.
12122
12123 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
12124 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
12125
12126Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12127
12128 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
12129 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
12130 Ultrix.
12131 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
12132 int tests.
12133 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
12134
12135Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
12136
12137 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
12138
12139 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 12140 to match does not match the passing case but still matches the
c906108c
SS
12141 failing case.
12142
12143Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12144
12145 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
12146
12147Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
12148
12149 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
12150 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
12151 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
12152 Remove various versions of gdb_exit.
12153 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
12154 gdb_exit.
12155 * config/unix-gdb.exp: gdb_exit remains here, and should override
12156 the generic version, since it's doing a lot of wierd stuff that
12157 the other versions aren't. FIXME, fold it in, or abandon this
12158 version.
12159
12160Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12161
12162 * gdb.t24/demangle.exp: Add tests for PR 3220.
12163
12164Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12165
12166 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
12167
12168Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
12169
12170 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
12171 "i386-*-*". Works for i486 as well.
12172
12173 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
12174 bug, and expand domain of xfail to all SVR4 systems, since the
12175 actual problem is likely to be in generic SVR4 /proc support.
12176
12177Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12178
12179 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
12180
12181Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
12182
12183 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
12184 xfails for other systems. Match a missing 'Continuing.' as an
12185 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
12186
12187 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
12188 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
12189 Only issue warning for missing executables if -all option is used.
12190
12191 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
12192 file if -all option is used. It's like an unpredictable XFAIL.
12193
12194Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12195
12196 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
12197 for dynamically linked binaries.
12198
12199 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
12200
12201Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12202
12203 * gdb.t20/inherit.exp: Change message for "print tagless struct"
12204 to state that this is a known bug in old versions of g++.
12205
12206Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12207
12208 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
12209 while waiting for `Continuing'.
12210
12211Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
12212
12213 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
12214 in text, data, and bss.
12215 * gdb.t10/nodebug.c: Add local and global test variables for
12216 initialized and uninitialized data.
12217
12218Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12219
12220 * config/unix-gdb.exp (gdb_exit): Add "wait".
12221
12222Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12223
12224 * gdb.t06/signals.exp: xfail the continue from the handler for all
12225 targets.
12226
12227 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
12228 function with watchpoints enabled, the i386 call dummy starts with
12229 a call.
12230
12231 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
12232 386 bsd names its corefiles.
12233
12234Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
12235
12236 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
12237 compilers don't grok it.
12238 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
12239 with small octal ints rather than character constants, which
12240 are signed and might not fit if first promoted to int.
12241
12242Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
12243
12244 * gdb.t09/Makefile.in (clean): Remove corefile.
12245
12246Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12247
12248 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
12249
12250Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12251 and Jim Kingdon (kingdon@cygnus.com)
12252
12253 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
12254 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
12255 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
12256
12257Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12258
12259 * gdb.t17/interrupt.exp: Add xfail for hppa.
12260
12261Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12262
12263 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
12264 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
12265 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
12266 to determine signed-ness of bitfields and use the result to setup
12267 the xfail.
12268 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
12269 * gdb.t15/funcargs.exp: Use them to step until the second indirect
12270 call line is reached if necessary.
12271
12272Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12273
12274 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
12275
12276Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12277
12278 * gdb.t06/break.exp: Also test `clear' command.
12279
12280Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12281
12282 * gdb.t00/teststrategy.exp: Remove extra quote.
12283
12284 * gdb.t07/watchpoint.exp: Change xfail for calling function with
12285 watchpoint enabled to be for all non-68k machines.
12286
12287 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
12288
12289Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12290
12291 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
12292 targets use aout.mt instead of ecoff.mt as gas understands
12293 standard aout format.
12294
12295Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12296
12297 * lib/gdb.exp (runto): Don't insist that function we are running to
12298 was compiled with -g.
12299
12300 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
12301
12302 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
12303 to get back into the read system call.
12304 Accept leading newline in case where we woke it up.
12305
12306Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12307
12308 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
12309 to make the stabs test work on ecoff systems using gcc and -with-stabs.
12310 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
12311 enable ecoff configuration.
12312
12313Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12314
12315 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
12316
12317Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12318
12319 * gdb.t16/printcmds.exp: Add another printf test.
12320
12321Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
12322
12323 * configure.in: If configured -with-stabs on any target, add
12324 stabsdirs to configdirs.
12325
12326Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12327
12328 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
12329 fun" so pattern does not match the command itself.
12330
12331Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12332
12333 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
12334
12335Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12336
12337 * gdb.t17/interrupt.exp: Test for more things.
12338
12339Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12340
12341 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
12342 compiler arranges the code and line numbers.
12343
12344 * gdb.t17/interrupt.exp: Don't send \n after ^C.
12345
12346Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12347
12348 * gdb.t00/help.exp: Increase expect input buffer size.
12349
12350Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12351
12352 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
12353
12354 * gdb.t07/watchpoint.exp: Add xfail for hppa.
12355
12356 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
12357
12358 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
12359 [0-9]*, not just [0-9].
12360
12361Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12362
12363 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
12364
12365 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
12366
12367Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
12370
12371Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12372
12373 * gdb.t06/signals.c: Add xfails for sun3.
12374
12375 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
12376
12377 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
12378 test_stepping tests.
12379
12380Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12381
12382 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
12383
12384 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
12385
12386 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
12387 rather than actually putting it through cpp twice.
12388
12389 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
12390
12391Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
12392
12393 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
12394 no longer needed.
12395
12396Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12397
12398 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
12399
12400 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
12401 C++ features prints as "struct", make it a pass, not an xfail.
12402
12403Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12404
12405 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
12406 Don't require VA to print as "class" rather than "struct".
12407
12408Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
12409
12410 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
12411
12412Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12413
12414 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
12415
12416Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12417
12418 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
12419 order.
12420
12421Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12422
12423 * gdb.t16/printcmds.exp: Add printf tests.
12424
12425 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
12426
12427 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
12428
12429Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
12430
12431 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
12432 pass counts, to counteract any existing or future setup_xfails.
12433
12434Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12435
12436 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
12437 {BEGIN,END}_COMMON for common block instead of STAB.
12438 * gdb.stabs/wierd.exp: Add xfail for rs6000.
12439
12440 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
12441 intp_var should be N_GSYM not N_LSYM.
12442 wierd-aout.S: Use a label for the value of the N_SO.
12443 wierd.def: Remove all backslashes.
12444 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
12445
12446Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12447
12448 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
12449 get the expected next to inheritance3.
12450
12451Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12452
12453 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
12454 now that gcc-2.4 gets it right.
12455
12456Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12457
12458 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
12459
12460 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
12461 generating comp-info.exp which works for cross-compilation.
12462
12463Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
12464
12465 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
12466 "*-*-sysv4.*".
12467
12468Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12469
12470 * gdb.t01/run.exp: Start with a fresh gdb.
12471 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
12472 SVR4.x.
12473
12474Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
12475
12476 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
12477 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
12478 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
12479 Makefile.in (distclean, realclean): Remove gdbme.c from list of
12480 things to remove.
12481
12482Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
12483
12484 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12485 test cases from bug reports.
12486
12487Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12488
12489 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12490 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12491 avoid spurious xfails.
12492 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12493 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12494 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12495
12496Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12497
12498 * gdb.t00/teststrategy.exp: Rework to provide more useful
12499 description of each test, fix problem with systems that define
12500 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
12501 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
12502 results for "next over recursive call" so timeouts aren't taken
12503 by error.
12504
12505Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
12506
12507 * gdb.t12/scope.exp: Test printing of variables before run.
12508
12509 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
12510 printed in wrong order due to sorting.
12511
12512Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
12513
12514 * gdb.t00/teststrategy.exp: Fix expected results for printing
12515 user entered string constant. Is array of char, prints with no
12516 address.
12517
12518 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
12519 commands.
12520 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
12521 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
12522 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
12523 of struct of char arrays.
12524 * gdb.t00/radix.exp: New tests for radix commands.
12525
12526Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
12527
12528 * gdb.t16/printcmd.exp: Print a variable before running program
12529 (with xfail for AIX).
12530
12531Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
12532
12533 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
12534
12535 * gdb.t16/printcmd.exp: Don't print variables before running program.
12536
12537 * gdb.t06/break.exp: Don't require envp argument to main.
12538
12539 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
12540
12541 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12542 Add xfails for rs6000.
12543
12544 * gdb.t02/whatis.exp: Change other tests not to re-test something
12545 we already tested.
12546
12547 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
12548 each type used has a variable of that type.
12549
12550Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
12551
12552 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
12553
12554Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12555
12556 * configure.in: change srctrigger to be a file, not a directory
12557
12558Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
12559
12560 * configure.in (mips-idt-ecoff*): Added trailing '*'.
12561
12562 * gdb.t11/list.exp: Fixed a couple of typos.
12563
12564Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
12565
12566 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
12567 is fixed and PR is closed.
12568 * gdb.t16 (gdbme.c): Add simple test string variable.
12569 * gdb.t16 (printcmds.exp): Add tests with simple test string
12570 variable, primarily for boundaries on "set print elements".
12571
12572Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
12573
12574 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
12575 Make leading 0's optional and don't expect a tab in the middle
12576 of the number.
12577
12578 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
12579
12580 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
12581 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
12582 don't end command passed to gdb_test with newline.
12583
12584 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
12585 signed keyword away, don't expect signed bitfields to be signed.
12586
12587 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
12588 printing with only as many 1's as are in the field as well as printing
12589 with 32 1's (see comment).
12590
12591Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
12592
12593 * gdb.t00/default.exp: Start with a fresh gdb.
12594 * configure.in (configdirs): Remove gdb.t31 until the chill
12595 compiler works again. It no longer is able to find chillrt0
12596 since it isn't in libchill.a anymore.
12597 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
12598 wierd.o, make more modular.
12599 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
12600 spurious newlines that caused problems.
12601
12602Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12603
12604 * Move test with enums and partial symbols from gdb.t03/ptype.exp
12605 to gdb.stabs/wierd.exp since GCC has worked around the bug.
12606 gdb.stabs/wierd.{exp,def}: Many new tests.
12607
12608 * gdb.t00/default.exp: update info line for new message.
12609
12610 * gdb.t02/{whatis.exp,gdbme.c}:
12611 Test that "char *" doesn't print as "caddr_t".
12612
12613Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12614
12615 * gdb.t00/help.exp: Use .* in place of some help messages which
12616 just changed.
12617 gdb.t00/default.exp: Update "info frame" test for new message.
12618 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
12619 Remove some xfails
12620
12621Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12622
12623 * gdb.t03/{gdbme.c,ptype.exp}:
12624 Add tests for typedef'd struct and union without tags.
12625 Also check "whatis" on a variable of a typedef'd enum without a tag.
12626
12627 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
12628 PRMS 1823; the bug still exists but isn't reproduced by this test
12629 anymore), and remove rs6000 XFAIL (the bug is fixed).
12630
12631 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
12632 duplicated from whatis.exp. For those that are left, accept
12633 "long", "long int", or "int" for long variables (whatis.exp already
12634 has an XFAIL for "int", so no need to fail it here).
12635
12636 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
12637 Deal with GCC's names for types now that GDB uses the compiler's names.
12638
12639 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
12640 setup_xfail's for sunos4. If we #defined the signed keyword away,
12641 don't expect GDB to know that char it is signed.
12642
12643 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
12644
12645Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
12646
12647 * configure.in (configdirs): Add gdb.t24 for C++ tests that
12648 should work on any system, regardless of debugging format.
12649 * gdb.t21/demangle.exp: Move to gdb.t24.
12650 * gdb.t24/demangle.exp: Move from gdb.t21.
12651 * gdb.t24/{Makefile.in, configure.in}: New files.
12652
12653Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12654
12655 * configure.in: Do gdb.stabs and C++ tests only for stabs.
12656 * gdb.stabs: New directory.
12657
12658Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12659
12660 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
12661 not just "Quit anyway?".
12662
12663Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
12664
12665 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
12666 that all setup_xfails are immediately followed by clear_xfails.
12667
12668Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
12669
12670 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
12671 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
12672 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
12673 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
12674 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
12675 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12676 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12677 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
12678 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
12679 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
12680 gdb.t31/chillvars.exp, lib/gdb.exp:
12681 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
12682 bug-gdb@prep.ai.mit.edu.
12683
12684Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
12685
12686 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
12687 with 0.0, not integer 0.
12688
12689Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
12690
12691 * gdb.t06/break.exp: Update for "Kill the program" message change.
12692
12693Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
12694
12695 * Makefile.in (GDBFLAGS): Set to -nx.
12696 * Makefile.in (site.exp): Use GDBFLAGS.
12697
12698Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12699
12700 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
12701 Makefiles.
12702 (check): depend on just-check.
12703 (just-check): added so that tests can be run without a noop
12704 build pass.
12705
12706Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12707
12708 Switch to using configure's configdirs.
12709 * Makefile.in (Makefile): add configure.in dependency.
12710 (SUBDIRS): removed redundant assignment.
12711 * configure.in: switch subdirs assignment to configdirs.
12712 * gdb.t*/configure.in: new files.
12713
12714Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
12715
12716 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
12717 works.
12718
12719Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
12720
12721 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
12722 in explicit rules. Apparently this is not supported by some makes.
12723
12724Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
12725
12726 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
12727
12728Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12729
12730 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
12731 disappeared.
12732
12733Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12734
12735 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
12736
12737Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
12738
12739 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
12740 watchpoint problem that is now fixed.
12741 * gdb.t30/chexp.exp: Remove setup_xfail for printing
12742 uninitialized convenience variables.
12743 * gdb.t31/chillvars.exp: Fix expected patterns for printing
12744 structures.
12745
12746Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12747
12748 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
12749 which causes expect to get out of sync with gdb on long output
12750 from help set.
12751 * gdb.t09/corefile.exp: Make expected pattern for core file
12752 failing signal and frame output format less sun specific.
12753
12754Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
12755
12756 * gdb.t31/chillvars.exp: Add and remove initial dummy
12757 breakpoint, so that symbol table is forced in.
12758 (Needed at least on Sunos4, though it seems not SVR4.)
12759 * gdb.t31/chillvars.exp: Update for changed output format.
12760
12761Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
12762
12763 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
12764
12765Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
12766
12767 * Makefile.in: Added --srcdir when invoking runtest, removed the
12768 need for a local config file. (optional now)
12769
12770Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
12771
12772 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
12773 failure count used to force early termination. Add some more
12774 expected failures for gnu style demangling.
12775
12776Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12777
12778 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
12779 pmi variable from gdb.t20/gdbme to get optimized away.
12780 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
12781 Check for written corefile upon timeout _and_ eof.
12782
12783Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12784
12785 * config/unix-gdb.exp: Add missing return 0.
12786
12787Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12788
12789 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
12790 test termination.
12791
12792Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
12793
12794 * configure.in (subdirs): Put back gdb.t17 which mysteriously
12795 disappeared.
12796
12797Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
12798
12799 * gdb.t10/crossload.exp: Disable the i860-elf test until such
12800 time as i860 support works.
12801
d63a86f8 12802 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
12803 "backtrace 100\r" rather than just "backtrace\r", to match last
12804 change.
12805
12806Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
12807
12808 * config/udi-gdb.exp (gdb_exit): Remove close command.
12809 (gdb_target_udi): New procedure to set the UDI target.
12810 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
12811 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
12812 Added waits for prompts after several question responses. Added
12813 some more responses used by a29k-amd-udi-gdb.
12814 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
12815 pass different arguments, restart UDI connection after program
12816 completion.
12817 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
12818 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12819 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
12820 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
12821 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
12822 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
12823 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12824 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
12825 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
12826 after program completion.
12827 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
12828 compiled with a SELECT_VECS setting.
12829 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
12830 infinite recursion.
12831
12832 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
12833 Added checks for COFF results, and made them expected failures for
12834 all targets. It would be better to make them expected failures
12835 for COFF targets only.
12836
12837Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12838
12839 * Makefile.in: add null dvi target, don't bother to recurse
12840 through test directories for info and install-info; rename
12841 $(datadir) to be dejagnu instead of deja-gnu
12842
12843Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
12844
12845 * gdb.t31/gdbme.ch: Re-enable code that previously caused
12846 compiler to coredump.
12847 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
12848 code.
12849
12850Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
12851
12852 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
12853 coredump.
12854 * gdb.t31/chillvars.exp: Comment out tests that depend on that
12855 code.
12856
12857Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
12858
12859 * gdb.t03/ptype.exp: tests for return code from gdb_test.
12860 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
12861 which in a shell. Deletes xgdb when done.
12862 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
12863 Tests the return from the "set height" or "set width" commands.
12864 Added a few return codes where needed.
12865
12866Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
12867
12868 * Makefile.in (SUBDIRS): Add gdb.t17.
12869 * configure.in (subdirs): Add gdb.t17.
12870 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
12871 files to test gdb's calling of functions in the inferior with
12872 the correct arguments and gdb's ability to retrieve any
12873 result returned.
12874
12875Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
12876
12877 * config/unix-gdb.exp (gdb_exit): Remove close commands that
12878 may be called after gdb goes away. Previous versions of expect
12879 needed these to avoid file descriptor leaks, but they cause
12880 errors with the current revision of expect.
12881 * gdb.t00/gdbvars.exp: Use -re on expected output after
12882 setting sevenbit-strings.
12883 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
12884 to set sevenbit-strings consistent across tests.
12885 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
12886 set sevenbit-strings consistent across tests.
12887
12888Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
12889
12890 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
12891 expected output to match current "expect" expectations.
12892
12893Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
12894
12895 * gdb.t00/default.exp: Change expected output for default "source"
12896 command, to match new gdb behavior which requires a filename to
12897 source.
12898
12899Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
12900
12901 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
12902 expected fail for i486-*-* that misses the marker2 function.
12903 * gdb.t10/crossload.exp (bfddefault): Allow successful
12904 recognition of a format to pass even if no symbols are found.
12905 Explicitly catch failures where the format is not recognized
12906 or is ambiguous, and add the reason to the fail message.
12907 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
12908 the cause is and invalid target and add reason to failure message.
12909 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
12910 elf32-i386, elf32-sparc, and elf32-i860.
12911 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
12912 Set up expected failure for 'filename'::variable scope resolution,
12913 which is now apparently broken on all targets.
12914 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
12915 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
12916 gdb.t23/templates.exp: Change failure for missing binfile into
12917 just a warning.
12918 gdb.t21/demangle.exp: Change all cfront references to 'arm'
12919 references.
12920
12921Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
12922
12923 * gdb.t00/default.exp: Add expected output for default "source"
12924 command, to match new gdb behavior.
12925 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
12926
12927Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
12928
12929 * config/*-gdb.exp: returns an error, rather than exiting on
12930 internal errors.
12931
12932Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
12933
12934 * gdb.t03/gdbme.c: Add pointer to struct variable.
12935 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
12936 referencing struct members.
12937
12938Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
12939
12940 * configure.in (mips-idt-ecoff): New target.
12941 * config/mips-gdb.exp: New file for remote board using MIPS remote
12942 debugging protocol.
12943
12944 * Redid configuration scheme. Removed gdb.t*/configure.in.
12945 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
12946 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
12947 distclean targets. Built executables via .o files. Adjusted
12948 tests to account for source files in $(srcdir) rather than
12949 $(objdir).
12950 * lib/gdb.exp (runto): Don't expect () after the function name,
12951 because it may have arguments.
12952
12953Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
12954
12955 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
12956 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
12957 expected failures for mips-idt-* and mips-sgi-*.
12958 * gdb.t00/default.exp (attach): Kill process if requested.
12959 * gdb.t00/help.exp (help target core, help target): Accept a gdb
12960 that does not read core files.
12961 * gdb.t01/run.exp: Removed checks for exit status code.
12962 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
12963 it is linked in.
12964 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
12965 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
12966 appropriate, rather than doing it by hand.
12967 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
12968 execution.
12969 * gdb.t10/crossload.exp: Kill existing program if needed.
12970 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
12971 appropriate, rather than doing it by hand. Always increase
12972 timeout for this test, not just for VxWorks.
12973
12974Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
12975
12976 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
12977 of Chill STRUCT types and STRUCT values.
12978 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
12979 than "char".
12980 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 12981 struct2): New struct definitions and initializations to test
c906108c
SS
12982 simple Chill STRUCT types.
12983
12984Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
12985
12986 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
12987 the null byte at the end of strings.
12988 * gdb.t00/default.exp: Make show version insensitive to copyright
12989 date.
12990 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
12991 to avoid dependencies on target char signedness.
12992 * gdb.t16/printcmds.exp: Update expected results for explicitly
12993 unsigned char.
12994 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
12995 now work.
12996 * gdb.t21/demangle.exp: Add many more patterns for template
12997 demangling, most of them being expected failures.
12998 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
12999 string we are matching for, to match on the whole string.
13000 * gdb.t21/demangle.exp: Add many new test strings to demangle,
13001 and fix a whole bunch that had incorrect expected output but were
13002 passing anyway because of the bug in "proc demangle".
13003 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
13004 type.
13005 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
13006
13007Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
13008
13009 * gdb/testsuite: made modifications to testcases, etc., to allow
13010 them to work properly given the reorganization of deja-gnu and the
13011 relocation of the testcases from deja-gnu to a "tool" subdirectory.
13012
13013Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
13014
13015 * gdb/testsuite: Initial creation of gdb/testsuite.
13016 Migrated dejagnu testcases and support files for testing nm to
13017 gdb/testsuite from deja-gnu. These files were moved "as is"
13018 with no modifications. This migration is part of a major overhaul
13019 of dejagnu. The modifications to these testcases, etc., which
13020 will allow them to work with the new version of dejagnu will be
13021 made in a future update.
48efe704 13022
8d8cb839 13023 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 13024\f
8d8cb839
EZ
13025;; Local Variables:
13026;; mode: change-log
13027;; left-margin: 8
13028;; fill-column: 74
13029;; version-control: never
13030;; End:
902f2ccb
MC
13031
13032 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13033 2003, 2004 Free Software Foundation, Inc.
13034 Copying and distribution of this file, with or without modification,
13035 are permitted provided the copyright notice and this notice are preserved.
This page took 2.007546 seconds and 4 git commands to generate.