]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
2003-01-13 Andrew Cagney <ac131313@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
dfd536a7
DJ
12002-01-13 Daniel Jacobowitz <drow@mvista.com>
2
3 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
4 * gdb.mi/mi1-console.exp: Likewise.
5
a1fb14a2
DJ
62003-01-13 Daniel Jacobowitz <drow@mvista.com>
7
8 * gdb.c++/overload.exp: Remove some fixed XFAILs.
9
c4cf40b7
DJ
102003-01-09 Daniel Jacobowitz <drow@mvista.com>
11
12 * gdb.base/detach.exp: New test.
13
696d5a5b
DJ
142003-01-09 Daniel Jacobowitz <drow@mvista.com>
15
16 * Makefile.in (ALL_SUBDIRS): New variable.
17 (subdirs, clean, distclean): Use it.
18 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
19 regenerating Makefile, since it is generated from the top level.
20 * gdb.asm/Makefile.in: Likewise.
21 * gdb.base/Makefile.in: Likewise.
22 * gdb.c++/Makefile.in: Likewise.
23 * gdb.disasm/Makefile.in: Likewise.
24 * gdb.java/Makefile.in: Likewise.
25 * gdb.mi/Makefile.in: Likewise.
26 * gdb.threads/Makefile.in: Likewise.
27 * gdb.trace/Makefile.in: Likewise.
28
754533e4
DC
292003-01-09 David Carlton <carlton@math.stanford.edu>
30
31 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
32 Add copyright year 2003.
33
d8b3e9ee
MC
342003-01-06 Michael Chastain <mec@shout.net>
35
36 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
37 When selecting a thread, 'line' and 'file' are optional.
38 * gdb.mi/mi1-pthreads.exp: Likewise.
39
8e9e0fe6
AS
402003-01-06 Andreas Schwab <schwab@suse.de>
41
42 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
43 failures.
44
b5ab8ff3
DJ
452003-01-04 Daniel Jacobowitz <drow@mvista.com>
46
47 Fix PR gdb/844
48 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
49 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
50
51 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
52 instead of calling gdb_suppress_entire_file.
53 * gdb.threads/print-threads.exp: Likewise.
54 * gdb.threads/schedlock.exp: Likewise.
55
56 * gdb.threads/killed.exp: Return instead of calling
57 gdb_suppress_entire_file.
58 * gdb.threads/linux-dp.exp: Likewise.
59 * gdb.threads/pthreads.exp: Likewise.
60
1e698235
DJ
612003-01-04 Daniel Jacobowitz <drow@mvista.com>
62
63 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
64 stabs.
65 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
66 * gdb.base/whatis.exp: Always allow (void) after function names.
67
147ff08c
DJ
682003-01-04 Daniel Jacobowitz <drow@mvista.com>
69
70 * gdb.c++/casts.exp: Correct regexp.
71
dc62bfc2
MK
722003-01-04 Mark Kettenis <kettenis@gnu.org>
73
74 * configure.in: Call AC_CONFIG_HEADER. Don't call
75 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
76 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
77 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
78 aforementioned directories in the AC_OUPUT call.
79 * config.hin: New file.
80 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
81 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
82 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
83 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
84 pass -I$objdir instead of -I$objdir/$subdir in compilation.
85 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
86 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
87 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
88 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
89 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
90 gdb.threads/configure.in, gdb.threads/configure,
91 gdb.threads/config.in, gdb.trace/configure.in,
92 gdb.trace/configure: Removed.
93
77afa639
MC
942003-01-03 Michael Chastain <mec@shout.net>
95
96 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
97 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
98
7634bb6e
DJ
992003-01-03 Daniel Jacobowitz <drow@mvista.com>
100
101 * gdb.base/store.exp: Fix regular expressions.
102
b39c905e
MK
1032002-12-28 Mark Kettenis <kettenis@gnu.org>
104
105 * configure.in: Rewrite.
106 * configure: Regenerated.
107
0a8551dd
DC
1082003-01-03 David Carlton <carlton@math.stanford.edu>
109
110 * gdb.base/psymtab.exp: New file.
111 * gdb.base/psymtab1.c: Ditto.
112 * gdb.base/psymtab2.c: Ditto.
113
c60b7188
AF
1142002-12-23 Adam Fedor <fedor@gnu.org>
115
116 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
117
ee73db83
DC
1182002-12-23 David Carlton <carlton@math.stanford.edu>
119
120 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
121 and current_directory initialization.
122
d6c1774e
JB
1232002-12-22 Jim Blandy <jimb@redhat.com>
124
f0a847b8
JB
125 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
126 rather than as part of the output file name.
127
d6c1774e
JB
128 * gdb.base/attach.exp: There's no need to copy the test program to
129 /tmp; that was only ever necessary on HP/UX, and this test is
130 entirely disabled there anyway.
131
f0708dbb
JB
1322002-12-21 Jim Blandy <jimb@redhat.com>
133
4c2acfea
JB
134 * gdb.c++/psmang.exp: Doc fix.
135
f0708dbb
JB
136 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
137 test.
138
9579e000
DC
1392002-12-20 David Carlton <carlton@math.stanford.edu>
140
141 * gdb.c++/annota2.exp: KFAIL annotate-quit.
142
d1810171
MC
1432002-12-18 Michael Chastain <mec@shout.net>
144
145 * gdb.c++/annota2.exp: Add copyright year 2002.
146
76565097
DC
1472002-12-17 David Carlton <carlton@math.stanford.edu>
148
149 * gdb.c++/try_catch.cc: Add marker comments.
150 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
151 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
152 * gdb.c++/m-static.cc: Ditto.
153 * gdb.c++/m-static1.cc: Ditto.
154 * gdb.c++/try_catch.cc: Ditto.
155
da81390b
JJ
1562002-12-16 Jeff Johnston <jjohnstn@redhat.com>
157
158 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
159 to see whether we are using the new -environment-directory
160 command which resets via -r or the old version of the command
161 which may prompt the user. Part of fix for gdb/741.
162
b304d130
AC
1632002-12-13 Andrew Cagney <ac131313@redhat.com>
164
165 * gdb.fortran/types.exp: Update obsolete comment.
166 * gdb.fortran/exprs.exp: Ditto.
167 * lib/gdb.exp: Delete obsolete code.
168 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
169 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
170 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
171 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
172 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
173 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
174 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
175 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
176 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
177 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
178 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
179 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
180 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
181 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
182 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
183 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
184 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
185 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
186 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
187 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
188 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
189 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
190 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
191 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
192 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
193 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
194 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
195 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
196 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
197 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
198 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
199 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
200 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
201 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
202 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
203 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
204 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
205
a23b6e6a
DC
2062002-12-11 David Carlton <carlton@math.stanford.edu>
207
208 * gdb.c++/m-data.exp: Add test for members that shadow global
209 variables: see PR gdb/804.
210 * gdb.c++/m-data.cc: Ditto.
211
6604731b
DJ
2122002-12-10 Daniel Jacobowitz <drow@mvista.com>
213
214 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
215
de46ecd7
DC
2162002-12-06 David Carlton <carlton@math.stanford.edu>
217
218 * gdb.base/store.c: Don't declare functions static.
219
27e829d0
AC
2202002-12-04 Andrew Cagney <ac131313@redhat.com>
221
222 * gdb.base/store.exp, gdb.base/store.c: New files.
223
92806416
DJ
2242002-12-03 Daniel Jacobowitz <drow@mvista.com>
225
226 * gdb.base/selftest.exp: Update for current gdb.
227
3bcbaac5
DJ
2282002-12-03 Daniel Jacobowitz <drow@mvista.com>
229
230 * gdb.base/maint.exp: Only dump symbols from one source file
231 or objfile.
232
f4f00b1f
DJ
2332002-12-03 Daniel Jacobowitz <drow@mvista.com>
234
235 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
236 function call.
237
f1c8a949
JB
2382002-11-25 Jim Blandy <jimb@redhat.com>
239
240 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
241 function appearing in error message.
242
9e297a97
DJ
2432002-11-21 Daniel Jacobowitz <drow@mvista.com>
244
245 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
246
1f312e79
JJ
2472002-11-08 Jeff Johnston <jjohnstn@redhat.com>
248
249 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
250 for mi1 and current mi is in correct format. New mi startup message
251 should be in mi console format. This is part of fix for PR gdb/604.
252
83c31e7d
FN
2532002-09-18 Fernando Nasser <fnasser@redhat.com>
254
255 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
256 which explicitly prints the zero offset as "+0".
257
322b3f65
DJ
2582002-10-22 Daniel Jacobowitz <drow@mvista.com>
259
260 * gdb.threads/schedlock.c (args): Make unsigned.
261
2622002-10-21 Daniel Jacobowitz <drow@mvista.com>
263
264 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
265 numbers. Allow "foo2|selected stack frame".
266 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
267 * gdb.asm/asmsrc2.s: Likewise.
268 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
269 comments.
270 * gdb.asm/mips.inc: New file.
271
5e2fe5b8
AF
2722002-10-18 Adam Fedor <fedor@gnu.org>
273
274 * gdb.base/default.exp: Update expected output to include 'ObjC'.
275 * gdb.base/help.exp: Likewise.
276
abe1a5d0
KB
2772002-10-17 Kevin Buettner <kevinb@redhat.com>
278
279 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
280 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
281
10abb1d4
JB
2822002-10-02 Jim Blandy <jimb@redhat.com>
283
284 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
285
1f609b42
AC
2862002-10-01 Andrew Cagney <ac131313@redhat.com>
287
288 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
289 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
290 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
291 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
292 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
293 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
294 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
295
0aee02e4
AC
2962002-09-29 Andrew Cagney <ac131313@redhat.com>
297
298 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
299 * mi0-disassemble.exp, mi0-eval.exp: Delete.
300 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
301 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
302 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
303 * mi0-var-block.exp, mi0-var-child.exp: Delete.
304 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
305
6fde09ad
KB
3062002-09-27 Kevin Buettner <kevinb@redhat.com>
307
308 * gdb.base/annota1.exp (info break): Make directory components of
309 path optional since not all compilers emit this debug information.
310
311 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
312 step ends up stepping out of the function instead of stopping on
313 the epilogue.
314
9e8aab75
KS
3152002-09-26 Keith Seitz <keiths@redhat.com>
316
317 * lib/insight-support.exp (gdbtk_start): Figure out where
318 the insight executable is based on where gdb is. Use this
319 executable to start insight instead of gdb.
320
e36180d7
AC
3212002-09-25 Andrew Cagney <cagney@redhat.com>
322
323 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
324
9dd34b2b
AC
3252002-09-24 Andrew Cagney <ac131313@redhat.com>
326
327 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
328 test_isolated_complaints.
329 (test_empty_complaint): New function.
330 (test_empty_complaints): New function. Check no output when no
331 complaints.
332
dea97812
KB
3332002-09-19 Jim Blandy <jimb@redhat.com>
334
335 * gdb.base/charset.exp, gdb.base/charset.c: New files.
336
54951bd7
AC
3372002-09-19 Andrew Cagney <ac131313@redhat.com>
338
339 * gdb.gdb/complaints.exp: New file.
340
dec43320
AC
3412002-09-18 Andrew Cagney <ac131313@redhat.com>
342
343 * gdb.base/maint.exp: Check `help maint internal-warning'.
344
e70d6e3f
DC
3452002-09-18 David Carlton <carlton@math.stanford.edu>
346
347 * gdb.c++/m-static.exp: Remove breakpoints depending on line
348 numbers, and replace them by a single breakpoint after the
349 constructors are all finished.
350 Add test 4.
351 * gdb.c++/m-static.cc: Add test 4.
352 * gdb.c++/m-static.h: New file.
353 * gdb.c++/m-static1.cc: New file.
354
355 * gdb.c++/printmethod.exp: New file.
356 * gdb.c++/printmethod.cc: New file.
357
358 * gdb.c++/pr-574.exp: New file.
359 * gdb.c++/pr-574.cc: New file.
360
afb5c968
CV
3612002-09-18 Corinna Vinschen <vinschen@redhat.com>
362
363 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
364 embedded targets which never actually exit.
365
31e45dee
FN
3662002-09-18 Fernando Nasser <fnasser@redhat.com>
367
368 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
369 "don't step after run" as unresolved or unsupported, instead of xfail.
370
a283c5a1
CV
3712002-09-18 Corinna Vinschen <vinschen@redhat.com>
372
373 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
374 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
375 Add newline to expected string in "step out of main (status wrapper)"
376 case.
377
11350d2a
CV
3782002-09-18 Corinna Vinschen <vinschen@redhat.com>
379
380 * lib/gdb.exp (rerun_to_main): Allow restarting application.
381 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
382
0deec7d6
TT
3832002-09-17 Tom Tromey <tromey@redhat.com>
384
385 * gdb.base/printcmds.exp (test_print_string_constants): Expect
386 \000, not \0, in double-quoted string.
387
b2b4a1b5
CV
3882002-09-14 Corinna Vinschen <vinschen@redhat.com>
389
390 * gdb.base/command.exp: Don't expect a "Program exited normally"
391 string after running the commands execution on breakpoint tests.
392
1c56143a
CV
3932002-09-13 Corinna Vinschen <vinschen@redhat.com>
394
395 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
396
37f8da45
JB
3972002-09-12 Joel Brobecker <brobecker@gnat.com>
398
399 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
400
08b468e0
KS
4012002-09-10 Keith Seitz <keiths@redhat.com>
402
403 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
404 runto proc.
405 (mi_run_to_main): Use mi_runto.
406 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
407
dc360f58
KS
4082002-09-10 Keith Seitz <keiths@redhat.com>
409
410 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
411 regexp for stopping at main. Could have multiple event notifications.
412 Don't assume that main was declared with no parameters.
413 (mi_next): Use mi_step_to.
414 (mi_step): Use mi_next_to.
415
ce3abcfb
CV
4162002-09-09 Corinna Vinschen <vinschen@redhat.com>
417
418 * gdb.base/default.exp: Fix expected string in `info float' test.
419
d1f5b980
BE
4202002-09-09 Ben Elliston <bje@redhat.com>
421
422 * config/mips.exp: Update comments.
423 * config/mips-idt.exp: Likewise.
424 * config/nind.exp: Likewise.
425 * config/slite.exp: Likewise.
426 * config/sparclet.exp: Likewise.
427 * config/udi.exp: Likewise.
428 * config/vx.exp: Likewise.
429 * config/vxworks29k.exp: Likewise.
430
2f71430b
JB
4312002-09-05 Jim Blandy <jimb@redhat.com>
432
433 * gdb.threads/killed.exp: Fix test failure message.
434
7ddebc7e
KS
4352002-09-04 Keith Seitz <keiths@redhat.com>
436
437 * lib/mi-support.exp: Update copyright.
438 (mi_gdb_test): Increase the priority of the expected pattern
439 so that it matches gdb_test.
440
0ae67eb3
KS
4412002-09-03 Keith Seitz <keiths@redhat.com>
442
443 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
444 Use integer comparison instead of string comparison for testing
445 whether binary was built.
446
38fc42c8
JB
4472002-09-03 Jim Blandy <jimb@redhat.com>
448
449 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
450
b6ff0e81
JB
4512002-08-29 Jim Blandy <jimb@redhat.com>
452
453 * gdb.threads/pthreads.exp: Move the portable thread compilation
454 code into a function in lib/gdb.exp, and call that from here.
455 * lib/gdb.exp (gdb_compile_pthreads): New function.
456
07c98896
KS
4572002-08-29 Keith Seitz <keiths@redhat.com>
458
459 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
460 expect_out so that callers can get at it.
461
0312286c
DJ
4622002-08-23 Daniel Jacobowitz <drow@mvista.com>
463
464 * gdb.threads/print-threads.c: New file.
465 * gdb.threads/print-threads.exp: New file.
466 * gdb.threads/schedlock.c: New file.
467 * gdb.threads/schedlock.exp: New file.
468
dd039bc4
EZ
4692002-08-22 Elena Zannoni <ezannoni@redhat.com>
470
471 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
472 not altivec.c.
473
1f36144c
MK
4742002-08-17 Mark Kettenis <kettenis@gnu.org>
475
476 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
477 targets. The problem should be fixed now.
478
16057ec7 4792002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
480
481 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
482 2002-07-24 change that removes final dots from error messages.
483
3c1499ad
TT
4842002-08-13 Tom Tromey <tromey@redhat.com>
485
486 * gdb.base/readline.exp: New file.
487
a20ce2c3
AC
4882002-08-01 Andrew Cagney <ac131313@redhat.com>
489
490 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
491 supress message.
492
db034ac5
AC
4932002-08-01 Andrew Cagney <cagney@redhat.com>
494
495 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
496 CHILL_FOR_TARGET and CHILL_LIB.
497 * configure.in (configdirs): Remove gdb.chill.
498 * configure: Regenerate.
499 * lib/gdb.exp: Obsolete references to chill.
500 * gdb.fortran/types.exp: Ditto.
501 * gdb.fortran/exprs.exp: Ditto.
502
3e000b18
KB
5032002-07-30 Kevin Buettner <kevinb@redhat.com>
504
505 * gdb.base/shlib-call.exp (additional_flags): Conditionally
506 set Irix-specific compile and link flags.
507
28f4966b
KB
5082002-07-29 Kevin Buettner <kevinb@redhat.com>
509
510 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
511 source files. The ``-o'' option doesn't work with the ``-E'' option
512 when using the Irix compiler.
513
46c0d5a6
DJ
5142002-07-19 Daniel Jacobowitz <drow@mvista.com>
515
516 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
517 Improve support for reusing an exec file. Copy exec file
518 to target, and run gdbserver on the target instead of on the host.
519
eecf4bed
JB
5202002-07-18 Jim Blandy <jimb@redhat.com>
521
0f815cdf
JB
522 * gdb.base/ending-run.exp: Don't expect to see the program end in
523 some orderly fashion when we're running on a real stand-alone
524 board.
525
eecf4bed
JB
526 * gdb.base/interrupt.exp: Correct logic for skipping tests on
527 targets that don't support interrupts.
528
52d309e4
JB
5292002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
530
531 * gdb.base/attach.exp: Add patterns to match output from /proc-based
532 systems.
533 Move comments in expect statements to inside the actions, so that they
534 don't get matched against.
535
ff683d9e
MK
5362002-07-10 Mark Kettenis <kettenis@gnu.org>
537
538 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
539 function when asleep" test.
540
b5356753
AC
5412002-07-10 Andrew Cagney <ac131313@redhat.com>
542
543 * gdb.base/page.exp: Rewrite to handle problems with very long
544 `info set' output. Update copyright.
545
6aa4d13a
AC
5462002-06-26 Andrew Cagney <ac131313@redhat.com>
547
548 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
549 gdb.threads-hp.
550 * gdb.hp/configure: Regenerate.
551 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
552 * gdb.hp/gdb.threads-hp/configure: Delete file.
553 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
554
8cf8c2b8
AC
5552002-06-22 Andrew Cagney <ac131313@redhat.com>
556
557 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
558 setlocale, bindtextdomain and textdomain.
559
6827a8f8
JB
5602002-06-11 Jim Blandy <jimb@redhat.com>
561
919d772c
JB
562 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
563 preprocessor macro information is present.
564
6827a8f8
JB
565 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
566 tests.
567
c15b0d21
MS
5682002-06-06 Michael Snyder <msnyder@redhat.com>
569
c5984d70
MS
570 * gdb.base/overlays.exp: Record addresses of overlay
571 functions in TCL variables rather than in GDB variables,
572 to avoid having GDB convert them to pointers (with loss
573 of information).
574
99a8512b
MS
575 * gdb.base/d10v.ld: Merge in several years worth of
576 default linker script changes.
c15b0d21
MS
577 * gdb.base/long_long.exp: Add check for sizeof (long double).
578
be26fe0d
ML
5792002-06-06 Michal Ludvig <mludvig@suse.cz>
580
581 * gdb.asm/asm-source.exp: Add x86-64 target.
582 * gdb.asm/x86_64.inc: New.
583
258093ca 5842002-05-30 Michael Chastain <mec@shout.net>
258093ca 585
4b3153f1 586 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
587 * gdb.c++/m-static.cc: New file.
588 * gdb.c++/m-static.exp: New file.
589
241264c6
MS
5902002-05-28 Michael Snyder <msnyder@redhat.com>
591
592 * gdb.base/call-ar-st.exp: Allow for reduced floating point
593 precision.
594
9bba8c8f 5952002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 596
4b3153f1 597 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
598 * gdb.c++/m-data.cc: New file.
599 * gdb.c++/m-data.exp: New file.
600
6012002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 602
4b3153f1 603 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
604 * gdb.c++/try_catch.cc: New file.
605 * gdb.c++/try_catch.exp: New file.
606
def1b996
MC
6072002-05-27 Michael Chastain <mec@shout.net>
608
609 * gdb.c++/local.exp: Accept more nested types in output.
610
522ba268
MC
6112002-05-26 Michael Chastain <mec@shout.net>
612
613 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
614
277254ba
MS
6152002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
616
617 * lib/gdb.exp (gdb_wrapper_init): Just because
618 gdb_wrapper_file exists, this does not mean that the file
619 should not be rebuilt. That is what gdb_wrapper_initialized
620 is for.
621 (default_gdb_init): Reset gdb_wrapper_initialized.
622
b61a8733
MS
6232002-05-23 Michael Snyder <msnyder@redhat.com>
624
5bdb6d01
MS
625 * gdb.base/all-bin.exp: Revise previous patch by just reducing
626 the precision of the floating point test results.
627 * gdb.base/call-rt-st.exp: Ditto.
628
b61a8733
MS
629 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
630 * gdb.base/call-rt-st.exp: Ditto.
631
56f6e910
MC
6322002-05-19 Michael Chastain <mec@shout.net>
633
634 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
635
ad0b0016
EZ
6362002-05-19 Elena Zannoni <ezannoni@redhat.com>
637
638 * configure.in (configdirs): Add gdb.arch.
639 * configure: Regenerate.
640
f617d2b6
JB
6412002-05-17 Jim Blandy <jimb@redhat.com>
642
643 * gdb.base/completion.exp: Recognize the more detailed error
644 messages produced by the macro expander's lexical analyzer.
645
eac2a696
EZ
6462002-05-14 Elena Zannoni <ezannoni@redhat.com>
647
648 * gdb.arch/altivec-abi.c: New file.
649 * gdb.arch/altivec-abi.exp: New file.
650 * gdb.arch/altivec-regs.c: New file.
651 * gdb.arch/altivec-regs.exp: New file.
652
2fdde8f8
DJ
6532002-05-14 Daniel Jacobowitz <drow@mvista.com>
654
655 * gdb.base/maint.exp (maint print type): Update for new type
656 structure.
eac2a696 657
e31f1a7c
EZ
6582002-05-14 Elena Zannoni <ezannoni@redhat.com>
659
660 * gdb.arch: New directory.
661 * gdb.arch/configure.in: New file.
662 * gdb.arch/configure: New file.
663 * gdb.arch/Makefile.in: New file.
664
db589741
CV
6652002-05-13 Corinna Vinschen <vinschen@redhat.com>
666
667 * gdb.asm/asm-source.exp: Add v850 as supported target.
668 * gdb.asm/v850.inc: New file.
669
8ce2a7dc
DJ
6702002-05-13 Daniel Jacobowitz <drow@mvista.com>
671
672 * gdb.c++/annota2.exp (annotate-quit): Add comment.
673
df763c7f
DJ
6742002-05-12 Daniel Jacobowitz <drow@mvista.com>
675
676 * gdb.base/break.exp: Check 'break "marker2"'.
677
377daeed
MS
6782002-05-10 Michael Snyder <msnyder@redhat.com>
679
680 * gdb.base/long_long.exp: Fix typo.
681
c4b7bc2b
JB
6822002-05-10 Jim Blandy <jimb@redhat.com>
683
ecac9a4e
JB
684 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
685 a bug.
686
c4b7bc2b
JB
687 * gdb.base/printcmds.exp (test_integer_literals_rejected):
688 Recognize more detailed error message produced by the macro
689 expander's lexical analyzer.
690 * lib/gdb.exp (test_print_reject): Same.
691
e71019a1
MK
6922002-05-09 Mark Kettenis <kettenis@gnu.org>
693
694 * gdb.c++/method.exp: Fix typo.
695
fedfc8e6
MS
6962002-05-08 Michael Snyder <msnyder@redhat.com>
697
166a1957
MS
698 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
699 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 700 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
701 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
702 Add iftarget clause for strongarm.
703
f1c47eb2
MS
7042002-05-06 Michael Snyder <msnyder@redhat.com>
705
cb9a9d3e
MS
706 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
707 (gdb_continue_to_end): Accept output from status wrapper.
708 * gdb.base/ending-run.exp: Add case for output from status wrapper.
709 Clean up fail messages to match pass messages.
710
f1c47eb2
MS
711 Enable the "needs_status_wrapper" testsuite feature.
712 * lib/gdb.exp (gdb_wrapper_init): New procedure.
713 (gdb_compile): Conditionally call gdb_wrapper_init.
714 * gdb.base/a2-run.exp: Recognize output from status wrapper.
715 * gdb.c++/method.exp: Recognize output from status wrapper.
716
6079c749
BE
7172002-05-06 Ben Elliston <bje@redhat.com>
718From Graydon Hoare <graydon@redhat.com>
719
720 * config/sid.exp: Include support for "rawsid" protocol.
721
188baff3
JB
7222002-05-03 Jim Blandy <jimb@redhat.com>
723
724 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
725 * gdb.c++/hang3.C: New file.
726
b9c07f0f
AC
7272002-05-04 Andrew Cagney <ac131313@redhat.com>
728
729 * gdb.base/default.exp: Remove obsolete code.
730 * gdb.c++/misc.exp: Ditto. Update copyright.
731 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
732 * gdb.base/whatis.exp: Ditto. Update copyright.
733 * gdb.base/scope.exp: Ditto. Update copyright.
734 * gdb.base/ptype.exp: Ditto. Update copyright.
735 * gdb.base/printcmds.exp: Ditto. Update copyright.
736 * gdb.base/opaque.exp: Ditto. Update copyright.
737 * gdb.base/list.exp: Ditto.
738 * gdb.base/funcargs.exp: Ditto. Update copyright.
739 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
740 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
741 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
742 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
743 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
744 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
745
5c7a0397
MS
7462002-05-02 Michael Snyder <msnyder@redhat.com>
747
d6dcc264 748 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
749 * gdb.base/long_long.exp: Add xscale target.
750 * gdb.base/default.exp: Add xscale target.
751
eb7f1c48
JB
7522002-05-01 Jim Blandy <jimb@redhat.com>
753
754 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
755 gdb.c++/hang.exp: New test.
756
a6befae8
FF
7572002-05-01 Fred Fish <fnf@redhat.com>
758
759 * gdb.base/completion.exp: Handle completions of "./Make" for
760 more than one completion possibility, as is the case when we
761 build and test in the source tree.
762
0a310277
AG
7632002-04-29 Anthony Green <green@redhat.com>
764
765 * gdb.java/jmisc1.exp: New file.
766 * gdb.java/jmisc2.exp: New file.
767
6ff9af88
DJ
7682002-04-24 Daniel Jacobowitz <drow@mvista.com>
769
770 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
771
96b3d632
EZ
7722002-04-23 Elena Zannoni <ezannoni@redhat.com>
773
774 * gdb.base/help.exp: Change 'help status' to allow for target
775 dependent output differences.
776
5019bb54
MC
7772002-04-22 Michael Chastain <mec@shout.net>
778
779 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
780
a805a116
MC
7812002-04-22 Michael Chastain <mec@shout.net>
782
783 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
784
a1706bfd
DM
7852002-04-17 David S. Miller <davem@redhat.com>
786
787 * gdb.asm/sparc64.inc: New file.
788 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
789
a73a20a2
EZ
7902002-04-19 Elena Zannoni <ezannoni@redhat.com>
791
792 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
793 instruction file directly into the build tree. Clean up at end of
794 test.
795
ba678339
DM
7962002-04-18 David S. Miller <davem@redhat.com>
797
798 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
799 handle 64-bit platforms correctly.
800 * gdb.base/maint.exp: Likewise.
801
b03399da
KB
8022002-04-18 Kevin Buettner <kevinb@redhat.com>
803
804 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
805 ``-fpic'' when compiling files comprising a shared library, but
806 it does need additional linker flags in order to find shared
807 libraries at run time.
808
e2004992
KB
8092002-04-18 Kevin Buettner <kevinb@redhat.com>
810
811 * gdb.base/cvexpr.c (use): New function.
812 (main): Invoke use() on all global variables to prevent
813 some linkers from deleting these otherwise unused symbols.
814
d8937120
MC
8152002-04-17 Michael Chastain <mec@shout.net>
816From David S. Miller <davem@redhat.com>
817
818 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
819 handle 64-bit platforms correctly.
820
ffd61a58
MS
8212002-04-12 Michael Snyder <msnyder@redhat.com>
822From Jim Blandy <jimb@redhat.com>
823 * gdb.base/foo.c (foox): Remove section attribute; the linker
824 script can handle this instead.
825 * gdb.base/bar.c (barx): Same.
826 * gdb.base/baz.c (bazx): Same.
827 * gdb.base/grbx.c (grbxx): Same.
828
829 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
830 manager doesn't automatically unmap overlays unnecessarily.
831
6b8426a6
MH
8322002-04-10 Martin M. Hunt <hunt@redhat.com>
833
834 * gdb.base/ending-run.exp: Fix pattern for Mips targets
835 stepping out of main.
836
34af4875
MC
8372002-04-09 Michael Chastain <mec@shout.net>
838
839 * gdb.c++/local.cc (main): Move call to marker1() inside nested
840 scope so that the nested scope tests will make sense.
841 * gdb.c++/local.exp: Write patterns that actually work with gcc
842 (the HP patterns "were never known to work with gcc").
843 Keep the old aCC patterns too.
844
2d1676a0
DJ
8452002-04-09 Daniel Jacobowitz <drow@mvista.com>
846
847 * gdb.base/attach.exp: Correct target board test.
848
3a63e3f9
MC
8492002-04-08 Michael Chastain <mec@shout.net>
850
851 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
852 in a const method. Add some xfail and fail cases for configurations
853 that do not emit the "const ...".
854
f18dabd2
MC
8552002-04-07 Michael Chastain <mec@shout.net>
856
857 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
858 Accept "A * const" and "const A * const" as type of "this".
859 Fix spelling of getFunky throughout. Make messages uniform.
860
0fcddd82
EZ
8612002-04-07 Elena Zannoni <ezannoni@redhat.com>
862
863 Work around for PR gdb/285:
864 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
865
16a8534a
EZ
8662002-04-07 Elena Zannoni <ezannoni@redhat.com>
867
868 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
869 instructions file at run time instead of configure time.
870 Sometimes we run the test in a directory that is not the one we
871 configured in.
872 * gdb.asm/configure.in: Delete creation of symlink.
873 * gdb.asm/configure: Regenerate.
874
24181d81
JB
8752002-04-05 J. Brobecker <brobecker@gnat.com>
876
877 * gdb.gdb/xfullpath.exp: New test, to exercise the new
878 xfullpath () function.
879
7cdb7107
DJ
8802002-04-04 Daniel Jacobowitz <drow@mvista.com>
881
882 * gdb.asm/Makefile.in: Correct dependencies.
883
884 * gdb.asm/powerpc.inc: New file.
885 * gdb.asm/asm-source.exp: Add PowerPC.
886 * gdb.asm/configure.in: Likewise.
887 * gdb.asm/configure: Regenerated.
888
a7d17088
DJ
8892002-04-04 Daniel Jacobowitz <drow@mvista.com>
890
891 * gdb.base/relocate.exp: New file.
892 * gdb.base/relocate.c: New file.
893
cd721503
FF
8942002-04-04 Fred Fish <fnf@redhat.com>
895
896 * gdb.base/step-test.exp: Update comment regarding stopping in
897 memcpy/bcopy calls inserted as part of the compiler runtime.
898
b22ad7a7
MS
8992002-04-04 Michael Snyder <msnyder@redhat.com>
900
901 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
902
5f279fa6
DJ
9032002-04-03 Daniel Jacobowitz <drow@mvista.com>
904
905 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
906 (gdb_expect): Remove $notransfer hack.
907
dd0fd3ce
DJ
9082002-04-02 Daniel Jacobowitz <drow@mvista.com>
909
910 * gdb.c++/classes.exp ("calling method for small class"): Match
911 updated register output.
912
1e50cda1
DJ
9132002-03-30 Daniel Jacobowitz <drow@mvista.com>
914
915 Fix PR gdb/452
916 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
917 when finished. Make gdb_file_cmd send "exec-file" when
918 appropriate.
919
24015922
DJ
9202002-03-30 Daniel Jacobowitz <drow@mvista.com>
921
922 * gdb.base/attach.exp: Remove extra setup_xfail.
923
dd7dfd64
MS
9242002-03-26 Michael Snyder <msnyder@redhat.com>
925
926 * gdb.base/default.exp: Add tests for dump, append, and restore.
927 * gdb.base/help.exp: Add tests for dump, append, and restore.
928 * gdb.base/dump.exp: New file, test dump, append and restore.
929 * gdb.base/dump.c: New file.
930
48b2f8d7
MS
9312002-03-27 Michael Snyder <msnyder@redhat.com>
932
933 * gdb.base/help.exp: Modify expect strings to reflect
934 clean-ups in help messages.
935
05b4d525
FF
9362002-03-26 Fred Fish <fnf@redhat.com>
937
938 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
939 have debugging info for those functions and the compiler uses them
940 internally to copy structs around.
941
d7679631
FF
9422002-03-26 Fred Fish <fnf@redhat.com>
943
944 * gdb.base/list.exp: Revert the change made yesterday and add note
945 about why we don't list the default lines for remote targets.
946
523ac3f9
MS
9472002-03-25 Michael Snyder <msnyder@redhat.com>
948
949 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
950
754b2b8d
FF
9512002-03-25 Fred Fish <fnf@redhat.com>
952
953 * gdb.base/list.exp: This test works on remote targets so remove
954 the short circuit for remote targets. Update copyright.
955
33c3e192
FF
9562002-03-25 Fred Fish <fnf@redhat.com>
957
958 * gdb.base/attach.exp: Fix logic error that was suppressing this
959 test for all non hppa*-*-hpux* targets, instead of the hp target.
960 Move comments closer to the suppression point. Also now need to
961 check that we are running natively.
962
d43e73ee
MS
9632002-03-22 Michael Snyder <msnyder@redhat.com>
964
882c8f02
MS
965 * gdb.base/default.exp: Add test for gcore. Update copyright.
966 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 967
04c12f60
FF
9682002-03-06 Fred Fish <fnf@redhat.com>
969
970 * gdb.base/funcargs.c: Remove extraneous ';' character.
971 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
972
b43df995
MC
9732002-03-04 Michael Chastain <mec@shout.net>
974
975 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
976 accommodate gcc v3 function signature.
977 * gdb.mi/mi0-var-cmd-exp: Ditto.
978
92362027
AC
9792002-02-24 Andrew Cagney <ac131313@redhat.com>
980
981 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
982 ``GNU/Linux'' or ``Linux kernel''
983 * testsuite/gdb.threads/pthreads.c: Ditto.
984
258ad32d
MC
9852002-02-24 Michael Chastain <mec@shout.net>
986
987 * gdb.threads/pthreads.c (thread1): Add a return statement.
988 (thread2): Likewise.
989 (foo): Likewise.
990
04c3b3d4
MC
9912002-02-23 Michael Chastain <mec@shout.net>
992
993 * gdb.threads/linux-dp.c (philosopher): Add a return statement
994 to placate gcc.
995
5a2a0a20
MC
9962002-02-23 Michael Chastain <mec@shout.net>
997
998 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
999 test "ptype bint". The test passes on all my stabs configurations.
1000
a640f7fc
JB
10012002-02-21 Jim Blandy <jimb@redhat.com>
1002
27924826
JB
1003 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1004 filename at a time, and watch for the ones we want to see.
1005
a640f7fc
JB
1006 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1007 types of pointers to prototyped functions.
1008
edcc8c75
AC
10092002-02-20 Andrew Cagney <ac131313@redhat.com>
1010
1011 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1012 signed, unsigned and straight char.
1013 (padding_char, padding_short, padding_int, padding_long,
1014 padding_long_long, padding_float, padding_double,
1015 padding_long_double): New global variables.
1016 (fill, fill_structs): New functions.
1017
1018 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1019 for correctly sized writes. Update copyright.
1020 (get_valueof): New procedure.
1021 (get_sizeof): Call get_valueof.
1022 (check_valueof): New procedure.
1023 (check_padding): New procedure.
1024
ac57ea44
MC
10252002-02-20 Michael Chastain <mec@shout.net>
1026
1027 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1028 to setup_xfail. Document some of the remaining calls.
1029
7a10c941
MC
10302002-02-18 Michael Chastain <mec@shout.net>
1031
1032 * gdb.c++/userdef.exp: Update copyright year.
1033
fb8acdcc
DJ
10342002-02-18 Daniel Jacobowitz <drow@mvista.com>
1035
1036 * gdb.c++/userdef.exp: Test overloaded operators properly.
1037 Remove xfails.
1038
fda6ae12
MS
10392002-02-14 Michael Snyder <msnyder@redhat.com>
1040
1041 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1042
676a0442
DJ
10432002-02-14 Daniel Jacobowitz <drow@mvista.com>
1044
1045 * gdb.base/a2-run.exp: Check for a remote target properly.
1046 * gdb.base/annota1.exp: Likewise.
1047 * gdb.base/list.exp: Likewise.
1048 * gdb.base/reread.exp: Likewise.
1049 * gdb.base/scope.exp: Likewise.
1050 * gdb.base/shlib-call.exp: Likewise.
1051 * gdb.base/term.exp: Likewise.
1052 * gdb.c++/annota2.exp: Likewise.
1053
78b4f468
RE
10542002-02-13 Richard Earnshaw <rearnsha@arm.com>
1055
1056 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1057
9a81ba51
MC
10582002-02-10 Michael Chastain <mec@shout.net>
1059
1060 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1061 (call_after_alloca): Ditto.
1062
004af6c7
DJ
10632002-02-10 Daniel Jacobowitz <drow@mvista.com>
1064
1065 * gdb.base/ending-run.exp: Guard "cont" test with
1066 gdb_skip_stdio_test.
1067
37225f62
JB
10682002-02-06 Jim Blandy <jimb@redhat.com>
1069
1070 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1071 from here...
1072 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1073 To here. Disable this test on non-HP platforms. Add big comment.
1074
fe6fdd96
MS
10752002-02-04 Michael Snyder <msnyder@redhat.com>
1076
1077 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1078 other than d10v and m32r.
1079
036fad3f
RE
10802002-02-02 Richard Earnshaw <rearnsha@arm.com>
1081
1082 * gdb.base/default.exp: Rewrite test patterns to reduce time
1083 taken to match them.
1084
7148ab62
DJ
10852002-01-30 Daniel Jacobowitz <drow@mvista.com>
1086
1087 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1088 Allow a start function above main.
1089 * gdb.threads/linux-dp.exp: Fix copyright date.
1090
396cc255
DJ
10912002-01-30 Daniel Jacobowitz <drow@mvista.com>
1092
1093 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1094 (check_philosopher_stack): Check for manager thread before checking
1095 for a just-starting thread.
1096
f038d31b
DJ
10972002-01-30 Daniel Jacobowitz <drow@mvista.com>
1098
1099 From Neil Booth <neil@daikokuya.demon.co.uk>:
1100 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1101 warnings.
1102
b3ff9d9a
FF
11032002-01-21 Fred Fish <fnf@redhat.com>
1104
1105 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1106 not caller.
1107
39ad761d
JB
11082002-01-21 Jim Blandy <jimb@redhat.com>
1109
1110 * gdb.base/reread.exp: Check that GDB properly re-reads the
1111 executable file when it changes while no inferior is running.
1112
aaf320fa
FF
11132002-01-21 Fred Fish <fnf@redhat.com>
1114
1115 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1116 optionally accept the "shlib events" variation.
1117
808a31f5
JB
11182002-01-21 Jim Blandy <jimb@redhat.com>
1119
1120 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1121 call `fflush' after every `printf', so that the output is produced
1122 at predictable points, regardless of whatever buffering does (or
1123 doesn't) take place.
1124 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1125 at different points.
1126
4420d5e2
DJ
11272002-01-20 Daniel Jacobowitz <drow@mvista.com>
1128
1129 * gdb.c++/inherit.exp: Update copyright years.
1130 * gdb.c++/method.exp: Likewise.
1131
3e36a0f4
DJ
11322002-01-20 Daniel Jacobowitz <drow@mvista.com>
1133
1134 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1135 artificial methods/arguments.
1136 * gdb.c++/derivation.exp: Likewise.
1137 * gdb.c++/inherit.exp: Likewise.
1138 * gdb.c++/method.exp: Likewise.
1139 * gdb.c++/virtfunc.exp: Likewise.
1140
b4ceaee6
AC
11412002-01-18 Andrew Cagney <ac131313@redhat.com>
1142
1143 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1144 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1145 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1146 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1147 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1148 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1149
ecace851
JB
11502002-01-17 Jim Blandy <jimb@redhat.com>
1151
1152 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1153 anchoring the pattern matching the entry point symbol's name.
1154
375fc983
AC
11552002-01-17 Andrew Cagney <ac131313@redhat.com>
1156
1157 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1158 continue/quit query. Update copyright.
1159
fe6fdd96
MS
11602002-01-14 Michael Snyder <msnyder@redhat.com>
1161
1162 * gdb.base/gcore.exp: Remove extra debugging output.
1163
e017c81f
DJ
11642002-01-13 Daniel Jacobowitz <drow@mvista.com>
1165
1166 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1167 for slightly dubious v2 mangled string.
1168
37ab3bf8
DJ
11692002-01-13 Daniel Jacobowitz <drow@mvista.com>
1170
1171 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1172
1bc05c3a 11732002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 1174
1bc05c3a 1175 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 1176
1bc05c3a
JM
1177 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1178 constructors.
1179 * gdb.c++/derivation.exp: Likewise.
1180 * gdb.c++/templates.exp: Likewise.
1181 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 1182
1bc05c3a
JM
11832002-01-10 Michael Snyder <msnyder@redhat.com>
1184
1185 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 1186
a911c360
MS
11872002-01-08 Michael Snyder <msnyder@redhat.com>
1188
1189 * gdb.base/gcore.exp: New test for generate-core-file command.
1190 * gdb.base/gcore.c: Testcase for above.
1191 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1192
ea2119ec
JM
11932002-01-08 Jason Merrill <jason@redhat.com>
1194
1195 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1196
68203136
FF
11972002-01-07 Fred Fish <fnf@redhat.com>
1198
1199 * gdb.c++/overload.exp: Remove unconditional xfails for:
1200 print foo_instance1.overloadargs(1)
1201 print foo_instance1.overloadargs(1, 2)
1202 print foo_instance1.overloadargs(1, 2, 3)
1203 print foo_instance1.overloadargs(1, 2, 3, 4)
1204 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1205 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1206 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1207 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1208 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1209 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1210 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1211 print foo_instance1.overload1arg()
1212 print foo_instance1.overload1arg((char)arg2)
1213 print foo_instance1.overload1arg((signed char)arg3)
1214 print foo_instance1.overload1arg((unsigned char)arg4)
1215 print foo_instance1.overload1arg((int)arg7)
1216 print foo_instance1.overload1arg((unsigned int)arg8)
1217 print foo_instance1.overload1arg((float)arg11)
1218 print foo_instance1.overload1arg((double)arg12)
1219
21b9b5b1
MS
12202002-01-07 Michael Snyder <msnyder@redhat.com>
1221
1222 * gdb.base/huge.exp: New test. Print a very large target data object.
1223 (skip_huge_test): New test variable. Define if you want to skip this
1224 test. The test reads an 8 megabyte data object from the target, so it
1225 might be very time consuming on remote targets with a slow connection.
1226 * gdb.base/huge.c: New file. Test case for above.
1227
725f922e
FF
12282002-01-07 Fred Fish <fnf@redhat.com>
1229
1230 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1231 g_instance.bfoo, and g_instance.cfoo.
1232
634d57ec
JL
1233Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1234
f286b2c3
JL
1235 * gdb.base/break.c (multi_line_if_conditional): New function.
1236 (multi_ilne_while_conditional): Likewise.
1237 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1238 IF or WHILE condition puts the breakpoint at the start of
1239 the condition.
1240
634d57ec
JL
1241 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1242 hppa*-*-hpux* expected failure.
1243 * gdb.base/structs.exp (do_function_calls): Similarly.
1244
1245 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1246 watchpoints.
1247
9fbfe2dc
AC
12482002-01-06 Andrew Cagney <ac131313@redhat.com>
1249
1250 Fix PR gdb/66.
1251 * gdb.base/structs.exp: Replace skip for a29k with skip for
1252 gdb,cannot_call_functions.
1253 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1254 * gdb.base/callfuncs.exp: Ditto.
1255 * gdb.base/call-rt-st.exp: Ditto.
1256 * gdb.base/call-strs.exp: Ditto.
1257 * gdb.base/callfwmall.exp: Ditto.
1258 * gdb.base/scope.exp: Obsolete xfail a29k.
1259 * gdb.c++/misc.exp: Ditto.
1260 * gdb.c++/cplusfuncs.exp: Ditto.
1261 * gdb.base/ptype.exp: Ditto.
1262 * gdb.base/printcmds.exp: Ditto.
1263 * gdb.base/opaque.exp: Ditto.
1264 * gdb.base/list.exp: Ditto.
1265 * gdb.base/funcargs.exp: Ditto.
1266 * gdb.base/default.exp: Ditto.
1267
8ddad156
MS
12682002-01-04 Michael Snyder <msnyder@redhat.com>
1269
ca4976a6 1270 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1271 * gdb.base/maint.exp: Add tests for maint info sections options.
1272
1b074332
JL
1273Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1274
1275 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1276
7d159115
CV
12772001-12-20 Corinna Vinschen <vinschen@redhat.com>
1278
1279 * gdb.asm/arm.inc: New file.
1280 * gdb.asm/asm-source.exp: Add arm targets.
1281 * gdb.asm/configure.in: Ditto.
1282 * gdb.asm/configure: Recreated from configure.in.
1283
8fb87725
JL
1284Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1285
afabe08c
JL
1286 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1287 with HP's compiler.
1288 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1289 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1290 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1291 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1292
1293 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1294 either HP's compilers or GCC.
1295
db521deb
JL
1296 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1297 a SIGBUS or SIGSEGV.
1298
1299 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1300
1301 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1302 can be compiled with either HP's compiler or GCC.
1303
cfa88ab7
JL
1304 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1305 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1306 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1307
ca344dff
JL
1308 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1309 to match current gdb output. Update due to using auto-solib-limit
1310 for limiting instead of overloading auto-solib-add.
1311 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1312 test program.
1313
3f3c6e55 1314 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1315 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1316 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1317 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1318 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1319 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1320 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1321 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1322 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1323 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1324 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1325 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1326 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1327
8fb87725
JL
1328 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1329 a SIGTRAP to the inferior.
1330
cf599fa7
CV
13312001-12-19 Corinna Vinschen <vinschen@redhat.com>
1332
1333 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1334 Substitute call to target_link by call to gdb_compile.
1335
2cd045cd
JL
1336Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1337
1338 * gdb.base/break.exp: Fix HP specific search string when testing
1339 backtracing in a called function.
1340
1341 * gdb.base/constvars.exp: Only set lang to C++ if we're
1342 compiling the test with HP's compilers.
1343 * gdb.base/volatile.exp: Similarly.
1344
99ebe9ac
JB
13452001-12-19 Jim Blandy <jimb@redhat.com>
1346
1347 * gdb.base/printcmds.exp: Expect the null character to be printed
1348 as '\0', and the '\013' to be printed as '\v'.
1349 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1350 * gdb.base/setvar.exp: Same.
1351
b9891b29
JB
13522001-12-17 Jim Blandy <jimb@redhat.com>
1353
0eba65ab
JB
1354 * gdb.base/completion.exp: Rather than completing very long
1355 filenames, which can make the readline library produce output we
1356 don't recognize, cd to the directory first, and then complete
1357 using nice, short relative paths.
1358
6970b5b1
JB
1359 * gdb.base/completion.exp: On some systems, there is, in fact, a
1360 variable named `b' in scope, since GDB treats all static
1361 variables as being in scope. So use `no_var_named_this'
1362 instead of `b'.
1363
b9891b29
JB
1364 * gdb.base/corefile.exp: Recognize the message saying that GDB
1365 can't find the core file's registers as a failure.
1366
e6ccd35f
JSC
13672001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1368
1369 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1370 test expect string more specific.
1371
105ba819
CV
13722001-12-13 Corinna Vinschen <vinschen@redhat.com>
1373
1374 * gdb.asm/asm-source.exp: Add support for xstormy16.
1375 * gdb.asm/configure.in: Ditto.
1376 * gdb.asm/configure: Rebuild.
1377 * gdb.asm/xstormy16.inc: New file.
1378
e9e79dd9
FF
13792001-12-10 Fred Fish <fnf@redhat.com>
1380
1381 * gdb.base/maint.exp: Update to match changes in type dumping code.
1382
347dc97d
JB
13832001-12-10 Jim Blandy <jimb@redhat.com>
1384
1385 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1386 matching the entry point symbol's name at the beginning of the
1387 line.
1388
5178b9d6
DJ
13892001-12-07 Daniel Jacobowitz <drow@mvista.com>
1390
1391 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1392 gdb.c++/inherit.exp, gdb.c++/method.exp,
1393 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1394 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1395 and class layout support.
1396
af890c52
DJ
13972001-12-07 Daniel Jacobowitz <drow@mvista.com>
1398
1399 * gdb.c++/classes.exp: Add test for static member function.
1400 * gdb.c++/misc.cc: Add class with static member function.
1401
7a345fb3
JB
14022001-12-07 Jim Blandy <jimb@redhat.com>
1403
f2e54a80 1404 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1405 those tests as `unsupported'.
1406 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1407 Rewrite subsequent tests to use it.
1408
1409 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
1410 those tests as `unsupported'.
1411 * gdb.base/structs.exp (call_struct_func): New function.
1412 (do_function_calls): Use call_struct_func to call the functions
1413 returning structs.
1414
0bc69509
JB
1415 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1416 whether functions are prototyped or not, so we can't possibly pass
1417 arguments to t_float_values2 properly.
1418
7a345fb3
JB
1419 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1420 value of `timeout' for targets other than the mips*tx39-*.
1421
edb6ede1
MS
14222001-12-06 Michael Snyder <msnyder@redhat.com>
1423
1424 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1425 and detect whether the start symbol has a leading underscore.
1426
2d842f13
JB
14272001-12-04 Jim Blandy <jimb@redhat.com>
1428
1429 * gdb.base/completion.exp: Clarify indentation.
1430
68550daf
JB
14312001-12-03 Jim Blandy <jimb@redhat.com>
1432
1433 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1434 variables on the S/390, not `.word'.
1435
cd5195a8
JB
14362001-11-30 Jim Blandy <jimb@redhat.com>
1437
1438 Add assembly-source tests for s390-ibm-linux.
1439 * gdb.asm/s390.inc: New file.
1440 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1441 the S/390 architecture.
1442 * gdb.asm/configure: Regenerated.
1443
ca9efc90
MS
14442001-11-30 Michael Snyder <msnyder@redhat.com>
1445
1446 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1447 next, info source, info sources, info line, global and static
1448 variables, and static functions.
1449 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1450 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1451 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1452 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1453 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1454 (gdbasm_leave): Restore frame pointer.
1455 (gdbasm_startup): Copy stack set-up from crt0.S.
1456
d0e66976
FN
14572001-11-26 Fernando Nasser <fnasser@redhat.com>
1458
1459 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1460 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1461 to a local (non-static) variable. Copy tstruct.a to a static buffer
1462 and return a pointer to that buffer.
1463 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1464
e2334072
MK
14652001-11-24 Mark Kettenis <kettenis@gnu.org>
1466
1467 * gdb.asm/configure.in: Fix recognition of ix86 target.
1468 * gdb.asm/configure: Regenerate.
1469
756caa3d
MS
14702001-11-21 Michael Snyder <msnyder@redhat.com>
1471
1472 * gdb.asm/sparc.inc: New file.
1473 * gdb.asm/asm-source.exp: Recognize sparc target.
1474 * gdb.asm/configure.in: Recognize sparc target.
1475 * gdb.asm/configure: Regenerate.
1476
9a4d72d5
MS
14772001-11-21 Michael Snyder <msnyder@redhat.com>
1478
1479 * gdb.asm/m32r.inc: New file.
1480 * gdb.asm/asm-source.exp: Recognize m32r target.
1481 * gdb.asm/configure.in: Recognize m32r target.
1482 * gdb.asm/configure: Regenerate.
1483
a773d1cd
MS
14842001-11-20 Michael Snyder <msnyder@redhat.com>
1485
017ac23d
MS
1486 * gdb.asm/i386.inc: New file.
1487 * gdb.asm/asm-source.exp: Recognize ix86 target.
1488 * gdb.asm/configure.in: Recognize ix86 target.
1489 * gdb.asm/configure: Regenerate.
1490
a773d1cd
MS
1491 * gdb.c++/namespace.exp: Fix quotes in output messages.
1492
bb632afb
MS
14932001-11-14 Michael Snyder <msnyder@redhat.com>
1494
25d559ca 1495 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
1496 qualifier in a type cast expression, to designate an address
1497 in the instruction space (Harvard architecture).
1498
4749e309
MS
14992001-11-13 Michael Snyder <msnyder@redhat.com>
1500
1501 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1502 Tests for expressions using 'const' and 'volatile'.
1503
25050984
CV
15042001-11-13 Corinna Vinschen <vinschen@redhat.com>
1505
1506 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1507
1902c51f
DJ
15082001-11-12 Daniel Jacobowitz <drow@mvista.com>
1509
1510 * lib/mi-support.exp (mi_run_to_helper): Move comments
1511 outside of gdb_expect.
1512
dcf95b47
DJ
15132001-11-11 Daniel Jacobowitz <drow@mvista.com>
1514
1515 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1516 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1517 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1518 mi0_run_to): New functions.
1519 * gdb.mi/mi-simplerun.exp: Use them.
1520 * gdb.mi/mi0-simplerun.exp: Likewise.
1521 * gdb.mi/mi-var-cmd.exp: Likewise.
1522 * gdb.mi/mi0-var-cmd.exp: Likewise.
1523
45b074e1
AC
15242001-11-10 Andrew Cagney <ac131313@redhat.com>
1525
1526 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1527 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1528
bf50d346
AC
15292001-11-09 Andrew Cagney <ac131313@redhat.com>
1530
1531 * gdb.base/restore.exp: Include $expected value in restored test
1532 message.
1533
9383332c
AC
15342001-11-09 Andrew Cagney <ac131313@redhat.com>
1535
1536 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1537 implemented.
1538
db62520a
MS
15392001-11-08 Michael Snyder <msnyder@redhat.com>
1540
1541 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1542 Add pass/fail message for stop at breakpoint in call dummy function.
1543
b5703437
MS
15442001-11-07 Michael Snyder <msnyder@redhat.com>
1545
760f6330
MS
1546 * gdb.c++/templates.exp (test_template_breakpoints):
1547 If we get an overload menu, but it does not match what
1548 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
1549 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1550 making the whitespace optional. Argument for "new" may be
1551 "unsigned" as well as "unsigned int/long".
eef747c0
MS
1552 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1553 making the whitespace optional. Also replace "(void) with
1554 "((void|)), making the keyword "void" optional.
63f50499
MS
1555 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1556 making the whitespace optional. Also replace "(void) with
1557 "((void|)), making the keyword "void" optional.
3bf40917
MS
1558 * gdb.base/callfuncs.c (t_float_values): This function must
1559 _not_ be prototyped, and the following function (t_float_values2)
1560 must be prototyped (if the compiler supports it), so that GDB
1561 can be tested against both cases. Usually one case involves
1562 promotion of float to double, while the other does not.
1563 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
1564 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1565 includes a stack frame for "start".
1566
c8ab4e6d
JB
15672001-11-05 Jim Blandy <jimb@redhat.com>
1568
1569 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1570 pointers are 32 bits long, and that offsets of relocs are always
1571 stored in the data (REL-style), and not in the reloc entry itself
1572 (RELA-style).
1573 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1574 stabs.
1575
3f08ced9
MS
15762001-11-01 Michael Snyder <msnyder@redhat.com>
1577
1578 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1579 and regular expression operators by using quoting.
1580
cbfa24cd
MS
15812001-10-31 Michael Snyder <msnyder@redhat.com>
1582
1583 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1584 depending on what the symbol table contains.
1585 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1586 the output of the ptype command. Similarly, accept both "const &"
1587 and "const&".
1588
aaa68313
CV
15892001-10-31 Corinna Vinschen <vinschen@redhat.com>
1590
1591 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1592 symbol `STORAGE' to allow to choose the storage class of
1593 the local datastructures.
1594 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1595 compiler directive.
1596
91740388
MS
15972001-10-30 Michael Snyder <msnyder@redhat.com>
1598
1599 * gdb.base/jump.exp: Allow it to run for all targets.
1600
1b7c05e7
CV
16012001-10-29 Corinna Vinschen <vinschen@redhat.com>
1602
1603 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1604 with new double_array size.
1605 (main): Change storage class of all local variables to static.
1606 Reduce size of double_array to 9.
1607 * gdb.base/call-ar-st.exp: Increase timeout value.
1608 Change expected output for double array to match new size in
1609 call-ar-st.c.
1610
36a22261
CV
16112001-10-29 Corinna Vinschen <vinschen@redhat.com>
1612
1613 * gdb.base/ending-run.exp: Create identical output when passing
1614 `step to end of run' case. Add regular expression branch satisfying
1615 Stormy16 target.
1616
92b8ae91
MK
16172001-10-28 Mark Kettenis <kettenis@gnu.org>
1618
1619 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1620 that we catch the expected failure under Linux/x86.
1621
cb135b83
OF
16222001-10-29 Orjan Friberg <orjanf@axis.com>
1623
1624 * gdb.base/setvar.exp: Escape curly braces.
1625 * gdb.stabs/weird.exp: Ditto.
1626
6884aa54
DJ
16272001-10-27 Daniel Jacobowitz <drow@mvista.com>
1628
1629 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1630 * gdm.mi/mi0-hack-cli.exp: Likewise.
1631
0398c9aa
AC
16322001-10-25 Andrew Cagney <ac131313@redhat.com>
1633
1634 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1635 messages.
1636
d20bf2e8
AC
16372001-10-21 Andrew Cagney <ac131313@redhat.com>
1638
1639 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1640 checking MI enabled.
1641
03dd63aa
CV
16422001-10-09 Corinna Vinschen <vinschen@redhat.com>
1643
1644 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1645
1d9d99f3
FCE
16462001-10-04 Frank Ch. Eigler <fche@redhat.com>
1647
1648 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1649 if gdb child process crashes, just signal an error.
1650
838ae6c4
JB
16512001-10-02 Jim Blandy <jimb@redhat.com>
1652
1653 * lib/gdb.exp (test_xfail_format): Simplify.
1654
1655 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1656 front of the variable name `format'. Simplify `if'.
1657
8f0cbc1c
DJ
16582001-10-01 Daniel Jacobowitz <drow@mvista.com>
1659
1660 * gdb.threads/pthreads.exp: Wait for output and delay
1661 before sending ^C.
1662
1f08dafd
DJ
16632001-10-01 Daniel Jacobowitz <drow@mvista.com>
1664
1665 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1666 some incorrect output instead of timing out.
1667 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1668
674f90ff
CV
16692001-09-28 Corinna Vinschen <vinschen@redhat.com>
1670
1671 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1672 check to allow additional `int'.
1673
9b284272
DJ
16742001-09-27 Daniel Jacobowitz <drow@mvista.com>
1675
1676 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1677 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1678
b55a4771
MS
16792001-09-27 Michael Snyder <msnyder@redhat.com>
1680
1681 * lib/gdb.exp (test_debug_format): New proc.
1682 (setup_xfail_format): Use new proc test_debug_format.
1683 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1684 proc; use new service proc test_debug_format.
1685 Replace all other "gcc_compiled" tests with this test.
1686 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1687 proc; use new service proc test_debug_format.
1688 Replace all other "gcc_compiled" tests with this test.
1689
16902001-09-27 Michael Snyder <msnyder@redhat.com>
1691
1692 * gdb.base/cvexpr.exp: New file.
1693 * gdb.base/cvexpr.c: New file
1694 Test for expressions using const and volatile keywords.
1695
4e6667ac
CV
16962001-09-26 Corinna Vinschen <vinschen@redhat.com>
1697
1698 * gdb.base/constvars.exp: Check for different orders of keywords
1699 and additional "int" strings in output.
1700
4f337972
AC
17012001-09-22 Andrew Cagney <ac131313@redhat.com>
1702
1703 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1704 responses from "help maint".
1705
2015650d
FCE
17062001-09-19 Frank Ch. Eigler <fche@redhat.com>
1707
1708 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1709 to localhost:NNN instead of :NNN, in case Xvfb is listening
1710 only on TCP.
1711
f3bcedc1
CV
17122001-09-19 Corinna Vinschen <vinschen@redhat.com>
1713
1714 * gdb.base/recurse.exp: When checking leaving the watchpoint
1715 scope, recognize when gdb is in function's epilogue and pass.
1716
6b819c92
KS
17172001-09-18 Keith Seitz <keiths@redhat.com>
1718
1719 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1720 support for running tests against sid targets.
1721 (gdbtk_done): Ditto.
1722
a10c9419
CV
17232001-09-18 Corinna Vinschen <vinschen@redhat.com>
1724
1725 * gdb.base/ending-run.c (main): Set stdout buffersize
1726 to the same reasonable value for any target.
1727 * gdb.base/ending-run.exp: Add a regular expression
1728 to make testsuite happy on Sanyo Stormy16 target.
1729
739d0d99
CV
17302001-09-17 Corinna Vinschen <vinschen@redhat.com>
1731
1732 * gdb.base/display.c (do_loops): Add float variable `f'.
1733 Increment f in loop.
1734 * gdb.base/display.exp: Increment timeout by 60 seconds.
1735 Change float display test to use variable `f'.
1736
1b8947f0
JB
17372001-09-17 Jim Blandy <jimb@redhat.com>
1738
1739 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1740 overflowing the limited breakpoint tables on some ROM monitors
1741 (like the ROM68K).
1742
9890ac81
FCE
17432001-09-15 Frank Ch. Eigler <fche@redhat.com>
1744
1745 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
1746 the "-ac" (disable access control) flag.
1747
6db765ea
JH
17482001-08-30 Jeff Holcomb <jeffh@redhat.com>
1749
1750 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
1751 ints.
1752
4c32cc04
KS
17532001-08-30 Keith Seitz <keiths@redhat.com>
1754
1755 * lib/gdb.exp: Move all insight-related functionality into
1756 separate file.
1757 * lib/insight-support.exp: New file.
1758
8d6e6f81
FCE
17592001-08-29 Frank Ch. Eigler <fche@redhat.com>
1760
1761 * config/sid.exp (sid_start): Never set sid verbosity; disable
1762 expect_background {} that consumed its stdout; tolerate </dev/null.
1763 Attempt to set endianness override in "sid" protocol mode. Cleanup.
1764
6a90e1d0
AC
17652001-08-18 Andrew Cagney <ac131313@redhat.com>
1766
1767 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
1768 CLI jump command to start it.
1769 (mi_run_to_main): Fail immediatly when unexpected output.
1770
1759b3c3
AC
17712001-08-18 Andrew Cagney <ac131313@redhat.com>
1772
1773 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
1774 beginning of function. Fix PR gdb/191.
1775
61d11d80
FCE
17762001-08-16 Frank Ch. Eigler <fche@redhat.com>
1777
1778 * config/sid.exp (sid_start): Don't warn if we cannot figure out
1779 what to force sid endianness to.
1780
942a4df2
KS
17812001-08-15 Keith Seitz <keiths@redhat.com>
1782
1783 * lib/gdb.exp (gdbtk_start): Don't set environment
1784 variables for TCL_LIBRARY and friends. Insight will
1785 now figure these out for itself.
1786
0521c418
MS
17872001-08-02 Michael Snyder <msnyder@redhat.com>
1788
1789 * gdb.base/completion.exp: Remove the symbol "a64l" from
1790 the expect string; this is target-specific, and not related
1791 to what is being tested.
1792
74a9a58a
DB
17932001-08-02 Dave Brolley <brolley@redhat.com>
1794
1795 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
1796
c70819fa
MS
17972001-07-25 Michael Snyder <msnyder@redhat.com>
1798
c2b8fa57
MS
1799 * gdb.base/consecutive.exp: New file. Test stepping over
1800 breakpoints on consecutive instructions.
1801 * gdb.base/consecutive.c: New file.
1802
c70819fa
MS
1803 * gdb.base/call-rt-st.exp: Use double-backslash to quote
1804 curly braces in regular expressions.
1805
2b1a1355
MS
18062001-07-25 Michael Snyder <msnyder@redhat.com>
1807
1808 * gdb.base/ending-run.exp: Accept "Program exited normally" as
1809 legitimate output from stepping out of main.
1810
413eca6f
KS
18112001-07-22 Keith Seitz <keiths@redhat.com>
1812
1813 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
1814 the empty string, do not run the tests.
1815
7e5a9322
SC
18162001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1817
1818 * gdb.base/long_long.exp: Detect size of pointer. Take into
1819 account 2-byte pointers when testing for p/a results.
1820
de58f10f
SC
18212001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1822
1823 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
1824 and defined to 1K for m68hc11.
1825 (random_data): Reduce table to 1K for embedded platforms (68hc11).
1826 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
1827 (sizeof_random_data): New variable to tell the size of the data table;
1828 don't test past this size; always run to main.
1829
d6f5fea1
SC
18302001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1831
1832 * gdb.base/return2.exp: return of long long and double fails for
1833 68HC11; don't execute these tests on that platform.
1834 * gdb.base/return.exp: Return of a double fails for 68hc11.
1835
c477543d
SC
18362001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1837
1838 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
1839 tests that print a float.
1840 * call-rt-st.exp: Likewise.
1841
63cf1c79
MK
18422001-07-12 Mark Kettenis <kettenis@gnu.org>
1843
1844 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
1845 running this test on Linux.
1846
112f9ab5
MC
18472001-06-24 Michael Chastain <chastain@redhat.com>
1848
1849 * gdb.base/arithmet.exp: Remove some tests to make all test names
1850 unique.
1851
4970cb0f
MS
18522001-07-03 Michael Snyder <msnyder@redhat.com>
1853
1854 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
1855 the output of the ptype command.
1856
d85da69f
MS
18572001-07-02 Michael Snyder <msnyder@redhat.com>
1858
4c8a82de
MS
1859 * gdb.base/completion.exp: Don't assume that break.c is the only
1860 source file that may contain functions named "marker".
d85da69f
MS
1861 * gdb.base/corefile.exp: Quote the curly braces in regexp.
1862
8afc772b
AC
18632001-06-28 Andrew Cagney <ac131313@redhat.com>
1864
1865 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
1866 of files to delete.
1867
1868 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
1869 * gdb.disasm/h8300s.exp: New file.
1870 gdb.disasm/h8300s.s: Likewise.
1871
cff22675
AC
18722001-06-27 Andrew Cagney <ac131313@redhat.com>
1873
1874 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
1875 empty breakpoint tables.
1876
68c81b54
AC
18772001-06-25 Andrew Cagney <ac131313@redhat.com>
1878
1879 * lib/mi-support.exp: Update args=... part of stop-reason
1880 patterns. Accept either a list or a tuple.
1881
2dd62704
AC
18822001-06-23 Andrew Cagney <ac131313@redhat.com>
1883
1884 * lib/mi-support.exp: Remove local emacs variable defining
1885 change-log-default-name.
1886
b4127474
MC
18872001-06-22 Michael Chastain <chastain@redhat.com>
1888
1889 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
1890 This is operationally compatible with the previous version.
1891
8dbfb380
JB
18922001-06-13 Jim Blandy <jimb@redhat.com>
1893
1894 * lib/gdb.exp (gdb_test): Doc fix.
1895
f2d8c86d
MC
18962001-06-10 Michael Chastain <chastain@redhat.com>
1897
1898 * gdb.base/exprs.exp: Remove a duplicate test.
1899
81564d34
JB
19002001-06-06 Jim Blandy <jimb@redhat.com>
1901
1902 * gdb.base/return2.exp (main): Use values to test float and double
1903 returns that are not NaN's, to avoid being confused by IEEE
1904 comparison rules.
1905
da55addb
MS
19062001-06-04 Michael Snyder <msnyder@redhat.com>
1907
1908 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
1909 non-zero if control_c fails. Terminate the test on failure,
1910 rather than wait for 12 more tests to time out.
1911
42c65987
JB
19122001-06-06 Jim Blandy <jimb@redhat.com>
1913
b18bced9
JB
1914 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
1915 Don't forget to match the GDB prompt.
1916
42c65987
JB
1917 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
1918
5b41e5f0
JB
19192001-06-04 Jim Blandy <jimb@redhat.com>
1920
1921 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
1922 command.
1923
015e046f
KB
19242001-05-31 Kevin Buettner <kevinb@redhat.com>
1925
1926 * gdb.base/annota1.exp (info break): Match four or more spaces
1927 after "Address".
1928
fb1ffbbe
MC
19292001-05-31 Michael Chastain <chastain@redhat.com>
1930
1931 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
1932 (dm_type_int_star): Likewise.
1933 (dm_type_long_star): Likewise.
1934 (dm_type_void_star): Likewise.
1935
5ea2a32c
KB
19362001-05-29 Kevin Buettner <kevinb@redhat.com>
1937
1938 * gdb.base/completion.exp (INPUTRC): Set this environment variable
1939 to a known value in order to get consistent results regardless
1940 of the setting of INPUTRC or the presence or contents of .inputrc.
1941
ae23c492
MS
19422001-05-24 Michael Snyder <msnyder@redhat.com>
1943
ac55707e
MS
1944 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
1945 Don't require that the main thread and the manager thread are the
1946 first in the list.
1947
ae23c492
MS
1948 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
1949 debugging. If test fails, issue an "unsupported" not a "fail".
1950
400071f1
JB
19512001-05-24 Jim Blandy <jimb@redhat.com>
1952
1953 Don't assume that short is shorter than int.
1954 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
1955 assume that shorts are smaller than ints. On a 16-bit machine,
1956 this isn't true.
1957 ("print unsigned char == (~0)"): Add test that verifies that ~0,
1958 an int, is not equal to ~0 stored in an unsigned char. This tests
1959 the same thing that the previous test meant to, but works on
1960 16-bit machines, too.
1961 ("print unsigned char != (~0)"): Same test, complemented.
1962
0816a3e5
MS
19632001-05-24 Michael Snyder <msnyder@redhat.com>
1964
1965 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
1966 test for (full_coverage == 0). This makes the test run faster,
1967 and prevents dejagnu getting out of step.
1968
f6dc23a9
KB
19692001-05-23 Kevin Buettner <kevinb@redhat.com>
1970
1971 * gdb.base/finish.exp (finish_void): Revise pattern for
1972 stopping on the call statement to not permit stopping at
1973 the start of the instructions comprising the call sequence.
1974
7dbd117d
MC
19752001-05-19 Michael Chastain <chastain@redhat.com>
1976
1977 * gdb.base/callfuncs.exp: Make all test names unique.
1978 * gdb.base/commands.exp: Make all test names unique.
1979 * gdb.base/condbreak.exp: Make all test names unique.
1980 * gdb.base/dbx.exp: Make all test names unique.
1981 * gdb.base/default.exp: Make all test names unique.
1982 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
1983 and TIMEOUT messages to their corresponding PASS message.
1984 * gdb.base/ending-run.exp: Make all test names unique.
1985 * gdb.base/long_long.exp: Remove duplicate test.
1986
6b0b0a9e
KB
19872001-05-21 Kevin Buettner <kevinb@redhat.com>
1988
1989 * gdb.base/finish.exp (finish_void): Allow "finish" command to
1990 stop on the call statement as well as the statement after the
1991 call.
1992
2caa35cb
MS
19932001-05-21 Michael Snyder <msnyder@redhat.com>
1994
1995 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
1996
40713331
EZ
19972001-05-10 Elena Zannoni <ezannoni@redhat.com>
1998
1999 * gdb.base/completion.exp: Revamp test. Make it execute on all
2000 platforms.
2001
c2c1be8d
EZ
20022001-05-10 Elena Zannoni <ezannoni@redhat.com>
2003
2c9cd303
EZ
2004 * config/gdbserver.exp (gdb_load): Handle the case
2005 in which the arguments to gdbserver are given in the
2006 baseboard configuration file.
2007 Also handle the case in which the server needs to do a
2008 load.
2009
9671de48
KS
20102001-05-07 Keith Seitz <keiths@cygnus.com>
2011
2012 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2013 set up the display for testing.
2014 (gdbtk_start): Convert all paths to paths that tcl will like.
2015 Export target information to environment.
2016 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2017 necessary.
2018 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2019 (to_tcl_path): New proc to convert a given pathname into
2020 a path acceptible as an argument to a tcl command.
2021 (_gdbtk_export_target_info): New proc to export target info
2022 into the environment for gdbtk testing.
2023 (gdbtk_done): New proc to signal end-of-test.
2024
5a360f47
JB
20252001-05-06 Jim Blandy <jimb@redhat.com>
2026
2027 * restore.c: Make the code of caller0 correspond to its comment.
2028
66c756c6
MS
20292001-05-03 Michael Snyder <msnyder@redhat.com>
2030
2031 * config/sid.exp (gdb_target_sid): Check for error messages.
2032 On error or timeout, don't make expect exit (which will terminate
2033 all subsequent tests); instead just make gdb exit.
2034 (gdb_load): Check for error messages. On error or timeout,
2035 return a negative value.
2036
a966fde5
JB
20372001-04-24 Jim Blandy <jimb@redhat.com>
2038
851c18e0
JB
2039 * gdb.c++/templates.exp: If we see the prompt for the overload
2040 list, but we haven't recognized any of the longer patterns,
2041 arrange for this test to fail, not hang.
2042
a966fde5
JB
2043 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2044 variations.
2045
db144853
MC
20462001-04-22 Michael Chastain <chastain@redhat.com>
2047
2048 * gdb.c++/local.exp: Use the 'runto' library function.
2049 * gdb.c++/namespace.exp: Likewise.
2050 * gdb.c++/overload.exp: Likewise.
2051
3207ec21
KB
20522001-03-26 Kevin Buettner <kevinb@redhat.com>
2053
2054 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2055 * gdb.base/step-line.exp: New file. Test step/next in presence of
2056 #line directives.
2057 * gdb.base/step-line.c: New file. Test program for the above.
2058 * gdb.base/step-line.inp: New file. We pretend that this file has
2059 been transformed by some other tool into step-line.c.
2060
13b57657
JB
20612001-03-21 Jim Blandy <jimb@redhat.com>
2062
2063 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2064 unmangled operator names.
2065
754cbe1c
JB
20662001-03-20 Jim Blandy <jimb@redhat.com>
2067
2068 * gdb.threads/linux-dp.exp: Recognize an additional message
2069 generated by GDB when it doesn't understand how to debug threads
2070 on the target system.
2071
177495c9
AC
20722001-03-19 Andrew Cagney <ac131313@redhat.com>
2073
2074 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2075
f266096b
MC
20762001-03-12 Michael Chastain <chastain@redhat.com>
2077
2078 * gdb.c++/derivation.exp: Use the 'runto' library function.
2079
cac3c2ff
MC
20802001-03-12 Michael Chastain <chastain@redhat.com>
2081
2082 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2083
b6c11a24
MC
20842001-02-24 Michael Chastain <chastain@redhat.com>
2085
2086 * gdb.c++/ref-types.exp: Change handwritten code to library
2087 function 'runto'.
2088
6bae5bce
OF
20892001-03-16 Orjan Friberg <orjanf@axis.com>
2090
2091 * gdb.base/signals.exp: Set count to 0 explicitly.
2092
0015fd9a
MS
20932001-03-15 Mark Salter <msalter@redhat.com>
2094
2095 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2096 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
2097 (gdb_load): Add support for additional target_info: gdb_download_size
2098 and gdb_load_timeout.
0015fd9a 2099
fc33412a
DT
2100Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2101
2102 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2103 file -- to prevent failing when the compile fails but we have no
2104 intention of running the tests anyway.
2105
2106 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2107 tests if set.
2108
2109 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2110 integers.
2111
2112 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2113 * gdb.c++/namespace.exp: Ditto.
2114
115f06de
OF
21152001-03-07 Orjan Friberg <orjanf@axis.com>
2116
2117 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2118 * gdb.base/pointers.exp: Relax pattern match of decimals.
2119
b6ba6518
KB
21202001-03-06 Kevin Buettner <kevinb@redhat.com>
2121
2122 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2123 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2124 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2125 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2126 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2127 config/sh.exp, config/sid.exp, config/slite.exp,
2128 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2129 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2130 config/vxworks.exp, config/vxworks29k.exp,
2131 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2132 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2133 gdb.base/arithmet.exp, gdb.base/assign.exp,
2134 gdb.base/async.exp, gdb.base/attach.exp,
2135 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2136 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2137 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2138 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2139 gdb.base/commands.exp, gdb.base/completion.exp,
2140 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2141 gdb.base/constvars.exp, gdb.base/corefile.exp,
2142 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2143 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2144 gdb.base/ending-run.exp, gdb.base/environ.exp,
2145 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2146 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2147 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2148 gdb.base/funcargs.exp, gdb.base/help.exp,
2149 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2150 gdb.base/logical.exp, gdb.base/long_long.exp,
2151 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2152 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2153 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2154 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2155 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2156 gdb.base/regs.exp, gdb.base/relational.exp,
2157 gdb.base/remote.exp, gdb.base/reread.exp,
2158 gdb.base/restore.exp, gdb.base/return2.exp,
2159 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2160 gdb.base/selftest.exp, gdb.base/setshow.exp,
2161 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2162 gdb.base/sigall.exp, gdb.base/signals.exp,
2163 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2164 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2165 gdb.base/step-test.exp, gdb.base/structs.c,
2166 gdb.base/structs.exp, gdb.base/structs2.exp,
2167 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2168 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2169 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2170 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2171 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2172 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2173 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2174 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2175 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2176 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2177 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2178 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2179 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2180 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2181 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2182 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2183 gdb.trace/circ.exp, gdb.trace/collection.exp,
2184 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2185 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2186 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2187 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2188 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2189 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2190 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2191 notices.
2192
dc96c6c7 21932001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
2194
2195 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2196 first arg is int not float.
2197
dc96c6c7 21982001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
2199
2200 * gdb.base/reread.exp: Unsupported for non-native targets;
2201 doesn't work for remote debugging.
2202
9b0c4aeb
FN
22032001-02-19 Fernando Nasser <fnasser@redhat.com>
2204
2205 From Drew Moseley <dmoseley@redhat.com>
2206 * gdb.base/ending-run.exp: Properly handle the BSP state when
2207 stepping past the end of main.
2208
02aa71d5
MC
22092001-02-19 John Moore <jmoore@redhat.com>
2210
2211 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2212 Converted HPUX fix for non-expected items following multiple
2213 step commands into general solution for all platforms.
2214
1fa449a4
MC
22152001-02-18 Michael Chastain <chastain@redhat.com>
2216
2217 * gdb.c++/classes.exp (do_tests): Change runto statements
2218 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2219 statements demangler agnostic.
2220 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2221 (gdb_virtfunc_restart): Likewise.
2222
b2f9ec70
MC
22232001-02-14 Michael Chastain <chastain@redhat.com>
2224
2225 * gdb.c++/inherit.exp (do_tests): Change runto statements
2226 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2227 statements demangler agnostic.
2228
cf74b8ca
AC
2229Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2230
2231 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2232 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2233 before calling common_routine 15 times'' tests.
2234
99f78f56
MC
22352001-02-11 Michael Chastain <chastain@redhat.com>
2236
2237 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2238 Helps the test script figure out which demangler is in use.
2239 (dm_type_foo_ref): Ditto.
2240 (dm_type_int_star): Ditto.
2241 (dm_type_long_star): Ditto.
2242 (dm_type_unsigned_int): Ditto.
2243 (dm_type_void): Ditto.
2244 (dm_type_void_star): Ditto.
99707966 2245 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2246 Probe the gdb demangler and set variables to accommodate
2247 formatting differences.
2248 (info_func_regexp): New function. Same as info_func, but
2249 matches against a regexp.
2250 (info_func): Match against a literal string.
2251 (print_addr_2): New function. Match against a literal string,
2252 which can be different from the input to gdb.
2253 (print_addr): Simply call print_addr_2 with the same argument twice.
2254 (test_lookup_operator_functions): Use demangler formatting variables.
2255 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2256 the tests in the same order as the C++ class declaration.
2257 (test_paddr_operator_functions): Ditto.
2258 (test_paddr_overloaded_functions): Ditto.
2259 (test_paddr_hairy_functions): Use demangler formatting variables.
2260 Add reference to gdb/19 for related tests.
2261 (do_tests): Call probe_demangler.
2262
1de8f023
KB
22632001-01-30 Kevin Buettner <kevinb@redhat.com>
2264
2265 * gdb.c++/templates.cc (printf): Remove unused function definition.
2266
ca3f91ed
MS
22672001-01-26 Felix Lee <flee@redhat.com>
2268
2269 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2270
22712001-01-25 matthew green <mrg@redhat.com>
2272
2273 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2274 up sid.
2275 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2276
22772001-01-25 matthew green <mrg@redhat.com>
2278
2279 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2280 Deprecate $sid_spawn_id.
2281 (sid_exit): Remove code necessary only for `spawn.'
2282
22832001-01-25 matthew green <mrg@redhat.com>
2284
2285 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2286
fb18ec4a
MC
22872001-01-28 Michael Chastain <chastain@redhat.com>
2288
2289 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2290 to call when tests fail. It takes gdb out of the overloaded
2291 function choice menu back to the main prompt, so that the test
2292 program stays synchronized.
2293 (set_bp_overloaded): New proc to collect all the common
2294 code for setting a breakpoint on an overloaded name. Calls
2295 take_gdb_out_of_choice_menu when needed.
2296 (menu_overload1arg): New variable to collect the repeated
2297 instances of the expected menu for an overloaded name. Change
2298 the regular expression to handle changes in g++ type encoding:
2299 "void" can be either "void" or "", and "unsigned int" can be
2300 either "unsigned int" or "unsigned".
2301 (continue_to_bp_overloaded): Change regular expressions to handle
2302 changes in g++ type encoding.
2303 (no proc): Call take_gdb_out_of_choice_menu when needed.
2304 Remove redundant calls to "info break". Accept either "canceled"
2305 or "cancelled". Change regular expressions in "info break"
2306 calls to handle changes in g++ type encoding. Give all tests
2307 unique strings.
2308
9c646a6e
BE
23092001-01-17 Ben Elliston <bje@redhat.com>
2310
2311 * config/sid.exp: New file.
2312
9549d9c1
AC
2313Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2314
2315 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2316
dc96c6c7 23172000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2318
2319 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2320 Add a RE to accept a non-ascii char if one is ever presented.
2321
b4df4f68
FN
23222000-12-20 Fernando Nasser <fnasser@redhat.com>
2323
297dd0fd 2324 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2325
dc96c6c7 23262000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2327
2328 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2329 in regexp. One '\' does not suffice on Linux.
2330
4a7bddb6
MC
23312000-12-09 Michael Chastain <chastain@redhat.com>
2332
2333 * gdb.base/break.exp (test_clear_command): Use a marker function
2334 rather than 'main' for the test function. Also move this
2335 test to an execution point where the marker function names are
2336 guaranteed to be bound to functions. (Executing tests after a
2337 'finish' from main runs into name conflicts with local names
2338 in __libc_start_main).
2339
dc96c6c7 23402000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2341
2342 * gdb.base/finish.exp: New test for gdb's "finish" command.
2343 * gdb.base/return2.exp: New test for gdb's "return" command.
2344 * gdb.base/return2.c: New source file for above.
2345
dc96c6c7 23462000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2347
2348 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2349 * gdb.base/miscexprs.exp: Ditto.
2350 * gdb.base/pointers.exp: Ditto.
2351 * gdb.c++/derivation.exp: Ditto.
2352 * gdb.c++/local.exp: Ditto.
2353 * gdb.c++/namespace.exp: Ditto.
2354 * gdb.c++/overload.exp: Ditto.
2355 * gdb.c++/ref-types.exp: Ditto.
2356
dc96c6c7 23572000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2358
2359 * gdb.base/constvars.exp: Test result of "up" command.
2360 * gdb.base/miscexprs.exp: Ditto.
2361 * gdb.base/pointers.exp: Ditto.
2362 * gdb.base/scope.exp: Ditto.
2363 * gdb.c++/derivation.exp: Ditto.
2364 * gdb.c++/local.exp: Ditto.
2365 * gdb.c++/namespace.exp: Ditto.
2366 * gdb.c++/overload.exp: Ditto.
2367 * gdb.c++/ref-types.exp: Ditto.
2368
44097287
FN
23692000-11-22 Michael Chastain <chastain@redhat.com>
2370
2371 * mips_pro.exp: Accept either "middle -> top -> main" or
2372 "middle -> main" in the backtrace, because gcc can optimize
2373 tail calls to jumps. Remove setup_xfail for the hppa case.
2374 Add a comment with the original warning messages from PR 3016,
2375 which was filed in 1993, to preserve them for posterity.
2376
9d2e1bab
ND
23772000-11-17 Nick Duffek <nsd@redhat.com>
2378
2379 * lib/gdb.exp (gdb_test): Override timeout with board info.
2380
1aca8eb7
ND
23812000-11-17 Nick Duffek <nsd@redhat.com>
2382
2383 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2384 the second kill and detach messages.
2385
93076499
ND
23862000-11-17 Nick Duffek <nsd@redhat.com>
2387
2388 * configure.in: Add AC_EXEEXT.
2389 * configure: Regenerate.
2390 * Makefile.in (just-check): Export EXEEXT.
2391 * lib/gdb.exp ($EXEEXT): Import from environment.
2392 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2393 expect "maint dump-me" on Cygwin.
2394 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2395 $EXEEXT.
2396
30e87cd3
ND
23972000-11-17 Nick Duffek <nsd@redhat.com>
2398
2399 * gdb.base/break.exp: Test backtrace and finish from called
2400 function on all platforms, not just HP-UX.
2401
dc96c6c7 24022000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2403
2404 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2405 code from gdb_target_monitor, so it can be used independantly
2406 for gdbserver. Also comment out an unnecessary PUTS.
2407
dc96c6c7 24082000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
2409
2410 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2411 * gdb.base/corefile.exp: Expect the message "Program is being
2412 debugged already" when we send the "corefile" command, since
2413 the preceeding gdb_load may have connected gdb to a remote target.
2414 * gdb.base/display.exp: Disable hardware watchpoints if new
2415 board info variable "no_hardware_watchpoints" is true.
2416 Replace single-letter commands with more readable ones.
2417 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2418 if new board info variable "no_hardware_watchpoints" is true.
2419 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2420 to see if stdio (printf) testing is possible.
2421 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2422 board info variable "no_hardware_watchpoints" is true. Use new
2423 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2424
39124dea
FN
24252000-11-13 Fernando Nasser <fnasser@redhat.com>
2426
2427 From Orjan Friberg <orjanf@axis.com>:
2428 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2429 in array print pattern match.
2430
a9e2e984
FN
24312000-11-09 Fernando Nasser <fnasser@redhat.com>
2432
2433 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2434 spelling "cancelled" to U.S. spelling "canceled" to match changes
2435 made to gdb.
2436 * gdb.c++/ovldbreak.exp: Ditto.
2437
c7db355b
PS
24382000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2439
2440 * gdb.base/callfuncs.c (main): Moved to end of file, call
2441 t_double_values to initialize the FPU before inferior calls are made.
2442 * gdb.base/callfuncs.exp: Test for register preservation after calling
2443 inferior functions. Add tests for continuining, finishing and
2444 returning from a stop in a call dummy.
2445
dc96c6c7 24462000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
2447
2448 * gdb.base/commands.exp: Break up long lines, and re-indent.
2449
dc96c6c7 24502000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
2451
2452 * config/gdbserver.exp: Rewritten from the ground up, to make it
2453 compatible with the current dejagnu tree, and to make it work with
2454 the new "gdbserver" in libremote.
2455
dc96c6c7 24562000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2457
2458 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2459 * gdb.base/varargs.exp: Skip entire test if no printf support.
2460 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2461 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2462
dc96c6c7 24632000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2464
2465 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2466 no floating point support.
2467 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2468 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2469 * gdb.base/call-rt-st.exp: Ditto.
2470 * gdb.base/call-strs.exp: Ditto.
2471
bac5fc66
JG
24722000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2473
2474 * gdb.base/sizeof.c: include <stdio.h>.
2475
2476 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2477 'finish', otherwise uncaptured gdb_prompt would potentially
2478 throw remaining test points out of sync.
2479
b22a6027
SB
24802000-07-26 Scott Bambrough <scottb@netwinder.org>
2481
2482 * gdb.base/recurse.exp: Run tests for all targets.
2483 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2484 gnu-oldld case on ARM.
2485 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2486 for ARM targets.
2487
d8231941
AG
2488Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2489
2490 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2491 * gdb.java/configure: Rebuild.
2492
8caabe69
AG
2493Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2494
2495 * gdb.java/jv-exp.exp: New file.
2496
9d273ca3
AG
2497Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2498
2499 * configure: Rebuilt.
2500 * configure.in (configdirs): Add gdb.java.
2501 * gdb.java/jmisc.java: New file.
2502 * gdb.java/jmisc.exp: New file.
2503 * gdb.java/Makefile.in: New file.
2504 * gdb.java/configure: Rebuilt.
2505 * gdb.java/configure.in: New file.
2506 * lib/java.exp: New file.
2507
4f823a66
AC
2508Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2509
2510 * gdb.base/exprs.exp: Test casts to a pointer including over and
2511 underflow.
2512
2391e11d
AC
2513Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2514
2515 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2516 and the compilers sizes.
2517
54602222
ND
25182000-07-09 Nick Duffek <nsd@redhat.com>
2519
2520 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2521 (use_methods): New function.
2522 (main): Call use_methods().
2523 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2524 (do_tests): Call test_method_param_class.
2525
2bec0572
ND
25262000-07-09 Nick Duffek <nsd@redhat.com>
2527
2528 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2529 spelling.
2530 (test_enums): New procedure. Move enum tests from end of script
2531 to here. Set breakpoint on function name instead of line number.
2532 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2533 (enums2): New marker function.
2534 (enums1): New function.
2535 (main): Call enums1(). Move enum tests to enums1().
2536
78492fde
AC
2537Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2538
2539 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2540 compile/link program. Update line numbers.
2541 * gdb.asm/d10v.inc: Define ``startup''.
2542 * gdb.asm/asmsrc1.s: Add definition of _start.
2543
49a2cef8
AC
2544Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2545
2546 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2547
3e6c8688
EZ
25482000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2549
2550 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2551 of 'help maint print' command.
2552
9ff5cbe9
AC
2553Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2554
2555 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2556 they use gdb_expect_list.
2557
17c579bd
AC
2558Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2559
2560 * gdb.base/commands.exp: Use ``set remote
2561 memory-read-packet-size'' instead of ``set endian big'' to test
2562 long commands.
2563
e6d71bf3
DB
25642000-06-03 Daniel Berlin <dan@cgsoftware.com>
2565
2566 * gdb.c++/templates.exp (do_tests): Make all of these work under
2567 g++, and stop skipping them.
2568
2569 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2570 work under g++.
2571
e5f9ba7b
MS
2572 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2573 initialization.
2574
dc96c6c7 25752000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
2576
2577 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2578 the regular expression: accept an (almost) arbitrary sequence of
2579 "frames-invalid" and "breakpoints-invalid" messages both before
2580 and after the "starting" message.
2581
dc96c6c7 25822000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
2583
2584 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 2585
dc96c6c7 25862000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
2587
2588 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2589 Relax the regular expression a little, make it pass on Solaris 8.
2590
8216cda9
KB
25912000-05-12 Kevin Buettner <kevinb@redhat.com>
2592
2593 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2594 a call, do not require that gdb stop on the line after the call.
2595 Instead, it is permissible for gdb to stop on the line of the
2596 call itself.
2597
1a570b2f
MS
25982000-05-12 Michael Snyder <msnyder@.cygnus.com>
2599
2600 * gdb.base/break.exp (bp on small function, optimized file):
2601 Add a second pass pattern. The behavior differs here between stabs
2602 and dwarf for one-line functions. Stabs preserves two line symbols
2603 (one before the prologue and one after) with the same line number,
2604 but dwarf regards these as duplicates and discards one of them.
2605 Therefore the address after the prologue (where the breakpoint is)
2606 has no exactly matching line symbol, and GDB reports the breakpoint
2607 as if it were in the middle of a line rather than at the beginning.
2608
dc96c6c7 26092000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
2610
2611 * gdb.base/interrupt.exp: Make "pass" message say "send"
2612 rather than "send_gdb" (for consistancy).
2613
7d418785
AC
2614Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2615
2616 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2617 * gdb.c++/templates.cc: Properly check for GCC version number.
2618 * lib/compiler.cc: Likewise
2619
dc96c6c7 26202000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
2621
2622 * gdb.base/break.exp: When compiled with -O2 optimization,
2623 gdb may not stop at the first line of main, due to code motion.
2624
dc96c6c7 26252000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
2626
2627 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2628 This test depends on parsing the printf output from the target.
2629 Since the sparclet stub doesn't do stdio, this will never work.
2630 * gdb.base/call-rt-st.exp: ditto.
2631 * gdb.base/call-strs: ditto.
2632
dc96c6c7 26332000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
2634
2635 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2636
2637 * gdb.base/ending-run.exp: After connecting to a remote target,
2638 but before running, the target will appear to be in a random
2639 location. Specify both a file and a line for breakpoints.
2640 Also, the function that calls main may be called 'init'
2641 rather than 'start'.
2642
a5a51225
EZ
26432000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2644
2645 * gdb.base/help.exp: Update output for add-symbol-file command.
2646
7930cc7c
FN
26472000-04-10 Fernando Nasser <fnasser@cygnus.com>
2648
2649 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2650 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2651
23e37ab1
C
26522000-04-07 J.T. Conklin <jtc@redback.com>
2653
e93c542c
C
2654 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2655
23e37ab1
C
2656 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2657
591b8fa3
PDM
2658Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2659
2660 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2661 values that can be represented exactly.
2662 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2663 above change, and to not check against the directory part of the source
2664 file name.
2665 (step into print_long_arg_list): Likewise.
2666 (print print_small_structs from print_long_arg_list): Likewise.
2667 (print print_long_arg_list): Likewise.
2668
7a495180
EZ
26692000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2670
30b53638 2671 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 2672
beb998c6
AC
2673Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2674
2675 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2676
1c689132
DB
26772000-03-25 Daniel Berlin <dan@cgsoftware.com>
2678
2679 * gdb.base/commands.exp (deprecated_command_test): Add test for
2680 deprecate with no arguments.
2681
c1790a9d
JL
26822000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2683
2684 * gdb.base/break.exp: Add new test for setting breakpoints on
2685 optimized code so we can test breakpoints work even when function
2686 prologues may be optimized away
2687
003ba290
FN
26882000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2689
2690 From David Whedon <dwhedon@gordian.com>
2691 * gdb.base/commands.exp : Added command deprecator tests.
2692
6837a0a2
DB
26932000-03-22 Daniel Berlin <dan@cgsoftware.com>
2694
2695 * gdb.base/help.exp: Added test for new apropos command.
2696
b9593231
KB
26972000-03-21 Kevin Buettner <kevinb@redhat.com>
2698
2699 * gdb.base/pointers.c (usevar): New function.
2700 (main): Make sure that global variables v_int_pointer2, rptr,
2701 and y are all referenced someplace in the program by calling
2702 usevar() on them. [Some linkers delete symbols which are
2703 never referenced. The space remains, but there's no way to
2704 get a (symbolic) handle on the variable from the debugger.]
2705
751a959b
EZ
27062000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2707
2708 * gdb.base/printcmds.c: Add typedeffed arrays.
2709
2710 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2711 procedure to test arrays that are typedef'd.
2712
73a93a32
JI
27132000-03-13 James Ingham <jingham@leda.cygnus.com>
2714
2715 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 2716 the library directories.
73a93a32 2717
fb40c209
AC
2718Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2719
2720 * configure.in (configdirs): Add sub directory gdb.mi.
2721 * configure: Re-generate.
2722
2723 * gdb.mi: New directory.
beb998c6 2724
ee4dd2c9
AC
27252000-02-25 Scott Bambrough <scottb@netwinder.org>
2726
2727 * gdb.base/long_long.exp: Correct test suite failure when printing
2728 a long long value as a double on ARM platforms.
2729
70f0cc22
JB
27302000-02-16 Jim Blandy <jimb@redhat.com>
2731
2732 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2733 default source file is set properly before running this test.
2734
853819b8
EZ
27352000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2736
2737 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2738 gdbtk/library directory, not in gdbtcl2.
2739
dfcd3bfb
JM
27402000-02-04 Jim Blandy <jimb@redhat.com>
2741
2742 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
2743 backslash from regexp pattern.
2744
2745 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
2746 procedure. Use it to run all the "continue to bp overloaded"
2747 tests. Note that this changes the names of the tests slightly.
2748 If the breakpoint hit message includes a hex PC value, because
2749 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
2750 from the real source code, still consider that a pass.
2751
2752 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
2753 XFAIL here if the breakpoint message contains a hex address. Note
2754 similar change on 1999-11-02.
2755
2756 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
2757
2758 * gdb.base/ptype.exp: Establish a default source file before
2759 calling get_debug_format.
2760
27612000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
2762
2763 * gdb.base/watchpoint.exp: Remove duplication of test messages.
2764
8b93c638
JM
27652000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2766
2767 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
2768 of successive stepi commands -- while in the prologue we should see
2769 the function entry bracket.
2770
27712000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2772
2773 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
2774 reach __change_mode() when stepping through the end of main().
2775
c5394b80
JM
27762000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
2777
2778 * gdb.base/default.exp: Fix expected pattern.
2779 * gdb.base/help.exp: Same.
2780
0d06e24b
JM
27812000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2782
2783 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
2784 Don't use xfail's because that affects only the following test.
beb998c6 2785
0d06e24b
JM
2786 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
2787 solaris or linux.
2788
2789 * gdb.base/selftest.exp: Update to reflect changes to main.c.
2790
dc96c6c7 27912000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 2792
beb998c6 2793 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
2794 "A syntax error" rather than "A parse error". Accept both.
2795
27962000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
2797
2798 * gdb.base/default.exp: Remove OS dependent string from "target
2799 remote" test.
2800 * gdb.base/help.exp: Same for "help target remote" test.
2801
c3f6f71d
JM
28022000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2803
2804 From Jim Kingdon <kingdon@redhat.com>:
2805
2806 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
2807 prompt (cleanup rather than necessity, but still might keep output
2808 from spilling to next test).
2809
28102000-01-02 Fred Fish <fnf@cygnus.com>
2811
2812 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
2813 AIX, which defines them in <sys/types.h>.
2814
ed9a39eb 28151999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 2816
ed9a39eb
JM
2817 * gdb.base/default.exp: Match arm* etc instead of arm in "info
2818 float" test.
2819
28201999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 2821
ed9a39eb 2822 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
2823
2824 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
2825 outermost frame disallowed".
2826
28271999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
2828
2829 * gdb.base/setvar.exp: New tests for setting the value of a struct
2830 with a constant list.
2831
28321999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
2833
2834 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
2835 require the user to type a cast before setting the value of a struct.
2836
de57eccd
JM
28371999-12-06 Jim Blandy <jimb@cygnus.com>
2838
2839 * gdb.base/default.exp: Expect the new 'info float' command on
2840 all i386 platforms.
2841
2842 * gdb.threads/linux-dp.exp: Expand our ability to recognize
2843 LinuxThreads libraries that don't support debugging.
2844
c2d11a7d
JM
2845Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
2846
2847 * gdb.base/remote.c: Fill the buffer with truely random data.
2848 Change the buffer type to ``unsigned char'' to simplify size
2849 arithmetic.
2850
2851 * gdb.base/remote.exp: Reduce download numbers by one. Typical
2852 stub only handles 400-1 byte packets. Verify that the download
2853 worked.
2854
28551999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
2856
2857 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
2858 tests, using UNRESOLVED for the untested cases. Also, does not wait
2859 for a timeout if the prompt was received before a recognizable pattern.
2860
28611999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
2862
2863 * lib/gdb.exp (gdb_expect_list): Fix spelling.
2864
28651999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2866
2867 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
2868 watchpoints.
2869
28701999-11-24 Jason Merrill <jason@casey.cygnus.com>
2871
2872 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
2873
2874 * gdb.c++/local.exp: Be more flexible in recognizing local class
2875 name mangling. Don't allow horribly truncated method names.
2876 * gdb.c++/derivation.exp: Expect protected inheritance.
2877 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
2878 * gdb.c++/virtfunc.exp: Likewise.
2879 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
2880 when printing a nested enum.
2881
28821999-11-22 Jim Blandy <jimb@cygnus.com>
2883
2884 * gdb.base/step-test.exp: Properly await GDB's response to setting
2885 a breakpoint on the call to large_struct_by_value.
2886
2887 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
2888 just because we have debug info for the `start' function.
2889
28901999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
2891
2892 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
2893 "Unknown signal" messages, which indicate (on LinuxThreads) that
2894 GDB doesn't know how to debug threads on this system. This is
2895 better than hanging while philosopher 0 dumps chatter into gdb.log.
2896
28971999-11-18 Tom Tromey <tromey@cygnus.com>
2898
2899 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
2900
29011999-11-18 Fred Fish <fnf@cygnus.com>
2902
2903 * gdb.base/coremaker2.c: Add sample program for generating
2904 cores that is more self contained than coremaker.c. Eventually
2905 I'll add more code to this and tie it into the testsuite.
2906
4ce44c66
JM
29071999-11-12 Stan Shebs <shebs@andros.cygnus.com>
2908
2909 * gdb.base/dollar.exp: Remove, now in gdb.hp.
2910
29111999-11-10 Jimmy Guo <guo@cup.hp.com>
2912
2913 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
2914 from $srcdir/lib/.
2915 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
2916 and gdb.c++/.
2917
2918 * gdb.c++/derivation.exp: remove redundant get compiler info code.
2919
beb998c6 2920 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
2921 'continue with watch' test point.
2922
29231999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
2924
2925 Merged from p2linux-990323-branch:
beb998c6 2926
4ce44c66
JM
2927 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
2928
11cf8741
JM
2929Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
2930
2931 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
2932 {limit,fixed}''. Test ``set download-write-size''.
2933
2934Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
2935
2936 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
2937 gdb_expect_list.
2938
2939Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
2940
2941 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
2942
29431999-11-03 Mark Salter <msalter@cygnus.com>
2944
2945 * gdb.base/break.exp: Fix "stub continue" pattern.
2946
29471999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
2948
2949 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
2950
29511999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
2952
2953 * gdb.base/display.exp ("finish"): Add timeout clause.
2954
2955 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
2956 plain prompt clause, so this doesn't have to time out in order to
2957 fail.
2958
2959 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
2960 breakpoint hit messages include an address.
2961
2962 * gdb.base/display.exp: Don't forget to escape parens in regular
2963 expressions. Unix regexp notatation sucks.
2964
29651999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2966
2967 * gdb.base/annota1.exp: Test for annotate-signalled: change output
2968 order for 'signalled' message.
2969
5c44784c
JM
29701999-11-01 Stan Shebs <shebs@andros.cygnus.com>
2971
2972 From Jimmy Guo <guo@cup.hp.com>:
2973 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
2974 * gdb.base/annota1.c: Add code for tests to work with.
2975
29761999-10-26 Frank Ch. Eigler <fche@cygnus.com>
2977
2978 * gdb.base/remote.exp: New test for remote downloading settings.
2979 * gdb.base/remote.c: New file with large .data.
2980
917317f4
JM
29811999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
2982
2983 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
2984 for LinuxThreads support, merged from the Code Fusion branch.
2985
2986Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
2987
2988 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
2989 containing exp_continue into a while within an expect. Don't
2990 attempt a start more than three times. Check return value from
2991 gdb_load.
beb998c6 2992
2df3850c
JM
2993Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
2994
2995 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
2996 a pass case.
2997
2acceee2
JM
29981999-10-01 Kevin Buettner <kevinb@cygnus.com>
2999
3000 * gdb.base/break.c (main): Added a statement that we can step
3001 off of.
3002 * gdb.base/break.exp: Added tests for setting a breakpoint
3003 at an offset and stepping onto a breakpoint.
3004
30051999-10-01 Fred Fish <fnf@cygnus.com>
3006
beb998c6 3007 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
3008 gdb output.
3009
c2c6d25f
JM
30101999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3011
3012 * gdb.base/break.exp: Code locations are in hex, don't forget!
3013 (For HP-UX.)
3014
30151999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3016
3017 * condbreak.exp: Use break.c as test program.
3018 * condbreak.c: Remove, redundant with break.c.
3019
30201999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3021
3022 * config/monitor.exp (gdb_target_monitor): Disable X- and
3023 Z-packets if the target needs it.
3024
30251999-09-13 James Ingham <jingham@leda.cygnus.com>
3026
3027 * gdb.c++/overload.exp: Added tests for listing overloaded
3028 functions with function pointers in the arg, explicitly calling
3029 out the version you want.
3030
cff3e48b
JM
30311999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3032
3033 * long_long.exp: Add variations of test cases that work for
3034 targets with 16-bit ints and 32-bit doubles.
3035
d4f3574e
SS
30361999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3037
3038 * break.c (main): Compare a possibly-uninitialized argc with an
3039 unlikely value that fits in 16 bits.
3040
30411999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3042
3043 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3044 0xfeeb, don't want negative numbers if ints are 16 bits.
3045
3046 * lib/gdb.exp (skip_cplus_tests): New proc.
3047 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3048 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3049 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3050 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3051 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3052 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3053 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3054 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3055
3056 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3057
3058Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3059
3060 * gdb.base/corefile.exp (up): Allow a parameter to appear
3061 in the frame that we're going up to.
3062
3063 From Jim Blandy <jimb@cygnus.com>:
3064
3065 * gdb.base/default.exp (info float): Expect some output now.
3066
3067 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3068 returning floating-point values to fail on the x86.
3069 * gdb.base/callfwmall.exp (do_function_calls): Same.
3070
3071 * gdb.base/list.exp (test_listsize): Correct expectations for
3072 listing line 1 with listsize 2. Also, listing a single line
3073 works now, as does listing three lines. [Kevin's note: There
3074 were a number of other cases fixed too where the expectations
3075 differed...]
3076
30771999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3078
3079 * gdb.base/selftest.exp: Add case for when version prints as
3080 constant string instead of char pointer.
3081
104c1213
JM
30821999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3083
3084 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3085 stepping out of main.
3086
3087 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3088 G++ used.
3089
3090 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3091 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3092
3093 * gdb.c++/ovldbreak.exp: Update match string in test that
3094 includes a warning of multiple breakpoints.
3095
30961999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3097
3098 * gdb.base/display.exp: Improve precision of step-after-finish
3099 added yesterday.
3100
3101 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3102 test.
3103
3104 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3105 configs when using G++, not just hppa*.
3106
31071999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3108
3109 * gdb.base/async.c: New file.
3110 * gdb.base/async.exp: New file.
3111
3112Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3113
3114 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3115 PA64.
3116
53a5351d
JM
3117Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3118
104c1213
JM
3119 * gdb.base/display.exp: "finish" can leave us mid-line on many
3120 targets, deal with it. Add a small constant to main, instead of
3121 1000 since main+1000 may not be a valid address in the target.
3122
53a5351d
JM
3123 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3124 on hpux11.
3125
3126 * gdb.base/attach.exp: Handle another hpux11 error message variant
3127 when attaching to a process that does not exist.
3128
31291999-08-19 J.T. Conklin <jtc@redback.com>
3130
3131 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3132 characters in 'continue to 1241' test.
3133
31341999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3135
3136 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3137 stop in print_long_arg_list, define and use a whitespace
3138 variable in print_small_structs test, add an XFAIL for Solaris.
3139 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3140 interested enough to fix.
3141
7be570e7
JM
31421999-08-13 Keith Seitz <keiths@cygnus.com>
3143
3144 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3145 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3146 proc knows about targets other than the natives.
3147 (test_assign): Use "gdb_run_cmd" to "run" the target.
3148 Check that we've actually hit the breakpoint at main.
3149 When we attempt to assign a value to a local variable, check
3150 that the variable is in the current scope, i.e., don't use
3151 a test with an empty result.
3152
3153Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3154
3155 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3156 command.
3157
31581999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3159
3160 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3161 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3162 gdb.compat, gdb.threads-hp.
3163 gdb.hp/configure, gdb.hp/configure.in: New files.
3164 gdb.hp/Makefile.in: Recurse into new subdirs.
3165 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3166 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3167 in object files.
3168 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3169
96baa820
JM
31701999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3171
3172 * gdb.base/display.exp: Help expect by putting a newline in the
3173 funky printf, remove a bogus p/a test.
3174
31751999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3176
3177 * gdb.base/display.exp: Make sure that when we say 'run', we are
3178 connected to the target. This is necessary when running not
3179 natively.
3180
31811999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3182
3183 * gdb.base/step-test.exp: Removed some extraneous messages.
3184
3185 * gdb.base/long_long.exp: Don't run memory examination tests
3186 on little-endian targets (they will need a different set of
3187 results to match).
3188
31891999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3190
3191 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3192 until somebody decides to fix GDB.
3193
3194 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3195 constant as "ULL".
3196 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3197 matches for a couple x/2 commands.
3198
a0b3c4fd
JM
31991999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3200
3201 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3202 by merging in ref-types2 tests.
3203 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3204
3205 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3206 * gdb.c++/Makefile.in: Add standard actions.
3207 (EXECUTABLES): Rename from PROGS, update list.
3208 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3209 from gdb.hp.
3210 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3211 foo and bar locals.
3212 * gdb.c++/anon-union.exp: Fix tests to match.
3213 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3214 expect matches to handle output variations.
3215 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3216 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3217 output, add HP alternatives for new and delete prints.
3218 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3219 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3220 * gdb.c++/demangle.exp: Use $style when reporting failure.
3221 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3222 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3223 match alternatives.
3224 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3225 compilers.
3226 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3227 * gdb.c++/method.exp: Add match alternatives.
3228 * gdb.c++/misc.cc: Add bool types.
3229 * gdb.c++/misc.exp: Add tests for bool types.
3230 * gdb.c++/overload.exp: Add xfails.
3231 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3232 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3233 add some more template parameter tests (only for HP currently).
3234 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3235 * gdb.c++/virtfunc.cc: Add return type and value for main.
3236 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3237 match alternatives.
beb998c6 3238
a0b3c4fd
JM
32391999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3240
3241 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3242
32431999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3244
3245 * gdb.base/signals.exp: Don't expect getting a backtrace from
3246 within a signal handler to fail on Linux.
3247
32481999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3249
3250 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3251 * lib/gdb.exp: Remove some gratuitious semicolons.
3252 (delete_breakpoints): Increase timeout.
3253 (gdb_expect): Add -notransfer option.
3254 (gdb_test): Use -notransfer option.
3255 (get_compiler_info): Add f77 case.
3256 (get_compiler): New proc, split out from gdb_preprocess, add f77
3257 case.
3258 (gdb_preprocess): Call get_compiler.
3259
3260 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3261 * gdb.base/attach.exp, gdb.base/display.exp,
3262 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3263 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3264 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3265 third arg to gdb_test.
3266 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3267 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3268 HP-UX xfails, add others.
3269 * gdb.base/completion.exp: Reflect name change of self-test.
3270 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3271 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3272 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3273 HP failure number.
3274 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3275 useless HP-UX 10.30 references.
3276 * gdb.base/maint.exp: Loosen matches.
3277 * gdb.base/pointers.c (main): Declare more_code.
3278 * gdb.base/pointers.exp: Match on output of a `next'.
3279 * gdb.base/structs.c: Add prototypes.
3280 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3281 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3282
32831999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3284
3285 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3286 command.
3287
32881999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3289
3290 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3291 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3292
3293 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3294 debug info. Deal with lack of signal hanlder info in stack.
3295
3296 From Jim Kingdon <kingdon@redhat.com>:
3297 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3298
5a2468f5
JM
32991999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3300
3301 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3302 gdb.base/foll-vfork.exp: Don't run for crosses.
3303
adf40b2e
JM
3304Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3305
3306 * gdb.base/configure.in: Check for gdbvars.exp instead of
3307 a1-selftest.exp.
3308 * gdb.base/configure: Re-generate.
3309
33101999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3311
3312 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3313 in trying to run first and name is too long.
3314
3315 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3316 pointers2.c and pointers2.exp, respectively.
3317 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3318 doschk happier.
3319
43e526b9
JM
33201999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3321
3322 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3323 callfuncs2.c and callfuncs2.exp.
3324
3325 * gdb.base/list.exp: Remove mistaken xfails.
3326 * gdb.base/list0.h: Add optional prototypes.
3327
9846de1b
JM
3328Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3329
3330 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3331 calling malloc.
3332 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3333 * ptype.exp: Move test for get_debug_format to before its first
3334 use.
3335
33361999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3337
3338 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3339 * gdb.base/annota2.cc, annota2.exp: Move from here.
3340 * gdb.c++/annota2.cc, annota2.exp: To here.
3341 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3342
43ff13b4
JM
3343Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3344
3345 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3346 a consistent format.
3347
085dd6e6
JM
33481999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3349
3350 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3351 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3352 HP compilers, also set the globals $true and $false.
3353
3354 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3355 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3356 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3357 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3358 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3359 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3360 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3361 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3362 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3363 whatis.c} Add C++ compatible function definitions and return
3364 types, add includes for library functions.
3365 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3366 * gdb.base/step-test.c (myglob): Rename from glob.
3367 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3368 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3369 files, move here from gdb.hp.
3370 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3371 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3372 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3373 Adjust line numbers in regexps.
3374
3375 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3376 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3377 instead of 0/1.
3378
3379 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3380 foll-vfork.exp: New files, move here from gdb.hp.
3381 * gdb.base/page.exp: New file, test of pagination command.
3382
3383 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3384 recursion test.
3385 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3386
3387 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3388 gdb.base/solib.exp: Fix compiler invocation process.
3389
3390 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3391 HP-UX 11, turn off overload resolution explicitly.
3392 * gdb.base/commands.exp: Set argument list explicitly, add
3393 watchpoint test.
3394 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3395 them work.
3396 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3397 expressions properly.
3398 * gdb.base/corefile.exp: Loosen the match slightly.
3399 * gdb.base/default.exp: Allow "Error accessing memory" message
3400 also.
3401 * gdb.base/display.exp: Skip over x/0 j if PA64.
3402 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3403 * gdb.base/interrupt.exp: Ditto.
3404 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3405 in use.
3406 * gdb.base/list.exp: Add xfails for HP-UX.
3407 * gdb.base/long_long.exp: Refine some of the numeric matches.
3408 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3409 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3410 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3411 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3412 * gdb.base/ptype.exp: Succeed on more varieties of output.
3413 * gdb.base/scope.exp: Add xfails for HP-UX.
3414 * gdb.base/sect-cmd.exp: Add more cases.
3415 * gdb.base/setvar.exp: Add xfails for HP-UX.
3416 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3417 * gdb.base/signals.exp: Match on void symbolically.
3418 * gdb.base/step-test.exp: Add case for PA64.
3419 * gdb.base/term.exp: Add exit and restart.
3420 * gdb.base/twice.exp: Clean up after self.
3421 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3422 * gdb.base/whatis.exp: Allow more ways to pass tests.
3423
3424 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3425 no longer useful.
3426
3427Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3428
3429 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3430 list of patterns.
3431 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3432 print_double_array(double_array)", "continuing to breakpoint
3433 1018", "print print_double_array(array_d)" and "continuing to
3434 1034" tests.
beb998c6 3435
085dd6e6
JM
34361999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3437
3438 * Makefile.in: Add empty html and install-html targets.
3439
34401999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3441
3442 * config/mt-*: Remove, these haven't been used since 1996.
3443
34441999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3445
3446 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3447 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3448 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3449
9e0b60a8
JM
34501999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3451
3452 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3453 simpler match case for the ptype of the big class.
3454
34551999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3456
3457 * gdb.exp: Fix test for gdb_prompt existence.
3458
34591999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3460
3461 * gdb.exp (gdb_test): Add fail after calls to perror.
3462
34631999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3464
3465 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3466
34671999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3468
3469 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3470
0f71a2f6
JM
3471Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3472
3473 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3474 malloc() is linked in.
3475
34761999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3477
3478 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3479 step at end.
3480
3481 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3482
34831999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3484
3485 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3486
cce74817
JM
3487Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3488
3489 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3490 * gdb.base/mips_pro.exp: Likewise.
3491
34921999-06-02 Keith Seitz <keiths@cygnus.com>
3493
3494 * gdb.c++/templates.cc: Change all "new" operators to throw
3495 an exception.
3496 * gdb.c++/cplusfuncs.cc: Likewise.
3497
3498 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3499
3500Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3501
3502 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3503 * gdb.base/ending-run.exp: When stepping out of main, accept a
3504 step into an arbitrary assembler file.
3505
392a587b
JM
35061999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3507
beb998c6 3508 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 3509 "breakpoint-invalid" to be printed.
beb998c6 3510 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
3511 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3512 * gdb.base/annota2.cc: Initialize a.x to 0.
3513
9e086581
JM
35141999-05-17 Keith Seitz <keiths@cygnus.com>
3515
3516 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3517 when "skip_float_tests" set.
3518 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3519 "print print_ten_doubles", and "step into print_long_arg_list".
3520 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3521 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3522 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3523 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3524 "skip_float_tests" is set.
3525 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3526 when "skip_float_tests" set.
beb998c6 3527
cd0fc7c3
SS
35281999-05-06 Keith Seitz <keiths@cygnus.com>
3529
3530 * gdb.base/annota2.cc: Include stdio.h.
3531
3532Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3533
3534 * gdb.base/crossload.exp: Remove, this has been disabled ever
3535 since BFD stopped including all targets, and cross-GDB gets
3536 plenty of testing anyway.
3537 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3538 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3539 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3540 * gdb.base/README: Remove, was doc for this.
3541 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3542 needed.
3543
b83266a0
SS
35441999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3545
3546 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3547 output.
3548
3549 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3550 * gdb.base/annota2.exp: New file. More annotation tests.
3551 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3552 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3553
35541999-04-23 Angela Marie Thomas <angela@cygnus.com>
3555
3556 * config/cfdbug.exp: New file.
3557
7a292a7a
SS
35581999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3559
3560 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3561 Marcus Daniel's and Dale Hawkins's demangler crashes.
3562
3563 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3564 test_lucid_style_demangling, test_arm_style_demangling,
3565 test_hp_style_demangling): Try Tom Tromey's core-dumping
3566 identifier under each demangling style.
3567
35681999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3569
3570 * gdb.c++/demangle.exp: Include the current demangling style
3571 in all test names.
3572 (current_demangling_style): New global variable.
3573 (set_demangling_style, test_demangling_core, test_demangling,
3574 test_demangling_exact): New functions.
3575 (test_gnu_style_demangling, test_lucid_style_demangling,
3576 test_arm_style_demangling, test_hp_style_demangling): Use those,
3577 instead of calling gdb_test and gdb_test_exact directly.
3578 (catch_demangling_errors): New function, which reports errors
3579 signalled by the demangling test functions in an orderly way.
3580 (do_tests): Use catch_demangling_errors.
3581
35821999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3583
3584 * gdb.base/signals.exp (test_handle_all_print): Use () for
3585 grouping in expressions, not {}.
3586
3587 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3588 initialized yet.
3589
35901999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3591
3592 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3593 are listed.
3594
35951999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3596
3597 * gdb.stabs/weird.exp: Test for CC being defined before
3598 looking at its value.
3599
36001999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3601
3602 * gdb.base/call-ar-st.exp: Remove stray '#'.
3603 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3604 "short int" and "long int".
3605 * gdb.c++/overload.cc: Cast the string added in the previous
3606 change, to mollify finicky HP compiler.
3607 * gdb.hp/reg-test.exp (testfile): Fix file name.
3608 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 3609
7a292a7a
SS
3610 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3611 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3612 alternate form of enum ptype.
3613
c906108c
SS
36141999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3615
7a292a7a
SS
3616 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3617 * gdb.hp/*.exp: Change all to run compiler probe only after
3618 passing skip_hp_tests, so as not to waste time on guaranteed
3619 failure.
3620
c906108c
SS
3621 * gdb.c++/overload.cc: Pass string instead of char addr, always
3622 init ccpfoo.
3623 * gdb.c++/templates.cc: Fix syntax error.
3624
7a292a7a
SS
3625Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3626
3627 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 3628 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
3629 command.
3630
36311999-03-18 James Ingham <jingham@cygnus.com>
3632
3633 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3634
3635 * gdb.c++/method.exp: It was testing an uninitialized int on the
3636 stack and assuming it was positive.
3637
3638 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3639
3640 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 3641 keep it from killing the rest of the tests.
7a292a7a
SS
3642 Use gdb_continue_to_end.
3643
3644 * gdb.base/sigall.exp: use gdb_continue_to_end.
3645
3646 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3647
3648 * gdb.base/display.exp: use runto_main, not run.
3649
beb998c6
AC
3650 * gdb.base/default.exp: Check for the current error message in the
3651 r abbreviation test.
7a292a7a
SS
3652 Add strongarm to the targets that know info float.
3653
beb998c6 3654 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
3655 run which doesn't work with monitors.
3656
3657 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3658
3659 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3660
3661 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
3662 program. Traps the case (in Cygmon) when the program never really
3663 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
3664 more places, so I used my name. Sorry Mark...
3665
3666 * config/monitor.exp (gdb_target_monitor): added another
3667 target_info parameter: remotebinarydownload. This will set the
3668 remotebinarydownload flag if this is causing some boards trouble.
3669
36701999-03-18 Mark Salter <msalter@cygnus.com>
3671
3672 * lib/gdb.exp (continue_to_exit): New function.
3673
3674 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3675 * gdb.base/ending-run.exp: Ditto.
3676 * gdb.base/step-test.exp: Ditto.
3677
36781999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3679
3680 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3681 (suggested by Art Haas <ahaas@neosoft.com>).
3682
36831999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3684
3685 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3686
3687Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3688
3689 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3690 descriptions of types (short unsigned int vs unsigned short, etc).
3691
36921999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3693
3694 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3695 a call to strlen; sometimes we do have sources.
3696
36971999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
3698
3699 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3700 character, so GDB won't print garbage after its end.
beb998c6 3701
c906108c
SS
3702 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3703 breakpoint there instead. Sometimes GCC emits memcpy to handle
3704 the large structures being passed by value, so we step into that
3705 instead of sum_array_print, which obscures what we're really testing.
3706 * gdb.base/step-test.exp: However, we do want a test that notices
3707 the bizarre steps into memcpy, so do that here. Add check for
3708 stepping into function calls that pass large structures by value.
3709 ("Is that a noun clause, or are you just happy to see me?")
3710 Remove all references to specific line numbers.
3711 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3712 New type and function.
3713 (main): Call large_struct_by_value, passing it a large struct by value.
3714 * lib/gdb.exp (gdb_get_line_number): New function.
3715
3716 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3717 more portable.
3718
7a292a7a
SS
37191999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3720
c906108c
SS
3721 * lib/gdb.exp: Doc fixes.
3722
7a292a7a
SS
37231999-03-05 Nick Clifton <nickc@cygnus.com>
3724
beb998c6 3725 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
3726
37271999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3728
c906108c
SS
3729 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3730 commands. They're not germane to this test, and they don't work
3731 that way on remote targets.
3732
3fc11d3e
JM
37331999-03-01 James Ingham <jingham@cygnus.com>
3734
3735 * Changelog entries merged over from gdb development branch.
3736
3fc11d3e
JM
3737 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3738
3739 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3740 for outputting results of test run.
3741
2d4a1622 3742 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
3743
3744 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 3745
7a292a7a
SS
37461999-02-25 Felix Lee <flee@cygnus.com>
3747
3748 * lib/gdb.exp (debug_format): initialize
3749
c906108c
SS
37501999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
3751
3752 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
3753 * gdb.base/call-rt-st.c: Ditto.
3754
c906108c
SS
37551999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
3756
3757 * gdb.threads/pthreads.exp (horiz): New variable.
3758 (test_startup): Fix regexps that capture thread numbers.
3759
37601999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
3761
3762 * gdb.base/smoke.exp: Disambiguate two test case names (both
3763 called ``print'').
3764
3765Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3766
3767 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
3768 compilation.
3769
37701999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3771
3772 * gdb.base/miscexprs.exp: Change patterns to match GDB's
3773 actual output formatting.
3774 * gdb.base/smoke.exp: GDB removes leading 0's.
3775 * gdb.base/volatile.exp: Don't check type of remuneration;
3776 that variable is no longer defined in constvars.c.
3777 * gdb.base/step-test.c (main): Exit with explicit exit code.
3778 * gdb.base/step-test.exp: Remove two nexti checks--they are
3779 not portable.
3780
37811999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3782
3783 * gdb.base/help.exp ("help delete display"): Fix test to match
3784 gdb's output.
3785
3786 * gdb.base/long_long.c (known_types): Initialize values to zero.
3787 * gdb.base/long_long.exp: Step one more line
3788 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 3789 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
3790 unique test case names.
3791
3792Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3793
beb998c6 3794 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
3795
3796 * gdb.c++/method.exp: Add missing close brace.
3797
37981999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
3799
3800 * gdb.base/maint.exp: Use 'set height 0' to disable page
3801 prompting, not 'set height 400'.
3802
3803 Fix a bunch of timeouts.
3804 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
3805 four separate tests, so expect doesn't take forever to match a ton
3806 of text against a regexp with lots of .* forms.
3807 ("maint print psymbols", "maint print symbols"): Make some of
3808 these greps more selective, so that expect doesn't try to wade
3809 through huge piles of output and time out.
3810
3811 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
3812
3813 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
3814 tests: one which doesn't expect shlib events to be reported, and
3815 another which does, but is XFAIL for all platforms other than
3816 HP/UX.
3817
3818 * gdb.base/break.exp: Teach the test suite that the `catch
3819 fork', `catch vfork', and `catch exec' commands produce error
3820 messages on platforms that don't provide these features.
3821
3822Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3823
3824 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
3825 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
3826 (shortening names from solib_threshold.exp etc), won't run on
3827 anything but HP-UX for the foreseeable future.
3828 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
3829 reflect move.
3830
3831Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
3832
3833 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
3834 gdb.trace/Makefile.in (clean): Remove all test executables.
3835
3836Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
3837
3838 * gdb.base/shlib-call.exp: add test cases to verify that gdb
3839 successfully re-sets breakpoints in shared libraries.
3840 * gdb.base/shmain.c (main): return 0, don't fall off the end.
3841
3842Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3843
beb998c6
AC
3844 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
3845 and compiled w/o GCC.
c906108c
SS
3846
3847 * gdb.hp/watch-cmd.exp: ditto.
3848
3849 * gdb.hp/watch-hp.exp: ditto.
3850
3851 * gdb.hp/xdb1.exp: ditto.
3852
3853 * gdb.hp/xdb2.exp: ditto.
3854
3855 * gdb.hp/dbx.exp: ditto.
3856
3857Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
3858
3859 * constvars.c: Remove C++-isms.
3860 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
3861 with GCC.
3862
3863Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
3864
3865 The following changes are part of the HP merge.
3866
3867 * gdb.base/break.exp: new tests to verify that catchpoints for
3868 fork, vfork, and exec don't trigger inappropriately.
3869
3870 * gdb.base/opaque.exp: compile one file at a time, then link.
3871
3872 * gdb.base/signals.exp: be more restrictive about which hppa
3873 systems receive a setup_xfail. new tests.
3874
3875 * gdb.base/solib_threshold.build: new file.
3876 * gdb.base/solib_threshold.exp: new file.
3877 * gdb.base/solib_threshold.link_opts: new file.
3878 * gdb.base/solib_threshold.mk: new file.
3879 * gdb.base/gen_solib_threshold.c: new file.
3880
3881 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
3882 tests. New tests for enums inside classes.
3883
3884 * gdb.c++/compiler.cc: indicate support of template debugging.
3885
3886 * gdb.c++/demangle.exp: run hp style demangling tests.
3887
3888 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
3889 tests.
3890
3891 * gdb.c++/misc.cc: changes to support new tests.
3892
3893 * gdb.c++/templates.cc: changes to support HP's compiler; changes
3894 to support new tests.
3895
3896 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
3897 gcc, then skip these tests.
3898
3899Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
3900
3901 The following files are part of the HP merge; some had longer
3902 names at HP, but have been renamed to be no more than 14
3903 characters in length.
3904
3905 * gdb.hp/ambiguous.cc: new file.
3906 * gdb.hp/ambiguous.exp: new file.
3907 * gdb.hp/attach.exp: new file.
3908 * gdb.hp/attach2.exp: new file.
3909 * gdb.hp/classes-hp.exp: new file.
3910 * gdb.hp/ctti.exp: new file.
3911 * gdb.hp/ctti-add.cc: new file.
3912 * gdb.hp/ctti-add1.cc: new file.
3913 * gdb.hp/ctti-add2.cc: new file.
3914 * gdb.hp/ctti-add3.cc: new file.
3915 * gdb.hp/dbx.exp: new file.
3916 * gdb.hp/exception.cc: new file.
3917 * gdb.hp/exception.exp: new file.
3918 * gdb.hp/foll-exec.c: new file.
3919 * gdb.hp/foll-exec.exp: new file.
3920 * gdb.hp/foll-fork.c: new file.
3921 * gdb.hp/foll-fork.exp: new file.
3922 * gdb.hp/foll-vfork.c: new file.
3923 * gdb.hp/foll-vfork.exp: new file.
3924 * gdb.hp/inherit-hp.exp: new file.
3925 * gdb.hp/more-steps.exp: new file.
3926 * gdb.hp/namespace.cc: new file.
3927 * gdb.hp/namespace.exp: new file.
3928 * gdb.hp/optimize.exp: new file.
3929 * gdb.hp/pxdb.c: new file.
3930 * gdb.hp/pxdb.exp: new file.
3931 * gdb.hp/quicksort.exp: new file.
3932 * gdb.hp/reg-test.exp: new file.
3933 * gdb.hp/reg-test.s: new file.
3934 * gdb.hp/sized-enum.c: new file.
3935 * gdb.hp/sized-enum.exp: new file.
3936 * gdb.hp/start-stop.exp: new file.
3937 * gdb.hp/templ-hp.cc: new file.
3938 * gdb.hp/templ-hp.exp: new file.
3939 * gdb.hp/thr-lib.c: new file.
3940 * gdb.hp/thr-lib.exp: new file.
3941 * gdb.hp/thr-lib.h: new file.
3942 * gdb.hp/thr-liblib.c: new file.
3943 * gdb.hp/virtfun-hp.c: new file.
3944 * gdb.hp/virtfun-hp.exp: new file.
3945 * gdb.hp/watch-cmd.exp: new file.
3946 * gdb.hp/watch-hp.exp: new file.
3947 * gdb.hp/xdb1.exp: new file.
3948 * gdb.hp/xdb2.exp: new file.
3949 * gdb.hp/xdb3.exp: new file.
3950
3951Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
3952
3953 The following files are part of the HP merge; some had longer
3954 names at HP, but have been renamed to be no more than 14
3955 characters in length.
3956
3957 * gdb.base/ss.h: new file.
3958 * gdb.base/call-ar-st.c: new file.
3959 * gdb.base/call-ar-st.exp: new file.
3960 * gdb.base/call-rt-st.c: new file.
3961 * gdb.base/call-rt-st-exp: new file.
3962 * gdb.base/call-strs.exp: new file.
3963 * gdb.base/ena-dis-br.exp: new file.
3964 * gdb.base/environ.exp: new file.
3965 * gdb.base/long_long.exp: new file.
3966 * gdb.base/sect-cmd.exp: new file.
3967 * gdb.base/shlib-cl2.exp: new file.
3968 * gdb.base/smoke.exp: new file.
3969 * gdb.base/so-impl-ld.c: new file.
3970 * gdb.base/so-impl-ld.exp: new file.
3971 * gdb.base/so-indr-cl.c: new file.
3972 * gdb.base/so-indr-cl.exp: new file.
3973 * gdb.base/varargs.exp: new file.
3974 * gdb.base/volatile.exp: new file.
3975 * gdb.base/whatis-exp.exp: new file.
7a292a7a 3976 * gdb.base/display.exp: new file.
c906108c
SS
3977 * gdb.c++/derivation.exp: new file.
3978 * gdb.c++/local.exp: new file.
3979 * gdb.c++/member-ptr.exp: new file.
3980 * gdb.c++/overload.exp: new file.
3981 * gdb.c++/ovldbreak.exp: new file.
3982 * gdb.c++/ref-types.exp: new file.
3983 * gdb.c++/ref-types2.exp: new file.
3984 * gdb.c++/userdef.exp: new file.
beb998c6 3985
c906108c
SS
3986Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
3987
3988 * gdb.base/default.exp: Reflect wording change in remote.c.
3989
dc96c6c7 3990Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3991
3992 * gdb.base/help.exp: Update to reflect current text.
3993
3994Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
3995
3996 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
3997 they're stack variables and contain garbage.
3998 * gdb.c++/anon-union.exp: new file.
3999
4000 The following changes were made by David Taylor
4001 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4002 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4003 in changes by HP.
4004
4005 * gdb.base/bitops.exp: new file.
4006 * gdb.base/default.exp: change expected messages for catch and
4007 info catch tests to reflect HP merge changes.
4008 * gdb.base/enable-disable-break.exp
4009 * gdb.base/ending-run.c: new file.
4010 * gdb.base/long_long.c: new file.
4011 * gdb.base/maint.exp: new file.
4012 * gdb.base/pointers2.exp: new file.
4013 * gdb.base/shlib-call2.exp: new file.
4014 * gdb.base/solib.exp: new file.
4015 * gdb.base/step-test.c: new file.
4016 * gdb.c++/anon-union.cc: new file.
4017 * gdb.c++/local.cc: new file.
4018 * gdb.c++/member-pointer.cc: new file.
4019 * gdb.c++/method.cc: new file.
4020 * gdb.c++/ref-types.cc: new file.
4021 * gdb.c++/ref-types2.cc: new file.
4022 * gdb.c++/userdef.cc: new file.
beb998c6 4023
c906108c
SS
4024 * gdb.base/scope.exp: compile one file at a time, then link.
4025 * gdb.base/langs.exp: ditto.
4026 * gdb.base/list.exp: ditto.
beb998c6 4027
c906108c
SS
4028Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4029
4030 The following changes were made by David Taylor
4031 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4032 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4033 in changes by HP.
beb998c6 4034
c906108c
SS
4035 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4036 skip tests. When compiling pass c++ flag to gdb_compile.
4037 * gdb.c++/
beb998c6 4038
c906108c
SS
4039 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4040 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4041 (skip_hp_tests): new function.
4042 (gdb_preprocess): new function.
4043
4044 * configure.in (hpdir): decide whether to configure gdb.hp.
4045 * configure: regenerated.
4046
4047 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4048 to delete on clean.
4049 (EXECUTABLES): update to reflect new additions.
4050 * gdb.base/commands.exp: update message expected.
4051 * gdb.base/default.exp: add copyright notice.
4052 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4053 * gdb.base/help.exp: update messages to reflect current text.
4054 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4055 targets for recurse tests.
4056 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4057 skip this file.
4058
4059 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4060 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4061 compilation.
4062 * gdb.c++/misc.exp: ditto.
4063 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4064 run the tests. tell gdb_compile that it's a c++ compilation.
4065
4066 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 4067
c906108c
SS
4068 * gdb.base/all-bin.exp: new file.
4069 * gdb.base/arithmet.exp: new file.
4070 * gdb.base/assign.exp: new file.
4071 * gdb.base/completion.exp: new file.
4072 * gdb.base/cond-expr.exp: new file.
4073 * gdb.base/condbreak.exp: new file.
4074 * gdb.base/define.exp: new file.
4075 * gdb.base/dollar.exp: new file.
4076 * gdb.base/environment.exp: new file.
4077 * gdb.base/eval-skip.exp: new file.
4078 * gdb.base/jump.exp: new file.
4079 * gdb.base/logical.exp: new file.
4080 * gdb.base/pointers.exp: new file.
4081 * gdb.base/relational.exp: new file.
4082 * gdb.base/section_command.exp: new file.
4083 * gdb.base/whatis-expr.exp: new file.
4084
4085 * gdb.base/all-types.c: new file.
4086 * gdb.base/call-array-struct.c: new file.
4087 * gdb.base/call-return-struct.c: new file.
4088 * gdb.base/call-strings.c: new file.
4089 * gdb.base/callfuncs2.c: new file.
4090 * gdb.base/condbreak.c: new file.
4091 * gdb.base/constvars.c: new file.
4092 * gdb.base/display.c: new file.
4093 * gdb.base/int-type.c: new file.
4094 * gdb.base/jump.c: new file.
4095 * gdb.base/miscexprs.c: new file.
4096 * gdb.base/pointers.c: new file.
4097 * gdb.base/pointers2.c: new file.
4098 * gdb.base/shmain.c: new file.
4099 * gdb.base/shr1.c: new file.
4100 * gdb.base/shr2.c: new file.
4101 * gdb.base/solib.c: new file.
4102 * gdb.base/solib1.c: new file.
4103 * gdb.base/solib2.c: new file.
4104 * gdb.base/varargs.c: new file.
4105 * gdb.c++/derivation.cc: new file.
4106 * gdb.c++/overload.cc: new file.
4107 * gdb.c++/ovldbreak.cc: new file.
4108 * gdb.hp/attach.c: new file.
4109 * gdb.hp/attach2.c: new file.
4110 * gdb.hp/average.c: new file.
4111 * gdb.hp/compiler.c: new file.
4112 * gdb.hp/compiler.cc: new file.
4113 * gdb.hp/execd-program.c: new file.
4114 * gdb.hp/follow-exec.c: new file.
4115 * gdb.hp/follow-fork.c: new file.
4116 * gdb.hp/follow-vfork-and-exec.c: new file.
4117 * gdb.hp/misc-hp.cc: new file.
4118 * gdb.hp/more-steps.c: new file.
4119 * gdb.hp/optimize.c: new file.
4120 * gdb.hp/quicksort.c: new file.
4121 * gdb.hp/run-hp.c: new file.
4122 * gdb.hp/start-stop.c: new file.
4123 * gdb.hp/sum.c: new file.
4124 * gdb.hp/templates-hp.cc: new file.
4125 * gdb.hp/thread-local-in-lib.c: new file.
4126 * gdb.hp/thread-local-in-lib.h: new file.
4127 * gdb.hp/thread-local-in-lib.lib.c: new file.
4128 * gdb.hp/vforked-program.c: new file.
4129 * gdb.hp/virtfunc-hp.cc: new file.
4130 * gdb.hp/watchpoint-hp.c: new file.
4131 * gdb.hp/xdb.c: new file.
4132 * gdb.hp/xdb0.c: new file.
4133 * gdb.hp/xdb0.h: new file.
4134 * gdb.hp/xdb1.c: new file.
4135
4136Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4137
4138 The following change was made by Edith Epstein
4139 <eepstein@cygnus.com> as part of a project to merge in changes
4140 originally made by HP; HP did not create ChangeLog entries.
4141
4142 * gdb.c++/demangle.exp: changed the expected output for some
4143 ARM-style mangling -- removed second reference to datatype.
4144 For example, maint demangle __dt__11T1__pt__2_cFv
4145 T1<char>::~T1<char>(void)
4146 becomes,
4147 maint demangle __dt__11T1__pt__2_cFv
4148 T1<char>::~T1(void)
4149
4150 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 4151
c906108c
SS
4152Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4153
4154 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4155 * gdb.trace/backtrace.exp: Likewise.
4156 * gdb.trace/circ.exp: Likewise.
4157 * gdb.trace/collection.exp: Likewise.
4158 * gdb.trace/deltrace.exp: Likewise.
4159 * gdb.trace/infotrace.exp: Likewise.
4160 * gdb.trace/limits.exp: Likewise.
4161 * gdb.trace/packetlen.exp: Likewise.
4162 * gdb.trace/passc-dyn.exp: Likewise.
4163 * gdb.trace/passcount.exp: Likewise.
4164 * gdb.trace/report.exp: Likewise.
4165 * gdb.trace/save-trace.exp: Likewise.
4166 * gdb.trace/tfind.exp: Likewise.
4167 * gdb.trace/tracecmd.exp: Likewise.
4168 * gdb.trace/while-dyn.exp: Likewise.
4169 * gdb.trace/while-stepping.exp: Likewise.
4170
41711998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4172
4173 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4174
4175Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4176
4177 From Brendan Kehoe:
4178 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4179 int return types.
4180
4181Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4182
4183 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4184 remote dos host testing right.
4185
4186Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4187
4188 * gdb.base/corefile.exp: remove some xfails.
4189
4190Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4191
4192 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4193 have different timestamps.
4194
4195Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4196
4197 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4198 gdb.base/default.exp: Replace "exec" with "executable".
4199
4200Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4201
4202 * gdb.base/default.exp: Change else if to elseif from previous
4203 delta.
4204
4205Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4206
4207 * gdb.base/default.exp: Add brace missing from previous delta.
4208
4209Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4210
4211 * gdb.base/default.exp: Support test for info float for all
4212 varieties of arm toolchain.
4213
dc96c6c7 4214Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4215
4216 * gdb.trace/*.exp: remove "remote_download" command.
4217
dc96c6c7 4218Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4219
4220 * gdb.trace/*.exp: remove -gdwarf from compile.
4221
4222Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4223
4224 * gdb.trace/configure.in(AC_INIT): typo
4225 * gdb.trace/configure: regenerated
4226
dc96c6c7 4227Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4228
4229 * config/m68k-emc.exp: New file.
4230 * lib/<emc-support.exp trace-support.exp}: New files.
4231 * configure.in: add new test directory gdb.trace.
4232 * gdb.trace/{configure configure.in Makefile.in}: New files.
4233 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4234 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4235 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4236 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4237 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4238 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4239 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4240
dc96c6c7 4241Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4242
4243 * gdb.c++/classes.exp: Change all regular expressions to match
4244 arbitrary combinations of newline/carriage-return, so that they
4245 will work equally well on Unix and Windows.
4246 * gdb.c++/inherit.exp: ditto.
4247 * gdb.c++/virtfunc.exp: ditto.
4248
42491998-08-11 Dawn Perchik <dawn@cygnus.com>
4250
4251 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4252
c2d11a7d
JM
4253Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4254
4255 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4256 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4257 to use a0-a3/d0-d3 as needed.
4258
4259Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4260
4261 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4262 * gdb.disasm/am33.exp: Corresponding changes.
4263
c906108c
SS
42641998-07-11 Felix Lee <flee@cygnus.com>
4265
4266 * gdb.base/callfuncs.exp: add cmp10 test.
4267 * gdb.base/callfuncs.c (cmp10): new function.
4268
4269Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4270
beb998c6 4271 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4272 into two parts to get around a synchronization problem in expect.
4273
3fc11d3e
JM
4274Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4275
4276 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4277
4278 * configure.in: Add options for gdbtk testsuite.
4279
4280 * configure: Regenerate.
4281
4282 * gdb.gdbtk: New directory to hold gdbtk tests.
4283
c906108c
SS
4284Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4285
4286 * gdb.fortran/types.exp: Escape brackets in expect patterns
4287 for test_float_literal_types_accepted tests.
4288 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4289 before run test.
4290
c2d11a7d
JM
4291Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4292
4293 * am33.exp: Just compile, do not link the testcase.
4294 * am33.s: Add ".am33" pseudoop to force am33 mode.
4295
c906108c
SS
42961998-06-25 Felix Lee <flee@cygnus.com>
4297
4298 * gdb.base/setshow.exp: make sure $pc is sane.
4299
4300 * gdb.stabs/weird.exp: split expect patterns properly.
4301
c2d11a7d
JM
4302Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4303
4304 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4305 * gdb.disasm/am33.exp: Run it.
4306
dc96c6c7 4307Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4308
4309 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4310 match processing (and eliminate spurious timeouts when running).
4311
dc96c6c7 4312Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4313
4314 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4315 exception test, but conditionalize it on target [mach | gnu].
4316
dc96c6c7 4317Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4318
4319 * gdb.base/overlays.exp: fixup compile line for linker script.
4320
4321Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4322
4323 * gdb.fortran/types.exp: don't guess at float size.
4324
4325Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4326
4327 * gdb.base/exprs.exp: delete test that depends on int size.
4328
4329Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4330
4331 * config/sim.exp: Removed checks for target triplets.
4332 (gdb_target_sim): Use gdb,target_sim_options.
4333
4334Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4335
4336 * gdb.base/reread.exp: New file.
4337 * gdb.base/reread1.c: New file.
4338 * gdb.base/reread2.c: New file.
4339
4340Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4341
4342 * config/sim.exp: Use 'target sim -sparclite' when running
4343 SPARClite programs.
4344
4345Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4346
4347 * gdb.base/structs2.exp: New file.
4348 * gdb.base/structs2.c: New file.
4349
4350Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4351
4352 * gdb.asm/common.inc: New file.
4353 * gdb.asm/d10v.inc: New file.
4354 * asm-source.exp: Pass -I's to gas to find .inc files.
4355 Update line numbers in expected output.
4356 * asmsrc1.s: Rewrite.
4357 * asmsrc2.s: Rewrite.
4358 * configure.in: Create arch.inc symlink.
4359 * configure: Regenerate.
4360 * Makefile.in (distclean): Delete arch.inc.
4361
4362Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4363
4364 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4365 (t_enum_value2): ditto
4366 (t_enum_value3): ditto
4367 (main): ditto
4368Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4369
4370 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4371 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4372 change.
4373 Use gdb_test instead of send_gdb/gdb_expect sequences.
4374
4375Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4376
4377 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4378 not void.
4379
4380Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4381
4382 * gdb.base/branches.c: Code with lots of loops and
4383 subroutines. Used to test gdbs ability to single step through PC
4384 changes, especially to test mips-tdep.c:mips_next_pc
4385
4386Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4387
4388 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4389 more rigorous EGCS C++ error checking.
4390
4391Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4392
4393 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4394 tests.
c906108c 4395 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4396 function when asleep.
c906108c 4397 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4398 for i*86 Linux and SVR4 signal handling problems.
4399 Remove linux xfail for `next to handler in signals_tests_1', fixed
4400 by recent infrun.c change.
c906108c 4401 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4402 stack backtraces.
c906108c
SS
4403 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4404 target.[ch] change.
4405
4406Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4407
4408 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4409 for a newline from gdb before continuing.
4410 (default_gdb_exit): Just look for y or n.
4411 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4412 it does, fail the rests of the tests in the file.
4413
4414Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4415
4416 * config/cygmon.exp: New file.
4417
4418Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4419
4420 * gdb.base/list.exp: Fix problem with "list default lines around
4421 main" test on remote targets.
4422
4423 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4424 run test on remote targets.
4425
4426Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4427
4428 * gdb.asm: New directory.
4429 * configure.in: Configure it.
4430 * configure: Regenerate.
4431 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4432 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4433
4434Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4435
4436 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4437
dc96c6c7 4438Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4439
c906108c
SS
4440 * gdb.base/overlays (several files): Merge the two overlay
4441 managers into one. Change variables (foox, barx, bazx, grbxx)
4442 back into ints but force them to load in their proper sections.
4443
4444Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4445
4446 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4447 on-chip insn memory and IMAP1 to upper 128k.
4448 (D10VCopy): Handle memory regions crossing 16k boundaries.
4449 (D10VCopy): Transfer data in 32 bit chunks.
4450
4451Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4452
4453 * gdb.base/overlays.c (main): Exit normally when result is
4454 correct.
4455
4456 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4457 map. Include space for printf in .text segment.
4458
4459 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4460 updated d10v memory VMA/LMA map.
4461 (D10VCopy): Call D10VTranslate.
beb998c6 4462
c906108c
SS
4463Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4464
4465 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4466
4467 * gdb.base/bar.c (barx, bar): Change variable to small array so
4468 that it won't be put into the .sdata - small data -
4469 section. Update reference.
4470 * gdb.base/baz.c (bazx, baz): Ditto.
4471 * gdb.base/foo.c (foox, foo): Ditto.
4472 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4473
4474 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4475 to be arrays.
beb998c6 4476
dc96c6c7 4477Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4478
c906108c
SS
4479 * gdb.base/overlays.exp: fix up and get working again.
4480 Add tests for backtraces from an overlay function.
beb998c6 4481
c906108c
SS
4482Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4483
4484 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4485 "calling function with watchpoint enabled".
4486
4487Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4488
4489 * gdb.base/break.exp (test_next_with_recursion): Remove
4490 gdb_suppress_tests for d10v-*-*.
4491 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4492 pending review of whether it is useful or not.
4493
4494Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4495
4496 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4497
4498Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4499
4500 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4501 * config/dve.exp: New file to support Densan boards.
4502
4503Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4504
4505 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4506 reads and BSD.
4507
4508Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4509
4510 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4511 response.
4512
4513 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4514
4515Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4516
4517 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4518 test.
4519
4520 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4521 target_sizeof_long and target_bigendian_p.
4522 (structs_by_value, structs_by_reference): Check values according
4523 to targets word size and endianess.
beb998c6 4524
c906108c
SS
4525Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4526
4527 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4528 output.
4529
4530Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4531
4532 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4533 Update test of set args help to match source change.
4534
4535Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4536
4537 * gdb.base/default.exp: Expect help system output to be in
4538 alphabetical order.
4539 * gdb.base/help.exp: Ditto.
4540
4541Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4542
4543 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4544 "i*86-pc-linux-gnu*".
4545 * gdb.base/interrupt.exp: Ditto.
4546 * gdb.base/corefile.exp: Ditto.
4547
4548 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4549 define vxworks when building the testcase.
4550
4551 * gdb.base/ptype.exp: Fix testnames to be unique.
4552 * gdb.base/radix.exp: Ditto.
4553 * gdb.base/term.exp: Ditto.
4554 * gdb.base/whatis.exp: Ditto.
4555 * gdb.c++/classes.exp: Ditto.
4556
4557Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4558
4559 * gdb.base/callfuncs.exp: Fix indentation.
4560
4561 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4562 suppress_flag has been set.
4563 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4564 target feature.
4565
4566Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4567
4568 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4569 the testcase.
4570
4571 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4572 set_debug_traps() and breakpoint().
4573 * gdb.c++/misc.cc (main): Ditto.
4574 * gdb.c++/templates.cc (main): Ditto.
4575 * gdb.c++/virtfunc.cc (main): Ditto.
4576
4577Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4578
4579 * lib/gdb.exp(gdb_step_for_stub): New function.
4580 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4581 exists, reload the executable and do a "continue" instead of
4582 doing a jump.
4583 (runto_main): Use gdb_step_for_stub.
beb998c6 4584
c906108c
SS
4585 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4586 tests to have unique names.
4587 * gdb.base/callfuncs.exp: Ditto.
4588 * gdb.base/commands.exp: Ditto.
4589 * gdb.base/default.exp: Ditto.
4590 * gdb.base/help.exp: Ditto.
4591 * gdb.base/list.exp: Ditto.
4592 * gdb.base/opaque.exp: Ditto.
4593 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4594 similar tests.
beb998c6 4595
c906108c
SS
4596 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4597 * gdb.c++/cplusfuncs.cc: Ditto.
4598 * gdb.c++/virtfunc.cc: Ditto.
4599
4600 * config/monitor.exp: Keep track of the last file we saw, rather
4601 than trying to get the info from gdb.
4602
4603 * gdb.fortran/types.exp: Move comment to previous line.
4604
4605Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4606
4607 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4608 target mode.
4609
4610Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4611
4612 From Bob Manson:
4613 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4614 string from GDB when it connects.
4615
4616 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4617
4618Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4619
4620 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4621 if we can't get a debug format from GDB (we may be testing an
4622 older GDB). Use a 10 second timeout when checking for the format.
4623
4624 * gdb.stabs/weird.exp: Fix quoting.
4625
4626 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4627
4628Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4629
4630 * config/arm-ice.exp: New file.
4631
4632Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4633
4634 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4635 until it has been modified to work with the new testsuite.
4636
99707966 4637 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
4638 testcase won't compile, cause all of the testcases in the file to
4639 fail instead.
4640
4641 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4642 (gdb_clear_suppressed): New procedure.
4643 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4644 it contains a positive value.
4645
4646Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4647
4648 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4649
4650 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4651
4652Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4653
4654 * lib/gdb.exp (setup_xfail_format): New function.
4655 (get_debug_format): New function to get debug format.
4656 (debug_format): New global variable to hold last value set
4657 by get_debug_format.
4658 * gdb.base/list.exp: Call get_debug_format and expect some
4659 tests to fail for DWARF 1 and COFF formats.
4660 * gdb.c++/ptype.exp: Ditto.
4661 * gdb.c++/classes.exp: Ditto.
4662 * gdb.c++/cplusfuncs.exp: Ditto.
4663 * gdb.c++/inherit.exp: Ditto.
4664 * gdb.c++/templates.exp: Ditto.
4665 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 4666
c906108c
SS
4667Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4668
4669 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4670 host doesn't have a currently-open connection.
4671
4672 * config/sparclet.exp: Cleanups and fixes to make it generic for
4673 any gdb stub target. Handle cases where gdb doesn't respond when
4674 interrupted in a sane fashion.
4675
4676 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4677 same thing in a totally different way.
4678
4679 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4680 setting "timeout".
4681 (gdb_start): We set the global gdb_prompt variable in
4682 default_gdb_init now.
4683
4684Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4685
4686 * gdb.base/printcmds.exp: Fix "check for floating addition"
4687 regexp to accept results within approx +/- .01 of exact value.
4688 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4689
4690Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4691
4692 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4693 properly.
4694 (gdb_expect): Add optional timeout parameter, and add timeout
4695 value to various calls.
4696 (gdb_suppress_tests): Only give one warning message per group.
4697
4698Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4699
4700 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4701 global variables. Handle getting a value for $timeout more
4702 gracefully.
4703
4704Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4705
4706 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4707 initialize.
4708 (default_gdb_init): New procedure; allow gdb_init to be overridden
4709 by a target configuration file.
4710 (gdb_expect): Pass the timeout to remote_expect.
4711
4712 * config/monitor.exp(gdb_load): Fix typo in regexp.
4713
4714Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4715
4716 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4717
4718Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4719
4720 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4721 here. Call gdb_target_exec before rebooting the target, to make
4722 sure the connection to the target is closed.
4723 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4724 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4725 Also detect "Timeout reading from remote" error.
4726
4727 * config/gdbserver.exp: Pass the executable being loaded to
4728 gdb_target_monitor. Don't call gdb_file_cmd here; let
4729 gdb_target_monitor do it.
4730
4731 * gdb.disasm/hppa.exp: Don't use exec_output.
4732
4733Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4734
4735 * gdb.base/list.exp: If we're debugging a non-native target,
4736 try to set the pc register to point to the start of the
4737 program before doing the first list command.
4738
4739 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4740 test_calls after restarting.
4741
4742 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
4743 reloading.
4744
4745 * gdb.base/watchpoint.exp: Fix typo.
4746
4747 * gdb.base/setshow.exp: Check for use_gdb_stub.
4748
4749 * gdb.base/break.exp: Fix continue until exit test for the gdb
4750 stub case.
4751 * gdb.base/langs.exp: Ditto.
4752
4753 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
4754 gdb_load_offset. If we weren't given a file to load, figure out
4755 what the current file is and use it.
4756
4757 * config/i386-bozo.exp: New file.
4758
4759Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
4760
4761 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
4762 feature.
4763
4764 * config/proelf.exp: New entry.
4765
4766Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
4767
4768 * lib/gdb.exp: Remove spurious .* patterns at the beginning
4769 of regexps.
4770
4771 * gdb.base/watchpoint.exp: Don't run the test_stepping
4772 tests if gdb can't call functions on the target.
4773
4774 * gdb.base/setshow.exp: Don't run the set prompt tests if
4775 the board has gdb_prompt set.
4776
4777Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
4778
4779 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
4780 * gdb.base/commands.exp: Likewise.
4781 * gdb.base/setshow.exp: Likewise.
4782
4783Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
4784
4785 * config/monitor.exp(gdb_start): Look for gdb_prompt target
4786 feature.
4787
4788 * config/i960.exp: New file.
4789
4790Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
4791
4792 * gdb.base/funcargs.exp: Check for gdb,short_int target
4793 feature instead of looking for explicit target triplets.
4794
dc96c6c7 4795Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 4796
beb998c6 4797 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
4798 "p 123DEADBEEF", to check parse_number.
4799 * top.c: change "to enable to enable" to "to enable" in a couple
4800 of help strings.
4801
4802Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
4803
4804 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
4805 on the mn10300.
beb998c6 4806
c906108c
SS
4807Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
4808
4809 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
4810 where the test executable is run with explicit args.
4811 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
4812
4813Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
4814
4815 * gdb.base/run.c: Use FAKEARGV to build test executable that
4816 does not require a command line arg, since most simulators
4817 don't currently support passing such an arg into the simulated
4818 program.
4819 * gdb.base/commands.exp: Change tests to insert the proper
4820 value as the arg to the first recursive factorial call. Change
4821 compilation line to define FAKEARGV at compile time.
4822
4823Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
4824
4825 * gdb.base/recurse.exp: Enable these tests for the mn10300.
4826 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
4827 function with watchpoint enabled" test.
4828
4829Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
4830
4831 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
4832 Don't call gdb_test when the command doesn't return to a gdb prompt.
4833
4834 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
4835 "Tests restarted" messages.
4836
4837Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
4838
4839 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
4840
dc96c6c7 4841Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4842
4843 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
4844 for INFO SYMBOL; add help tests for OVERLAY commands.
4845 * gdb.base/default.exp: add tests for INFO SYMBOL command;
4846 add tests for OVERLAY commands
4847 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
4848 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
4849 * gdb.base/sigall.c: add usestubs code frag
4850 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 4851
c906108c
SS
4852Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
4853
4854 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
4855 failures.
4856 (gdb_stop_suppressing_tests): Note that tests have restarted.
4857
4858Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
4859
4860 * config/h8300.exp: New file.
4861
4862Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
4863
4864 * gdb.base/setshow.exp: Check for the existence of a
4865 feature, not its value.
4866
4867Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
4868
4869 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
4870
4871 * gdb.base/scope.exp: It's now init0(), not init().
4872
4873 * gdb.base/scope0.c: For now, change init() to be init0().
4874
4875 * config/monitor.exp: Use gdb_serial in preference to serial
4876 or netport.
4877
4878 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
4879 and it's not already set.
4880
4881Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
4882
4883 * gdb.base/setshow.exp: Only test the run command if the target
4884 isn't using a stub and if it supports argument passing.
4885
4886Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
4887
4888 * config/udi.exp(gdb_start): Make sure UDICONF is set
4889 properly before starting gdb.
4890
4891Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
4892
4893 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
4894 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
4895 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
4896
4897Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
4898
4899 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
4900 specialized code to reboot the board, use remote_reboot instead.
4901
4902 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
4903
4904 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
4905
4906 * config/monitor.exp: Make sure we disconnect from the target.
4907 Also, try a reboot/reload cycle instead of failing if the
4908 load fails.
4909
4910Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
4911
4912 * gdb.base/default.exp: Don't set match_max.
4913 * gdb.base/help.exp: Ditto.
4914 * gdb.base/list.exp: Ditto.
4915 * gdb.base/signals.exp: Ditto.
4916
4917 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
4918 set, use remote_ld to download the testcase instead of
4919 the GDB loader.
4920
4921Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
4922
4923 * config/vr5000.exp: New file.
4924
4925 * config/monitor.exp(gdb_target_monitor): Add pattern for
4926 "Ending remote" to detect errors in connecting.
4927
4928 * gdb.base/setshow.exp: Add .* within auto language test.
4929
4930 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
4931 target feature.
4932
4933 * config/monitor.exp(gdb_load): Check for a failure when loading,
4934 and reboot the board if necessary.
4935
4936 * gdb.base/setvar.exp(test_set): Handle multiple prints within
4937 a set of tests. Remove print.* from the patterns being checked.
4938
4939Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
4940
4941 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
4942 refer to gdb_spawn_id.
4943
4944 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
4945 longer used.
4946 * config/sparclet.exp: Ditto.
4947 * config/sparclet-old.exp: Ditto.
4948 * config/slite.exp: Ditto.
4949 * config/sim.exp: Ditto.
4950 * gdb.base/funcargs.exp: Ditto.
4951
4952 * lib/gdb.exp:Remove references to gdb_spawn_id.
4953 (gdb_expect): Move to remote.exp.
4954
4955Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
4956
4957 * config/monitor.exp: Detect the "Couldn't establish connection"
4958 message from GDB.
4959
4960Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
4961
4962 * gdb.base/bitfields.exp: Use runto instead of explicit
4963 gdb_run_cmd/gdb_expect sequences.
4964
4965 * gdb.base/break.exp(text_next_with_recursion): Add match for
4966 gdb_expect call.
4967
4968 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
4969 We also need to handle the "A program is being debugged already"
4970 prompt from gdb. Use gdb_test to set the baud rate.
4971
4972 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
4973 to 20000. Really. I mean it.
4974
4975Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4976
4977 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
4978 fails. If suppress_flag is set, skip perror message about not
4979 being able to send to GDB.
4980 (send_gdb): If suppress_flag is set, don't try to send commands to
4981 GDB.
4982 (gdb_expect): If suppress_flag is set, always fail immediately.
4983 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
4984 (gdb_init): Call gdb_stop_suppressing_tests.
4985 (default_gdb_exit): Ditto.
4986 (default_gdb_start): Ditto.
4987
4988 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
4989 gdb_stop_suppressing_tests as appropriate.
4990 * gdb.base/break.exp: Ditto.
4991 * gdb.base/callfuncs.exp: Ditto.
4992 * gdb.base/commands.exp: Ditto.
4993 * gdb.base/exprs.exp: Ditto.
4994 * gdb.base/funcargs.exp: Ditto.
4995 * gdb.base/list.exp: Ditto.
4996 * gdb.base/recurse.exp: Ditto.
4997 * gdb.base/scope.exp: Ditto.
4998 * gdb.base/structs.exp: Ditto.
4999 * gdb.c++/inherit.exp: Ditto.
5000
5001Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5002
5003 * config/vr4300.exp: New file.
5004
99707966
MC
5005 * gdb.*/*.exp: Call gdb_expect instead of expect.
5006
5007 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
5008
5009Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5010
5011 * lib/gdb.exp(gdb_init): New function.
5012
5013 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5014 for each individual variable set.
5015
5016 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5017 name.
5018
5019 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5020
5021 * gdb.base/scope.exp: Use gdb_test.
5022
5023 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5024 aborting; the testsuite driver will do that for us (see
5025 gdb_finish). Also, use gdb_test in a few more places.
5026
5027Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5028
5029 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5030
5031Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5032
5033 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5034 and "add_tests" are not at the same address.
5035
5036Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5037
5038 * gdb.base/ptype.exp: Use gdb_test.
5039
5040Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5041
5042 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5043 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5044 left in. No longer expect them to fail.
5045
5046 * gdb.stabs/*.mt; Deleted, no longer used.
5047 * gdb.stabs/configure.in: Remove references to target makefile
5048 frags.
5049 * gdb.stabs/configure: Rebuilt.
5050
5051 * gdb.disasm/*.mt: Deleted, no longer used.
5052 * gdb.disasm/configure.in: Remove references to target makefile
5053 frags. Use "sh3.s" as the unique filename for this directory.
5054 * gdb.disasm/configure: Rebuilt.
5055
5056 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5057 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5058 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5059
5060Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5061
5062 * config/udi.exp: Use mondfe,name instead of remote_host.
5063
5064Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5065
5066 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5067 a function with a watchpoint enabled on the mn10200.
5068
5069 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5070 before trying to create it!
5071
5072Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5073
5074 * config/vx.exp: Use hostname instead of netport.
5075
5076 * config/vxworks.exp: New file.
5077
5078 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5079
5080 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5081 gdb before assuming everything worked. Send a ^C if a timeout
5082 occurs.
5083
5084 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5085 $gdb_spawn_id directly.
5086 (gdb_run_cmd): Try _start as well as start. Use the target feature
5087 gdb,start_symbol as the symbol to start from when jumping.
5088
5089Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5090
5091 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5092 redundant) test.
5093
5094 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5095 it doesn't lose for 16bit integer systems.
5096
5097Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5098
5099 * gdb.fortran/types.exp: If the target doesn't support "double"
5100 data types, then expect "real" types to only be 4 bytes.
5101
5102 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5103 call tests if the target doesn't support inferior function calls.
5104
5105 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5106 in printf tests.
5107
5108Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5109
5110 * gdb.base/help.exp: Disable "help set", "help show", and
5111 "help support". Simplify regexp for "help stack".
5112
5113 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5114 to 60 seconds. Temporarily set match_max to 15000 around the
5115 "info copying" test.
5116
5117 * gdb.base/nodebug.exp: Don't try to do an inferior function
5118 call if the target doesn't support them.
5119 * gdb.base/printcmds.exp: Likewise.
5120 * gdb.base/setvar.exp: Likewise.
5121 * gdb.base/structs.exp: Likewise.
5122 * gdb.c++/templates.exp: Likewise.
5123 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5124
5125 * gdb.base/recurse.exp: Enable for the mn10200.
5126
5127 * configure.in: Do configure gdb.stabs directory for *-*-elf
5128 targets.
5129 * configure: Rebuilt.
5130
5131 * gdb.base/break.exp: Check for gdb,noresults before testing
5132 exit status and/or results from the target.
5133 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5134 * lib/gdb.exp: Remove old (now bogus) initialization of
5135 noinferior, noargs, noresults and nosignals.
5136
5137Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5138
5139 * config/sh.exp: New file.
5140
5141 * config/slite.exp: Try to connect multiple times to the board
5142 before rebooting. Only send a "monitor run" if need_monitor_run
5143 is set.
5144
5145 * gdb.base/break.exp: Don't do the "stub continue" test if
5146 the target has gdb_stub set.
5147
5148 * gdb.base/callfuncs.exp: Increase the timeout.
5149
5150 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5151 if the target has gdb,noinferiorio set.
5152
5153 * gdb.base/list.exp: Increase match_max to 10000 characters.
5154
5155 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5156
5157 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5158 target.
5159
5160 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5161
5162Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5163
5164 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5165 trying to delete the copy of gdb. Catch the file delete so we
5166 don't die if the delete fails; also, the file should be copied to
5167 the host, not to the build.
5168
5169Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5170
5171 * lib/gdb.exp(gdb_test): Surround the result pattern with
5172 parenthesis in case it contains multiple regexps separated
5173 with |.
5174
5175 * gdb.base/watchpoint.exp: Use gdb_test.
5176 * gdb.base/default.exp: Ditto.
5177
5178Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5179
99707966 5180 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 5181
c906108c
SS
5182 * gdb.base/scope.exp: Use gdb_test.
5183 * gdb.c++/classes.exp: Ditto.
5184 * gdb.c++/inherit.exp: Ditto.
5185
5186Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5187
5188 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5189 remote_exec instead.
5190 * gdb.base/corefile.exp: Don't be ridiculous.
5191 * gdb.base/*.c: Add missing stub invocations.
5192
5193Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5194
5195 * config/slite.exp: Miscellaneous fixes.
5196
5197 * lib/gdb.exp: Fix runto.
5198
5199 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5200 the target.
5201
5202 * gdb.base/watchpoint.exp: Fix regexp.
5203
5204 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5205 close and wait commands, as the descriptor may now be
5206 invalid. Always call "remote_close host".
5207
5208Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5209
5210 Major rewrite for testsuite revision.
beb998c6 5211
c906108c
SS
5212 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5213 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5214 instead of relying on spawn_id to always contain a valid
5215 spawn id.
5216 (get_compiler_info): New procedure to build the ${binfile}.ci
5217 file, instead of replicating this in N different places.
5218 (gdb_compile): New procedure.
beb998c6 5219
c906108c
SS
5220 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5221 appropriate arguments) instead of compile. Use gdb_test in a lot
5222 more places. Use send_gdb instead of send. Always run gdb_start
5223 at the start of a testcase, as this is no longer done magically.
5224
5225 config/*-gdb.exp: Rename without the -gdb suffix.
5226
5227 config/mips.exp: Use remote_close instead of exit_remote_shell.
5228 config/monitor.exp: Use target_info instead of looking at
5229 baud, timeout, etc.
5230 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5231
5232Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5233
5234 * gdb.c++/templates.exp (test_ptype_of_templates),
5235 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5236 Update expect patterns for destructors and assignment operators
5237 to match corresponding c-typeprint.c changes.
5238 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5239 to destructor breakpoint test, GDB should be able to set the
5240 destructor breakpoint without specifying arguments.
5241
5242Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5243
5244 * gdb.threads/pthreads.exp: Change result for failure to compile due
5245 to lack of pthreads runtime support from an error to simply an
5246 unsupported test, per dejagnu standards.
5247
5248Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5249
5250 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5251 where GDB exits to reduce pattern match time.
5252 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5253
5254 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5255
dc96c6c7 5256Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5257
5258 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5259 * gdb.base/default.exp: ditto.
5260 * gdb.base/nodebug.exp: ditto.
5261 * gdb.base/printcmds.exp: ditto.
5262 * gdb.base/ptype.exp: ditto.
5263 * gdb.base/setvar.exp: ditto.
5264 * gdb.base/structs.exp: ditto.
5265 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5266
5267Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5268
5269 * configure, */configure: Rebuild with autoconf 2.12.
5270
5271Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5272
5273 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5274 use new i*86-pc-linux*-gnu quads.
5275 * gdb.base/corefile.exp: Ditto.
5276 * gdb.base/signals.exp: Ditto.
5277 * gdb.base/sigall.exp: Ditto.
5278 * gdb.base/interrupt.exp: Ditto.
5279
5280 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5281 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5282 RedHat 4.0.
beb998c6 5283
c906108c
SS
5284 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5285 linux. This allows the test case to at least compile on latest
5286 linux, but still not run due to missing the threads runtime library.
5287
5288Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5289
5290 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5291 directory to search gdb directory. Accept and step over conditional
5292 stack alignment code. Consume $prompt in failure cases.
5293 Reset timeout to $oldtimeout instead of some arbitrary value.
5294 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5295 timeout problems with infinite stack backtraces.
5296 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5297 Accept function parameters for linkfunc member.
5298
5299Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5300
5301 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5302 (CXXFLAGS): Remove, unreferenced.
5303 (B_OPTIONS): Add for -B options and add code to initialize with
5304 previous -B options and also add -B option to pick up cross compiled
5305 runtime.
5306 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5307 doing cross compiles.
5308 (target_alias): Declare global.
5309 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5310 to verify that gcc exists in build tree, and if so set CC to that
5311 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5312
c906108c
SS
5313Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5314
5315 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5316 ptype test for anonymous union. Fixup testcase to match
5317 current gcc debug output.
5318
5319Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5320
5321 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5322 force argument to an unsigned long type.
5323
5324Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5325
5326 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5327 tests and anonymous union print/ptype tests.
5328 * gdb.base/list.exp (test_forward-search): Increase timeout by
5329 5 minutes for the "search extremely long line" case.
5330 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5331 completely optional and that the pass/fail messages use the command as
5332 the message if that third arg is a null string.
5333 (gdb_test_exact): Arrange that a null string pattern means match a
5334 null string output rather than any output, which might include random
5335 errors.
5336 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5337 backtrace test.
5338 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5339 always failing and failure is now exposed by gdb.exp changes.
5340
5341Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5342
5343 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5344 weren't being noted.
5345
5346Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5347
5348 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5349 * gdb.stabs/weird.exp: Remove v_comb xfails.
5350
dc96c6c7 5351Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5352
5353 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5354 list.exp scope.exp watchpoint.exp]
5355 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5356
dc96c6c7 5357Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5358
5359 * config/monitor.exp: Increase download timeout to 1000 seconds.
5360
dc96c6c7 5361Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5362
5363 * config/m32r.exp: Increase timeout to 120 seconds.
5364
5365Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5366
5367 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5368 and accept older ordering as obsolescent gcc or gdb.
5369 * gdb.c++/templates.exp: Ditto.
5370 * gdb.c++/virtfunc.exp: Ditto.
5371
5372Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5373
5374 * gdb.base/coremaker.c: Add code to mmap some data so we
5375 can check that it ends up in the core file.
5376 * gdb.base/corefile.exp: Add test to read mmapped data
5377 from core file.
5378
dc96c6c7 5379Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5380
5381 * config/m32r.exp: New file.
5382
5383Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5384
5385 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5386 that cflags can contains -gstabs, and work correctly for other tests.
5387
dc96c6c7 5388Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5389
5390 * gdb.base/setshow.exp: New file, tests show and set.
5391 * gdb.base/setshow.c: New file, tests show and set.
5392 * gdb.base/help.exp: Add test for help set|show annotate.
5393 * gdb.base/default.exp: Add test for set|show annotate.
5394
5395Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5396
5397 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5398 errors unique.
5399 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5400 explicitly.
5401
5402Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5403
5404 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5405 and width commands. This is done elsewhere.
5406 * (gdb_start): Don't call gdb_start_sim here. That's already
5407 done in gdb_load. This fixes lots of failures in default.exp.
5408
5409Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5410
5411 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5412 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5413 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5414 in the same we we treat other failures (since it may be an expected
5415 condition), rather than as an error.
5416 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5417 old test format.
5418
5419Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5420
5421 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5422 (distclean maintainer-clean realclean): No need to remove files
5423 twice. Nuke the duplicates.
5424 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 5425 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
5426 Remove config.h along with other config files.
5427
5428Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5429
5430 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5431 "p func1 ()" and note that rests of tests are skipped.
5432 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5433 setup_xfails for "print func2::coremaker_local".
5434 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5435 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5436 affected by the previous run test.
5437 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5438 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5439 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5440 "pass int powerset tuple" and "pass modeless int powerset tuple".
5441 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5442 "real write 4" and "real write 8".
5443 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5444 setup_xfails for "print vs1 after tuple assign 2",
5445 "print \$i after tuple assign 2", and
5446 "print vs2 after tuple assign 2".
5447 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5448 meaningful error message and return -1 so the caller can
5449 suppress further tests and avoid a cascade of errors.
beb998c6 5450
c906108c
SS
5451Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5452
5453 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5454 format for printing version.
5455 * gdb.base/default.exp: Ditto.
5456 * gdb.base/interrupt.exp: Fix problem with cascade of
5457 errors if child process dies while calling a function.
beb998c6 5458
c906108c
SS
5459Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5460
5461 * Makefile.in (VPATH): Add
5462 * Makefile.in (Makefile, config.status): Fix rules so things get
5463 remade when necessary.
5464
5465Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5466
5467 * Makefile.in (just-check): Add path to sibling expect dir
5468 to environment variable specified by RPATH_ENVVAR.
5469
5470Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5471
5472 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5473 (just-check): Add shared library paths for libstdc++, tk,
5474 tcl, bfd, and opcodes to the environment variable specified
5475 in RPATH_ENVVAR.
5476 * configure.in: Add support to recognize --enable-shared flag
5477 and generate correct value for RPATH_ENVVAR.
5478 * configure: Regenerated with autoconf.
5479
5480Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5481
5482 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5483 include all osf versions.
5484 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5485 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5486 when target is linux. When failing to build pthreads test
5487 executable, give more meaningful message.
5488 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5489 arg for pthread_create.
beb998c6 5490
c906108c
SS
5491Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5492
5493 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5494 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5495 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5496 and -lpthreads (everybody else).
5497 (test_startup): Fail gracefully if threads are not supported.
5498 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5499 "p/c array_index("abcdef",2)" when not gcc compiled.
5500 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5501 "print func2::coremaker_local" when not gcc compiled.
5502 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5503 "ptype on opaque struct tagname (statically)",
5504 "ptype on opaque struct tagname (dynamically) 1", and
5505 "ptype on opaque struct tagname (dynamically) 2"
5506 for not compiled with gcc.
5507 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5508 backtrace when compiled with gcc.
beb998c6 5509 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
5510 than always return success.
5511
5512Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5513
5514 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5515
5516Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5517
5518 * gdb.base/structs.exp: Undo last change.
5519
5520Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5521
5522 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5523 encapsulate all the steps/nexts done during self test, starting
5524 at main, and makes them less sensitive to optimization issues.
5525 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5526 signal handler" test.
5527 * gdb.threads/pthreads.exp: Only run this for native configs.
5528 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5529 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5530 tests.
5531 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5532 for "runto test_calls(void)" test.
beb998c6 5533
c906108c
SS
5534Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5535
5536 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5537 and don't expect address info in breakpoint confirmations.
5538
5539Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5540
5541 * gdb.base/list.exp (test_forward_search): Increase timeout
5542 temporarily by 60 seconds for searching extremely long line,
5543 and then reset to old value when done. Increase expect input
5544 buffer to 10000.
5545
5546Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5547
5548 * gdb.base/list.exp (test_forward_search): Fix to handle very
5549 long source line without overflowing expect's input buffer.
5550
5551Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5552
5553 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5554 "buffer_full".
5555
5556 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5557 "buffer_full".
5558
5559 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5560 "buffer_full".
5561
5562 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5563 "buffer_full".
5564
5565Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5566
5567 * configure.in (configdirs): Add gdb.threads.
5568 * configure: Regenerated with autoconf.
5569 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5570 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5571 * gdb.threads/configure: New, generated with autoconf.
beb998c6 5572
c906108c
SS
5573Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5574
5575 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5576
5577Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5578
5579 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5580 each signal's status in the output of "handle all print".
5581 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5582 the \r\n sequence that immediately precedes the gdb prompt.
5583 * gdb.base/a1-selftest.exp: Save original timeout and restore
5584 after test.
5585
5586Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5587
5588 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5589 symbol.
5590
5591Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5592
5593 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5594
5595Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5596
5597 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5598 timeout by 60 seconds.
5599
5600Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5601
5602 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5603 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5604 error return.
5605
5606Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5607
5608 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5609 gdb initialization, also report how long dejagnu waited. Restore
5610 old timeout before doing error return. Temporarily increase timeout
5611 by 3 minutes to allow for slow startups over heavy NFS use.
5612
5613Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5614
5615 * lib/gdb.exp: Report timeout value for verbosity level 2.
5616 * config/gdbserver.exp: Ditto.
5617 * config/hppro.exp: Ditto.
5618 * config/mips-gdb.exp: Ditto.
5619 * config/monitor.exp: Ditto.
5620 * config/netware.exp: Ditto.
5621 * config/sim-gdb.exp: Ditto.
5622 * config/slite-gdb.exp: Ditto.
5623 * config/udi-gdb.exp: Ditto.
5624 * config/unix-gdb.exp: Ditto.
5625 * config/vx-gdb.exp: Ditto.
5626 * gdb.base/a1-selftest.exp: Ditto.
5627 * gdb.base/a2-run.exp: Ditto.
5628 * gdb.base/break.exp: Ditto.
5629 * gdb.base/corefile.exp: Ditto.
5630 * gdb.base/list.exp: Ditto.
5631 * gdb.base/recurse.exp: Ditto.
5632 * gdb.base/scope.exp: Ditto.
5633 * gdb.base/signals.exp: Ditto.
5634
5635Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5636
5637 * gdb.threads/Makefile.in (docdir): Removed.
5638
5639Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5640
5641 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 5642 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 5643 @srcdir@.
beb998c6 5644 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
5645 autoconf 2.5 or higher.
5646 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5647
5648Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5649
5650 * configure: Regenerated.
5651 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5652 avoid name clashes with SunOS headers.
5653
5654Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5655
5656 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5657
5658Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5659
5660 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5661 prototype information ends up in the compiler info file.
5662
5663Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5664
5665 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5666 attempting to regenerate it. Eliminate use of a temporary file
5667 and just generate the info file directly. Source it immediately,
5668 for consistency of use.
5669 * gdb.base/corefile.exp: Ditto
5670 * gdb.base/exprs.exp: Ditto.
5671 * gdb.base/funcargs.exp: Ditto.
5672 * gdb.base/langs.exp: Ditto.
5673 * gdb.base/list.exp: Ditto.
5674 * gdb.base/mips_pro.exp: Ditto.
5675 * gdb.base/nodebug.exp: Ditto.
5676 * gdb.base/opaque.exp: Ditto.
5677 * gdb.base/ptype.exp: Ditto.
5678 * gdb.base/scope.exp: Ditto.
5679 * gdb.base/setvar.exp: Ditto.
5680 * gdb.base/signals.exp: Ditto.
5681 * gdb.base/whatis.exp: Ditto.
5682 * gdb.c++/templates.exp: Ditto.
5683 * gdb.c++/virtfunc.exp: Ditto.
5684 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5685 whether or not to add -lstdc++ to the compile command line args.
5686
5687Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5688
5689 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5690 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5691 Increase timeout, a lot of single stepping might be needed if the
5692 target has no hardware watchpoints.
5693
5694Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5695
5696 * gdb.base/break.exp: Ignore compiler warnings when compiling
5697 break.c.
5698 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5699 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5700 from remote-sim.
5701 * gdb.base/exprs.exp: Add h8300 xfails.
5702 * gdb.base/funcargs.exp: Likewise.
5703 * gdb.base/nodebug.exp: Likewise.
5704 * gdb.base/printcmds.exp: Likewise.
5705 * gdb.base/ptype.exp: Likewise.
5706 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5707 h8300 xfails.
beb998c6 5708 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
5709 on the h8300.
5710 * gdb.base/funcargs.c: Explicitly make last constant argument to
5711 call_after_alloca_subr an unsigned long type.
5712 * gdb.base/return.c: Include stdio.h.
5713
5714Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5715
5716 * config/abug.exp: New file for the older Motorola Bug monitor
5717 that runs on the mvme13x series VME boards.
5718 * config/monitor.exp: Use the new config array for target settings
5719 if they exist.
5720
5721Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5722
5723 * sim-gdb.exp: Make the SH simulator allocate less space when
5724 it is targeted.
5725
5726Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5727
5728 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5729 test.
5730
5731Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5732
5733 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5734 "rs6000-*-*" for "list function in include file" when gcc compiled.
5735 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5736 for "p ctable1[120]".
5737 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5738 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5739 Remove setup_xfail for "rs6000-*-*" for
5740 "print 'scope0.c'::filelocal before run".
5741 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
5742 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
5743 since some compilers don't allow both options to be given
5744 on the same command line. Create object file and move it.
beb998c6 5745
c906108c
SS
5746Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
5747
5748 * gdb.base/corefile.exp: Always regenerate the core file, since
5749 we always regenerate the coremaker program. Detect special case
5750 where registers cannot be read from core file.
beb998c6 5751
c906108c
SS
5752Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
5753
5754 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5755 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
5756 * gdb.c++/templates.exp: Only match on basename of file since
5757 some formats like xcoff don't encode directory information.
5758 * gdb.stabs/weird.exp: Use the right sed script for powerpc
5759 and rs6000 AIX xcoff targets.
5760 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
5761 * configure: Regenerate.
5762 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
5763 here, rather than in distclean.
beb998c6 5764
c906108c
SS
5765Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
5766
5767 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
5768 defined, and use it to compile the test case with -O2. The
5769 native compilation still uses no optimization.
5770 * gdb.base/mips_pro.c: Remove inline assembly code since
5771 it is compiled PIC by default, which results in assembler
5772 warnings that make the testsuite think the compilation
5773 was unsuccessful.
5774
5775Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
5776
5777 * gdb.c++/misc.exp: Add note to message for
5778 "print s.a for foo struct" that this is a known gcc 2.7.2
5779 and earlier bug.
5780
5781Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
5782
5783 * gdb.base/break.exp: Fix pattern for matching "Delete all
5784 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
5785 setup_xfail for deleting all breakpoints test. Fix various
5786 timeout messages to include "(timeout)".
5787 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
5788 for "p t_float_values2(3.14159,float_val2)".
5789 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
5790 for "continue to call2g" when gcc compiled.
5791 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
5792 "up to foo in langs.exp", "show language at foo in langs.exp",
5793 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
5794 and "show language at fsub in langs.exp".
5795 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
5796 "list line 1 in include file", "list message for lines past EOF",
5797 "list function in include file", "list list0.h:foo", and
5798 "list filename:function; nonexistant function".
5799 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
5800 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
5801 and "ptype t_char_array" to be for native cc only.
beb998c6 5802
c906108c
SS
5803Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
5804
beb998c6 5805 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
5806 setup_xfail for "print coremaker_bss", "print coremaker_ro",
5807 "print func2::coremaker_local", and "backtrace in corefile.exp".
5808
5809Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
5810
5811 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
5812 "bt in signals.exp". This problem only appears when running
5813 the testsuite, and then only intermittently.
5814
5815Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
5816
5817 * gdb.base/return.exp (return_tests): Differentiate between
5818 two tests of continuing.
5819
5820Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
5821
5822 * */Makefile.in (maintainer-clean): Remove config.log.
5823 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
5824 * gdb.c++/Makefile.in (PROGS): Add inherit.
5825 (clean): Remove *.ci.
5826
5827Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
5828
5829 * gdb.c++/misc.cc: Add test code from Mike Stump.
5830 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
5831
5832Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
5833
5834 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
5835 to "alpha-*-osf2*" and add comment.
5836 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
5837 setup_xfail for "step over execarg initialization" and
5838 "step over corearg initialization".
5839 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
5840 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
5841 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
5842 gcc compiled for "print coremaker_bss", "print coremaker_ro",
5843 "print func2::coremaker_local", and "backtrace in corefile.exp".
5844 * gdb.base/signals.exp: Build and source signals.ci.
5845 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
5846 to be for gcc only.
5847 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 5848
c906108c
SS
5849Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5850
5851 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
5852 Feb 3 procfs.c change.
5853
5854Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
5855
5856 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
5857
5858Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
5859
5860 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
5861 from dejagnu's apparent default of 10 seconds, which gives random
5862 results when running the tests over NFS on moderately loaded systems.
5863 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
5864
5865Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
5866
5867 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
5868 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
5869 result reports.
5870
5871Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
5872
5873 * configure.in (CY_AC_PATH_TCLH): Remove.
5874 * configure: Regenerate.
5875
5876Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
5877
5878 * gdb.c++/Makefile.in (clean): Add missing '{'.
5879
5880Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
5881
5882 * lib/gdb.exp: Provide a default value for noinferior.
5883
5884 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
5885 Load libgloss.exp.
5886
5887Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
5888
5889 * gdb.disasm/hppa.exp: Compile directly into an executable, use
5890 the executable, not the .o to run the tests from.
5891
5892Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
5893
5894 * gdb.base/break.exp: Don't test for program exit or exit status
5895 if $noresults if nonzero.
5896 * gdb.base/langs.exp: Likewise.
5897 * gdb.base/watchpoint.exp: Likewise.
5898
5899 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
5900 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
5901 trying to compile the testcase.
5902
5903Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
5904
5905 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
5906 * gdb.base/signals.exp (continue to handler): Likewise.
5907
5908Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
5909
5910 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
5911
5912 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
5913
5914Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
5915
5916 * gdb.base/corefile.exp: Recognize "not found" as failure
5917 when trying to determine if a core file was generated.
5918 If no core file was generate the first time, try again without
5919 the ulimit -c to work around braindamaged shells.
5920
5921Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
5922
5923 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
5924 [] tests with "test" and enclose string in quotes.
5925 * gdb.stabs/configure: Rebuild
beb998c6 5926
c906108c
SS
5927Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
5928
5929 Changes in sync with expect:
5930 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
5931 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
5932 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
5933 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
5934 argument to AC_REQUIRE.
5935 * configure: Regenerated.
5936
5937Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
5938
5939 * gdb.base/corefile.exp: When generating a core, discard any
5940 error messages about ulimit not found and the "core dumped"
5941 message from the shell that runs the coredumper.
5942
5943Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
5944
5945 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
5946
5947 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
5948 which sed script to run. Expect failure for v_comb test
5949 on PA targets too.
beb998c6 5950
c906108c
SS
5951Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
5952
5953 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
5954 "print func2::coremaker_local" and for "backtrace in corefile.exp"
5955
5956Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
5957
5958 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
5959 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
5960 "sparc-sun-solaris*" xfails for "p v_comb".
5961 * lib/gdb.exp (default_gdb_start): Fix typo.
5962 * gdb.base/corefile.exp: Allow "Core was generated by ..."
5963 messages to not include the full program name that caused
5964 the core dump since some systems (such as solaris) apparently
5965 truncate this path to about 80 characters.
5966 When generating a core file first try increasing the core file
5967 size limit to unlimited since some systems may default it to
5968 zero, and it is harmless to try it. Move the test for failing
5969 to generate a core file to where it will actually get executed.
5970 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
5971 new gdb result from g++ debug info improvements and make old
5972 pattern obsolescent. Also account for size_t differences
5973 (may be int or long).
5974 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
5975 initialization before function call is placed in the delay slot
5976 and thus appears to be skipped over by commands such as "next".
5977
5978Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
5979
5980 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
5981
5982Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
5983
5984 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
5985 input source file; fix code to compile test to deal with this
5986 convention.
5987 * gdb.c++/*.exp: Likewise.
5988
5989Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
5990
5991 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
5992 "bt in signals.exp".
5993
5994Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
5995
5996 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
5997 "step over execarg initialization" and
5998 "step over corearg initialization".
5999
6000Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6001
6002 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6003 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6004
6005Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6006
6007 From Rob Savoye (rob@poseidon.cygnus.com)
6008 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6009 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6010 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6011 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6012 configure.in}: Major reworking for autoconfig.
6013 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6014 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6015 New files.
6016 * config/unix-gdb.exp: Make GDB global.
6017 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6018 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6019 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6020 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6021 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6022 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6023 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6024 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6025 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6026 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6027 pr-8136.exp, result.exp, string.exp, tuples.exp},
6028 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6029 to returns as necessary, arrange for test to compile own testcase
6030 executable.
6031 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 6032
c906108c
SS
6033Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6034
6035 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6036 clear_xfail at end of test which might not call either pass or fail.
6037 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6038 "backtrace through signal handler".
6039
6040Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6041
6042 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6043 continuing from a job control stop signal.
6044 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6045
6046Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6047
6048 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6049 * gdb.base/corefile.exp: Likewise.
6050 * gdb.base/funcargs.exp: Likewise.
6051
6052Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6053
6054 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6055 * config/monitor.exp: Add support for setting baud rate.
6056
6057Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6058
6059 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6060 i*86-*-linux* xfails for "backtrace through signal handler".
6061 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6062 "print func2::coremaker_local".
6063 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6064 alpha-dec-osf2* xfail for
6065 "delete all breakpoints when none".
6066
6067Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6068
6069 * gdb.base/break.exp: Change test that deletes all breakpoints
6070 when no user breakpoints are installed. A post 4.15 change
6071 causes gdb to no longer prompt in this case.
6072
6073Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6074
6075 * gdb.base/return.exp (return_tests): Change xfail for test
6076 "correct value returned double test" to stop xfailing at
6077 Solaris 2.5. Apparently the bug has been fixed.
6078
6079Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6080
6081 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6082 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6083
6084Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6085
6086 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6087 * gdb.disasm/hppa.s: Corresponding changes.
6088
6089Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6090
6091 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6092 makefile fragment.
6093 * config/mt-hpux: Deleted.
6094
6095Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6096
beb998c6 6097 * Many files: When warning about suppressed tests due to a
c906108c
SS
6098 nonexistant test binary, avoid incrementing the warning count.
6099
6100Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6101
6102 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 6103
c906108c
SS
6104Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6105
6106 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6107 "sparc-*-solaris2*".
6108
6109Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6110
6111 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6112 Add global and local variables and initialize them.
6113 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6114 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6115 extracts the file name and terminating signal from the core file.
6116 * TODO: Remove note about tests for correct mapping of corefile.
6117 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6118 from optimizing it away.
6119 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6120 handles common blocks.
6121
6122Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6123
6124 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6125 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6126
6127Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6128
6129 * Makefile.in (maintainer-clean): New target, synonym for
6130 realclean.
6131 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6132 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6133 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6134 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6135 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6136 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6137
6138Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6139
6140 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6141 xfails when not gcc compiled for "print foo::funclocal".
6142 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6143 "print foo::funclocal at foo",
6144 "print 'scope1.c'::foo::funclocal at foo",
6145 "print foo::funclocal_bss at foo",
6146 "print 'scope1.c'::foo::funclocal_bss at foo",
6147 "print foo::funclocal_ro at foo",
6148 "print 'scope1.c'::foo::funclocal_ro at foo",
6149 "print bar::funclocal at foo" and
6150 "print 'scope1.c'::bar::funclocal at foo".
6151 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6152 gcc compiled for "print foo::funclocal at bar".
6153 Expand all messages to ensure that they identify that
6154 the test is at bar().
6155 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6156 gcc compiled for:
6157 "ptype on opaque struct pointer (statically)",
6158 "ptype on opaque struct tagname (statically)",
6159 "ptype on opaque struct pointer (dynamically) 1",
6160 "ptype on opaque struct tagname (dynamically) 1",
6161 "ptype on opaque struct pointer (dynamically) 2" and
6162 "ptype on opaque struct tagname (dynamically) 2
6163 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6164 gcc compiled for:
6165 "p datalocal"
6166 "whatis datalocal",
6167 "ptype datalocal",
6168 "p bsslocal",
6169 "whatis bsslocal", and
6170 "ptype bsslocal".
6171 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6172 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6173 when not gcc compiled.
6174 * gdb.base/funcargs.exp (float_and_integral_args): Add
6175 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6176 compiled.
6177 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6178 "backtrace from call6a" when not gcc compiled.
6179 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6180 "backtrace from call7a" when not gcc compiled.
6181 * gdb.base/callfuncs.exp (do_function_calls):
6182 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6183 "p t_char_array_values(char_array_val2,char_array_val1)",
6184 "p t_char_array_values(char_array_val1,char_array_val2)",
6185 "p t_char_array_values("carray 1","carray 2")",
6186 "p t_char_array_values("carray 1",char_array_val2)",
6187 "p t_char_array_values(char_array_val1,"carray 2")",
6188 "p sum_args(1,{2})",
6189 "p sum_args(2,{2,3})",
6190 "p sum_args(3,{2,3,4})",
6191 "p sum_args(4,{2,3,4,5})"
6192 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6193 "backtrace in corefile.exp" when not gcc compiled.
6194
6195Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6196
6197 * gdb.base/signals.exp: Rewrite `handle all print' test as
6198 a procedure. Accept blanks or TABs as whitespace, increase
6199 timeout and expect input buffer size for the large output
6200 from the command. Remove "i*86-*-bsdi2.0" xfail.
6201
6202Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6203
6204 * gdb.base/setvar.exp: Add new testcases for truncation when
6205 assigning invalid values to bitfields.
6206
6207Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6208
beb998c6 6209 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
6210 mips-sgi-irix* xfail for
6211 "call inferior func with struct - returns char *"
6212 and fix test so that an optional (unsigned char *) cast is
6213 accepted in the result.
6214
6215Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6216
6217 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6218 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6219 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6220 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6221 that accidentally got checked in.
6222
6223Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6224
beb998c6 6225 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6226 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6227 compiled test.
6228 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6229 Add mips-sgi-irix5* xfail for not gcc compiled.
6230 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6231 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6232 "p top", "whatis top", "p middle", and "whatis middle".
6233 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6234 "whatis signed char" for not gcc compiled.
6235 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6236 "set variable signed char=-1 (-1)" and
6237 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6238 * gdb.base/funcargs.exp (float_and_integral_args):
6239 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6240 Add mips-sgi-irix* xfail when not gcc compiled for
6241 "continue to call2b".
6242 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6243 "continue to call2g".
6244 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6245 "backtrace from call6a"
6246 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6247 "backtrace from call7k".
6248 Add mips-sgi-irix5* xfail when not gcc compiled for
6249 "backtrace from call7a".
6250 (localvars_after_alloca): Fix gdb_test cmds for
6251 "print * after runto ...".
6252 Remove rs6000-*-* xfails for
6253 "print i after runto localvars_after_alloca" and
6254 "print l after runto localvars_after_alloca"
6255 for all compilers.
6256 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6257 when not compiled with gcc, for:
6258 "print signed char == (minus)",
6259 "print signed char != (minus)",
6260 "print signed char < (minus)",
6261 "print signed char > (minus)".
6262 * gdb.base/callfuncs.exp (do_function_calls):
6263 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6264 "call inferior func with struct - returns char *".
beb998c6 6265 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6266 "correct value returned double test" to include Solaris 2.4.
6267 * gdb.base/funcargs.exp (float_and_integral_args):
6268 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6269
c906108c
SS
6270Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6271
6272 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6273 enumeration bitfields if compiling with GNU C.
6274 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6275 to empty' prompt.
6276
6277Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6278
6279 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6280 test for PRO targets.
6281
6282 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6283 breakpoints in the inferior at any given time by making
6284 two groups of breakpoints for call2*, call6* and call7*
6285 tests.
6286
6287Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6288
6289 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6290 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6291 from optimizing it away.
6292 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6293 "call inferior func with struct".
6294
6295Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6296
6297 * configure.in: Only configure gdb.chill for particular targets.
6298
6299Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6300
6301 * gdb.base/Makefile.in: Add action to .c.o transformation
6302 rule that generates a .ci file for each .o file and remove
6303 explicit .c.o rules except for callfuncs.o.
6304 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6305 generates a .ci file for each .o file and remove explicit
6306 .cc.o rules.
6307 (clean): Remove *.tmp *.ci files.
6308 (EXECUTABLES): Remove templ-info.exp.
6309 * gdb.base/compiler.c: New file.
6310 * gdb.c++/compiler.cc: New file
6311 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6312 Change rs6000-*-* xfail for
6313 "print 'scope0.c'::filelocal_ro" and
6314 "print 'scope1.c'::filelocal" and
6315 "print 'scope1.c'::filelocal_bss" and
6316 "print 'scope1.c'::filelocal_ro" and
6317 "print 'scope1.c'::foo::funclocal" and
6318 "print 'scope1.c'::foo::funclocal_ro" and
6319 "print 'scope1.c'::bar::funclocal" and
6320 "print 'scope0.c'::filelocal_ro" and
6321 "print 'scope1.c'::filelocal at foo" and
6322 "print 'scope1.c'::filelocal_bss at foo" and
6323 "print 'scope1.c'::filelocal_ro at foo" and
6324 "print 'scope1.c'::foo::funclocal at foo" and
6325 "print 'scope1.c'::foo::funclocal_bss at foo" and
6326 "print 'scope1.c'::foo::funclocal_ro at foo" and
6327 "print 'scope1.c'::bar::funclocal at foo" and
6328 "print 'scope0.c'::filelocal_ro" and
6329 "print 'scope1.c'::filelocal" and
6330 "print 'scope1.c'::filelocal_bss" and
6331 "print 'scope1.c'::filelocal_ro" and
6332 "print 'scope1.c'::foo::funclocal" and
6333 "print 'scope1.c'::foo::funclocal_bss" and
6334 "print 'scope1.c'::foo::funclocal_ro" and
6335 "print 'scope1.c'::bar::funclocal" and
6336 "print 'scope1.c'::bar::funclocal_bss"
6337 to only be xfail'd when not compiled with gcc.
beb998c6 6338 Add rs6000-*-* xfail for
c906108c
SS
6339 "print 'scope0.c'::filelocal_bss before run"
6340 when compiled with gcc.
6341 (test_at_main): Add rs6000-*-* xfail for
6342 "print filelocal_ro in test_at_main"
6343 when compiled with gcc.
6344 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6345 Add rs6000-*-aix* xfail for
c906108c
SS
6346 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6347 "ptype t_char_array", not compiled with gcc.
6348 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6349 xfail for "list foo (in include file)" when gcc compiled.
6350 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6351 (integral_args): Add rs6000-*-* xfail for
6352 "run to call0a" if not compiled with gcc.
6353 (unsigned_integral_args): Add rs6000-*-* xfail for
6354 "run to call1a" if not compiled with gcc.
6355 (float_and_integral_args): Add rs6000-*-* xfail for
6356 "run to call2a" if not compiled with gcc and for
6357 "continue to call2b" for any compiler.
6358 Add rs6000-*-* xfail to
6359 "print f1 after run to call2a" for gcc compiled.
6360 (discard_and_shuffle): Add rs6000-*-* xfail for
6361 "run to call6a".
6362 (shuffle_round_robin): Add rs6000-*-* xfail for
6363 "backtrace from call7a" if not compiled with gcc.
6364 Add rs6000-*-* xfail for
6365 "backtrace from call7b" if compiled with gcc.
6366 (call_after_alloca): Add rs6000-*-* xfail for
6367 "print c in call_after_alloca" and
6368 "print s in call_after_alloca" and
6369 "backtrace from call_after_alloca_subr"
6370 if not compiled with gcc.
6371 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6372 "print c in localvars_in_indirect_call" and
6373 "print c in localvars_in_indirect_call" and
6374 "backtrace in indirectly called function" and
6375 "stepping into indirectly called function"
6376 if not compiled with gcc.
6377 (localvars_after_alloca): Add rs6000-*-* xfail for
6378 "print c after runto localvars_after_alloca" and
6379 "print s after runto localvars_after_alloca" and
6380 "print i after runto localvars_after_alloca" and
6381 "print l after runto localvars_after_alloca"
6382 for all compilers.
6383 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6384 than whatis-info.exp.
6385 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6386 than opaque-info.exp.
6387 Setup rs6000-*-* xfail for
beb998c6 6388 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6389 "ptype on opaque struct pointer (dynamically)" when
6390 not compiled with gcc.
6391 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6392 rather than callf-info.exp.
6393 (do_function_calls): Add clear_xfail for rs6000-*-* for
6394 "p t_float_values2(3.14159,float_val2)". Seems to work
6395 fine there, both with xlc and gcc. Need to find out what
6396 it is doing right and fix other platforms.
6397 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6398 "call inferior func with struct - returns int",
6399 "call inferior func with struct - returns long",
6400 "call inferior func with struct - returns float",
6401 "call inferior func with struct - returns double",
6402 "call inferior func with struct - returns char *",
6403 but only if not gcc compiled (presumes xlc compiled).
6404 Change rs6000-*-* xfails for
6405 "call inferior func with struct - returns char" and
6406 " call inferior func with struct - returns short" to only
6407 xfail if not using gcc.
6408 (clean mostlyclean): Remove *.ci and *.tmp files.
6409 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6410 than templ-info.exp.
6411 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6412 Add rs6000-*-* xfail for "up to foo in langs.exp"
6413 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6414 when not gcc compiled.
beb998c6 6415
c906108c
SS
6416Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6417
6418 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6419 * gdb.base/corefile.exp: Likewise.
6420 * gdb.base/list.exp: Likewise.
6421 * gdb.base/scope.exp: Likewise.
6422 * gdb.base/siganls.exp: Likewise.
6423
6424 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6425 compiler output.
6426 * gdb.base/whatis.exp: Likewise.
6427
6428Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6429
6430 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6431 failure (opcode table has been fixed to match reality).
6432
6433Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6434
6435 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6436 "call inferior func with struct - returns char",
6437 "call inferior func with struct - returns short"
6438
6439 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6440 "print 'scope0.c'::filelocal at main",
6441 "print 'scope0.c'::filelocal_bss in test_at_main",
6442 "print 'scope0.c'::filelocal at foo",
6443 "print 'scope0.c'::filelocal_bss in test_at_foo",
6444 "print 'scope0.c'::filelocal at bar",
6445 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 6446
c906108c
SS
6447 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6448 in source file 1". This bug seems to have been fixed with both
6449 gcc and native cc (was native assembler bug?).
6450
6451Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6452
6453 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6454 "backtrace through signal handler" to "i*86-*-sysv4*".
6455 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6456 continue" case. Add "known SVR4 bug" to fail message.
6457 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6458 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6459 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6460 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6461 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6462 "up to foo in langs.exp", "show language at foo in
6463 langs.exp", "up to cppsub_ in langs.exp", "show
6464 language at cppsub_ in langs.exp", "up to fsub in
6465 langs.exp", and "show language at fsub in langs.exp".
6466 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6467 "bactrace in corefile.exp".
6468 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6469 "call inferior function with struct - returns float" and
6470 "call inferior function with struct - returns double".
beb998c6 6471
c906108c
SS
6472Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6473
6474 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6475 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6476 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6477 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6478
6479Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6480
6481 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6482 (or overriden) "CHILL" macro rather then bare "gcc".
6483 Also look for ../../gcc/xgcc since that is what we will
6484 actually need, not "Makefile". Remove following assignment
6485 of CHILL to CHILL_FOR_TARGET because that results in
6486 recursive definition.
6487
6488Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6489
6490 * gdb.base/corefile.exp: Change xfail for backtrace in
6491 corefile.exp from linuxaout to all linux.
6492 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6493 cases where we miss the breakpoint at the signal handler
6494 for some reason. Setup xfail for linuxoldld/linuxaout and
6495 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6496 hitting SIGURG breakpoint.
6497 * gdb.base/signals.exp: Setup xfail for "next" acting like
6498 continue to add linuxoldld. Setup xfail for all linux for
6499 "next to handler in signals_tests_1", "backtrace in
6500 signals_tests_1", "continue to func1", "pass SIGUSR1",
6501 and continue to handler".
6502
6503Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6504
6505 * Update all FSF addresses except those in COPYING* files.
6506
6507Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6508
6509 * gdb.base/a2-run.exp: Change messages to be more explicit about
6510 the status of args, and quote binfile in results.
6511
6512Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6513
6514 * gdb.base/callfuncs.exp: Add tests for passing structs to
6515 inferior functions and return various types.
6516 * gdb.base/callfuncs.c: Add functions to receive a struct
6517 and return a member of the struct, in various types.
6518
6519Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6520
6521 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6522
6523Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6524
6525 * config/vxworks29k.exp: New file, sources vxworks.exp.
6526
6527Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6528
6529 * config/gdbremote.exp: New file. Testing framework using
6530 gdbserver.
6531
6532Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6533
6534 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6535 "call function when asleep" and "send end of file".
6536 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6537 for "backtrace in corefile.exp".
6538 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6539 for "backtrace through signal handler".
6540 * gdb.base/corefile.exp: Make sure we actually generate a core file
6541 before trying the core tests. Some systems allow the user to suppress
6542 generation of core files and default to that (linux for example).
6543 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6544 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6545
6546Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6547
6548 * gdb.threads: New directory with some crude multi-threaded
6549 gdb tests (step.exp and step2.exp).
6550 * config/mt-lynx (STEP_EXECUTABLE): Define.
6551 (THREADFLAGS): Define.
6552
6553Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6554
6555 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6556
6557 * gdb.base/signals.exp: Disable whole file for lynx until
6558 further notice.
6559
6560 * gdb.base/signals.exp: xfail test where "next" acts like
6561 "continue" for lynx.
6562
6563 * gdb.base/interrupt.exp: xfail test for calling function while
6564 inferior is asleep for lynx.
6565
6566 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6567 than one cr-lf after each command.
6568
6569Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6570
6571 * configure.in: Reinstate setting of stabsdirs variable, fix
6572 typo in setting up configdirs for native builds.
6573
6574 * gdb.base/return.exp: Fix typo in return double test.
6575 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6576 compiler from optimizing them away.
6577
6578Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6579
6580 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6581 sequences to be echo'd by gdb when using gdb_test.
6582 * gdb.chill/chexp.exp: Likewise.
6583 * gdb.fortran/exprs.exp: Likewise
6584
6585Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6586
6587 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6588 after the inferior gdb has started.
6589
6590 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6591 after each command.
6592 * gdb.base/funcargs.exp: Likewise.
6593 * gdb.base/gdbvars.exp: Likewise.
6594 * gdb.base/interrupt.exp: Likewise.
6595 * gdb.base/list.exp: Likewise.
6596 * gdb.base/watchpoint.exp: Likewise.
6597 * gdb.c++/demangle.exp: Likewise.
6598 * gdb.c++/inherit.exp: Likewise.
6599 * gdb.chill/chexp.exp: Likewise.
6600 * gdb.fortran/exprs.exp: Likewise.
6601
6602 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6603 test if we can't handle IO to/from the inferior.
6604
6605 * gdb.c++/misc.exp: Always check for a program already being
6606 started after sending a "run" command to gdb.
6607
6608 * gdb.base/twice.exp: Start with a fresh gdb.
6609
6610 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6611 only depend on gdb's expression code, not the chill runtime.
6612
6613 * gdb.base/return.c: Put return values into variables so we
6614 can have gdb print them rather than depending on the program
6615 to print them.
6616 * gdb.base/return.exp: Corresponding changes.
6617
6618 * lib/gdb.exp: Provide default value for noinferiorio.
6619 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6620 the inferior.
6621
6622 * gdb.base/break.exp: Always check for a program already being
6623 started after sending a "run" command to gdb.
6624 (text_next_with_recursion): Don't check the output from the
6625 program's printf statement. Instead just make sure the program
6626 exited.
6627
6628 * gdb.base/commands.exp: Protect tests which need arguments with
6629 $noargs conditionals.
6630
6631Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6632
6633 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6634 of structure member arrays to match gdb/valops.c:value_addr change.
6635
6636Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6637
6638 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6639 cases.
6640
6641Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6642
6643 * configure.in (configdirs): Remove gdb.chill from default list
6644 of subdirs and then add it back in only if doing a native build.
6645 The current chill compiler does not yet work in any cross build.
6646 * Revert all signal changes from Jul 6.
6647 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6648 for sh-hms targets, allowing these tests to link, with no other
6649 changes. Testing is suppressed by setting "nosignals" in site.exp.
6650
6651Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6652
6653 * configure.in (signaldirs): Define and add to configdirs for all
6654 targets except some specific ones that are known to not support signals.
6655 Also clean up formatting.
6656 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6657 (signals, sigall): Remove rules to build.
6658 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6659 Moved to new gdb.signals directory.
6660 * gdb.signals: New test directory.
6661 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6662 signals.c signals.exp}: New or moved files.
6663
6664Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6665
6666 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6667
6668Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6669
6670 * gdb.base/return.exp: Xfail `return double' test failure
6671 on at least Solaris 2.3 and handle future/past versions on
6672 a case by case basis as appropriate. Also update message
6673 to include i*86 failures.
6674
6675Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6676
6677 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6678
6679 * lib/gdb.exp: Fix comment which erroneously identified
6680 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6681 gdb_file_cmd not gdb_load).
6682 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6683
6684 * gdb.base/setvar.exp: Make test names consistent between pass and
6685 fail cases. Use gdb_test more.
6686
6687Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6688
6689 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6690
6691Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6692
6693 * gdb.base/help.exp: Fix expected help string for `show commands'.
6694
6695Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6696
6697 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6698
6699 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6700 of a text section.
6701
6702Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6703
6704 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6705 that loop eventually terminates. Fix Connection refused logic so
6706 that testsuite will expire nicely.
6707
6708Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6709
6710 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6711 config/rom68k.exp: New tcl glue for the appropriate monitors.
6712 These all just end up calling monitor.exp.
6713 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6714 refused' by retrying. Cleanup some timeout issues.
6715 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6716 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6717 callers don't have to set/restore global timeout variable.
6718
6719 * The following set of changes centralizes management of the global
6720 timeout variable. This way, it can be set in one target dependent
6721 place instead of dozens of places scattered throughout the test suite.
6722 If you need to lengthen a timeout, then you should either set timeout
6723 in one of the config/{target}.exp files, or multiply it by a factor.
6724 Setting it to an absolute value is always going to lose for some
6725 targets.
6726 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6727 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6728 * gdb.base/funcargs.exp: Don't set timeout.
6729 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6730 * gdb.base/printcmds.exp (test_print_string_constants
6731 test_print_array_constants): Don't set timeout.
6732 * gdb.base/ptype.exp: Don't set timeout.
6733 * gdb.base/recurse.exp: Don't set timeout.
6734 * gdb.base/return.exp: Don't set timeout.
6735 * gdb.base/watchpoint.exp: Don't set timeout.
6736 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6737 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6738
6739Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6740
6741 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
6742
6743Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6744
6745 * lib/gdb.exp: Disable chill tests for irix5.
6746
6747Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6748
6749 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
6750 each test pass or fail.
6751
6752Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6753
6754 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
6755 xlc not gcc.
6756
6757Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
6758
6759 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
6760
6761Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
6762
6763 * config/est.exp: Fix copyright and comments. Remove dead code.
6764 Use targetname, serialport and baud variables instead of fixed
6765 constants.
6766 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
6767 * config/cpu32bug.exp: New file to support cpu32bug monitors.
6768
6769Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6770
6771 * gdb.base/watchpoint.exp: Don't run
6772 test_watchpoint_triggered_in_syscall for sunos.
6773
6774Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6775
6776 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
6777 they don't seem to exist. Do include stdio.h.
6778
6779Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6780
6781 * gdb.base/a1-selftest.exp: Add alpha xfail.
6782
6783Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6784
6785 * gdb.base/watchpoint.c (main): Prompt before calling read().
6786 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
6787 Revise accordingly. Remove cruft about sending "123" several
6788 times, until it gets noticed. Clean up the "print buf[0]" stuff
6789 so that it passes or fails, and waits for prompts in the usual way.
6790
6791Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6792
6793 * gdb.base/recurse.exp: Fix comment.
6794
6795 * TODO: Remove item about printing variables in nodebug.exp. Add
6796 item about enabling tests which are only run on some targets.
6797
6798 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
6799 fail, make test names unique, use new gdb_test convention
6800 regarding pattern, use gdb_test more, etc.).
6801
6802 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
6803 fail, make test names unique, etc.).
6804
6805Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6806
6807 * gdb.base/nodebug.c: Change return type of top and middle to
6808 short.
6809 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
6810 are fixed by the recent mdebugread.c changes. Allow `short ()'
6811 as type for top and middle.
6812
6813Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6814
6815 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
6816 nearly as I can tell, the whole thing was an accident in Stu's
6817 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
6818 to replace a send/expect pair with gdb_test, but ended up only
6819 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
6820 of 30 Mar 1995 took care of it, but left this vestigial comment
6821 which I am now nuking.
6822
6823Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6824
6825 * gdb.base/break.exp: Look for different line number for
6826 breakpoint at main depending on usestubs.
6827
6828Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6829
6830 * gdb.base/list.exp: Adjust some alternate expect patterns to
6831 match recent list0.c change. Add alternate expect pattern for
6832 output from `list default lines around main' for optimizing
6833 compilers.
6834
6835Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6836
6837 * lib/gdb.exp: If nosignals is not set, set it to 0.
6838
6839Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
6840
6841 * config/slite-gdb.exp: Responds to load symbol table prompt.
6842 * gdb.base/break.exp: Adjust line number, fix rerun.
6843 * gdb.base/langs0.c: Add #ifdef usestubs.
6844
6845Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
6846
6847 * gdb.base/list.exp: Adjust line contents after adding new lines in
6848 list0.c. Also fix a syntax error.
6849
6850 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
6851 * gdb.base/break.exp: ditto.
6852 * gdb.base/list.exp: ditto.
6853 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
6854 * gdb.base/run.c: ditto.
6855 * gdb.base/list0.c: ditto.
6856 * gdb.base/funcargs.c: ditto.
6857
6858Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
6859
6860 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
6861 $targetname, $serialport and $baud instead of hardwired variables.
6862 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
6863 target doesn't support signals.
6864
6865Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
6866
6867 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
6868
6869Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6870
6871 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
6872 Don't rely on the value of an auto variable before it has been
6873 initialized. Use gdb_test more.
6874
6875Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6876
6877 * lib/gdb.exp (default_gdb_version): A version number must start
6878 with a digit, but other than that contains all characters up to
6879 the first whitespace character.
6880
6881Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6882
6883 * gdb.base/commands.exp (breakpoint_command_test): New tests.
6884
6885Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6886
6887 * gdb.c++/*.exp: Warn if executable does not exist. The original
6888 reason for skipping the warning was that configure.in sometimes
6889 intentionally skipped building the executables but the tcl code
6890 had no way of knowing. That (a) was always bogus with respect to
6891 error handling, (b) is no longer true (right now there is no way
6892 to skip C++ tests).
6893
6894 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
6895
6896Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6897
6898 * gdb.base/list.exp: Add expect patterns for output from
6899 SunPRO compiled executables.
6900 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
6901 types.
6902
6903Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6904
6905 * gdb.base/break.exp (test_next_with_recursion): Accept any line
6906 number (we are already testing that the correct source line text
6907 gets printed).
6908
6909 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
6910 that is what is intended, but something needed to be done to get
6911 sunos4 native working again.
6912
6913 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
6914
6915 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
6916 apparently went with a (very) old xfail.
6917
6918Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
6919
6920 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
6921 runto_main is a proc in gdb.exp that will do 'step' for target use
6922 stubs.
6923 * gdb.base/exprs.exp: ditto.
6924 * gdb.base/interrupt.exp: ditto.
6925 * gdb.base/opaque.exp: ditto.
6926 * gdb.base/printcmds.exp: ditto.
6927 * gdb.base/ptype.exp: ditto.
6928 * gdb.base/scope.exp: ditto.
6929 * gdb.base/setvar.exp: ditto.
6930 * gdb.base/signals.exp: ditto.
6931 * gdb.base/twice.exp: ditto.
6932 * gdb.c++/classes.exp: ditto.
6933 * gdb.c++/inherit.exp: ditto.
6934 * gdb.c++/templates.exp: ditto.
6935 * gdb.base/break.exp: no run and hit main for stubs. Change line
6936 numbers for breakpoints and info breakpoint.
6937 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
6938 breakpoint().
6939 * gdb.base/callfuncs.c: ditto.
6940 * gdb.base/exprs: ditto.
6941 * gdb.base/interrupt.c: ditto.
6942 * gdb.base/opaque0.c: ditto.
6943 * gdb.base/printcmds.c: ditto.
6944 * gdb.base/ptype.c: ditto.
6945 * gdb.base/scope0.c: ditto.
6946 * gdb.base/setvar.c: ditto.
6947 * gdb.base/signals.c: ditto.
6948 * gdb.base/twice.c: ditto.
6949 * gdb.c++/misc.cc: ditto.
6950 * gdb.c++/templates.cc: ditto.
6951
6952Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6953
6954 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
6955
6956 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
6957 somewhere between `read' and `main.c'. I'm pretty sure the
6958 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
6959 and it isn't particularly useful.
6960
6961 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
6962
6963Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6964
6965 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
6966
6967Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
6968
6969 * config/mt-slite: add LIBS and -nostdlib.
6970 * config/slite-gdb.exp: add this new file to support sparclite target.
6971
6972Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
6973
6974 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
6975
6976 * gdb.base/a2-run.exp: Change argument to istarget from
6977 "*-*-vxworks" to "*-*-vxworks*".
6978 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
6979
6980Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
6981
6982 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
6983 will not runto main but do a 'step' to step out of breakpoint().
6984 * config/mt-slite: add -Dusestubs.
6985
6986Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6987
6988 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
6989 instead of just @.
6990
6991 * gdb.base/signals.exp: Add test for "handle all print".
6992 * TODO: Remove "handle all print". Also remove item about
6993 checking copyright date (I don't like the idea of a spurious FAIL
6994 based on when we run the tests).
6995
6996 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
6997 for SunOS4 (reason for failure not investigated). Remove
6998 redundant test for $binfile.
6999
7000 * gdb.base/nodebug.c (array_index): Call malloc.
7001
7002 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7003
7004Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7005
7006 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7007 conventions and slightly simplify the matching regexp.
7008
7009Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7010
7011 * gdb.base/break.exp: Update gdb_test invocation to use new
7012 convention.
7013
7014 * lib/gdb.exp: If noargs is not set, set it to 0.
7015
7016 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7017 tests unique.
7018
7019 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7020
7021Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7022
7023 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7024 one argument of type "<non-float parameter>".
7025
7026Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7027
7028 * config/rom68k.exp: New file to support Motorola IDP board.
7029 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7030 * gdb.base/break.c: Change things around so that this program
7031 doesn't depend upon args. This is necessary to make remote
7032 targets work (in general, they can't take args).
7033 * gdb.base/break.exp: Don't try to send args to program. Don't
7034 expect output. Also, replace lots of code with gdb_test.
7035
7036Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7037
7038 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7039 printing of '\'' (which is what the comment says we are testing,
7040 even though we were not), not '''.
7041 (test_integer_literals_rejected): Test that printing ''' is an error.
7042
7043 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7044 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7045 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7046 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7047 Use gdb_test not test_print_accept.
7048 * lib/gdb.exp: Remove test_print_accept.
7049
7050 * gdb.base/signals.exp (signal_tests_1): Make pass message
7051 consistent with fail message.
7052
7053 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7054 unsigned char; the bug (PR 1821) is fixed.
7055
7056 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7057
7058 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7059 successful tests--makes xfailing them work right.
7060
7061Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7062
7063 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7064 only \r\n, not .*. The test can pass .* as the last thing in
7065 $pattern if that is what it wants. In addition to providing this
7066 flexibility, this change should speed up pattern matching in cases
7067 where the pattern already ended with .* (there were a number of
7068 them). This change also helps catch bad patterns--in the old
7069 scheme the typo "char \*" instead of "char \\*" would pass. Now
7070 it is caught.
7071 * Many .exp files: Update callers.
7072
7073 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7074 clearer and does not spuriously match multiple ('s. Likewise for
7075 ) and *.
7076
7077 * gdb.base/nodebug.exp: Test ability to call a function and pass
7078 it a string (even with no debugging info).
7079
7080 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7081 "p '\'", which is the same as "p ''" once tcl gets done with
7082 quoting, to "p '\\'", which I suspect is what is intended (one
7083 backslash gets sent to GDB).
7084
7085 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7086
7087Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7088
7089 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7090 1817) was fixed literally years ago.
7091
7092Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7093
7094 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7095 test, it causes stepping out of call_after_alloca_subr with
7096 optimizing compilers.
7097 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7098 fails.
7099
7100 * gdb.c++/templates.exp: Source templ-info.exp only if
7101 the templates executable exists.
7102
7103 * gdb.c++/misc.cc (class Contains_static_instance,
7104 class Contains_nested_static_instance),
7105 gdb.c++/classes.exp (test_static_members): Test printing of
7106 a class that contains a static instance of the class.
7107
7108Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7109
7110 * gdb.base/langs2.c (cppsub_): Don't prototype.
7111 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7112 only, I believe).
7113
7114Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7115
7116 * lib/gdb.exp (skip_chill_tests): New procedure.
7117
7118 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7119
7120Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7121
7122 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7123 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7124
7125Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7126
7127 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7128
7129 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7130 disassemble 8, not 16, instructions for part 4.
7131
7132 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7133 support the latter anymore.
7134
7135 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7136 -DNO_PROTOTYPES.
7137 * gdb.base/callfuncs.c: Control use of prototypes based on
7138 NO_PROTOTYPES, not __STDC__.
7139 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7140 t_float_values2 tests if prototypes in use.
7141
7142 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7143 t_double_values): When checking differences against DELTA, check
7144 that difference is within the range (-DELTA,DELTA), not just
7145 (-infinity,DELTA).
7146
7147Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7148
7149 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7150 'file' command firts, then 'target', then 'load', this is due to gdb
7151 target set up.
7152 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7153
7154Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7155
7156 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7157 FP load/store variants.
7158 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7159
7160Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7161
7162 * gdb.base/term.exp: Do not give a warning if not native, it is
7163 not an abnormal condition.
7164
7165Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7166
7167 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7168 t_char_array".
7169
7170Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7171
7172 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7173 are getting the version number.
7174
7175 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7176 if not native, it is not an abnormal condition.
7177
7178Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7179
7180 * lib/gdb.exp: Just use "file exists", rather than undocumented
7181 dejagnu procedure "findfile".
7182
7183Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7184
7185 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7186 (LDFLAGS): Set to -Xlinker -Ur.
7187
7188 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7189 Removed, these values are set by lib/gdb.exp.
7190
7191 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7192
7193Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7194
7195 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7196 of replicating gdb startup code.
7197
7198 * config/mt-vxworks (LDFLAGS): Set to -r.
7199 (CFLAGS_FOR_TARGET): Removed.
7200
7201 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7202 (gdb) and gdb for vxworks uses (vxgdb).
7203
7204 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7205 executable is not in the tree and host != target, use sed and
7206 program_transform_name to determine the gdb name used by the
7207 target.
7208
7209 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7210 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7211
7212Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7213
7214 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7215 floats, chars, and shorts where there are ANSI-style function
7216 definitions.
7217
7218 * gdb.base/langs.exp, gdb.base/langs*: New test.
7219 * gdb.base/Makefile.in: Build it.
7220 * TODO: Remove item about checking that C names don't get C++
7221 demangling applied; this test tests it.
7222
7223Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7224
7225 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7226 went with the const70 xfail. The xfail went away a year ago.
7227
7228 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7229
7230 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7231 for hp300.
7232
7233 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7234
7235 * gdb.base/a1-selftest.exp: Don't run on hp300.
7236
7237Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7238
7239 * Makefile.in (site.exp): Set host_alias and target_alias as well
7240 as host_triplet and target_triplet.
7241
7242Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7243
7244 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7245
7246 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7247 places as other ecoff systems).
7248
7249 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7250 ultrix.
7251
7252Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7253
7254 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7255 remove them.
7256 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7257 variable and "variable" in addition to "data variable".
7258 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7259
7260 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7261 2.
7262 * gdb.base/list1.c (long_line): Add additional statement at start
7263 of function.
7264 * gdb.base/list.exp (test_forward_search): Update line number to
7265 reflect new statement.
7266
7267Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7268
7269 * gdb.base/signals.exp: Reinitialize searched source directories
7270 after gdb_start call.
7271
7272Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7273
7274 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7275 * gdb.stabs/Makefile.in: Likewise.
7276
7277 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7278 change. Instead split the tests into smaller pieces.
7279 * gdb.disasm/hppa.s: Corresponding changes.
7280
7281Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7282
7283 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7284 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7285
7286 * gdb.base/funcargs.exp: Modify many tests so that every test
7287 either passes or fails. Make some test names unique.
7288
7289Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7290
7291 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7292 Call stty to set interrupt character.
7293
7294 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7295 for HP assembler versus GNU assembler based on actual behavior of
7296 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7297
7298 * TODO: Suggest a few more stepping tests.
7299
7300Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7301
7302 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7303 restart GDB for h8300 after a continue.
7304 (return): Add pattern to match a29k-udi behavior.
7305 * gdb.base/nodebug.exp: Remove obsolete comment.
7306 * gdb.base/regs.exp: New file, testing of register displays.
7307 * gdb.base/return.exp: Fix typo in reference to $objdir.
7308 * gdb.base/whatis.exp: Always start with a fresh GDB.
7309
7310Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7311
7312 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7313 higher, these tests generate a lot of output.
7314
7315Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7316
7317 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7318 code following the catch silently ignored some errors; without the
7319 catch they should be thrown like any other tcl error. Also, the
7320 catch used "" instead of {} which meant all the callers who wanted
7321 to include one of the characters "[]$ had to quote it an extra time.
7322 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7323 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7324 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7325 Remove extra quoting.
7326
7327Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7328
7329 * gdb.base/commands.exp: Make test names unique; every test either
7330 passes or fails. Update some comments.
7331
7332 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7333
7334Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7335
7336 The following fixes a FAIL caused by the fact that the alpha stabs
7337 configuration didn't use the ".if alpha" code in weird.def.
7338 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7339 bit pointer, so the 32 bit version works even on the alpha.
7340 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7341 Remove the stuff which allowed us to have separate versions for
7342 alpha and everything else.
7343
7344 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7345 regexp which "info func operator\[\](" is supposed to match. Fix
7346 string to send to GDB. Note that GDB still doesn't work right. Add a
7347 new test for "info func .perator\[\](" which GDB does handle correctly.
7348
7349 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7350
7351Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7352
7353 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7354 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7355 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7356 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7357 it makes the tests harder to understand and confuses test-o-matic.
7358 The preferred style is that each test provides a PASS or a FAIL,
7359 and has a unique message (e.g. "continue #54" not just "continue")
7360 which is the same for the pass and the fail.
7361 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7362 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7363 to lib/gdb.exp.
7364 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7365 prt_accept which was basically the same thing. Likewise for
7366 test_print_reject and prt_reject.
7367 * lib/gdb.exp (test_print_reject): Add some more error message
7368 patterns to match from the former printcmds.exp (prt_reject).
7369 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7370 One defect of the passcount stuff is that some of it failed to
7371 report XPASS where appropriate.
7372 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7373 stuff before and after arg in expected pattern.
7374 (test_paddr_operator_functions): Re-do test without print_addr_of;
7375 this is the only test which seems to want extra stuff there.
7376
7377Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7378
7379 * gdb.base/nodebug.exp: Update new tests to reflect improved
7380 wording of gdb output.
7381
7382 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7383 and "ptype" work on variables in files compiled without -g.
7384 Replaces commented out "maint print msymbol" tests.
7385
7386Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7387
7388 * gdb.base/setvar.c (dummy): Call malloc.
7389
7390 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7391 losing with the irix4 sed.
7392
7393 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7394 ALRM" on irix4.
7395
7396Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7397
7398 * TODO: Remove items about corefile.exp testing new exec-file and
7399 backtrace; both are now done. Add items about printing enums.
7400
7401Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7402
7403 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7404 "get signal $thissig" test fails.
7405
7406 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7407
7408Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7409
7410 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7411 compiler warning with dec alpha compiler.
7412
7413 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7414 extra \n from gdb_test call (this explains why the prompt test
7415 that I removed yesterday was there).
7416 (user_defined_command_test): Remove extra \n and prompt test.
7417
7418 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7419 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7420 doesn't exist.
7421 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7422 Also remove alpha workaround, which turns out to be because
7423 SIGABRT == SIGLOST.
7424
7425 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7426
7427 * gdb.base/help.exp: Don't test "help show".
7428
7429Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7430
7431 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7432 "set print address" is on.
7433 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7434 pass prompt to gdb_test; gdb_test already looks for the prompt.
7435
7436 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7437
7438 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7439 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7440 was to make sure that gdb can read a core file. But (a) the "read
7441 the corefile" part didn't make it to a1-selftest.exp, we just
7442 delete the corefile after creating it, and (b) we test reading
7443 corefiles in corefile.exp anyway. Also, this test left around a
7444 xgdb process on Solaris.
7445
7446 * gdb.base/corefile.exp: Also test backtrace.
7447
7448Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7449
7450 * gdb.base/commands.exp: Test a simple user defined command with
7451 arguments and if/while statements; verify the full user command is
7452 printed by "show user".
7453
7454 * gdb.base/commands.exp: Test if/while commands as part of a
7455 breakpoint command list; verify they appear in breakpoint
7456 information.
7457
7458Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7459
7460 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7461 than by dividing by zero.
7462
7463Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7464
7465 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7466 performing an inferior call with watchpoints enabled.
7467 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7468 call.
7469
7470Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7471
7472 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7473 of "file" command.
7474
7475 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7476 Add additional pattern for when "int operator int(void);" appears
7477 in a different order.
7478
7479Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7480
7481 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7482
7483 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7484 and "signal" with ".*".
7485
7486Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7487
7488 * TODO: Add note about "handle all nostop".
7489
7490 * gdb.base/{sigall.c, sigall.exp}: New test.
7491 * gdb.base/Makefile.in: Add it.
7492
7493Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7494
7495 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7496 when invoking GDB, suppresses any windowing interface.
7497
7498Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7499
7500 * config/sim-gdb: New file, simulator testing support.
7501
7502Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7503
7504 * gdb.base/interrupt.exp: Test calling func1 twice.
7505
7506Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7507
7508 * gdb.base/list.exp (test_forward_search): Set timeout higher
7509 when we'll be getting lots of output from gdb.
7510
7511 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7512 "init_malloc" to after the expect statement. Run it if that
7513 regexp is taken, but also for two others which happen if source
7514 cannot be found.
7515
7516Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7517
7518 * gdb.base/printcmds.exp: New test, for printing register before
7519 program is running.
7520
7521Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7522
7523 * gdb.base/list.exp: Correct some alternate expect patterns
7524 to reflect changes in list1.c.
7525
7526Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7527
7528 * TODO: Add item regarding large frames.
7529
7530 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7531
7532 * TODO: Remove item about enabling return.exp; it
7533 is enabled. Suggest a few more "return" tests.
7534
7535Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7536
7537 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7538 anonymous unions.
7539
7540Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7541
7542 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7543 and pr-5646.o, so "make" is the same as "make all", not "make
7544 pr-4975.o".
7545
7546Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7547
7548 * gdb.base/list.exp: Adjust expectations to reflect changes in
7549 list1.c.
7550 (test_forward_search): New test proc.
7551 * gdb.base/list1.c (long_line): New function, has long source line.
7552
7553Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7554
7555 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7556 additional line of code that was added.
7557
7558Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7559
7560 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7561 tests so as not to overflow expect's input buffers.
7562 * gdb.disasm/hppa.exp: Corresponding changes.
7563
7564Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7565
7566 Beginnings of template debugging tests.
7567 * gdb.c++/templ-info.cc: New file to test for template
7568 debugging capability of the compiler.
7569 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7570 templ-info.cc.
7571 * gdb.c++/templates.cc: Add explicit template instantiations
7572 to enable compiling with -fno-implicit-templates. Add destructor
7573 and 'value' method to T5 class for template tests.
7574 * gdb.c++/templates.exp: Add testcases for printing of template
7575 types, setting breakpoints on template methods and calling a
beb998c6 7576 template method.
c906108c
SS
7577
7578Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7579
7580 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7581 branch target since some assemblers (gas-2.5) may emit a
7582 relocation for the branch instead of resolving it in the
7583 assembler.
7584
7585Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7586
7587 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7588 through signal handler.
7589
7590Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7591
7592 * configure.in (*-*-netware): Use config/mt-netware.
7593
7594 * config/mt-netware: New file.
7595 * config/mt-i386-netware: Removed, separate configs for different
7596 netware architectures are no longer needed now that we have
7597 --with-headers.
7598
7599Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7600
7601 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7602 by the recent changes to use ANSI C arithmetic conversions.
7603
7604Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7605
7606 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7607 bug involving using inferior_pid to figure out whether to select a
7608 frame.
7609
7610Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7611
7612 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7613 match the current disassembler output.
7614
7615Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7616
7617 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7618 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7619 types, expect "int" as type of integer values (for now).
7620
7621Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7622
7623 * gdb.base/commands.exp: New tests for if/while commands.
7624
7625Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7626
7627 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7628 by .*, since hex values have different syntax in Chill mode.
7629
7630Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7631
7632 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7633 linefeed from expect pattern for repeated types with indices > 9.
7634
7635Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7636
7637 First part of Fortran test suite.
7638 * gdb.fortran: New directory.
7639 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7640
7641Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7642
7643 * gdb.base/default.exp: Update expect pattern for load command
7644 without arguments.
7645
7646Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7647
7648 * configure.in: Change i386 to i[345]86.
7649 * gdb.base/configure.in: Likewise.
7650 * gdb.c++/configure.in: Likewise.
7651 * gdb.chill/configure.in: Likewise.
7652
7653Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7654
7655 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7656 patterns, since that is not a valid context for comments.
7657
7658Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7659
7660 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7661 repeated types and repeated types with indices > 9.
7662
7663Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7664
7665 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7666 2417; old bug has been fixed.
7667
7668Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7669
7670 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7671 send the newline ourselves instead of assuming gdb_test will do
7672 so when passed an empty input string.
7673
7674 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7675 stabs testcode.
7676
7677Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7678
7679 * lib/gdb.exp (gdb_test): Don't send anything if the first
7680 argument is an empty string. This makes cases where we want to
7681 match output that is already in expect's buffers (for example,
7682 matching a breakpoint after gdb_run_cmd has been called) work
7683 reliably.
7684
7685Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7686
7687 * config/netware.exp: New file.
7688
7689Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7690
7691 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7692 the -B and -L prefixes so we can find the debugging stub.
7693
7694 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7695 there and we are using the gcc from the tree.
7696
7697 * gdb.base/types.c: Removed.
7698
7699 * gdb.base/configure.in: Look for makefile fragments in ../config.
7700 Recognize i386-*-netware.
7701 * gdb.c++/configure.in: Likewise.
7702
7703Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7704
7705 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7706 the correct TCL syntax.
7707
7708Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7709
7710 * gdb.base/opaque.exp: use runto instead of messing around with
7711 breakpoints. Simplify by using gdb_test.
7712
7713 * gdb.base/bitfields.exp: restart between tests on netware targets
7714 because breakpoints aren't relocated after target death. Run
7715 processes to completion.
7716
7717 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7718
7719Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7720
7721 * Makefile.in: Remove extra tabs that confuse some versions
7722 of "make". Use the newly built gdb to test with by default,
7723 rather than the first one in the tester's search path.
7724
7725Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7726
7727 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7728
7729 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7730 condition help.
7731
7732Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7733
7734 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7735
7736 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7737 running.
7738 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7739 * gdb.base/funcargs.exp: Likewise.
7740
7741 * gdb.base/bitfields.exp: Simplify by using gdb_test.
7742 * gdb.base/funcargs.exp: Likewise.
7743
7744 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
7745 message is "".
7746
7747Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7748
7749 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
7750 return,signals,twice}.exp: Handle non-existant binaries
7751 consistantly.
7752
7753 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
7754 * gdb.base/Makefile.in: Don't try to generate a core dump, we
7755 might testing a cross development system.
7756
7757Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7758
7759 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
7760 runtest script is relative to ${srcdir}, not ${rootdir}.
7761
7762Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
7763
7764 * gdb.base/signals.exp: Allow for optionality of breakpoint
7765 address.
7766
7767Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7768
7769 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
7770
7771Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7772
7773 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
7774 for size_t definition.
7775 * gdb.c++/templates.cc: Likewise
7776
7777 * config/mt-i386-netware: New file.
7778
7779 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
7780 defined.
7781
7782 * gdb.base/Makefile.in: Added support for systems that name core
7783 files by appending "core" to the program name.
7784 * gdb.base/a1-selftest.exp: Likewise.
7785
7786Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7787
7788 * gdb.base/return.exp: Add comment and message for `return double'
7789 test failure on Sparc Solaris.
7790
7791Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
7792
7793 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
7794
7795Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7796
7797 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
7798 from optimizing them away.
7799 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
7800 patterns to include default constructors and assignment operators,
7801 to match gcc versions beyond 2.5.8. Accept any cplus demangling
7802 character in the output of the virtual base pointer.
7803
7804Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7805
7806 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
7807 expression match in print_addr_of to avoid unintented matches.
7808 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
7809 versions up to 2.5.8.
7810
7811Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7812
7813 * gdb.base/list.exp: Tweak alternate pattern for listing of an
7814 included file to run under newer versions of expect.
7815 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
7816 consecutive >'s in templates to accomodate recent cplus-dem.c change.
7817 Remove xfail for the virtual table of BDDHookV.
7818
7819Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
7820
7821 * lib/gdb.exp (string_to_regexp): Set a default result.
7822 (default_gdb_start): Fix misleading message.
7823
7824Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
7825
7826 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
7827 Remove all CC, etc definitions.
7828 * config/mt-hpux: New file.
7829 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
7830 (CFLAGS, LDFLAGS): Define.
7831 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
7832
7833 * Makefile.in (site.exp): Don't insert host_os, etc.
7834 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
7835 (distclean): Check existence of subdir.
7836 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
7837 * gdb.base/Makefile.in: General cleanup and simplification.
7838 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7839 to build executables. Use default rule to build .o files.
7840 (EXPECT, RUNTEST, CC): Fix relative pathname.
7841 (site.exp): Don't insert host_os, etc.
7842 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
7843 and/or SIGUSR1 defined.
7844 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
7845 * gdb.c++/Makefile.in: General cleanup and simplification.
7846 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7847 (CFLAGS): Remove.
7848 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
7849
7850Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
7851
7852 * gdb.base/recurse.exp: Misc changes to get tests running again
7853 after Kung's changes to the watchpoint code.
7854 * gdb.base/watchpoint.exp: Likewise.
7855
7856Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
7857
7858 * lib/gdb.exp (string_to_regexp): Convert {\} also.
7859
7860Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7861
7862 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
7863 * lib/gdb.exp (default_gdb_start): Define.
7864 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
7865 gdb.base/funcargs.exp, gdb.base/opaque.exp,
7866 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
7867 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
7868 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
7869 Don't call gdb_target_udi in between tests.
7870
7871Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7872
7873 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
7874 (which was basically just a local version of the same thing). In
7875 addition to avoiding duplication, gdb_test_exact is faster.
7876 * lib/gdb.exp (gdb_test_exact): Fix typo.
7877
7878 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
7879 don't give an error.
7880
7881 * gdb.base/term.exp: Call delete_breakpoints before starting.
7882
7883 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
7884 (t10): Add comment.
7885
7886Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7887
7888 Reorganization of the GDB Test Suite.
7889
7890 * gdb.base: New directory, contains all the basic tests.
7891 * gdb.c++: New directory, tests specific to C++.
7892 * gdb.chill: New directory, tests specific to Chill.
7893 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
7894 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
7895 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
7896 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
7897 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
7898 t30-31 to chill).
7899 * */gdbme.*: Rename to match appropriate expect scripts.
7900 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
7901 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
7902 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
7903 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
7904 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
7905 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
7906 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
7907 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
7908 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
7909 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
7910 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
7911 gdb.c++/virtfunc.cc: New names of C++ files.
7912 * gdb.chill/chillvars.ch: New name of Chill file.
7913 * gdb.base/configure.in, gdb.c++/configure.in,
7914 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
7915 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7916 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
7917 * configure.in (configdirs): Update to reflect directory changes.
7918 (target_abbrev): No longer define for any configuration.
7919 * Makefile.in: Cosmetic improvements to header comments.
7920
7921Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
7922
7923 Various changes to gdb.t31:
7924
7925 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
7926 * gdbme.ch: Make all key-words and predefineds be upper-case.
7927 * chillvars.exp: Expect key-words and predefinds in upper-case.
7928
7929 * chillvars.exp: Use gdb_test_exact many places.
7930 Change expected output for arrays (which now includes index labels).
7931
7932 * pr-5020.exp, gdme.ch (module PR_5020):
7933 New test, for PR-5020.
7934
7935Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
7936
7937 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
7938 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
7939
7940Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
7941
7942 * Makefile.in: Fix bit-rot in definitions of CHILL,
7943 CHILL_FOR_TARGET and Chill_LIB.
7944 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
7945 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
7946 CHILL, and CHILL_LIB.
7947
7948Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
7949
7950 * Revert the previous changes. Please see Rob's directory
7951 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
7952
7953Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
7954
7955 * Makefile.in, configure.in, config/mips-gdb.exp,
7956 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
7957 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
7958 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
7959 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
7960 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
7961 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
7962 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
7963 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
7964 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
7965 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
7966 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
7967 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
7968 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
7969 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
7970 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
7971 changes from 94Q1.
7972
7973Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
7974
7975 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
7976 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
7977 Rob's new testing fragments.
7978
7979Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
7980
7981 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
7982 lib/gdb.exp: Replace error proc calls with perror.
7983
7984Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7985
7986 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
7987 version also, match on casted version strings, and match on
7988 gdb startup case where the line numbers might be messed up.
7989
7990Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
7991
7992 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
7993 (CFLAGS): Delete it from here.
7994
7995Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
7996
7997 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
7998
7999Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8000
8001 * Makefile.in (RUNTEST): Default to just "runtest".
8002
8003Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8004
8005 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8006 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8007 the code has been restructured.
8008
8009Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8010
8011 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8012 \n, not just one of each.
8013
8014 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8015 /bin/cc gives a warning if you do.
8016
8017Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8018
beb998c6 8019 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
8020 __t10ListS_link1ZUiRCUiPT0
8021
8022Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8023
8024 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8025 on local variables in recursive functions.
8026
8027 * gdb.t07/Makefile.in: Build the new test.
8028
8029Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8030
8031 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8032 directly. Instead compare the return values from actual calls.
8033
8034Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8035
8036 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8037
8038Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8039
8040 * From Peter Schauer with minor modifications.
8041 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8042 stops in mid-line in the caller. Add xfail for returning a float
8043 value on X86 targets.
8044
8045Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8046
8047 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8048 to avoid expect lossage.
8049 (fmem_LRbug_tests): Likewise.
8050 * gdb.disasm/hppa.s: Corresponding changes.
8051
8052 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8053 conditions to work with latest dejagnu/expect.
8054
8055 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8056 expected to fail on the PA.
8057 (backtrace in call with trampolines): Explicitly require main
8058 to be frame #1 (no trampolines should show up in backtrace).
8059
8060 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8061 "continue -expect".
8062 * gdb.t06/break.exp: Likewise.
8063 * gdb.t07/watchpoint.exp: Likewise.
8064 * gdb.t13/bitfields.exp: Likewise.
8065 * gdb.t15/{funcargs,return}.exp: Likewise.
8066 * gdb.stabs/weird.exp: Likewise.
8067 * config/{mips,udi}-gdb.exp: Likewise.
8068
8069 * hppa.sed: Enclose comments within a sed command to avoid
8070 losing with the old OSF1 sed.
8071
8072Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8073
8074 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8075 sequent dynix.
8076 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8077 * gdb.t15/funcargs.exp: Conditionally step again to really
8078 finish from marker_call_with_trampolines. Handle the case where
8079 the first step from within call_with_trampolines already steps
8080 us back to main.
8081 * gdb.t15/gdbme.c: Add comment to closing brace of
8082 call_with_trampolines for funcargs.exp.
8083
8084Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8085
beb998c6 8086 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
8087 Fix typo(s).
8088
8089Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8090
8091 * gdb.t07/gdbme.c: More code for watchpoint testing.
8092
8093 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8094 "Hardware watchpoint" throughout file.
8095 (test_watchpoint_triggered_in_syscall): New test.
8096 (test_complex_watchpoint): New test.
8097
8098Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8099
8100 * gdbme.c (call_with_trampolines): New function to try and step
8101 into. Tests trampoline problems on the PA.
8102
8103 * funcargs.exp (localvars_in_indirect_call): No longer expect
8104 stepping into indirect call to fail on PAs.
8105 (test_stepping_over_trampolines): New test.
8106
8107Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8108
8109 * TODO: Add suggestions for static member function tests, and
8110 completion tests.
8111
8112Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8113
8114 * TODO: Add suggestions for "p/a" tests.
8115
8116 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8117 (default_gdb_exit): Replace all the hair with sending "quit" to
8118 the process with a simple close.
8119
8120Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8121
8122 * TODO: Add suggestions for shared library tests.
8123
8124Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8125
8126 * TODO: Add suggestions for x/s tests.
8127
8128Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8129
8130 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8131 "enable once", and "enable breakpoints once" with ".*".
8132
8133Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8134
8135 * TODO: Add suggestions about structure passing tests.
8136
8137Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8138
8139 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8140 the primary1 test, use work around if __GNUC__ < 2.
8141 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8142 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8143 Test for bad output rather than waiting for timeout. Issue
8144 second continue only if first continue failed.
8145
8146Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8147
8148 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8149 operator[] test with gdb_test because the old code didn't seem to
8150 be getting the quoting right with the new dejagnu.
8151
8152Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8153
8154 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8155 one from the path.
8156 * Makefile.in: Use a fresh expect if there is one, use runtest
8157 from the src tree if there is one.
beb998c6 8158
c906108c
SS
8159Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8160
8161 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8162 next over recursive call. Revise the tests from that point on
8163 (which had been skipped) to match GDB's actual (correct) output.
8164
8165 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8166 with next over a breakpoint whose condition is false.
8167
8168 * gdb.t00/help.exp: Comment out "help set print" tests just like
8169 (and for same reason as) "help set" test.
8170
8171Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8172
8173 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8174 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8175
8176Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8177
8178 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8179 necessary gdb_target_udi.
8180
8181 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8182
8183 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8184 1838 and 2417; they are fixed.
8185
8186 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8187 gdb.t03/ptype.exp (ptype structure, ptype union):
8188 Remove xfails; the test is looser than when the xfails were added.
8189
8190 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8191 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8192
8193 * gdb.t01/run.exp: Only run shell test if isnative.
8194
8195 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8196 since "run" automatically loads if necessary. Call gdb_target_udi
8197 after the "file" since "file" kills any execution target.
8198
8199 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8200 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8201 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8202 argument for UDI.
8203
8204Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8205
8206 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8207
8208 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8209
8210Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8211
8212 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8213 properly quoting regexps. This makes the second argument to
8214 demangle a fixed string, which matches the callers, instead of a
8215 shell-style pattern which is what the previous implementation
8216 used. Update some of the callers.
8217
8218Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8219
8220 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8221 (comib_nullified_tests): Fix typo.
8222 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8223 strings. No longer expected to fail.
8224
8225 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8226 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8227 strings. No longer expected to fail.
8228
8229 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8230 string. No longer expected to fail.
8231
8232Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8233
8234 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8235 No longer expected to fail.
8236
8237 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8238 string. No longer expected to fail.
8239
8240Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8241
8242 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8243 only in the names (I probably got most of them). I was even
8244 generous with some which differed in underscores in names, and
8245 probably missed a few, and I *still* was able to remove almost a
8246 third of the file with almost no impact on testsuite coverage.
8247
8248Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8249
8250 * gdb.t00/default.exp: Match udi_attach error message as well as
8251 the one from child_attach.
8252
8253 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8254
8255 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8256
8257 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8258 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8259
8260 * Move test with enums and partial symbols back to
8261 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8262 Reverts the change of 26 May 93. Per today's change to
8263 stabs.texinfo, the behavior that weird.exp was expecting was
8264 unreasonable; what is important is that the compiler+gdb get
8265 things right, which happens with a recent gcc. Also fix the test
8266 to deal with native compilers which put out the stab gdb can't
8267 deal with.
8268
8269Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8270
8271 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8272 in the names. The main thing these accomplish is to slow things down.
8273 Many more such duplicates surely remain.
8274
8275 * gdb.t00/help.exp: Comment out "help support" test just like
8276 (and for same reason as) "help set" test.
8277
8278Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8279
8280 * gdb.t06/break.exp: Remove setup_xfails for
8281 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8282 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8283 about known bug in gcc to include up through 2.5.8.
8284 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8285 well as "_vb$".
8286 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8287 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8288 with latest gcc and gdb.
8289 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8290 well as "_vb$".
8291
8292Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8293
8294 * configure.in (hppa*-*-*): Also configure and build stabs-only
8295 tests.
8296
8297Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8298
8299 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8300 * gdb.t10/configure.in (hppa*-*-*): Use it.
8301
8302Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8303
8304 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8305
8306Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8307
8308 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8309 versions prior to 1.13.5.
8310
8311Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8312
8313 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8314 the prompt is at the start of a line.
8315
8316Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8317
8318 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8319 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8320 in the copr tests now.
8321 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8322 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8323 expected to fail.
8324
8325Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8326
8327 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8328 gdb.t31/chillvars.exp, lib/gdb.exp:
8329 Tweak to run under either version of expect.
8330 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8331 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8332 * gdb.t11/list.exp: Remove extraneous whitespace.
8333
8334Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8335
8336 * gdb.t16/printcmds.exp (test_print_strings): Accept
8337 "(unsigned char *) " before the string.
8338
8339 * TODO: Add notes about printing of fancy types and GDB expressions.
8340
8341Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8342
8343 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8344 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8345 if doing mips-idt-ecoff.
c906108c
SS
8346
8347Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8348
8349 * Most .exp files: Tweak to run under either version of expect.
8350
8351Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8352
8353 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8354 xfails; I'm not sure why they are failing, but not because of PR 1806.
8355
8356Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8357
8358 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8359 defined in lib/gdb.exp.
8360
8361Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8362
8363 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8364 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8365 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8366 have to be typeless.
8367
8368Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8369
8370 * TODO: Add suggestion for copyright year test.
8371
8372Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8373
8374 * configure.in (*-*-lynxos*): Add stabs tests.
8375
8376Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8377
8378 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8379 so insert a tab before any assembler directive in column zero.
8380
8381 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8382 stores.
8383 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8384 stores.
8385 (fpu_short_memory_tests): Likewise.
8386
8387Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8388
8389 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8390 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8391 .stabs directives in comments.
8392
8393Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8394
8395 * TODO: New file, describing tests we could write.
8396 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8397
8398Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8399
8400 * gdb.t06/signals.exp: Add kludge to force re-sync.
8401
8402 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8403 to xgdb instead of gdb, get out of gdb.
8404
8405Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8406
8407 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8408 for info.
8409
8410Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8411
8412 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8413 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8414 * gdb.stabs/hppa.sed: New sed script for the PA.
8415
8416Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8417
8418 * gdb.stabs: Re-write weird.def and configuration to use sed
8419 instead of cpp. sed is portable and POSIX; cpp is neither.
8420
8421Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8422
8423 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8424
8425Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8426
8427 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8428
8429Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8430
8431 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8432 "_vb$".
8433 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8434 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8435
8436Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8437
8438 * lib/gdb.exp: Comment out code which depends on non-existent
8439 `transform' procedure.
8440
8441Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8442
8443 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8444 * lib/gdb.exp: Transform tool name.
8445 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8446 1.1's new error handling system.
8447
8448Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8449
8450 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8451
8452Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8453
8454 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8455 They made pattern matching so slow that timeouts happened on
8456 heavily loaded systems. Now any output from "show print" which
8457 gets us back to the GDB prompt is a PASS.
8458
8459Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8460
8461 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8462
8463Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8464
8465 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8466
8467 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8468 It is not from PR 3220.
8469
8470Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8471
8472 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8473 just started failing because they depended on the order the
8474 subcommands are presented, or exact docstring text. This kind of
8475 test is a pain and has minimal benefit.
8476
8477Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8478
8479 * gdb.t09/corefile.exp: At end of test, use "core" command with
8480 no arguments.
8481
8482Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8483
8484 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8485 17}/Makefile.in: Make it possible to run the testsuite with Sun
8486 make and CC = cross gcc by adding explicit build rules for .o
8487 files.
8488
8489Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8490
8491 * gdb.t15/funcargs.exp: Don't put comments on same line as
8492 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 8493
c906108c
SS
8494Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8495
8496 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8497
8498Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8499
8500 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8501 * gdb.t20/inherit.exp: remove three dumplicate entries.
8502
8503Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8504
8505 * gdb.t06/break.exp: For "next over recursive call", fail on any
8506 incorrect output, not just on "factorial (value=2)".
8507
8508Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8509
8510 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8511 working now. Add an xfail if accesing a bss variable causes
8512 a memory error if the target is not yet run.
8513
8514Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8515
8516 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8517 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8518 name of __st* demangling (2 strings). Did Kung really get the
8519 more than 95 others right without testing them?
8520
8521Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8522
8523 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8524
8525Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8526
8527 * configure.in (configdirs): Add gdb.disasm
8528 * gdb.disasm: New directory for GDB disassembler tests.
8529 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8530
8531Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8532
8533 * gdb.t00/help.exp: Don't test "help set".
8534
8535 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8536 from within expect statements. None of these happen anymore and
8537 they cause regressions to be silently unnoticed.
8538
8539 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8540 messages) about known failures with gcc cygnus-2.4.5-930417.
8541
8542 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8543 comp-info.exp so it gets built if it doesn't exist.
8544
8545 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8546 it is no longer used.
8547 * gdb.t13/comp-info.c: Removed.
8548
8549Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8550
8551 * gdb.t06/signals.exp: Add xfail for sun3.
8552
8553Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8554
8555 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8556 relevant because ^C doesn't get sent but failure can be reproduced
8557 interactively).
8558
8559Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8560
8561 * gdb.stabs/alpha.mt: New configuration file for alpha.
8562 * gdb.stabs/configure.in: Use it.
8563 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8564 sharing with alpha.mt, redefine long to word via preprocessor.
8565 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8566 for alpha.
8567 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8568 native cc.
8569 * gdb.t00/teststrategy.exp: Change expect string so that we
8570 consume the `(xgdb)' from the command echo and from the gdb prompt.
8571 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8572 gdb currently compares all values as long, so this failure probably
8573 applies to any configuration where LONGEST is bigger than a target int.
8574 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8575 with gcc.
8576 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8577 to handle opaque pointers, gcc is.
8578 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8579 as first argument. Include <sys/types.h> and change all operator
8580 new definitions to use size_t.
8581 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8582 now that we use size_t.
8583
8584Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8585
8586 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8587 a long or float array cast all array members to the same type.
8588 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8589 with 64 bit longs.
8590 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8591 on alpha.
8592 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8593
8594Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8595
8596 * gdb.t24 (demangle.exp): Constructors of templates have names like
8597 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8598 section 14.6 of the ARM.
8599
8600 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8601 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8602 accomplish little and slow down the testsuite.
8603
8604 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8605 Accept spaces various places.
8606
8607Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8608
8609 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8610 with watchpoint enabled.
8611
8612 * Makefile.in: Remove definition of CC and remove the second
8613 definition of CXX (the "CXX = gcc" one remains). These definitions
8614 were causing backquotes to be expanded within backquotes, which
8615 doesn't work.
8616
8617Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8618
8619 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8620
8621Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8622
8623 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8624 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8625 by mips cc and contains no stabs entries.
8626
8627Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8628
8629 * config/vx-gdb.exp: Use fake device to load files rather than
8630 NFS.
8631 * lib/gdb.exp: New proc to do "file" command.
8632 * config/unix-gdb.exp: Use new "file" proc.
8633
8634Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8635
8636 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8637 Rework board rebooting slightly.
8638 (gdb_exit): Don't exit from the remote shell; there isn't one.
8639 * gdb.stabs/weird.exp: If a program is being debugged already,
8640 kill it.
8641 * gdb.t04/setvar.exp: Stop and restart gdb.
8642 * gdb.t05/expr.exp: Likewise.
8643 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8644 restart gdb and reload the program.
8645 * gdb.t08/opaque.exp: Likewise.
8646 * gdb.t12/scope.exp: Likewise.
8647 * gdb.t13/bitfields.exp: Likewise.
8648 * gdb.t15/funcargs.exp: Likewise.
8649 * gdb.t20/classes.exp: Likewise.
8650 * gdb.t03/ptype.exp: Increase timeout.
8651 * gdb.t16/printcmds.exp (test_print_string_constants,
8652 test_print_array_constants): Likewise.
8653 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8654 * gdb.t20/classes.exp (do_tests): Likewise.
8655 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8656
8657Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8658
8659 * gdb.stabs: Renamed *wierd* to *weird*.
8660
8661Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8662
8663 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8664 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8665
8666Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8667
8668 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8669 (do_tests): Remove xfail for whatis on one_var and two_var.
8670
8671Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8672
8673 * Makefile.in: Made cross building work better by adding
8674 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8675
8676Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8677
8678 * gdb.t15/{return.c,return.exp,Makefile.in}:
8679 New test, currently commented out.
8680
8681Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8682
8683 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8684 still running and removes the leftover named socket so GDb can do
8685 clean restarts.
8686
8687Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8688
8689 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8690 console, not GDB.
8691 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8692 cross testing works better with "make check"
8693 * config/unix-gdb: Use default procedures for exit and version.
8694 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8695 with the newest VxWorks.
8696
8697Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8698
8699 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8700 old form.
8701
8702 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8703 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8704
8705 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8706
8707 * config/unix-gdb.exp: Remove this version of gdb_exit
8708 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8709 Rob says he'll look at it when he gets back to testing boards.
8710
8711Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8712
8713 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8714 an expected fail for certain ptype commands.
8715
8716 * gdb.t20/classes.exp: Update expected results of "ptype class
8717 Base1" to account for the constructor that now appears in the type.
8718
8719Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8720
8721 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8722 disappeared from list.
8723 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8724 "alldone" proc with call to cleanup and exit.
8725 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8726 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8727 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8728 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8729 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8730 "alldone" proc with simple returns that suppress remaining
8731 tests. The alldone proc went away many months ago.
8732
8733Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8734
8735 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8736
8737 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8738
8739Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8740
8741 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
8742 as vax gdb will display them.
8743
8744Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8745
8746 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
8747 optimizers.
8748
8749 * scope.exp: Change "bad value for localval" messages so each one
8750 is unique.
8751
8752 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
8753 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
8754
8755 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
8756
8757Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8758
8759 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
8760 doesn't exist (due to optimization).
8761
8762Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8763
8764 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
8765 contains \r because the filename is long.
8766
8767 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
8768 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
8769
8770Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8771
8772 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
8773 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
8774 Ultrix.
8775 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
8776 int tests.
8777 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
8778
8779Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
8780
8781 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
8782
8783 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 8784 to match does not match the passing case but still matches the
c906108c
SS
8785 failing case.
8786
8787Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8788
8789 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
8790
8791Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
8792
8793 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
8794 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
8795 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
8796 Remove various versions of gdb_exit.
8797 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
8798 gdb_exit.
8799 * config/unix-gdb.exp: gdb_exit remains here, and should override
8800 the generic version, since it's doing a lot of wierd stuff that
8801 the other versions aren't. FIXME, fold it in, or abandon this
8802 version.
8803
8804Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8805
8806 * gdb.t24/demangle.exp: Add tests for PR 3220.
8807
8808Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8809
8810 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
8811
8812Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
8813
8814 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
8815 "i386-*-*". Works for i486 as well.
8816
8817 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
8818 bug, and expand domain of xfail to all SVR4 systems, since the
8819 actual problem is likely to be in generic SVR4 /proc support.
8820
8821Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8822
8823 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
8824
8825Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
8826
8827 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
8828 xfails for other systems. Match a missing 'Continuing.' as an
8829 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
8830
8831 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
8832 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
8833 Only issue warning for missing executables if -all option is used.
8834
8835 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
8836 file if -all option is used. It's like an unpredictable XFAIL.
8837
8838Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8839
8840 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
8841 for dynamically linked binaries.
8842
8843 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
8844
8845Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8846
8847 * gdb.t20/inherit.exp: Change message for "print tagless struct"
8848 to state that this is a known bug in old versions of g++.
8849
8850Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8851
8852 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
8853 while waiting for `Continuing'.
8854
8855Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
8856
8857 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
8858 in text, data, and bss.
8859 * gdb.t10/nodebug.c: Add local and global test variables for
8860 initialized and uninitialized data.
8861
8862Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8863
8864 * config/unix-gdb.exp (gdb_exit): Add "wait".
8865
8866Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8867
8868 * gdb.t06/signals.exp: xfail the continue from the handler for all
8869 targets.
8870
8871 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
8872 function with watchpoints enabled, the i386 call dummy starts with
8873 a call.
8874
8875 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
8876 386 bsd names its corefiles.
8877
8878Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
8879
8880 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
8881 compilers don't grok it.
8882 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
8883 with small octal ints rather than character constants, which
8884 are signed and might not fit if first promoted to int.
8885
8886Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
8887
8888 * gdb.t09/Makefile.in (clean): Remove corefile.
8889
8890Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8891
8892 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
8893
8894Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8895 and Jim Kingdon (kingdon@cygnus.com)
8896
8897 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
8898 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
8899 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
8900
8901Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8902
8903 * gdb.t17/interrupt.exp: Add xfail for hppa.
8904
8905Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8906
8907 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
8908 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
8909 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
8910 to determine signed-ness of bitfields and use the result to setup
8911 the xfail.
8912 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
8913 * gdb.t15/funcargs.exp: Use them to step until the second indirect
8914 call line is reached if necessary.
8915
8916Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8917
8918 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
8919
8920Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8921
8922 * gdb.t06/break.exp: Also test `clear' command.
8923
8924Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8925
8926 * gdb.t00/teststrategy.exp: Remove extra quote.
8927
8928 * gdb.t07/watchpoint.exp: Change xfail for calling function with
8929 watchpoint enabled to be for all non-68k machines.
8930
8931 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
8932
8933Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8934
8935 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
8936 targets use aout.mt instead of ecoff.mt as gas understands
8937 standard aout format.
8938
8939Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8940
8941 * lib/gdb.exp (runto): Don't insist that function we are running to
8942 was compiled with -g.
8943
8944 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
8945
8946 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
8947 to get back into the read system call.
8948 Accept leading newline in case where we woke it up.
8949
8950Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8951
8952 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
8953 to make the stabs test work on ecoff systems using gcc and -with-stabs.
8954 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
8955 enable ecoff configuration.
8956
8957Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8958
8959 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
8960
8961Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8962
8963 * gdb.t16/printcmds.exp: Add another printf test.
8964
8965Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
8966
8967 * configure.in: If configured -with-stabs on any target, add
8968 stabsdirs to configdirs.
8969
8970Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8971
8972 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
8973 fun" so pattern does not match the command itself.
8974
8975Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8976
8977 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
8978
8979Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8980
8981 * gdb.t17/interrupt.exp: Test for more things.
8982
8983Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8984
8985 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
8986 compiler arranges the code and line numbers.
8987
8988 * gdb.t17/interrupt.exp: Don't send \n after ^C.
8989
8990Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8991
8992 * gdb.t00/help.exp: Increase expect input buffer size.
8993
8994Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8995
8996 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
8997
8998 * gdb.t07/watchpoint.exp: Add xfail for hppa.
8999
9000 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9001
9002 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9003 [0-9]*, not just [0-9].
9004
9005Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9006
9007 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9008
9009 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9010
9011Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9012
9013 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9014
9015Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9016
9017 * gdb.t06/signals.c: Add xfails for sun3.
9018
9019 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9020
9021 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9022 test_stepping tests.
9023
9024Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9025
9026 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9027
9028 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9029
9030 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9031 rather than actually putting it through cpp twice.
9032
9033 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9034
9035Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9036
9037 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9038 no longer needed.
9039
9040Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9041
9042 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9043
9044 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9045 C++ features prints as "struct", make it a pass, not an xfail.
9046
9047Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9048
9049 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9050 Don't require VA to print as "class" rather than "struct".
9051
9052Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9053
9054 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9055
9056Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9057
9058 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9059
9060Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9061
9062 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9063 order.
9064
9065Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9066
9067 * gdb.t16/printcmds.exp: Add printf tests.
9068
9069 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9070
9071 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9072
9073Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9074
9075 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9076 pass counts, to counteract any existing or future setup_xfails.
9077
9078Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9079
9080 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9081 {BEGIN,END}_COMMON for common block instead of STAB.
9082 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9083
9084 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9085 intp_var should be N_GSYM not N_LSYM.
9086 wierd-aout.S: Use a label for the value of the N_SO.
9087 wierd.def: Remove all backslashes.
9088 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9089
9090Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9091
9092 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9093 get the expected next to inheritance3.
9094
9095Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9096
9097 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9098 now that gcc-2.4 gets it right.
9099
9100Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9101
9102 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9103
9104 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9105 generating comp-info.exp which works for cross-compilation.
9106
9107Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9108
9109 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9110 "*-*-sysv4.*".
9111
9112Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9113
9114 * gdb.t01/run.exp: Start with a fresh gdb.
9115 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9116 SVR4.x.
9117
9118Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9119
9120 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9121 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9122 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9123 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9124 things to remove.
9125
9126Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9127
9128 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9129 test cases from bug reports.
9130
9131Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9132
9133 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9134 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9135 avoid spurious xfails.
9136 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9137 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9138 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9139
9140Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9141
9142 * gdb.t00/teststrategy.exp: Rework to provide more useful
9143 description of each test, fix problem with systems that define
9144 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9145 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9146 results for "next over recursive call" so timeouts aren't taken
9147 by error.
9148
9149Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9150
9151 * gdb.t12/scope.exp: Test printing of variables before run.
9152
9153 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9154 printed in wrong order due to sorting.
9155
9156Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9157
9158 * gdb.t00/teststrategy.exp: Fix expected results for printing
9159 user entered string constant. Is array of char, prints with no
9160 address.
9161
9162 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9163 commands.
9164 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9165 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9166 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9167 of struct of char arrays.
9168 * gdb.t00/radix.exp: New tests for radix commands.
9169
9170Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9171
9172 * gdb.t16/printcmd.exp: Print a variable before running program
9173 (with xfail for AIX).
9174
9175Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9176
9177 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9178
9179 * gdb.t16/printcmd.exp: Don't print variables before running program.
9180
9181 * gdb.t06/break.exp: Don't require envp argument to main.
9182
9183 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9184
9185 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9186 Add xfails for rs6000.
9187
9188 * gdb.t02/whatis.exp: Change other tests not to re-test something
9189 we already tested.
9190
9191 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9192 each type used has a variable of that type.
9193
9194Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9195
9196 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9197
9198Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9199
9200 * configure.in: change srctrigger to be a file, not a directory
9201
9202Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9203
9204 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9205
9206 * gdb.t11/list.exp: Fixed a couple of typos.
9207
9208Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9209
9210 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9211 is fixed and PR is closed.
9212 * gdb.t16 (gdbme.c): Add simple test string variable.
9213 * gdb.t16 (printcmds.exp): Add tests with simple test string
9214 variable, primarily for boundaries on "set print elements".
9215
9216Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9217
9218 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9219 Make leading 0's optional and don't expect a tab in the middle
9220 of the number.
9221
9222 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9223
9224 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9225 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9226 don't end command passed to gdb_test with newline.
9227
9228 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9229 signed keyword away, don't expect signed bitfields to be signed.
9230
9231 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9232 printing with only as many 1's as are in the field as well as printing
9233 with 32 1's (see comment).
9234
9235Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9236
9237 * gdb.t00/default.exp: Start with a fresh gdb.
9238 * configure.in (configdirs): Remove gdb.t31 until the chill
9239 compiler works again. It no longer is able to find chillrt0
9240 since it isn't in libchill.a anymore.
9241 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9242 wierd.o, make more modular.
9243 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9244 spurious newlines that caused problems.
9245
9246Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9247
9248 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9249 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9250 gdb.stabs/wierd.{exp,def}: Many new tests.
9251
9252 * gdb.t00/default.exp: update info line for new message.
9253
9254 * gdb.t02/{whatis.exp,gdbme.c}:
9255 Test that "char *" doesn't print as "caddr_t".
9256
9257Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9258
9259 * gdb.t00/help.exp: Use .* in place of some help messages which
9260 just changed.
9261 gdb.t00/default.exp: Update "info frame" test for new message.
9262 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9263 Remove some xfails
9264
9265Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9266
9267 * gdb.t03/{gdbme.c,ptype.exp}:
9268 Add tests for typedef'd struct and union without tags.
9269 Also check "whatis" on a variable of a typedef'd enum without a tag.
9270
9271 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9272 PRMS 1823; the bug still exists but isn't reproduced by this test
9273 anymore), and remove rs6000 XFAIL (the bug is fixed).
9274
9275 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9276 duplicated from whatis.exp. For those that are left, accept
9277 "long", "long int", or "int" for long variables (whatis.exp already
9278 has an XFAIL for "int", so no need to fail it here).
9279
9280 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9281 Deal with GCC's names for types now that GDB uses the compiler's names.
9282
9283 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9284 setup_xfail's for sunos4. If we #defined the signed keyword away,
9285 don't expect GDB to know that char it is signed.
9286
9287 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9288
9289Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9290
9291 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9292 should work on any system, regardless of debugging format.
9293 * gdb.t21/demangle.exp: Move to gdb.t24.
9294 * gdb.t24/demangle.exp: Move from gdb.t21.
9295 * gdb.t24/{Makefile.in, configure.in}: New files.
9296
9297Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9298
9299 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9300 * gdb.stabs: New directory.
9301
9302Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9303
9304 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9305 not just "Quit anyway?".
9306
9307Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9308
9309 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9310 that all setup_xfails are immediately followed by clear_xfails.
9311
9312Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9313
9314 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9315 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9316 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9317 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9318 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9319 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9320 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9321 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9322 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9323 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9324 gdb.t31/chillvars.exp, lib/gdb.exp:
9325 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9326 bug-gdb@prep.ai.mit.edu.
9327
9328Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9329
9330 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9331 with 0.0, not integer 0.
9332
9333Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9334
9335 * gdb.t06/break.exp: Update for "Kill the program" message change.
9336
9337Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9338
9339 * Makefile.in (GDBFLAGS): Set to -nx.
9340 * Makefile.in (site.exp): Use GDBFLAGS.
9341
9342Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9343
9344 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9345 Makefiles.
9346 (check): depend on just-check.
9347 (just-check): added so that tests can be run without a noop
9348 build pass.
9349
9350Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9351
9352 Switch to using configure's configdirs.
9353 * Makefile.in (Makefile): add configure.in dependency.
9354 (SUBDIRS): removed redundant assignment.
9355 * configure.in: switch subdirs assignment to configdirs.
9356 * gdb.t*/configure.in: new files.
9357
9358Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9359
9360 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9361 works.
9362
9363Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9364
9365 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9366 in explicit rules. Apparently this is not supported by some makes.
9367
9368Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9369
9370 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9371
9372Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9373
9374 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9375 disappeared.
9376
9377Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9378
9379 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9380
9381Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9382
9383 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9384 watchpoint problem that is now fixed.
9385 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9386 uninitialized convenience variables.
9387 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9388 structures.
9389
9390Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9391
9392 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9393 which causes expect to get out of sync with gdb on long output
9394 from help set.
9395 * gdb.t09/corefile.exp: Make expected pattern for core file
9396 failing signal and frame output format less sun specific.
9397
9398Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9399
9400 * gdb.t31/chillvars.exp: Add and remove initial dummy
9401 breakpoint, so that symbol table is forced in.
9402 (Needed at least on Sunos4, though it seems not SVR4.)
9403 * gdb.t31/chillvars.exp: Update for changed output format.
9404
9405Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9406
9407 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9408
9409Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9410
9411 * Makefile.in: Added --srcdir when invoking runtest, removed the
9412 need for a local config file. (optional now)
9413
9414Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9415
9416 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9417 failure count used to force early termination. Add some more
9418 expected failures for gnu style demangling.
9419
9420Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9421
9422 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9423 pmi variable from gdb.t20/gdbme to get optimized away.
9424 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9425 Check for written corefile upon timeout _and_ eof.
9426
9427Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9428
9429 * config/unix-gdb.exp: Add missing return 0.
9430
9431Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9432
9433 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9434 test termination.
9435
9436Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9437
9438 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9439 disappeared.
9440
9441Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9442
9443 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9444 time as i860 support works.
9445
beb998c6 9446 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
9447 "backtrace 100\r" rather than just "backtrace\r", to match last
9448 change.
9449
9450Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9451
9452 * config/udi-gdb.exp (gdb_exit): Remove close command.
9453 (gdb_target_udi): New procedure to set the UDI target.
9454 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9455 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9456 Added waits for prompts after several question responses. Added
9457 some more responses used by a29k-amd-udi-gdb.
9458 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9459 pass different arguments, restart UDI connection after program
9460 completion.
9461 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9462 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9463 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9464 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9465 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9466 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9467 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9468 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9469 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9470 after program completion.
9471 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9472 compiled with a SELECT_VECS setting.
9473 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9474 infinite recursion.
9475
9476 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9477 Added checks for COFF results, and made them expected failures for
9478 all targets. It would be better to make them expected failures
9479 for COFF targets only.
9480
9481Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9482
9483 * Makefile.in: add null dvi target, don't bother to recurse
9484 through test directories for info and install-info; rename
9485 $(datadir) to be dejagnu instead of deja-gnu
9486
9487Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9488
9489 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9490 compiler to coredump.
9491 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9492 code.
9493
9494Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9495
9496 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9497 coredump.
9498 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9499 code.
9500
9501Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9502
9503 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9504 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9505 which in a shell. Deletes xgdb when done.
9506 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9507 Tests the return from the "set height" or "set width" commands.
9508 Added a few return codes where needed.
9509
9510Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9511
9512 * Makefile.in (SUBDIRS): Add gdb.t17.
9513 * configure.in (subdirs): Add gdb.t17.
9514 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9515 files to test gdb's calling of functions in the inferior with
9516 the correct arguments and gdb's ability to retrieve any
9517 result returned.
9518
9519Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9520
9521 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9522 may be called after gdb goes away. Previous versions of expect
9523 needed these to avoid file descriptor leaks, but they cause
9524 errors with the current revision of expect.
9525 * gdb.t00/gdbvars.exp: Use -re on expected output after
9526 setting sevenbit-strings.
9527 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9528 to set sevenbit-strings consistent across tests.
9529 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9530 set sevenbit-strings consistent across tests.
9531
9532Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9533
9534 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9535 expected output to match current "expect" expectations.
9536
9537Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9538
9539 * gdb.t00/default.exp: Change expected output for default "source"
9540 command, to match new gdb behavior which requires a filename to
9541 source.
9542
9543Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9544
9545 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9546 expected fail for i486-*-* that misses the marker2 function.
9547 * gdb.t10/crossload.exp (bfddefault): Allow successful
9548 recognition of a format to pass even if no symbols are found.
9549 Explicitly catch failures where the format is not recognized
9550 or is ambiguous, and add the reason to the fail message.
9551 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9552 the cause is and invalid target and add reason to failure message.
9553 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9554 elf32-i386, elf32-sparc, and elf32-i860.
9555 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9556 Set up expected failure for 'filename'::variable scope resolution,
9557 which is now apparently broken on all targets.
9558 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9559 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9560 gdb.t23/templates.exp: Change failure for missing binfile into
9561 just a warning.
9562 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9563 references.
9564
9565Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9566
9567 * gdb.t00/default.exp: Add expected output for default "source"
9568 command, to match new gdb behavior.
9569 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9570
9571Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9572
9573 * config/*-gdb.exp: returns an error, rather than exiting on
9574 internal errors.
9575
9576Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9577
9578 * gdb.t03/gdbme.c: Add pointer to struct variable.
9579 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9580 referencing struct members.
9581
9582Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9583
9584 * configure.in (mips-idt-ecoff): New target.
9585 * config/mips-gdb.exp: New file for remote board using MIPS remote
9586 debugging protocol.
9587
9588 * Redid configuration scheme. Removed gdb.t*/configure.in.
9589 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9590 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9591 distclean targets. Built executables via .o files. Adjusted
9592 tests to account for source files in $(srcdir) rather than
9593 $(objdir).
9594 * lib/gdb.exp (runto): Don't expect () after the function name,
9595 because it may have arguments.
9596
9597Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9598
9599 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9600 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9601 expected failures for mips-idt-* and mips-sgi-*.
9602 * gdb.t00/default.exp (attach): Kill process if requested.
9603 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9604 that does not read core files.
9605 * gdb.t01/run.exp: Removed checks for exit status code.
9606 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9607 it is linked in.
9608 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9609 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9610 appropriate, rather than doing it by hand.
9611 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9612 execution.
9613 * gdb.t10/crossload.exp: Kill existing program if needed.
9614 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9615 appropriate, rather than doing it by hand. Always increase
9616 timeout for this test, not just for VxWorks.
9617
9618Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9619
9620 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9621 of Chill STRUCT types and STRUCT values.
9622 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9623 than "char".
9624 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 9625 struct2): New struct definitions and initializations to test
c906108c
SS
9626 simple Chill STRUCT types.
9627
9628Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9629
9630 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9631 the null byte at the end of strings.
9632 * gdb.t00/default.exp: Make show version insensitive to copyright
9633 date.
9634 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9635 to avoid dependencies on target char signedness.
9636 * gdb.t16/printcmds.exp: Update expected results for explicitly
9637 unsigned char.
9638 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9639 now work.
9640 * gdb.t21/demangle.exp: Add many more patterns for template
9641 demangling, most of them being expected failures.
9642 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9643 string we are matching for, to match on the whole string.
9644 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9645 and fix a whole bunch that had incorrect expected output but were
9646 passing anyway because of the bug in "proc demangle".
9647 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9648 type.
9649 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9650
9651Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9652
9653 * gdb/testsuite: made modifications to testcases, etc., to allow
9654 them to work properly given the reorganization of deja-gnu and the
9655 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9656
9657Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9658
9659 * gdb/testsuite: Initial creation of gdb/testsuite.
9660 Migrated dejagnu testcases and support files for testing nm to
9661 gdb/testsuite from deja-gnu. These files were moved "as is"
9662 with no modifications. This migration is part of a major overhaul
9663 of dejagnu. The modifications to these testcases, etc., which
9664 will allow them to work with the new version of dejagnu will be
9665 made in a future update.
9666\f
9667Local Variables:
9668mode: indented-text
9669left-margin: 8
9670fill-column: 74
9671version-control: never
9672End: