2003-02-26 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
dd14ab43
DC
12003-02-26 David Carlton <carlton@math.stanford.edu>
2
3 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
4 template types into either PASSes or KFAILs (corresponding to PR
5 c++/57). Tweak indentation. Update copyright.
6
1146c7f1
SC
72003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8
9 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
10
74641dfb
MC
112003-02-13 Michael Chastain <mec@shout.net>
12
13 * gdb.base/exprs.exp: Remove i960 remnants.
14 * gdb.base/funcargs.exp: Likewise.
15 * gdb.base/list.exp: Likewise.
16 * gdb.base/ptype.exp: Likewise.
17
559cd2d0
DC
182003-02-14 David Carlton <carlton@math.stanford.edu>
19
20 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
21 pEe->D::vg()" from XFAIL to KFAIL.
22
c4f90d87
JM
232003-02-13 Jason Molenda (jmolenda@apple.com)
24
25 * gdb.base/maint.exp: Update maint print statistics regexp to include
26 new entries.
27
cbc4d97c
MC
282003-02-13 Michael Chastain <mec@shout.net>
29
30 * gdb.c++/inherit.exp: Remove call to get_debug_format.
31
40f235b7
MC
322003-02-12 Michael Chastain <mec@shout.net>
33
34 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
35 * gdb.c++/inherit.exp: Likewise.
36 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
37 * gdb.c++/templates.exp: Likewise.
38 * gdb.c++/virtfunc.exp: Likewise.
39
c56716b0
JM
402003-02-06 Jason Molenda (jason-cl@molenda.com)
41
42 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
43 why the code is written that way.
44
070afcf8
MC
452003-02-05 Michael Chastain <mec@shout.net>
46
47 * gdb.base/dump.exp: Add missing copyright line.
48
5d0331e5
JM
492003-02-05 Jason Molenda (jason-cl@molenda.com)
50
f7ae6d3e 51 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
52 at the beginning so the breakpoint doesn't get set on the loop.
53
92851186
MC
542003-02-05 Michael Chastain <mec@shout.net>
55
56 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
57 output for configurations with gcc 2.95.3.
58
cbf1e085
AC
592003-02-05 Keith Seitz <keiths@redhat.com>
60 Andrew Cagney <ac131313@redhat.com>
61
62 * gdb.mi/mi-cli.exp: New file.
63
29518e1e
MC
642003-02-04 Michael Chastain <mec@shout.net>
65
66 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
67 Call perror and then continue.
68
5af1d5f3
MC
692003-02-03 Michael Chastain <mec@shout.net>
70
71 * gdb.c++/pr-1023.cc: New file.
72 * gdb.c++/pr-1023.exp: New file.
73
6b549786
JB
742003-02-05 Jim Blandy <jimb@redhat.com>
75
76 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
77 it's local to foobar. Check for it there, and check that it's not
78 present in main.
79 * gdb.c++/local.cc (marker2): New function.
80 (foobar): Call marker1.
81 (main): Call marker2 instead of marker1.
82
67f16606
AC
832003-02-04 Andrew Cagney <ac131313@redhat.com>
84
85 * gdb.disasm/mn10200.exp: Obsolete file.
86 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
87 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
88 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
89
1c5cb38e
DC
902003-02-04 David Carlton <carlton@math.stanford.edu>
91
92 * gdb.c++/overload.exp: Test intToChar(1).
93 * gdb.c++/overload.cc (intToChar): New.
94 (main): Call intToChar.
95
d1fe6965
DC
962003-02-03 David Carlton <carlton@math.stanford.edu>
97
98 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
99 'might_kfail' arg.
100 KFAIL some of the continue_to_bp_overloaded calls, according to
101 PR c++/1025.
102
9ba61c5d
MC
1032003-02-01 Michael Chastain <mec@shout.net>
104
105 * gdb.base/advance.c (marker1): New marker function.
106 * gdb.base/advance.exp: When the 'advance' command lands on the
107 return breakpoint, it can legitimately stop on either the
108 current line or the next line. Accommodate both outcomes.
109 * gdb.base/until.exp: Likewise.
110
e7494ffb
AC
1112003-02-02 Andrew Cagney <ac131313@redhat.com>
112
113 2002-11-10 Jason Molenda (jason-cl@molenda.com):
114 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
115 now a list, not a tuple.
116 * gdb.mi/mi-var-display.exp: Ditto.
117 * gdb.mi/gdb792.exp: Ditto.
118
075559bc
AC
1192003-02-01 Andrew Cagney <ac131313@redhat.com>
120
121 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
122 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
123 stack backtraces.
124 * gdb.mi/mi-syn-frame.c: Part of same.
125
2bd4c7b1
MK
1262003-02-01 Mark Kettenis <kettenis@gnu.org>
127
128 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
129 gdb.mi/mi1-pthreads.exp: Return instead of calling
130 gdb_suppress_entire_file.
131
eabd8992
MS
1322003-02-01 Mark Salter <msalter@redhat.com>
133
134 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
135
71469e2f
MS
1362003-01-31 Mark Salter <msalter@redhat.com>
137
138 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
139 Support empty arg.
140
38a94d44
MC
1412003-01-30 Michael Chastain <mec@shout.net>
142
143 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
144 This was a workaround for a UTF-8 bug in readline 4.3. The bug
145 has been fixed in gdb/readline on 2003-01-09.
146
19ea9e73
MS
1472003-01-29 Michael Snyder <msnyder@redhat.com>
148
149 * gdb.base/args.exp: Skip if target does not support args passing.
150
2307bd6a
DJ
1512003-01-22 Daniel Jacobowitz <drow@mvista.com>
152
19ea9e73 153 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
154 gdb_test. Accept a list of expect arguments as the third
155 parameter.
156 (gdb_test): Use it.
157
f2dd3617
EZ
1582003-01-20 Elena Zannoni <ezannoni@redhat.com>
159
160 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
161 allow for different test tree configurations. Update some
162 tescases accordingly.
163 * gdb.arch/altivec-regs.exp: Ditto.
164 * gdb.asm/asm-source.exp: Ditto.
165 * gdb.base/advance.exp: Ditto.
166 * gdb.base/display.exp: Ditto.
167 * gdb.base/long_long.exp: Ditto.
168 * gdb.base/mips_pro.exp: Ditto.
169 * gdb.base/overlays.exp: Ditto.
170 * gdb.base/relocate.exp: Ditto.
171 * gdb.base/setshow.exp: Ditto.
172 * gdb.base/step-line.exp: Ditto.
173 * gdb.base/step-test.exp: Ditto.
174 * gdb.base/until.exp: Ditto.
175 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
176
c71cdefd
DC
1772003-01-17 David Carlton <carlton@math.stanford.edu>
178
179 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
180 corresponding to PR c++/945.
181 Update copyright.
182
fdba05d7
DC
1832003-01-17 David Carlton <carlton@math.stanford.edu>
184
185 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
186 corresponding to PR c++/68.
187
1882003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
189
190 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
191 (test_paddr_hairy_functions): Call print_addr_2_kfail for
192 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
193
c362c33a
EZ
1942003-01-15 Elena Zannoni <ezannoni@redhat.com>
195
0fbc361c
EZ
196 * gdb.base/break.exp: Fix change of default location, because of
197 removal of until tests.
198 * gdb.base/help.exp: Update test for new 'until' help message.
199 Add test for help on 'advance'.
c362c33a
EZ
200 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
201
dabf8a35
MK
2022003-01-15 Mark Kettenis <kettenis@gnu.org>
203
204 * gdb.base/default.exp: Adapt "info float" test for recent changes
205 to that command. Add test for "info vector".
206 * gdb.base/float.exp: New file. Add test for "info float" that
207 resembles the old test in gdb.base/default.exp.
208
a1769aca
DC
2092003-01-15 David Carlton <carlton@math.stanford.edu>
210
211 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
212
82025e13
EZ
2132003-01-15 Elena Zannoni <ezannoni@redhat.com>
214
215 * gdb.base/break.exp: Move the tests of until command from here...
216 * gdb.base/until.exp: ... to here. New file. Add other tests.
217 * gdb.base/advance.c: New file.
218 * gdb.base/advance.exp: New file.
219
8f9ab801
EZ
2202003-01-14 Elena Zannoni <ezannoni@redhat.com>
221
222 * gdb.base/args.c: New file.
223 * gdb.base/args.exp: New file.
224
9ae66589
DJ
2252003-01-14 Daniel Jacobowitz <drow@mvista.com>
226
227 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
228
8d77e5c3
DJ
2292003-01-14 Daniel Jacobowitz <drow@mvista.com>
230
231 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
232
12d2f0a1
DJ
2332003-01-14 Daniel Jacobowitz <drow@mvista.com>
234
235 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
236 dates.
237
6ca37014
DJ
2382003-01-13 Daniel Jacobowitz <drow@mvista.com>
239
240 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
241
b0023472
DJ
2422003-01-13 Daniel Jacobowitz <drow@mvista.com>
243
244 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
245 (ptype &*"foo").
246 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
247
d6abaea5
DJ
2482002-01-13 Daniel Jacobowitz <drow@mvista.com>
249
250 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
251 * gdb.mi/mi1-console.exp: Likewise.
252
dfd536a7
DJ
2532002-01-13 Daniel Jacobowitz <drow@mvista.com>
254
255 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
256 * gdb.mi/mi1-console.exp: Likewise.
257
a1fb14a2
DJ
2582003-01-13 Daniel Jacobowitz <drow@mvista.com>
259
260 * gdb.c++/overload.exp: Remove some fixed XFAILs.
261
c4cf40b7
DJ
2622003-01-09 Daniel Jacobowitz <drow@mvista.com>
263
264 * gdb.base/detach.exp: New test.
265
696d5a5b
DJ
2662003-01-09 Daniel Jacobowitz <drow@mvista.com>
267
268 * Makefile.in (ALL_SUBDIRS): New variable.
269 (subdirs, clean, distclean): Use it.
270 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
271 regenerating Makefile, since it is generated from the top level.
272 * gdb.asm/Makefile.in: Likewise.
273 * gdb.base/Makefile.in: Likewise.
274 * gdb.c++/Makefile.in: Likewise.
275 * gdb.disasm/Makefile.in: Likewise.
276 * gdb.java/Makefile.in: Likewise.
277 * gdb.mi/Makefile.in: Likewise.
278 * gdb.threads/Makefile.in: Likewise.
279 * gdb.trace/Makefile.in: Likewise.
280
754533e4
DC
2812003-01-09 David Carlton <carlton@math.stanford.edu>
282
283 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
284 Add copyright year 2003.
285
d8b3e9ee
MC
2862003-01-06 Michael Chastain <mec@shout.net>
287
288 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
289 When selecting a thread, 'line' and 'file' are optional.
290 * gdb.mi/mi1-pthreads.exp: Likewise.
291
8e9e0fe6
AS
2922003-01-06 Andreas Schwab <schwab@suse.de>
293
294 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
295 failures.
296
b5ab8ff3
DJ
2972003-01-04 Daniel Jacobowitz <drow@mvista.com>
298
299 Fix PR gdb/844
300 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
301 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
302
303 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
304 instead of calling gdb_suppress_entire_file.
305 * gdb.threads/print-threads.exp: Likewise.
306 * gdb.threads/schedlock.exp: Likewise.
307
308 * gdb.threads/killed.exp: Return instead of calling
309 gdb_suppress_entire_file.
310 * gdb.threads/linux-dp.exp: Likewise.
311 * gdb.threads/pthreads.exp: Likewise.
312
1e698235
DJ
3132003-01-04 Daniel Jacobowitz <drow@mvista.com>
314
315 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
316 stabs.
317 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
318 * gdb.base/whatis.exp: Always allow (void) after function names.
319
147ff08c
DJ
3202003-01-04 Daniel Jacobowitz <drow@mvista.com>
321
322 * gdb.c++/casts.exp: Correct regexp.
323
dc62bfc2
MK
3242003-01-04 Mark Kettenis <kettenis@gnu.org>
325
326 * configure.in: Call AC_CONFIG_HEADER. Don't call
327 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
328 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
329 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
330 aforementioned directories in the AC_OUPUT call.
331 * config.hin: New file.
332 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
333 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
334 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
335 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
336 pass -I$objdir instead of -I$objdir/$subdir in compilation.
337 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
338 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
339 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
340 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
341 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
342 gdb.threads/configure.in, gdb.threads/configure,
343 gdb.threads/config.in, gdb.trace/configure.in,
344 gdb.trace/configure: Removed.
345
77afa639
MC
3462003-01-03 Michael Chastain <mec@shout.net>
347
348 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
349 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
350
7634bb6e
DJ
3512003-01-03 Daniel Jacobowitz <drow@mvista.com>
352
353 * gdb.base/store.exp: Fix regular expressions.
354
b39c905e
MK
3552002-12-28 Mark Kettenis <kettenis@gnu.org>
356
357 * configure.in: Rewrite.
358 * configure: Regenerated.
359
0a8551dd
DC
3602003-01-03 David Carlton <carlton@math.stanford.edu>
361
362 * gdb.base/psymtab.exp: New file.
363 * gdb.base/psymtab1.c: Ditto.
364 * gdb.base/psymtab2.c: Ditto.
365
c60b7188
AF
3662002-12-23 Adam Fedor <fedor@gnu.org>
367
368 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
369
ee73db83
DC
3702002-12-23 David Carlton <carlton@math.stanford.edu>
371
372 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
373 and current_directory initialization.
374
d6c1774e
JB
3752002-12-22 Jim Blandy <jimb@redhat.com>
376
f0a847b8
JB
377 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
378 rather than as part of the output file name.
379
d6c1774e
JB
380 * gdb.base/attach.exp: There's no need to copy the test program to
381 /tmp; that was only ever necessary on HP/UX, and this test is
382 entirely disabled there anyway.
383
f0708dbb
JB
3842002-12-21 Jim Blandy <jimb@redhat.com>
385
4c2acfea
JB
386 * gdb.c++/psmang.exp: Doc fix.
387
f0708dbb
JB
388 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
389 test.
390
9579e000
DC
3912002-12-20 David Carlton <carlton@math.stanford.edu>
392
393 * gdb.c++/annota2.exp: KFAIL annotate-quit.
394
d1810171
MC
3952002-12-18 Michael Chastain <mec@shout.net>
396
397 * gdb.c++/annota2.exp: Add copyright year 2002.
398
76565097
DC
3992002-12-17 David Carlton <carlton@math.stanford.edu>
400
401 * gdb.c++/try_catch.cc: Add marker comments.
402 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
403 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
404 * gdb.c++/m-static.cc: Ditto.
405 * gdb.c++/m-static1.cc: Ditto.
406 * gdb.c++/try_catch.cc: Ditto.
407
da81390b
JJ
4082002-12-16 Jeff Johnston <jjohnstn@redhat.com>
409
410 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
411 to see whether we are using the new -environment-directory
412 command which resets via -r or the old version of the command
413 which may prompt the user. Part of fix for gdb/741.
414
b304d130
AC
4152002-12-13 Andrew Cagney <ac131313@redhat.com>
416
417 * gdb.fortran/types.exp: Update obsolete comment.
418 * gdb.fortran/exprs.exp: Ditto.
419 * lib/gdb.exp: Delete obsolete code.
420 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
421 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
422 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
423 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
424 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
425 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
426 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
427 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
428 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
429 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
430 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
431 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
432 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
433 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
434 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
435 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
436 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
437 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
438 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
439 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
440 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
441 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
442 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
443 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
444 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
445 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
446 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
447 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
448 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
449 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
450 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
451 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
452 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
453 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
454 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
455 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
456 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
457
a23b6e6a
DC
4582002-12-11 David Carlton <carlton@math.stanford.edu>
459
460 * gdb.c++/m-data.exp: Add test for members that shadow global
461 variables: see PR gdb/804.
462 * gdb.c++/m-data.cc: Ditto.
463
6604731b
DJ
4642002-12-10 Daniel Jacobowitz <drow@mvista.com>
465
466 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
467
de46ecd7
DC
4682002-12-06 David Carlton <carlton@math.stanford.edu>
469
470 * gdb.base/store.c: Don't declare functions static.
471
27e829d0
AC
4722002-12-04 Andrew Cagney <ac131313@redhat.com>
473
474 * gdb.base/store.exp, gdb.base/store.c: New files.
475
92806416
DJ
4762002-12-03 Daniel Jacobowitz <drow@mvista.com>
477
478 * gdb.base/selftest.exp: Update for current gdb.
479
3bcbaac5
DJ
4802002-12-03 Daniel Jacobowitz <drow@mvista.com>
481
482 * gdb.base/maint.exp: Only dump symbols from one source file
483 or objfile.
484
f4f00b1f
DJ
4852002-12-03 Daniel Jacobowitz <drow@mvista.com>
486
487 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
488 function call.
489
f1c8a949
JB
4902002-11-25 Jim Blandy <jimb@redhat.com>
491
492 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
493 function appearing in error message.
494
9e297a97
DJ
4952002-11-21 Daniel Jacobowitz <drow@mvista.com>
496
497 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
498
1f312e79
JJ
4992002-11-08 Jeff Johnston <jjohnstn@redhat.com>
500
501 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
502 for mi1 and current mi is in correct format. New mi startup message
503 should be in mi console format. This is part of fix for PR gdb/604.
504
83c31e7d
FN
5052002-09-18 Fernando Nasser <fnasser@redhat.com>
506
507 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
508 which explicitly prints the zero offset as "+0".
509
322b3f65
DJ
5102002-10-22 Daniel Jacobowitz <drow@mvista.com>
511
512 * gdb.threads/schedlock.c (args): Make unsigned.
513
5142002-10-21 Daniel Jacobowitz <drow@mvista.com>
515
516 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
517 numbers. Allow "foo2|selected stack frame".
518 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
519 * gdb.asm/asmsrc2.s: Likewise.
520 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
521 comments.
522 * gdb.asm/mips.inc: New file.
523
5e2fe5b8
AF
5242002-10-18 Adam Fedor <fedor@gnu.org>
525
526 * gdb.base/default.exp: Update expected output to include 'ObjC'.
527 * gdb.base/help.exp: Likewise.
528
abe1a5d0
KB
5292002-10-17 Kevin Buettner <kevinb@redhat.com>
530
531 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
532 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
533
10abb1d4
JB
5342002-10-02 Jim Blandy <jimb@redhat.com>
535
536 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
537
1f609b42
AC
5382002-10-01 Andrew Cagney <ac131313@redhat.com>
539
540 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
541 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
542 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
543 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
544 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
545 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
546 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
547
0aee02e4
AC
5482002-09-29 Andrew Cagney <ac131313@redhat.com>
549
550 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
551 * mi0-disassemble.exp, mi0-eval.exp: Delete.
552 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
553 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
554 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
555 * mi0-var-block.exp, mi0-var-child.exp: Delete.
556 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
557
6fde09ad
KB
5582002-09-27 Kevin Buettner <kevinb@redhat.com>
559
560 * gdb.base/annota1.exp (info break): Make directory components of
561 path optional since not all compilers emit this debug information.
562
563 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
564 step ends up stepping out of the function instead of stopping on
565 the epilogue.
566
9e8aab75
KS
5672002-09-26 Keith Seitz <keiths@redhat.com>
568
569 * lib/insight-support.exp (gdbtk_start): Figure out where
570 the insight executable is based on where gdb is. Use this
571 executable to start insight instead of gdb.
572
e36180d7
AC
5732002-09-25 Andrew Cagney <cagney@redhat.com>
574
575 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
576
9dd34b2b
AC
5772002-09-24 Andrew Cagney <ac131313@redhat.com>
578
579 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
580 test_isolated_complaints.
581 (test_empty_complaint): New function.
582 (test_empty_complaints): New function. Check no output when no
583 complaints.
584
dea97812
KB
5852002-09-19 Jim Blandy <jimb@redhat.com>
586
587 * gdb.base/charset.exp, gdb.base/charset.c: New files.
588
54951bd7
AC
5892002-09-19 Andrew Cagney <ac131313@redhat.com>
590
591 * gdb.gdb/complaints.exp: New file.
592
dec43320
AC
5932002-09-18 Andrew Cagney <ac131313@redhat.com>
594
595 * gdb.base/maint.exp: Check `help maint internal-warning'.
596
e70d6e3f
DC
5972002-09-18 David Carlton <carlton@math.stanford.edu>
598
599 * gdb.c++/m-static.exp: Remove breakpoints depending on line
600 numbers, and replace them by a single breakpoint after the
601 constructors are all finished.
602 Add test 4.
603 * gdb.c++/m-static.cc: Add test 4.
604 * gdb.c++/m-static.h: New file.
605 * gdb.c++/m-static1.cc: New file.
606
607 * gdb.c++/printmethod.exp: New file.
608 * gdb.c++/printmethod.cc: New file.
609
610 * gdb.c++/pr-574.exp: New file.
611 * gdb.c++/pr-574.cc: New file.
612
afb5c968
CV
6132002-09-18 Corinna Vinschen <vinschen@redhat.com>
614
615 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
616 embedded targets which never actually exit.
617
31e45dee
FN
6182002-09-18 Fernando Nasser <fnasser@redhat.com>
619
620 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
621 "don't step after run" as unresolved or unsupported, instead of xfail.
622
a283c5a1
CV
6232002-09-18 Corinna Vinschen <vinschen@redhat.com>
624
625 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
626 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
627 Add newline to expected string in "step out of main (status wrapper)"
628 case.
629
11350d2a
CV
6302002-09-18 Corinna Vinschen <vinschen@redhat.com>
631
632 * lib/gdb.exp (rerun_to_main): Allow restarting application.
633 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
634
0deec7d6
TT
6352002-09-17 Tom Tromey <tromey@redhat.com>
636
637 * gdb.base/printcmds.exp (test_print_string_constants): Expect
638 \000, not \0, in double-quoted string.
639
b2b4a1b5
CV
6402002-09-14 Corinna Vinschen <vinschen@redhat.com>
641
642 * gdb.base/command.exp: Don't expect a "Program exited normally"
643 string after running the commands execution on breakpoint tests.
644
1c56143a
CV
6452002-09-13 Corinna Vinschen <vinschen@redhat.com>
646
647 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
648
37f8da45
JB
6492002-09-12 Joel Brobecker <brobecker@gnat.com>
650
651 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
652
08b468e0
KS
6532002-09-10 Keith Seitz <keiths@redhat.com>
654
655 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
656 runto proc.
657 (mi_run_to_main): Use mi_runto.
658 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
659
dc360f58
KS
6602002-09-10 Keith Seitz <keiths@redhat.com>
661
662 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
663 regexp for stopping at main. Could have multiple event notifications.
664 Don't assume that main was declared with no parameters.
665 (mi_next): Use mi_step_to.
666 (mi_step): Use mi_next_to.
667
ce3abcfb
CV
6682002-09-09 Corinna Vinschen <vinschen@redhat.com>
669
670 * gdb.base/default.exp: Fix expected string in `info float' test.
671
d1f5b980
BE
6722002-09-09 Ben Elliston <bje@redhat.com>
673
674 * config/mips.exp: Update comments.
675 * config/mips-idt.exp: Likewise.
676 * config/nind.exp: Likewise.
677 * config/slite.exp: Likewise.
678 * config/sparclet.exp: Likewise.
679 * config/udi.exp: Likewise.
680 * config/vx.exp: Likewise.
681 * config/vxworks29k.exp: Likewise.
682
2f71430b
JB
6832002-09-05 Jim Blandy <jimb@redhat.com>
684
685 * gdb.threads/killed.exp: Fix test failure message.
686
7ddebc7e
KS
6872002-09-04 Keith Seitz <keiths@redhat.com>
688
689 * lib/mi-support.exp: Update copyright.
690 (mi_gdb_test): Increase the priority of the expected pattern
691 so that it matches gdb_test.
692
0ae67eb3
KS
6932002-09-03 Keith Seitz <keiths@redhat.com>
694
695 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
696 Use integer comparison instead of string comparison for testing
697 whether binary was built.
698
38fc42c8
JB
6992002-09-03 Jim Blandy <jimb@redhat.com>
700
701 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
702
b6ff0e81
JB
7032002-08-29 Jim Blandy <jimb@redhat.com>
704
705 * gdb.threads/pthreads.exp: Move the portable thread compilation
706 code into a function in lib/gdb.exp, and call that from here.
707 * lib/gdb.exp (gdb_compile_pthreads): New function.
708
07c98896
KS
7092002-08-29 Keith Seitz <keiths@redhat.com>
710
711 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
712 expect_out so that callers can get at it.
713
0312286c
DJ
7142002-08-23 Daniel Jacobowitz <drow@mvista.com>
715
716 * gdb.threads/print-threads.c: New file.
717 * gdb.threads/print-threads.exp: New file.
718 * gdb.threads/schedlock.c: New file.
719 * gdb.threads/schedlock.exp: New file.
720
dd039bc4
EZ
7212002-08-22 Elena Zannoni <ezannoni@redhat.com>
722
723 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
724 not altivec.c.
725
1f36144c
MK
7262002-08-17 Mark Kettenis <kettenis@gnu.org>
727
728 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
729 targets. The problem should be fixed now.
730
16057ec7 7312002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
732
733 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
734 2002-07-24 change that removes final dots from error messages.
735
3c1499ad
TT
7362002-08-13 Tom Tromey <tromey@redhat.com>
737
738 * gdb.base/readline.exp: New file.
739
a20ce2c3
AC
7402002-08-01 Andrew Cagney <ac131313@redhat.com>
741
742 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
743 supress message.
744
db034ac5
AC
7452002-08-01 Andrew Cagney <cagney@redhat.com>
746
747 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
748 CHILL_FOR_TARGET and CHILL_LIB.
749 * configure.in (configdirs): Remove gdb.chill.
750 * configure: Regenerate.
751 * lib/gdb.exp: Obsolete references to chill.
752 * gdb.fortran/types.exp: Ditto.
753 * gdb.fortran/exprs.exp: Ditto.
754
3e000b18
KB
7552002-07-30 Kevin Buettner <kevinb@redhat.com>
756
757 * gdb.base/shlib-call.exp (additional_flags): Conditionally
758 set Irix-specific compile and link flags.
759
28f4966b
KB
7602002-07-29 Kevin Buettner <kevinb@redhat.com>
761
762 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
763 source files. The ``-o'' option doesn't work with the ``-E'' option
764 when using the Irix compiler.
765
46c0d5a6
DJ
7662002-07-19 Daniel Jacobowitz <drow@mvista.com>
767
768 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
769 Improve support for reusing an exec file. Copy exec file
770 to target, and run gdbserver on the target instead of on the host.
771
eecf4bed
JB
7722002-07-18 Jim Blandy <jimb@redhat.com>
773
0f815cdf
JB
774 * gdb.base/ending-run.exp: Don't expect to see the program end in
775 some orderly fashion when we're running on a real stand-alone
776 board.
777
eecf4bed
JB
778 * gdb.base/interrupt.exp: Correct logic for skipping tests on
779 targets that don't support interrupts.
780
52d309e4
JB
7812002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
782
783 * gdb.base/attach.exp: Add patterns to match output from /proc-based
784 systems.
785 Move comments in expect statements to inside the actions, so that they
786 don't get matched against.
787
ff683d9e
MK
7882002-07-10 Mark Kettenis <kettenis@gnu.org>
789
790 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
791 function when asleep" test.
792
b5356753
AC
7932002-07-10 Andrew Cagney <ac131313@redhat.com>
794
795 * gdb.base/page.exp: Rewrite to handle problems with very long
796 `info set' output. Update copyright.
797
6aa4d13a
AC
7982002-06-26 Andrew Cagney <ac131313@redhat.com>
799
800 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
801 gdb.threads-hp.
802 * gdb.hp/configure: Regenerate.
803 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
804 * gdb.hp/gdb.threads-hp/configure: Delete file.
805 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
806
8cf8c2b8
AC
8072002-06-22 Andrew Cagney <ac131313@redhat.com>
808
809 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
810 setlocale, bindtextdomain and textdomain.
811
6827a8f8
JB
8122002-06-11 Jim Blandy <jimb@redhat.com>
813
919d772c
JB
814 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
815 preprocessor macro information is present.
816
6827a8f8
JB
817 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
818 tests.
819
c15b0d21
MS
8202002-06-06 Michael Snyder <msnyder@redhat.com>
821
c5984d70
MS
822 * gdb.base/overlays.exp: Record addresses of overlay
823 functions in TCL variables rather than in GDB variables,
824 to avoid having GDB convert them to pointers (with loss
825 of information).
826
99a8512b
MS
827 * gdb.base/d10v.ld: Merge in several years worth of
828 default linker script changes.
c15b0d21
MS
829 * gdb.base/long_long.exp: Add check for sizeof (long double).
830
be26fe0d
ML
8312002-06-06 Michal Ludvig <mludvig@suse.cz>
832
833 * gdb.asm/asm-source.exp: Add x86-64 target.
834 * gdb.asm/x86_64.inc: New.
835
258093ca 8362002-05-30 Michael Chastain <mec@shout.net>
258093ca 837
4b3153f1 838 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
839 * gdb.c++/m-static.cc: New file.
840 * gdb.c++/m-static.exp: New file.
841
241264c6
MS
8422002-05-28 Michael Snyder <msnyder@redhat.com>
843
844 * gdb.base/call-ar-st.exp: Allow for reduced floating point
845 precision.
846
9bba8c8f 8472002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 848
4b3153f1 849 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
850 * gdb.c++/m-data.cc: New file.
851 * gdb.c++/m-data.exp: New file.
852
8532002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 854
4b3153f1 855 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
856 * gdb.c++/try_catch.cc: New file.
857 * gdb.c++/try_catch.exp: New file.
858
def1b996
MC
8592002-05-27 Michael Chastain <mec@shout.net>
860
861 * gdb.c++/local.exp: Accept more nested types in output.
862
522ba268
MC
8632002-05-26 Michael Chastain <mec@shout.net>
864
865 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
866
277254ba
MS
8672002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
868
869 * lib/gdb.exp (gdb_wrapper_init): Just because
870 gdb_wrapper_file exists, this does not mean that the file
871 should not be rebuilt. That is what gdb_wrapper_initialized
872 is for.
873 (default_gdb_init): Reset gdb_wrapper_initialized.
874
b61a8733
MS
8752002-05-23 Michael Snyder <msnyder@redhat.com>
876
5bdb6d01
MS
877 * gdb.base/all-bin.exp: Revise previous patch by just reducing
878 the precision of the floating point test results.
879 * gdb.base/call-rt-st.exp: Ditto.
880
b61a8733
MS
881 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
882 * gdb.base/call-rt-st.exp: Ditto.
883
56f6e910
MC
8842002-05-19 Michael Chastain <mec@shout.net>
885
886 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
887
ad0b0016
EZ
8882002-05-19 Elena Zannoni <ezannoni@redhat.com>
889
890 * configure.in (configdirs): Add gdb.arch.
891 * configure: Regenerate.
892
f617d2b6
JB
8932002-05-17 Jim Blandy <jimb@redhat.com>
894
895 * gdb.base/completion.exp: Recognize the more detailed error
896 messages produced by the macro expander's lexical analyzer.
897
eac2a696
EZ
8982002-05-14 Elena Zannoni <ezannoni@redhat.com>
899
900 * gdb.arch/altivec-abi.c: New file.
901 * gdb.arch/altivec-abi.exp: New file.
902 * gdb.arch/altivec-regs.c: New file.
903 * gdb.arch/altivec-regs.exp: New file.
904
2fdde8f8
DJ
9052002-05-14 Daniel Jacobowitz <drow@mvista.com>
906
907 * gdb.base/maint.exp (maint print type): Update for new type
908 structure.
eac2a696 909
e31f1a7c
EZ
9102002-05-14 Elena Zannoni <ezannoni@redhat.com>
911
912 * gdb.arch: New directory.
913 * gdb.arch/configure.in: New file.
914 * gdb.arch/configure: New file.
915 * gdb.arch/Makefile.in: New file.
916
db589741
CV
9172002-05-13 Corinna Vinschen <vinschen@redhat.com>
918
919 * gdb.asm/asm-source.exp: Add v850 as supported target.
920 * gdb.asm/v850.inc: New file.
921
8ce2a7dc
DJ
9222002-05-13 Daniel Jacobowitz <drow@mvista.com>
923
924 * gdb.c++/annota2.exp (annotate-quit): Add comment.
925
df763c7f
DJ
9262002-05-12 Daniel Jacobowitz <drow@mvista.com>
927
928 * gdb.base/break.exp: Check 'break "marker2"'.
929
377daeed
MS
9302002-05-10 Michael Snyder <msnyder@redhat.com>
931
932 * gdb.base/long_long.exp: Fix typo.
933
c4b7bc2b
JB
9342002-05-10 Jim Blandy <jimb@redhat.com>
935
ecac9a4e
JB
936 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
937 a bug.
938
c4b7bc2b
JB
939 * gdb.base/printcmds.exp (test_integer_literals_rejected):
940 Recognize more detailed error message produced by the macro
941 expander's lexical analyzer.
942 * lib/gdb.exp (test_print_reject): Same.
943
e71019a1
MK
9442002-05-09 Mark Kettenis <kettenis@gnu.org>
945
946 * gdb.c++/method.exp: Fix typo.
947
fedfc8e6
MS
9482002-05-08 Michael Snyder <msnyder@redhat.com>
949
166a1957
MS
950 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
951 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 952 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
953 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
954 Add iftarget clause for strongarm.
955
f1c47eb2
MS
9562002-05-06 Michael Snyder <msnyder@redhat.com>
957
cb9a9d3e
MS
958 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
959 (gdb_continue_to_end): Accept output from status wrapper.
960 * gdb.base/ending-run.exp: Add case for output from status wrapper.
961 Clean up fail messages to match pass messages.
962
f1c47eb2
MS
963 Enable the "needs_status_wrapper" testsuite feature.
964 * lib/gdb.exp (gdb_wrapper_init): New procedure.
965 (gdb_compile): Conditionally call gdb_wrapper_init.
966 * gdb.base/a2-run.exp: Recognize output from status wrapper.
967 * gdb.c++/method.exp: Recognize output from status wrapper.
968
6079c749
BE
9692002-05-06 Ben Elliston <bje@redhat.com>
970From Graydon Hoare <graydon@redhat.com>
971
972 * config/sid.exp: Include support for "rawsid" protocol.
973
188baff3
JB
9742002-05-03 Jim Blandy <jimb@redhat.com>
975
976 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
977 * gdb.c++/hang3.C: New file.
978
b9c07f0f
AC
9792002-05-04 Andrew Cagney <ac131313@redhat.com>
980
981 * gdb.base/default.exp: Remove obsolete code.
982 * gdb.c++/misc.exp: Ditto. Update copyright.
983 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
984 * gdb.base/whatis.exp: Ditto. Update copyright.
985 * gdb.base/scope.exp: Ditto. Update copyright.
986 * gdb.base/ptype.exp: Ditto. Update copyright.
987 * gdb.base/printcmds.exp: Ditto. Update copyright.
988 * gdb.base/opaque.exp: Ditto. Update copyright.
989 * gdb.base/list.exp: Ditto.
990 * gdb.base/funcargs.exp: Ditto. Update copyright.
991 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
992 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
993 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
994 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
995 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
996 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
997
5c7a0397
MS
9982002-05-02 Michael Snyder <msnyder@redhat.com>
999
d6dcc264 1000 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
1001 * gdb.base/long_long.exp: Add xscale target.
1002 * gdb.base/default.exp: Add xscale target.
1003
eb7f1c48
JB
10042002-05-01 Jim Blandy <jimb@redhat.com>
1005
1006 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
1007 gdb.c++/hang.exp: New test.
1008
a6befae8
FF
10092002-05-01 Fred Fish <fnf@redhat.com>
1010
1011 * gdb.base/completion.exp: Handle completions of "./Make" for
1012 more than one completion possibility, as is the case when we
1013 build and test in the source tree.
1014
0a310277
AG
10152002-04-29 Anthony Green <green@redhat.com>
1016
1017 * gdb.java/jmisc1.exp: New file.
1018 * gdb.java/jmisc2.exp: New file.
1019
6ff9af88
DJ
10202002-04-24 Daniel Jacobowitz <drow@mvista.com>
1021
1022 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
1023
96b3d632
EZ
10242002-04-23 Elena Zannoni <ezannoni@redhat.com>
1025
1026 * gdb.base/help.exp: Change 'help status' to allow for target
1027 dependent output differences.
1028
5019bb54
MC
10292002-04-22 Michael Chastain <mec@shout.net>
1030
1031 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
1032
a805a116
MC
10332002-04-22 Michael Chastain <mec@shout.net>
1034
1035 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
1036
a1706bfd
DM
10372002-04-17 David S. Miller <davem@redhat.com>
1038
1039 * gdb.asm/sparc64.inc: New file.
1040 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1041
a73a20a2
EZ
10422002-04-19 Elena Zannoni <ezannoni@redhat.com>
1043
1044 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1045 instruction file directly into the build tree. Clean up at end of
1046 test.
1047
ba678339
DM
10482002-04-18 David S. Miller <davem@redhat.com>
1049
1050 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1051 handle 64-bit platforms correctly.
1052 * gdb.base/maint.exp: Likewise.
1053
b03399da
KB
10542002-04-18 Kevin Buettner <kevinb@redhat.com>
1055
1056 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1057 ``-fpic'' when compiling files comprising a shared library, but
1058 it does need additional linker flags in order to find shared
1059 libraries at run time.
1060
e2004992
KB
10612002-04-18 Kevin Buettner <kevinb@redhat.com>
1062
1063 * gdb.base/cvexpr.c (use): New function.
1064 (main): Invoke use() on all global variables to prevent
1065 some linkers from deleting these otherwise unused symbols.
1066
d8937120
MC
10672002-04-17 Michael Chastain <mec@shout.net>
1068From David S. Miller <davem@redhat.com>
1069
1070 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1071 handle 64-bit platforms correctly.
1072
ffd61a58
MS
10732002-04-12 Michael Snyder <msnyder@redhat.com>
1074From Jim Blandy <jimb@redhat.com>
1075 * gdb.base/foo.c (foox): Remove section attribute; the linker
1076 script can handle this instead.
1077 * gdb.base/bar.c (barx): Same.
1078 * gdb.base/baz.c (bazx): Same.
1079 * gdb.base/grbx.c (grbxx): Same.
1080
1081 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1082 manager doesn't automatically unmap overlays unnecessarily.
1083
6b8426a6
MH
10842002-04-10 Martin M. Hunt <hunt@redhat.com>
1085
1086 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1087 stepping out of main.
1088
34af4875
MC
10892002-04-09 Michael Chastain <mec@shout.net>
1090
1091 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1092 scope so that the nested scope tests will make sense.
1093 * gdb.c++/local.exp: Write patterns that actually work with gcc
1094 (the HP patterns "were never known to work with gcc").
1095 Keep the old aCC patterns too.
1096
2d1676a0
DJ
10972002-04-09 Daniel Jacobowitz <drow@mvista.com>
1098
1099 * gdb.base/attach.exp: Correct target board test.
1100
3a63e3f9
MC
11012002-04-08 Michael Chastain <mec@shout.net>
1102
1103 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1104 in a const method. Add some xfail and fail cases for configurations
1105 that do not emit the "const ...".
1106
f18dabd2
MC
11072002-04-07 Michael Chastain <mec@shout.net>
1108
1109 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1110 Accept "A * const" and "const A * const" as type of "this".
1111 Fix spelling of getFunky throughout. Make messages uniform.
1112
0fcddd82
EZ
11132002-04-07 Elena Zannoni <ezannoni@redhat.com>
1114
1115 Work around for PR gdb/285:
1116 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1117
16a8534a
EZ
11182002-04-07 Elena Zannoni <ezannoni@redhat.com>
1119
1120 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1121 instructions file at run time instead of configure time.
1122 Sometimes we run the test in a directory that is not the one we
1123 configured in.
1124 * gdb.asm/configure.in: Delete creation of symlink.
1125 * gdb.asm/configure: Regenerate.
1126
24181d81
JB
11272002-04-05 J. Brobecker <brobecker@gnat.com>
1128
1129 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1130 xfullpath () function.
1131
7cdb7107
DJ
11322002-04-04 Daniel Jacobowitz <drow@mvista.com>
1133
1134 * gdb.asm/Makefile.in: Correct dependencies.
1135
1136 * gdb.asm/powerpc.inc: New file.
1137 * gdb.asm/asm-source.exp: Add PowerPC.
1138 * gdb.asm/configure.in: Likewise.
1139 * gdb.asm/configure: Regenerated.
1140
a7d17088
DJ
11412002-04-04 Daniel Jacobowitz <drow@mvista.com>
1142
1143 * gdb.base/relocate.exp: New file.
1144 * gdb.base/relocate.c: New file.
1145
cd721503
FF
11462002-04-04 Fred Fish <fnf@redhat.com>
1147
1148 * gdb.base/step-test.exp: Update comment regarding stopping in
1149 memcpy/bcopy calls inserted as part of the compiler runtime.
1150
b22ad7a7
MS
11512002-04-04 Michael Snyder <msnyder@redhat.com>
1152
1153 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1154
5f279fa6
DJ
11552002-04-03 Daniel Jacobowitz <drow@mvista.com>
1156
1157 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1158 (gdb_expect): Remove $notransfer hack.
1159
dd0fd3ce
DJ
11602002-04-02 Daniel Jacobowitz <drow@mvista.com>
1161
1162 * gdb.c++/classes.exp ("calling method for small class"): Match
1163 updated register output.
1164
1e50cda1
DJ
11652002-03-30 Daniel Jacobowitz <drow@mvista.com>
1166
1167 Fix PR gdb/452
1168 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1169 when finished. Make gdb_file_cmd send "exec-file" when
1170 appropriate.
1171
24015922
DJ
11722002-03-30 Daniel Jacobowitz <drow@mvista.com>
1173
1174 * gdb.base/attach.exp: Remove extra setup_xfail.
1175
dd7dfd64
MS
11762002-03-26 Michael Snyder <msnyder@redhat.com>
1177
1178 * gdb.base/default.exp: Add tests for dump, append, and restore.
1179 * gdb.base/help.exp: Add tests for dump, append, and restore.
1180 * gdb.base/dump.exp: New file, test dump, append and restore.
1181 * gdb.base/dump.c: New file.
1182
48b2f8d7
MS
11832002-03-27 Michael Snyder <msnyder@redhat.com>
1184
1185 * gdb.base/help.exp: Modify expect strings to reflect
1186 clean-ups in help messages.
1187
05b4d525
FF
11882002-03-26 Fred Fish <fnf@redhat.com>
1189
1190 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1191 have debugging info for those functions and the compiler uses them
1192 internally to copy structs around.
1193
d7679631
FF
11942002-03-26 Fred Fish <fnf@redhat.com>
1195
1196 * gdb.base/list.exp: Revert the change made yesterday and add note
1197 about why we don't list the default lines for remote targets.
1198
523ac3f9
MS
11992002-03-25 Michael Snyder <msnyder@redhat.com>
1200
1201 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1202
754b2b8d
FF
12032002-03-25 Fred Fish <fnf@redhat.com>
1204
1205 * gdb.base/list.exp: This test works on remote targets so remove
1206 the short circuit for remote targets. Update copyright.
1207
33c3e192
FF
12082002-03-25 Fred Fish <fnf@redhat.com>
1209
1210 * gdb.base/attach.exp: Fix logic error that was suppressing this
1211 test for all non hppa*-*-hpux* targets, instead of the hp target.
1212 Move comments closer to the suppression point. Also now need to
1213 check that we are running natively.
1214
d43e73ee
MS
12152002-03-22 Michael Snyder <msnyder@redhat.com>
1216
882c8f02
MS
1217 * gdb.base/default.exp: Add test for gcore. Update copyright.
1218 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 1219
04c12f60
FF
12202002-03-06 Fred Fish <fnf@redhat.com>
1221
1222 * gdb.base/funcargs.c: Remove extraneous ';' character.
1223 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1224
b43df995
MC
12252002-03-04 Michael Chastain <mec@shout.net>
1226
1227 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1228 accommodate gcc v3 function signature.
1229 * gdb.mi/mi0-var-cmd-exp: Ditto.
1230
92362027
AC
12312002-02-24 Andrew Cagney <ac131313@redhat.com>
1232
1233 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1234 ``GNU/Linux'' or ``Linux kernel''
1235 * testsuite/gdb.threads/pthreads.c: Ditto.
1236
258ad32d
MC
12372002-02-24 Michael Chastain <mec@shout.net>
1238
1239 * gdb.threads/pthreads.c (thread1): Add a return statement.
1240 (thread2): Likewise.
1241 (foo): Likewise.
1242
04c3b3d4
MC
12432002-02-23 Michael Chastain <mec@shout.net>
1244
1245 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1246 to placate gcc.
1247
5a2a0a20
MC
12482002-02-23 Michael Chastain <mec@shout.net>
1249
1250 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1251 test "ptype bint". The test passes on all my stabs configurations.
1252
a640f7fc
JB
12532002-02-21 Jim Blandy <jimb@redhat.com>
1254
27924826
JB
1255 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1256 filename at a time, and watch for the ones we want to see.
1257
a640f7fc
JB
1258 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1259 types of pointers to prototyped functions.
1260
edcc8c75
AC
12612002-02-20 Andrew Cagney <ac131313@redhat.com>
1262
1263 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1264 signed, unsigned and straight char.
1265 (padding_char, padding_short, padding_int, padding_long,
1266 padding_long_long, padding_float, padding_double,
1267 padding_long_double): New global variables.
1268 (fill, fill_structs): New functions.
1269
1270 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1271 for correctly sized writes. Update copyright.
1272 (get_valueof): New procedure.
1273 (get_sizeof): Call get_valueof.
1274 (check_valueof): New procedure.
1275 (check_padding): New procedure.
1276
ac57ea44
MC
12772002-02-20 Michael Chastain <mec@shout.net>
1278
1279 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1280 to setup_xfail. Document some of the remaining calls.
1281
7a10c941
MC
12822002-02-18 Michael Chastain <mec@shout.net>
1283
1284 * gdb.c++/userdef.exp: Update copyright year.
1285
fb8acdcc
DJ
12862002-02-18 Daniel Jacobowitz <drow@mvista.com>
1287
1288 * gdb.c++/userdef.exp: Test overloaded operators properly.
1289 Remove xfails.
1290
fda6ae12
MS
12912002-02-14 Michael Snyder <msnyder@redhat.com>
1292
1293 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1294
676a0442
DJ
12952002-02-14 Daniel Jacobowitz <drow@mvista.com>
1296
1297 * gdb.base/a2-run.exp: Check for a remote target properly.
1298 * gdb.base/annota1.exp: Likewise.
1299 * gdb.base/list.exp: Likewise.
1300 * gdb.base/reread.exp: Likewise.
1301 * gdb.base/scope.exp: Likewise.
1302 * gdb.base/shlib-call.exp: Likewise.
1303 * gdb.base/term.exp: Likewise.
1304 * gdb.c++/annota2.exp: Likewise.
1305
78b4f468
RE
13062002-02-13 Richard Earnshaw <rearnsha@arm.com>
1307
1308 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1309
9a81ba51
MC
13102002-02-10 Michael Chastain <mec@shout.net>
1311
1312 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1313 (call_after_alloca): Ditto.
1314
004af6c7
DJ
13152002-02-10 Daniel Jacobowitz <drow@mvista.com>
1316
1317 * gdb.base/ending-run.exp: Guard "cont" test with
1318 gdb_skip_stdio_test.
1319
37225f62
JB
13202002-02-06 Jim Blandy <jimb@redhat.com>
1321
1322 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1323 from here...
1324 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1325 To here. Disable this test on non-HP platforms. Add big comment.
1326
fe6fdd96
MS
13272002-02-04 Michael Snyder <msnyder@redhat.com>
1328
1329 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1330 other than d10v and m32r.
1331
036fad3f
RE
13322002-02-02 Richard Earnshaw <rearnsha@arm.com>
1333
1334 * gdb.base/default.exp: Rewrite test patterns to reduce time
1335 taken to match them.
1336
7148ab62
DJ
13372002-01-30 Daniel Jacobowitz <drow@mvista.com>
1338
1339 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1340 Allow a start function above main.
1341 * gdb.threads/linux-dp.exp: Fix copyright date.
1342
396cc255
DJ
13432002-01-30 Daniel Jacobowitz <drow@mvista.com>
1344
1345 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1346 (check_philosopher_stack): Check for manager thread before checking
1347 for a just-starting thread.
1348
f038d31b
DJ
13492002-01-30 Daniel Jacobowitz <drow@mvista.com>
1350
1351 From Neil Booth <neil@daikokuya.demon.co.uk>:
1352 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1353 warnings.
1354
b3ff9d9a
FF
13552002-01-21 Fred Fish <fnf@redhat.com>
1356
1357 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1358 not caller.
1359
39ad761d
JB
13602002-01-21 Jim Blandy <jimb@redhat.com>
1361
1362 * gdb.base/reread.exp: Check that GDB properly re-reads the
1363 executable file when it changes while no inferior is running.
1364
aaf320fa
FF
13652002-01-21 Fred Fish <fnf@redhat.com>
1366
1367 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1368 optionally accept the "shlib events" variation.
1369
808a31f5
JB
13702002-01-21 Jim Blandy <jimb@redhat.com>
1371
1372 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1373 call `fflush' after every `printf', so that the output is produced
1374 at predictable points, regardless of whatever buffering does (or
1375 doesn't) take place.
1376 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1377 at different points.
1378
4420d5e2
DJ
13792002-01-20 Daniel Jacobowitz <drow@mvista.com>
1380
1381 * gdb.c++/inherit.exp: Update copyright years.
1382 * gdb.c++/method.exp: Likewise.
1383
3e36a0f4
DJ
13842002-01-20 Daniel Jacobowitz <drow@mvista.com>
1385
1386 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1387 artificial methods/arguments.
1388 * gdb.c++/derivation.exp: Likewise.
1389 * gdb.c++/inherit.exp: Likewise.
1390 * gdb.c++/method.exp: Likewise.
1391 * gdb.c++/virtfunc.exp: Likewise.
1392
b4ceaee6
AC
13932002-01-18 Andrew Cagney <ac131313@redhat.com>
1394
1395 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1396 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1397 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1398 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1399 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1400 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1401
ecace851
JB
14022002-01-17 Jim Blandy <jimb@redhat.com>
1403
1404 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1405 anchoring the pattern matching the entry point symbol's name.
1406
375fc983
AC
14072002-01-17 Andrew Cagney <ac131313@redhat.com>
1408
1409 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1410 continue/quit query. Update copyright.
1411
fe6fdd96
MS
14122002-01-14 Michael Snyder <msnyder@redhat.com>
1413
1414 * gdb.base/gcore.exp: Remove extra debugging output.
1415
e017c81f
DJ
14162002-01-13 Daniel Jacobowitz <drow@mvista.com>
1417
1418 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1419 for slightly dubious v2 mangled string.
1420
37ab3bf8
DJ
14212002-01-13 Daniel Jacobowitz <drow@mvista.com>
1422
1423 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1424
1bc05c3a 14252002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 1426
1bc05c3a 1427 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 1428
1bc05c3a
JM
1429 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1430 constructors.
1431 * gdb.c++/derivation.exp: Likewise.
1432 * gdb.c++/templates.exp: Likewise.
1433 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 1434
1bc05c3a
JM
14352002-01-10 Michael Snyder <msnyder@redhat.com>
1436
1437 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 1438
a911c360
MS
14392002-01-08 Michael Snyder <msnyder@redhat.com>
1440
1441 * gdb.base/gcore.exp: New test for generate-core-file command.
1442 * gdb.base/gcore.c: Testcase for above.
1443 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1444
ea2119ec
JM
14452002-01-08 Jason Merrill <jason@redhat.com>
1446
1447 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1448
68203136
FF
14492002-01-07 Fred Fish <fnf@redhat.com>
1450
1451 * gdb.c++/overload.exp: Remove unconditional xfails for:
1452 print foo_instance1.overloadargs(1)
1453 print foo_instance1.overloadargs(1, 2)
1454 print foo_instance1.overloadargs(1, 2, 3)
1455 print foo_instance1.overloadargs(1, 2, 3, 4)
1456 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1457 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1458 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1459 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1460 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1461 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1462 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1463 print foo_instance1.overload1arg()
1464 print foo_instance1.overload1arg((char)arg2)
1465 print foo_instance1.overload1arg((signed char)arg3)
1466 print foo_instance1.overload1arg((unsigned char)arg4)
1467 print foo_instance1.overload1arg((int)arg7)
1468 print foo_instance1.overload1arg((unsigned int)arg8)
1469 print foo_instance1.overload1arg((float)arg11)
1470 print foo_instance1.overload1arg((double)arg12)
1471
21b9b5b1
MS
14722002-01-07 Michael Snyder <msnyder@redhat.com>
1473
1474 * gdb.base/huge.exp: New test. Print a very large target data object.
1475 (skip_huge_test): New test variable. Define if you want to skip this
1476 test. The test reads an 8 megabyte data object from the target, so it
1477 might be very time consuming on remote targets with a slow connection.
1478 * gdb.base/huge.c: New file. Test case for above.
1479
725f922e
FF
14802002-01-07 Fred Fish <fnf@redhat.com>
1481
1482 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1483 g_instance.bfoo, and g_instance.cfoo.
1484
634d57ec
JL
1485Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1486
f286b2c3
JL
1487 * gdb.base/break.c (multi_line_if_conditional): New function.
1488 (multi_ilne_while_conditional): Likewise.
1489 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1490 IF or WHILE condition puts the breakpoint at the start of
1491 the condition.
1492
634d57ec
JL
1493 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1494 hppa*-*-hpux* expected failure.
1495 * gdb.base/structs.exp (do_function_calls): Similarly.
1496
1497 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1498 watchpoints.
1499
9fbfe2dc
AC
15002002-01-06 Andrew Cagney <ac131313@redhat.com>
1501
1502 Fix PR gdb/66.
1503 * gdb.base/structs.exp: Replace skip for a29k with skip for
1504 gdb,cannot_call_functions.
1505 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1506 * gdb.base/callfuncs.exp: Ditto.
1507 * gdb.base/call-rt-st.exp: Ditto.
1508 * gdb.base/call-strs.exp: Ditto.
1509 * gdb.base/callfwmall.exp: Ditto.
1510 * gdb.base/scope.exp: Obsolete xfail a29k.
1511 * gdb.c++/misc.exp: Ditto.
1512 * gdb.c++/cplusfuncs.exp: Ditto.
1513 * gdb.base/ptype.exp: Ditto.
1514 * gdb.base/printcmds.exp: Ditto.
1515 * gdb.base/opaque.exp: Ditto.
1516 * gdb.base/list.exp: Ditto.
1517 * gdb.base/funcargs.exp: Ditto.
1518 * gdb.base/default.exp: Ditto.
1519
8ddad156
MS
15202002-01-04 Michael Snyder <msnyder@redhat.com>
1521
ca4976a6 1522 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1523 * gdb.base/maint.exp: Add tests for maint info sections options.
1524
1b074332
JL
1525Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1526
1527 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1528
7d159115
CV
15292001-12-20 Corinna Vinschen <vinschen@redhat.com>
1530
1531 * gdb.asm/arm.inc: New file.
1532 * gdb.asm/asm-source.exp: Add arm targets.
1533 * gdb.asm/configure.in: Ditto.
1534 * gdb.asm/configure: Recreated from configure.in.
1535
8fb87725
JL
1536Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1537
afabe08c
JL
1538 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1539 with HP's compiler.
1540 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1541 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1542 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1543 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1544
1545 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1546 either HP's compilers or GCC.
1547
db521deb
JL
1548 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1549 a SIGBUS or SIGSEGV.
1550
1551 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1552
1553 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1554 can be compiled with either HP's compiler or GCC.
1555
cfa88ab7
JL
1556 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1557 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1558 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1559
ca344dff
JL
1560 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1561 to match current gdb output. Update due to using auto-solib-limit
1562 for limiting instead of overloading auto-solib-add.
1563 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1564 test program.
1565
3f3c6e55 1566 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1567 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1568 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1569 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1570 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1571 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1572 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1573 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1574 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1575 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1576 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1577 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1578 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1579
8fb87725
JL
1580 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1581 a SIGTRAP to the inferior.
1582
cf599fa7
CV
15832001-12-19 Corinna Vinschen <vinschen@redhat.com>
1584
1585 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1586 Substitute call to target_link by call to gdb_compile.
1587
2cd045cd
JL
1588Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1589
1590 * gdb.base/break.exp: Fix HP specific search string when testing
1591 backtracing in a called function.
1592
1593 * gdb.base/constvars.exp: Only set lang to C++ if we're
1594 compiling the test with HP's compilers.
1595 * gdb.base/volatile.exp: Similarly.
1596
99ebe9ac
JB
15972001-12-19 Jim Blandy <jimb@redhat.com>
1598
1599 * gdb.base/printcmds.exp: Expect the null character to be printed
1600 as '\0', and the '\013' to be printed as '\v'.
1601 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1602 * gdb.base/setvar.exp: Same.
1603
b9891b29
JB
16042001-12-17 Jim Blandy <jimb@redhat.com>
1605
0eba65ab
JB
1606 * gdb.base/completion.exp: Rather than completing very long
1607 filenames, which can make the readline library produce output we
1608 don't recognize, cd to the directory first, and then complete
1609 using nice, short relative paths.
1610
6970b5b1
JB
1611 * gdb.base/completion.exp: On some systems, there is, in fact, a
1612 variable named `b' in scope, since GDB treats all static
1613 variables as being in scope. So use `no_var_named_this'
1614 instead of `b'.
1615
b9891b29
JB
1616 * gdb.base/corefile.exp: Recognize the message saying that GDB
1617 can't find the core file's registers as a failure.
1618
e6ccd35f
JSC
16192001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1620
1621 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1622 test expect string more specific.
1623
105ba819
CV
16242001-12-13 Corinna Vinschen <vinschen@redhat.com>
1625
1626 * gdb.asm/asm-source.exp: Add support for xstormy16.
1627 * gdb.asm/configure.in: Ditto.
1628 * gdb.asm/configure: Rebuild.
1629 * gdb.asm/xstormy16.inc: New file.
1630
e9e79dd9
FF
16312001-12-10 Fred Fish <fnf@redhat.com>
1632
1633 * gdb.base/maint.exp: Update to match changes in type dumping code.
1634
347dc97d
JB
16352001-12-10 Jim Blandy <jimb@redhat.com>
1636
1637 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1638 matching the entry point symbol's name at the beginning of the
1639 line.
1640
5178b9d6
DJ
16412001-12-07 Daniel Jacobowitz <drow@mvista.com>
1642
1643 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1644 gdb.c++/inherit.exp, gdb.c++/method.exp,
1645 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1646 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1647 and class layout support.
1648
af890c52
DJ
16492001-12-07 Daniel Jacobowitz <drow@mvista.com>
1650
1651 * gdb.c++/classes.exp: Add test for static member function.
1652 * gdb.c++/misc.cc: Add class with static member function.
1653
7a345fb3
JB
16542001-12-07 Jim Blandy <jimb@redhat.com>
1655
f2e54a80 1656 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1657 those tests as `unsupported'.
1658 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1659 Rewrite subsequent tests to use it.
1660
1661 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
1662 those tests as `unsupported'.
1663 * gdb.base/structs.exp (call_struct_func): New function.
1664 (do_function_calls): Use call_struct_func to call the functions
1665 returning structs.
1666
0bc69509
JB
1667 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1668 whether functions are prototyped or not, so we can't possibly pass
1669 arguments to t_float_values2 properly.
1670
7a345fb3
JB
1671 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1672 value of `timeout' for targets other than the mips*tx39-*.
1673
edb6ede1
MS
16742001-12-06 Michael Snyder <msnyder@redhat.com>
1675
1676 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1677 and detect whether the start symbol has a leading underscore.
1678
2d842f13
JB
16792001-12-04 Jim Blandy <jimb@redhat.com>
1680
1681 * gdb.base/completion.exp: Clarify indentation.
1682
68550daf
JB
16832001-12-03 Jim Blandy <jimb@redhat.com>
1684
1685 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1686 variables on the S/390, not `.word'.
1687
cd5195a8
JB
16882001-11-30 Jim Blandy <jimb@redhat.com>
1689
1690 Add assembly-source tests for s390-ibm-linux.
1691 * gdb.asm/s390.inc: New file.
1692 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1693 the S/390 architecture.
1694 * gdb.asm/configure: Regenerated.
1695
ca9efc90
MS
16962001-11-30 Michael Snyder <msnyder@redhat.com>
1697
1698 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1699 next, info source, info sources, info line, global and static
1700 variables, and static functions.
1701 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1702 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1703 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1704 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1705 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1706 (gdbasm_leave): Restore frame pointer.
1707 (gdbasm_startup): Copy stack set-up from crt0.S.
1708
d0e66976
FN
17092001-11-26 Fernando Nasser <fnasser@redhat.com>
1710
1711 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1712 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1713 to a local (non-static) variable. Copy tstruct.a to a static buffer
1714 and return a pointer to that buffer.
1715 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1716
e2334072
MK
17172001-11-24 Mark Kettenis <kettenis@gnu.org>
1718
1719 * gdb.asm/configure.in: Fix recognition of ix86 target.
1720 * gdb.asm/configure: Regenerate.
1721
756caa3d
MS
17222001-11-21 Michael Snyder <msnyder@redhat.com>
1723
1724 * gdb.asm/sparc.inc: New file.
1725 * gdb.asm/asm-source.exp: Recognize sparc target.
1726 * gdb.asm/configure.in: Recognize sparc target.
1727 * gdb.asm/configure: Regenerate.
1728
9a4d72d5
MS
17292001-11-21 Michael Snyder <msnyder@redhat.com>
1730
1731 * gdb.asm/m32r.inc: New file.
1732 * gdb.asm/asm-source.exp: Recognize m32r target.
1733 * gdb.asm/configure.in: Recognize m32r target.
1734 * gdb.asm/configure: Regenerate.
1735
a773d1cd
MS
17362001-11-20 Michael Snyder <msnyder@redhat.com>
1737
017ac23d
MS
1738 * gdb.asm/i386.inc: New file.
1739 * gdb.asm/asm-source.exp: Recognize ix86 target.
1740 * gdb.asm/configure.in: Recognize ix86 target.
1741 * gdb.asm/configure: Regenerate.
1742
a773d1cd
MS
1743 * gdb.c++/namespace.exp: Fix quotes in output messages.
1744
bb632afb
MS
17452001-11-14 Michael Snyder <msnyder@redhat.com>
1746
25d559ca 1747 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
1748 qualifier in a type cast expression, to designate an address
1749 in the instruction space (Harvard architecture).
1750
4749e309
MS
17512001-11-13 Michael Snyder <msnyder@redhat.com>
1752
1753 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1754 Tests for expressions using 'const' and 'volatile'.
1755
25050984
CV
17562001-11-13 Corinna Vinschen <vinschen@redhat.com>
1757
1758 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1759
1902c51f
DJ
17602001-11-12 Daniel Jacobowitz <drow@mvista.com>
1761
1762 * lib/mi-support.exp (mi_run_to_helper): Move comments
1763 outside of gdb_expect.
1764
dcf95b47
DJ
17652001-11-11 Daniel Jacobowitz <drow@mvista.com>
1766
1767 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1768 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1769 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1770 mi0_run_to): New functions.
1771 * gdb.mi/mi-simplerun.exp: Use them.
1772 * gdb.mi/mi0-simplerun.exp: Likewise.
1773 * gdb.mi/mi-var-cmd.exp: Likewise.
1774 * gdb.mi/mi0-var-cmd.exp: Likewise.
1775
45b074e1
AC
17762001-11-10 Andrew Cagney <ac131313@redhat.com>
1777
1778 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1779 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1780
bf50d346
AC
17812001-11-09 Andrew Cagney <ac131313@redhat.com>
1782
1783 * gdb.base/restore.exp: Include $expected value in restored test
1784 message.
1785
9383332c
AC
17862001-11-09 Andrew Cagney <ac131313@redhat.com>
1787
1788 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1789 implemented.
1790
db62520a
MS
17912001-11-08 Michael Snyder <msnyder@redhat.com>
1792
1793 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1794 Add pass/fail message for stop at breakpoint in call dummy function.
1795
b5703437
MS
17962001-11-07 Michael Snyder <msnyder@redhat.com>
1797
760f6330
MS
1798 * gdb.c++/templates.exp (test_template_breakpoints):
1799 If we get an overload menu, but it does not match what
1800 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
1801 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1802 making the whitespace optional. Argument for "new" may be
1803 "unsigned" as well as "unsigned int/long".
eef747c0
MS
1804 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1805 making the whitespace optional. Also replace "(void) with
1806 "((void|)), making the keyword "void" optional.
63f50499
MS
1807 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1808 making the whitespace optional. Also replace "(void) with
1809 "((void|)), making the keyword "void" optional.
3bf40917
MS
1810 * gdb.base/callfuncs.c (t_float_values): This function must
1811 _not_ be prototyped, and the following function (t_float_values2)
1812 must be prototyped (if the compiler supports it), so that GDB
1813 can be tested against both cases. Usually one case involves
1814 promotion of float to double, while the other does not.
1815 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
1816 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1817 includes a stack frame for "start".
1818
c8ab4e6d
JB
18192001-11-05 Jim Blandy <jimb@redhat.com>
1820
1821 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1822 pointers are 32 bits long, and that offsets of relocs are always
1823 stored in the data (REL-style), and not in the reloc entry itself
1824 (RELA-style).
1825 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1826 stabs.
1827
3f08ced9
MS
18282001-11-01 Michael Snyder <msnyder@redhat.com>
1829
1830 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1831 and regular expression operators by using quoting.
1832
cbfa24cd
MS
18332001-10-31 Michael Snyder <msnyder@redhat.com>
1834
1835 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1836 depending on what the symbol table contains.
1837 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1838 the output of the ptype command. Similarly, accept both "const &"
1839 and "const&".
1840
aaa68313
CV
18412001-10-31 Corinna Vinschen <vinschen@redhat.com>
1842
1843 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1844 symbol `STORAGE' to allow to choose the storage class of
1845 the local datastructures.
1846 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1847 compiler directive.
1848
91740388
MS
18492001-10-30 Michael Snyder <msnyder@redhat.com>
1850
1851 * gdb.base/jump.exp: Allow it to run for all targets.
1852
1b7c05e7
CV
18532001-10-29 Corinna Vinschen <vinschen@redhat.com>
1854
1855 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1856 with new double_array size.
1857 (main): Change storage class of all local variables to static.
1858 Reduce size of double_array to 9.
1859 * gdb.base/call-ar-st.exp: Increase timeout value.
1860 Change expected output for double array to match new size in
1861 call-ar-st.c.
1862
36a22261
CV
18632001-10-29 Corinna Vinschen <vinschen@redhat.com>
1864
1865 * gdb.base/ending-run.exp: Create identical output when passing
1866 `step to end of run' case. Add regular expression branch satisfying
1867 Stormy16 target.
1868
92b8ae91
MK
18692001-10-28 Mark Kettenis <kettenis@gnu.org>
1870
1871 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1872 that we catch the expected failure under Linux/x86.
1873
cb135b83
OF
18742001-10-29 Orjan Friberg <orjanf@axis.com>
1875
1876 * gdb.base/setvar.exp: Escape curly braces.
1877 * gdb.stabs/weird.exp: Ditto.
1878
6884aa54
DJ
18792001-10-27 Daniel Jacobowitz <drow@mvista.com>
1880
1881 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1882 * gdm.mi/mi0-hack-cli.exp: Likewise.
1883
0398c9aa
AC
18842001-10-25 Andrew Cagney <ac131313@redhat.com>
1885
1886 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1887 messages.
1888
d20bf2e8
AC
18892001-10-21 Andrew Cagney <ac131313@redhat.com>
1890
1891 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1892 checking MI enabled.
1893
03dd63aa
CV
18942001-10-09 Corinna Vinschen <vinschen@redhat.com>
1895
1896 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1897
1d9d99f3
FCE
18982001-10-04 Frank Ch. Eigler <fche@redhat.com>
1899
1900 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1901 if gdb child process crashes, just signal an error.
1902
838ae6c4
JB
19032001-10-02 Jim Blandy <jimb@redhat.com>
1904
1905 * lib/gdb.exp (test_xfail_format): Simplify.
1906
1907 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1908 front of the variable name `format'. Simplify `if'.
1909
8f0cbc1c
DJ
19102001-10-01 Daniel Jacobowitz <drow@mvista.com>
1911
1912 * gdb.threads/pthreads.exp: Wait for output and delay
1913 before sending ^C.
1914
1f08dafd
DJ
19152001-10-01 Daniel Jacobowitz <drow@mvista.com>
1916
1917 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1918 some incorrect output instead of timing out.
1919 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1920
674f90ff
CV
19212001-09-28 Corinna Vinschen <vinschen@redhat.com>
1922
1923 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1924 check to allow additional `int'.
1925
9b284272
DJ
19262001-09-27 Daniel Jacobowitz <drow@mvista.com>
1927
1928 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1929 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1930
b55a4771
MS
19312001-09-27 Michael Snyder <msnyder@redhat.com>
1932
1933 * lib/gdb.exp (test_debug_format): New proc.
1934 (setup_xfail_format): Use new proc test_debug_format.
1935 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1936 proc; use new service proc test_debug_format.
1937 Replace all other "gcc_compiled" tests with this test.
1938 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1939 proc; use new service proc test_debug_format.
1940 Replace all other "gcc_compiled" tests with this test.
1941
19422001-09-27 Michael Snyder <msnyder@redhat.com>
1943
1944 * gdb.base/cvexpr.exp: New file.
1945 * gdb.base/cvexpr.c: New file
1946 Test for expressions using const and volatile keywords.
1947
4e6667ac
CV
19482001-09-26 Corinna Vinschen <vinschen@redhat.com>
1949
1950 * gdb.base/constvars.exp: Check for different orders of keywords
1951 and additional "int" strings in output.
1952
4f337972
AC
19532001-09-22 Andrew Cagney <ac131313@redhat.com>
1954
1955 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1956 responses from "help maint".
1957
2015650d
FCE
19582001-09-19 Frank Ch. Eigler <fche@redhat.com>
1959
1960 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1961 to localhost:NNN instead of :NNN, in case Xvfb is listening
1962 only on TCP.
1963
f3bcedc1
CV
19642001-09-19 Corinna Vinschen <vinschen@redhat.com>
1965
1966 * gdb.base/recurse.exp: When checking leaving the watchpoint
1967 scope, recognize when gdb is in function's epilogue and pass.
1968
6b819c92
KS
19692001-09-18 Keith Seitz <keiths@redhat.com>
1970
1971 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1972 support for running tests against sid targets.
1973 (gdbtk_done): Ditto.
1974
a10c9419
CV
19752001-09-18 Corinna Vinschen <vinschen@redhat.com>
1976
1977 * gdb.base/ending-run.c (main): Set stdout buffersize
1978 to the same reasonable value for any target.
1979 * gdb.base/ending-run.exp: Add a regular expression
1980 to make testsuite happy on Sanyo Stormy16 target.
1981
739d0d99
CV
19822001-09-17 Corinna Vinschen <vinschen@redhat.com>
1983
1984 * gdb.base/display.c (do_loops): Add float variable `f'.
1985 Increment f in loop.
1986 * gdb.base/display.exp: Increment timeout by 60 seconds.
1987 Change float display test to use variable `f'.
1988
1b8947f0
JB
19892001-09-17 Jim Blandy <jimb@redhat.com>
1990
1991 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1992 overflowing the limited breakpoint tables on some ROM monitors
1993 (like the ROM68K).
1994
9890ac81
FCE
19952001-09-15 Frank Ch. Eigler <fche@redhat.com>
1996
1997 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
1998 the "-ac" (disable access control) flag.
1999
6db765ea
JH
20002001-08-30 Jeff Holcomb <jeffh@redhat.com>
2001
2002 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
2003 ints.
2004
4c32cc04
KS
20052001-08-30 Keith Seitz <keiths@redhat.com>
2006
2007 * lib/gdb.exp: Move all insight-related functionality into
2008 separate file.
2009 * lib/insight-support.exp: New file.
2010
8d6e6f81
FCE
20112001-08-29 Frank Ch. Eigler <fche@redhat.com>
2012
2013 * config/sid.exp (sid_start): Never set sid verbosity; disable
2014 expect_background {} that consumed its stdout; tolerate </dev/null.
2015 Attempt to set endianness override in "sid" protocol mode. Cleanup.
2016
6a90e1d0
AC
20172001-08-18 Andrew Cagney <ac131313@redhat.com>
2018
2019 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
2020 CLI jump command to start it.
2021 (mi_run_to_main): Fail immediatly when unexpected output.
2022
1759b3c3
AC
20232001-08-18 Andrew Cagney <ac131313@redhat.com>
2024
2025 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
2026 beginning of function. Fix PR gdb/191.
2027
61d11d80
FCE
20282001-08-16 Frank Ch. Eigler <fche@redhat.com>
2029
2030 * config/sid.exp (sid_start): Don't warn if we cannot figure out
2031 what to force sid endianness to.
2032
942a4df2
KS
20332001-08-15 Keith Seitz <keiths@redhat.com>
2034
2035 * lib/gdb.exp (gdbtk_start): Don't set environment
2036 variables for TCL_LIBRARY and friends. Insight will
2037 now figure these out for itself.
2038
0521c418
MS
20392001-08-02 Michael Snyder <msnyder@redhat.com>
2040
2041 * gdb.base/completion.exp: Remove the symbol "a64l" from
2042 the expect string; this is target-specific, and not related
2043 to what is being tested.
2044
74a9a58a
DB
20452001-08-02 Dave Brolley <brolley@redhat.com>
2046
2047 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2048
c70819fa
MS
20492001-07-25 Michael Snyder <msnyder@redhat.com>
2050
c2b8fa57
MS
2051 * gdb.base/consecutive.exp: New file. Test stepping over
2052 breakpoints on consecutive instructions.
2053 * gdb.base/consecutive.c: New file.
2054
c70819fa
MS
2055 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2056 curly braces in regular expressions.
2057
2b1a1355
MS
20582001-07-25 Michael Snyder <msnyder@redhat.com>
2059
2060 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2061 legitimate output from stepping out of main.
2062
413eca6f
KS
20632001-07-22 Keith Seitz <keiths@redhat.com>
2064
2065 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2066 the empty string, do not run the tests.
2067
7e5a9322
SC
20682001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2069
2070 * gdb.base/long_long.exp: Detect size of pointer. Take into
2071 account 2-byte pointers when testing for p/a results.
2072
de58f10f
SC
20732001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2074
2075 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2076 and defined to 1K for m68hc11.
2077 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2078 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2079 (sizeof_random_data): New variable to tell the size of the data table;
2080 don't test past this size; always run to main.
2081
d6f5fea1
SC
20822001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2083
2084 * gdb.base/return2.exp: return of long long and double fails for
2085 68HC11; don't execute these tests on that platform.
2086 * gdb.base/return.exp: Return of a double fails for 68hc11.
2087
c477543d
SC
20882001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2089
2090 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2091 tests that print a float.
2092 * call-rt-st.exp: Likewise.
2093
63cf1c79
MK
20942001-07-12 Mark Kettenis <kettenis@gnu.org>
2095
2096 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2097 running this test on Linux.
2098
112f9ab5
MC
20992001-06-24 Michael Chastain <chastain@redhat.com>
2100
2101 * gdb.base/arithmet.exp: Remove some tests to make all test names
2102 unique.
2103
4970cb0f
MS
21042001-07-03 Michael Snyder <msnyder@redhat.com>
2105
2106 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2107 the output of the ptype command.
2108
d85da69f
MS
21092001-07-02 Michael Snyder <msnyder@redhat.com>
2110
4c8a82de
MS
2111 * gdb.base/completion.exp: Don't assume that break.c is the only
2112 source file that may contain functions named "marker".
d85da69f
MS
2113 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2114
8afc772b
AC
21152001-06-28 Andrew Cagney <ac131313@redhat.com>
2116
2117 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2118 of files to delete.
2119
2120 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2121 * gdb.disasm/h8300s.exp: New file.
2122 gdb.disasm/h8300s.s: Likewise.
2123
cff22675
AC
21242001-06-27 Andrew Cagney <ac131313@redhat.com>
2125
2126 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2127 empty breakpoint tables.
2128
68c81b54
AC
21292001-06-25 Andrew Cagney <ac131313@redhat.com>
2130
2131 * lib/mi-support.exp: Update args=... part of stop-reason
2132 patterns. Accept either a list or a tuple.
2133
2dd62704
AC
21342001-06-23 Andrew Cagney <ac131313@redhat.com>
2135
2136 * lib/mi-support.exp: Remove local emacs variable defining
2137 change-log-default-name.
2138
b4127474
MC
21392001-06-22 Michael Chastain <chastain@redhat.com>
2140
2141 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2142 This is operationally compatible with the previous version.
2143
8dbfb380
JB
21442001-06-13 Jim Blandy <jimb@redhat.com>
2145
2146 * lib/gdb.exp (gdb_test): Doc fix.
2147
f2d8c86d
MC
21482001-06-10 Michael Chastain <chastain@redhat.com>
2149
2150 * gdb.base/exprs.exp: Remove a duplicate test.
2151
81564d34
JB
21522001-06-06 Jim Blandy <jimb@redhat.com>
2153
2154 * gdb.base/return2.exp (main): Use values to test float and double
2155 returns that are not NaN's, to avoid being confused by IEEE
2156 comparison rules.
2157
da55addb
MS
21582001-06-04 Michael Snyder <msnyder@redhat.com>
2159
2160 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2161 non-zero if control_c fails. Terminate the test on failure,
2162 rather than wait for 12 more tests to time out.
2163
42c65987
JB
21642001-06-06 Jim Blandy <jimb@redhat.com>
2165
b18bced9
JB
2166 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2167 Don't forget to match the GDB prompt.
2168
42c65987
JB
2169 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2170
5b41e5f0
JB
21712001-06-04 Jim Blandy <jimb@redhat.com>
2172
2173 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2174 command.
2175
015e046f
KB
21762001-05-31 Kevin Buettner <kevinb@redhat.com>
2177
2178 * gdb.base/annota1.exp (info break): Match four or more spaces
2179 after "Address".
2180
fb1ffbbe
MC
21812001-05-31 Michael Chastain <chastain@redhat.com>
2182
2183 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2184 (dm_type_int_star): Likewise.
2185 (dm_type_long_star): Likewise.
2186 (dm_type_void_star): Likewise.
2187
5ea2a32c
KB
21882001-05-29 Kevin Buettner <kevinb@redhat.com>
2189
2190 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2191 to a known value in order to get consistent results regardless
2192 of the setting of INPUTRC or the presence or contents of .inputrc.
2193
ae23c492
MS
21942001-05-24 Michael Snyder <msnyder@redhat.com>
2195
ac55707e
MS
2196 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2197 Don't require that the main thread and the manager thread are the
2198 first in the list.
2199
ae23c492
MS
2200 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2201 debugging. If test fails, issue an "unsupported" not a "fail".
2202
400071f1
JB
22032001-05-24 Jim Blandy <jimb@redhat.com>
2204
2205 Don't assume that short is shorter than int.
2206 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2207 assume that shorts are smaller than ints. On a 16-bit machine,
2208 this isn't true.
2209 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2210 an int, is not equal to ~0 stored in an unsigned char. This tests
2211 the same thing that the previous test meant to, but works on
2212 16-bit machines, too.
2213 ("print unsigned char != (~0)"): Same test, complemented.
2214
0816a3e5
MS
22152001-05-24 Michael Snyder <msnyder@redhat.com>
2216
2217 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2218 test for (full_coverage == 0). This makes the test run faster,
2219 and prevents dejagnu getting out of step.
2220
f6dc23a9
KB
22212001-05-23 Kevin Buettner <kevinb@redhat.com>
2222
2223 * gdb.base/finish.exp (finish_void): Revise pattern for
2224 stopping on the call statement to not permit stopping at
2225 the start of the instructions comprising the call sequence.
2226
7dbd117d
MC
22272001-05-19 Michael Chastain <chastain@redhat.com>
2228
2229 * gdb.base/callfuncs.exp: Make all test names unique.
2230 * gdb.base/commands.exp: Make all test names unique.
2231 * gdb.base/condbreak.exp: Make all test names unique.
2232 * gdb.base/dbx.exp: Make all test names unique.
2233 * gdb.base/default.exp: Make all test names unique.
2234 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2235 and TIMEOUT messages to their corresponding PASS message.
2236 * gdb.base/ending-run.exp: Make all test names unique.
2237 * gdb.base/long_long.exp: Remove duplicate test.
2238
6b0b0a9e
KB
22392001-05-21 Kevin Buettner <kevinb@redhat.com>
2240
2241 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2242 stop on the call statement as well as the statement after the
2243 call.
2244
2caa35cb
MS
22452001-05-21 Michael Snyder <msnyder@redhat.com>
2246
2247 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2248
40713331
EZ
22492001-05-10 Elena Zannoni <ezannoni@redhat.com>
2250
2251 * gdb.base/completion.exp: Revamp test. Make it execute on all
2252 platforms.
2253
c2c1be8d
EZ
22542001-05-10 Elena Zannoni <ezannoni@redhat.com>
2255
2c9cd303
EZ
2256 * config/gdbserver.exp (gdb_load): Handle the case
2257 in which the arguments to gdbserver are given in the
2258 baseboard configuration file.
2259 Also handle the case in which the server needs to do a
2260 load.
2261
9671de48
KS
22622001-05-07 Keith Seitz <keiths@cygnus.com>
2263
2264 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2265 set up the display for testing.
2266 (gdbtk_start): Convert all paths to paths that tcl will like.
2267 Export target information to environment.
2268 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2269 necessary.
2270 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2271 (to_tcl_path): New proc to convert a given pathname into
2272 a path acceptible as an argument to a tcl command.
2273 (_gdbtk_export_target_info): New proc to export target info
2274 into the environment for gdbtk testing.
2275 (gdbtk_done): New proc to signal end-of-test.
2276
5a360f47
JB
22772001-05-06 Jim Blandy <jimb@redhat.com>
2278
2279 * restore.c: Make the code of caller0 correspond to its comment.
2280
66c756c6
MS
22812001-05-03 Michael Snyder <msnyder@redhat.com>
2282
2283 * config/sid.exp (gdb_target_sid): Check for error messages.
2284 On error or timeout, don't make expect exit (which will terminate
2285 all subsequent tests); instead just make gdb exit.
2286 (gdb_load): Check for error messages. On error or timeout,
2287 return a negative value.
2288
a966fde5
JB
22892001-04-24 Jim Blandy <jimb@redhat.com>
2290
851c18e0
JB
2291 * gdb.c++/templates.exp: If we see the prompt for the overload
2292 list, but we haven't recognized any of the longer patterns,
2293 arrange for this test to fail, not hang.
2294
a966fde5
JB
2295 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2296 variations.
2297
db144853
MC
22982001-04-22 Michael Chastain <chastain@redhat.com>
2299
2300 * gdb.c++/local.exp: Use the 'runto' library function.
2301 * gdb.c++/namespace.exp: Likewise.
2302 * gdb.c++/overload.exp: Likewise.
2303
3207ec21
KB
23042001-03-26 Kevin Buettner <kevinb@redhat.com>
2305
2306 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2307 * gdb.base/step-line.exp: New file. Test step/next in presence of
2308 #line directives.
2309 * gdb.base/step-line.c: New file. Test program for the above.
2310 * gdb.base/step-line.inp: New file. We pretend that this file has
2311 been transformed by some other tool into step-line.c.
2312
13b57657
JB
23132001-03-21 Jim Blandy <jimb@redhat.com>
2314
2315 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2316 unmangled operator names.
2317
754cbe1c
JB
23182001-03-20 Jim Blandy <jimb@redhat.com>
2319
2320 * gdb.threads/linux-dp.exp: Recognize an additional message
2321 generated by GDB when it doesn't understand how to debug threads
2322 on the target system.
2323
177495c9
AC
23242001-03-19 Andrew Cagney <ac131313@redhat.com>
2325
2326 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2327
f266096b
MC
23282001-03-12 Michael Chastain <chastain@redhat.com>
2329
2330 * gdb.c++/derivation.exp: Use the 'runto' library function.
2331
cac3c2ff
MC
23322001-03-12 Michael Chastain <chastain@redhat.com>
2333
2334 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2335
b6c11a24
MC
23362001-02-24 Michael Chastain <chastain@redhat.com>
2337
2338 * gdb.c++/ref-types.exp: Change handwritten code to library
2339 function 'runto'.
2340
6bae5bce
OF
23412001-03-16 Orjan Friberg <orjanf@axis.com>
2342
2343 * gdb.base/signals.exp: Set count to 0 explicitly.
2344
0015fd9a
MS
23452001-03-15 Mark Salter <msalter@redhat.com>
2346
2347 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2348 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
2349 (gdb_load): Add support for additional target_info: gdb_download_size
2350 and gdb_load_timeout.
0015fd9a 2351
fc33412a
DT
2352Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2353
2354 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2355 file -- to prevent failing when the compile fails but we have no
2356 intention of running the tests anyway.
2357
2358 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2359 tests if set.
2360
2361 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2362 integers.
2363
2364 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2365 * gdb.c++/namespace.exp: Ditto.
2366
115f06de
OF
23672001-03-07 Orjan Friberg <orjanf@axis.com>
2368
2369 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2370 * gdb.base/pointers.exp: Relax pattern match of decimals.
2371
b6ba6518
KB
23722001-03-06 Kevin Buettner <kevinb@redhat.com>
2373
2374 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2375 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2376 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2377 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2378 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2379 config/sh.exp, config/sid.exp, config/slite.exp,
2380 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2381 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2382 config/vxworks.exp, config/vxworks29k.exp,
2383 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2384 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2385 gdb.base/arithmet.exp, gdb.base/assign.exp,
2386 gdb.base/async.exp, gdb.base/attach.exp,
2387 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2388 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2389 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2390 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2391 gdb.base/commands.exp, gdb.base/completion.exp,
2392 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2393 gdb.base/constvars.exp, gdb.base/corefile.exp,
2394 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2395 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2396 gdb.base/ending-run.exp, gdb.base/environ.exp,
2397 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2398 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2399 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2400 gdb.base/funcargs.exp, gdb.base/help.exp,
2401 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2402 gdb.base/logical.exp, gdb.base/long_long.exp,
2403 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2404 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2405 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2406 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2407 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2408 gdb.base/regs.exp, gdb.base/relational.exp,
2409 gdb.base/remote.exp, gdb.base/reread.exp,
2410 gdb.base/restore.exp, gdb.base/return2.exp,
2411 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2412 gdb.base/selftest.exp, gdb.base/setshow.exp,
2413 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2414 gdb.base/sigall.exp, gdb.base/signals.exp,
2415 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2416 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2417 gdb.base/step-test.exp, gdb.base/structs.c,
2418 gdb.base/structs.exp, gdb.base/structs2.exp,
2419 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2420 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2421 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2422 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2423 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2424 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2425 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2426 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2427 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2428 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2429 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2430 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2431 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2432 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2433 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2434 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2435 gdb.trace/circ.exp, gdb.trace/collection.exp,
2436 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2437 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2438 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2439 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2440 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2441 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2442 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2443 notices.
2444
dc96c6c7 24452001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
2446
2447 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2448 first arg is int not float.
2449
dc96c6c7 24502001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
2451
2452 * gdb.base/reread.exp: Unsupported for non-native targets;
2453 doesn't work for remote debugging.
2454
9b0c4aeb
FN
24552001-02-19 Fernando Nasser <fnasser@redhat.com>
2456
2457 From Drew Moseley <dmoseley@redhat.com>
2458 * gdb.base/ending-run.exp: Properly handle the BSP state when
2459 stepping past the end of main.
2460
02aa71d5
MC
24612001-02-19 John Moore <jmoore@redhat.com>
2462
2463 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2464 Converted HPUX fix for non-expected items following multiple
2465 step commands into general solution for all platforms.
2466
1fa449a4
MC
24672001-02-18 Michael Chastain <chastain@redhat.com>
2468
2469 * gdb.c++/classes.exp (do_tests): Change runto statements
2470 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2471 statements demangler agnostic.
2472 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2473 (gdb_virtfunc_restart): Likewise.
2474
b2f9ec70
MC
24752001-02-14 Michael Chastain <chastain@redhat.com>
2476
2477 * gdb.c++/inherit.exp (do_tests): Change runto statements
2478 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2479 statements demangler agnostic.
2480
cf74b8ca
AC
2481Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2482
2483 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2484 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2485 before calling common_routine 15 times'' tests.
2486
99f78f56
MC
24872001-02-11 Michael Chastain <chastain@redhat.com>
2488
2489 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2490 Helps the test script figure out which demangler is in use.
2491 (dm_type_foo_ref): Ditto.
2492 (dm_type_int_star): Ditto.
2493 (dm_type_long_star): Ditto.
2494 (dm_type_unsigned_int): Ditto.
2495 (dm_type_void): Ditto.
2496 (dm_type_void_star): Ditto.
99707966 2497 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2498 Probe the gdb demangler and set variables to accommodate
2499 formatting differences.
2500 (info_func_regexp): New function. Same as info_func, but
2501 matches against a regexp.
2502 (info_func): Match against a literal string.
2503 (print_addr_2): New function. Match against a literal string,
2504 which can be different from the input to gdb.
2505 (print_addr): Simply call print_addr_2 with the same argument twice.
2506 (test_lookup_operator_functions): Use demangler formatting variables.
2507 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2508 the tests in the same order as the C++ class declaration.
2509 (test_paddr_operator_functions): Ditto.
2510 (test_paddr_overloaded_functions): Ditto.
2511 (test_paddr_hairy_functions): Use demangler formatting variables.
2512 Add reference to gdb/19 for related tests.
2513 (do_tests): Call probe_demangler.
2514
1de8f023
KB
25152001-01-30 Kevin Buettner <kevinb@redhat.com>
2516
2517 * gdb.c++/templates.cc (printf): Remove unused function definition.
2518
ca3f91ed
MS
25192001-01-26 Felix Lee <flee@redhat.com>
2520
2521 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2522
25232001-01-25 matthew green <mrg@redhat.com>
2524
2525 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2526 up sid.
2527 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2528
25292001-01-25 matthew green <mrg@redhat.com>
2530
2531 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2532 Deprecate $sid_spawn_id.
2533 (sid_exit): Remove code necessary only for `spawn.'
2534
25352001-01-25 matthew green <mrg@redhat.com>
2536
2537 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2538
fb18ec4a
MC
25392001-01-28 Michael Chastain <chastain@redhat.com>
2540
2541 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2542 to call when tests fail. It takes gdb out of the overloaded
2543 function choice menu back to the main prompt, so that the test
2544 program stays synchronized.
2545 (set_bp_overloaded): New proc to collect all the common
2546 code for setting a breakpoint on an overloaded name. Calls
2547 take_gdb_out_of_choice_menu when needed.
2548 (menu_overload1arg): New variable to collect the repeated
2549 instances of the expected menu for an overloaded name. Change
2550 the regular expression to handle changes in g++ type encoding:
2551 "void" can be either "void" or "", and "unsigned int" can be
2552 either "unsigned int" or "unsigned".
2553 (continue_to_bp_overloaded): Change regular expressions to handle
2554 changes in g++ type encoding.
2555 (no proc): Call take_gdb_out_of_choice_menu when needed.
2556 Remove redundant calls to "info break". Accept either "canceled"
2557 or "cancelled". Change regular expressions in "info break"
2558 calls to handle changes in g++ type encoding. Give all tests
2559 unique strings.
2560
9c646a6e
BE
25612001-01-17 Ben Elliston <bje@redhat.com>
2562
2563 * config/sid.exp: New file.
2564
9549d9c1
AC
2565Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2566
2567 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2568
dc96c6c7 25692000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2570
2571 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2572 Add a RE to accept a non-ascii char if one is ever presented.
2573
b4df4f68
FN
25742000-12-20 Fernando Nasser <fnasser@redhat.com>
2575
297dd0fd 2576 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2577
dc96c6c7 25782000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2579
2580 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2581 in regexp. One '\' does not suffice on Linux.
2582
4a7bddb6
MC
25832000-12-09 Michael Chastain <chastain@redhat.com>
2584
2585 * gdb.base/break.exp (test_clear_command): Use a marker function
2586 rather than 'main' for the test function. Also move this
2587 test to an execution point where the marker function names are
2588 guaranteed to be bound to functions. (Executing tests after a
2589 'finish' from main runs into name conflicts with local names
2590 in __libc_start_main).
2591
dc96c6c7 25922000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2593
2594 * gdb.base/finish.exp: New test for gdb's "finish" command.
2595 * gdb.base/return2.exp: New test for gdb's "return" command.
2596 * gdb.base/return2.c: New source file for above.
2597
dc96c6c7 25982000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2599
2600 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2601 * gdb.base/miscexprs.exp: Ditto.
2602 * gdb.base/pointers.exp: Ditto.
2603 * gdb.c++/derivation.exp: Ditto.
2604 * gdb.c++/local.exp: Ditto.
2605 * gdb.c++/namespace.exp: Ditto.
2606 * gdb.c++/overload.exp: Ditto.
2607 * gdb.c++/ref-types.exp: Ditto.
2608
dc96c6c7 26092000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2610
2611 * gdb.base/constvars.exp: Test result of "up" command.
2612 * gdb.base/miscexprs.exp: Ditto.
2613 * gdb.base/pointers.exp: Ditto.
2614 * gdb.base/scope.exp: Ditto.
2615 * gdb.c++/derivation.exp: Ditto.
2616 * gdb.c++/local.exp: Ditto.
2617 * gdb.c++/namespace.exp: Ditto.
2618 * gdb.c++/overload.exp: Ditto.
2619 * gdb.c++/ref-types.exp: Ditto.
2620
44097287
FN
26212000-11-22 Michael Chastain <chastain@redhat.com>
2622
2623 * mips_pro.exp: Accept either "middle -> top -> main" or
2624 "middle -> main" in the backtrace, because gcc can optimize
2625 tail calls to jumps. Remove setup_xfail for the hppa case.
2626 Add a comment with the original warning messages from PR 3016,
2627 which was filed in 1993, to preserve them for posterity.
2628
9d2e1bab
ND
26292000-11-17 Nick Duffek <nsd@redhat.com>
2630
2631 * lib/gdb.exp (gdb_test): Override timeout with board info.
2632
1aca8eb7
ND
26332000-11-17 Nick Duffek <nsd@redhat.com>
2634
2635 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2636 the second kill and detach messages.
2637
93076499
ND
26382000-11-17 Nick Duffek <nsd@redhat.com>
2639
2640 * configure.in: Add AC_EXEEXT.
2641 * configure: Regenerate.
2642 * Makefile.in (just-check): Export EXEEXT.
2643 * lib/gdb.exp ($EXEEXT): Import from environment.
2644 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2645 expect "maint dump-me" on Cygwin.
2646 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2647 $EXEEXT.
2648
30e87cd3
ND
26492000-11-17 Nick Duffek <nsd@redhat.com>
2650
2651 * gdb.base/break.exp: Test backtrace and finish from called
2652 function on all platforms, not just HP-UX.
2653
dc96c6c7 26542000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2655
2656 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2657 code from gdb_target_monitor, so it can be used independantly
2658 for gdbserver. Also comment out an unnecessary PUTS.
2659
dc96c6c7 26602000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
2661
2662 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2663 * gdb.base/corefile.exp: Expect the message "Program is being
2664 debugged already" when we send the "corefile" command, since
2665 the preceeding gdb_load may have connected gdb to a remote target.
2666 * gdb.base/display.exp: Disable hardware watchpoints if new
2667 board info variable "no_hardware_watchpoints" is true.
2668 Replace single-letter commands with more readable ones.
2669 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2670 if new board info variable "no_hardware_watchpoints" is true.
2671 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2672 to see if stdio (printf) testing is possible.
2673 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2674 board info variable "no_hardware_watchpoints" is true. Use new
2675 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2676
39124dea
FN
26772000-11-13 Fernando Nasser <fnasser@redhat.com>
2678
2679 From Orjan Friberg <orjanf@axis.com>:
2680 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2681 in array print pattern match.
2682
a9e2e984
FN
26832000-11-09 Fernando Nasser <fnasser@redhat.com>
2684
2685 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2686 spelling "cancelled" to U.S. spelling "canceled" to match changes
2687 made to gdb.
2688 * gdb.c++/ovldbreak.exp: Ditto.
2689
c7db355b
PS
26902000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2691
2692 * gdb.base/callfuncs.c (main): Moved to end of file, call
2693 t_double_values to initialize the FPU before inferior calls are made.
2694 * gdb.base/callfuncs.exp: Test for register preservation after calling
2695 inferior functions. Add tests for continuining, finishing and
2696 returning from a stop in a call dummy.
2697
dc96c6c7 26982000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
2699
2700 * gdb.base/commands.exp: Break up long lines, and re-indent.
2701
dc96c6c7 27022000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
2703
2704 * config/gdbserver.exp: Rewritten from the ground up, to make it
2705 compatible with the current dejagnu tree, and to make it work with
2706 the new "gdbserver" in libremote.
2707
dc96c6c7 27082000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2709
2710 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2711 * gdb.base/varargs.exp: Skip entire test if no printf support.
2712 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2713 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2714
dc96c6c7 27152000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2716
2717 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2718 no floating point support.
2719 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2720 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2721 * gdb.base/call-rt-st.exp: Ditto.
2722 * gdb.base/call-strs.exp: Ditto.
2723
bac5fc66
JG
27242000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2725
2726 * gdb.base/sizeof.c: include <stdio.h>.
2727
2728 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2729 'finish', otherwise uncaptured gdb_prompt would potentially
2730 throw remaining test points out of sync.
2731
b22a6027
SB
27322000-07-26 Scott Bambrough <scottb@netwinder.org>
2733
2734 * gdb.base/recurse.exp: Run tests for all targets.
2735 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2736 gnu-oldld case on ARM.
2737 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2738 for ARM targets.
2739
d8231941
AG
2740Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2741
2742 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2743 * gdb.java/configure: Rebuild.
2744
8caabe69
AG
2745Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2746
2747 * gdb.java/jv-exp.exp: New file.
2748
9d273ca3
AG
2749Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2750
2751 * configure: Rebuilt.
2752 * configure.in (configdirs): Add gdb.java.
2753 * gdb.java/jmisc.java: New file.
2754 * gdb.java/jmisc.exp: New file.
2755 * gdb.java/Makefile.in: New file.
2756 * gdb.java/configure: Rebuilt.
2757 * gdb.java/configure.in: New file.
2758 * lib/java.exp: New file.
2759
4f823a66
AC
2760Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2761
2762 * gdb.base/exprs.exp: Test casts to a pointer including over and
2763 underflow.
2764
2391e11d
AC
2765Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2766
2767 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2768 and the compilers sizes.
2769
54602222
ND
27702000-07-09 Nick Duffek <nsd@redhat.com>
2771
2772 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2773 (use_methods): New function.
2774 (main): Call use_methods().
2775 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2776 (do_tests): Call test_method_param_class.
2777
2bec0572
ND
27782000-07-09 Nick Duffek <nsd@redhat.com>
2779
2780 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2781 spelling.
2782 (test_enums): New procedure. Move enum tests from end of script
2783 to here. Set breakpoint on function name instead of line number.
2784 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2785 (enums2): New marker function.
2786 (enums1): New function.
2787 (main): Call enums1(). Move enum tests to enums1().
2788
78492fde
AC
2789Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2790
2791 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2792 compile/link program. Update line numbers.
2793 * gdb.asm/d10v.inc: Define ``startup''.
2794 * gdb.asm/asmsrc1.s: Add definition of _start.
2795
49a2cef8
AC
2796Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2797
2798 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2799
3e6c8688
EZ
28002000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2801
2802 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2803 of 'help maint print' command.
2804
9ff5cbe9
AC
2805Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2806
2807 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2808 they use gdb_expect_list.
2809
17c579bd
AC
2810Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2811
2812 * gdb.base/commands.exp: Use ``set remote
2813 memory-read-packet-size'' instead of ``set endian big'' to test
2814 long commands.
2815
e6d71bf3
DB
28162000-06-03 Daniel Berlin <dan@cgsoftware.com>
2817
2818 * gdb.c++/templates.exp (do_tests): Make all of these work under
2819 g++, and stop skipping them.
2820
2821 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2822 work under g++.
2823
e5f9ba7b
MS
2824 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2825 initialization.
2826
dc96c6c7 28272000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
2828
2829 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2830 the regular expression: accept an (almost) arbitrary sequence of
2831 "frames-invalid" and "breakpoints-invalid" messages both before
2832 and after the "starting" message.
2833
dc96c6c7 28342000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
2835
2836 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 2837
dc96c6c7 28382000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
2839
2840 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2841 Relax the regular expression a little, make it pass on Solaris 8.
2842
8216cda9
KB
28432000-05-12 Kevin Buettner <kevinb@redhat.com>
2844
2845 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2846 a call, do not require that gdb stop on the line after the call.
2847 Instead, it is permissible for gdb to stop on the line of the
2848 call itself.
2849
1a570b2f
MS
28502000-05-12 Michael Snyder <msnyder@.cygnus.com>
2851
2852 * gdb.base/break.exp (bp on small function, optimized file):
2853 Add a second pass pattern. The behavior differs here between stabs
2854 and dwarf for one-line functions. Stabs preserves two line symbols
2855 (one before the prologue and one after) with the same line number,
2856 but dwarf regards these as duplicates and discards one of them.
2857 Therefore the address after the prologue (where the breakpoint is)
2858 has no exactly matching line symbol, and GDB reports the breakpoint
2859 as if it were in the middle of a line rather than at the beginning.
2860
dc96c6c7 28612000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
2862
2863 * gdb.base/interrupt.exp: Make "pass" message say "send"
2864 rather than "send_gdb" (for consistancy).
2865
7d418785
AC
2866Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2867
2868 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2869 * gdb.c++/templates.cc: Properly check for GCC version number.
2870 * lib/compiler.cc: Likewise
2871
dc96c6c7 28722000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
2873
2874 * gdb.base/break.exp: When compiled with -O2 optimization,
2875 gdb may not stop at the first line of main, due to code motion.
2876
dc96c6c7 28772000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
2878
2879 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2880 This test depends on parsing the printf output from the target.
2881 Since the sparclet stub doesn't do stdio, this will never work.
2882 * gdb.base/call-rt-st.exp: ditto.
2883 * gdb.base/call-strs: ditto.
2884
dc96c6c7 28852000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
2886
2887 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2888
2889 * gdb.base/ending-run.exp: After connecting to a remote target,
2890 but before running, the target will appear to be in a random
2891 location. Specify both a file and a line for breakpoints.
2892 Also, the function that calls main may be called 'init'
2893 rather than 'start'.
2894
a5a51225
EZ
28952000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2896
2897 * gdb.base/help.exp: Update output for add-symbol-file command.
2898
7930cc7c
FN
28992000-04-10 Fernando Nasser <fnasser@cygnus.com>
2900
2901 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2902 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2903
23e37ab1
C
29042000-04-07 J.T. Conklin <jtc@redback.com>
2905
e93c542c
C
2906 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2907
23e37ab1
C
2908 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2909
591b8fa3
PDM
2910Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2911
2912 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2913 values that can be represented exactly.
2914 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2915 above change, and to not check against the directory part of the source
2916 file name.
2917 (step into print_long_arg_list): Likewise.
2918 (print print_small_structs from print_long_arg_list): Likewise.
2919 (print print_long_arg_list): Likewise.
2920
7a495180
EZ
29212000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2922
30b53638 2923 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 2924
beb998c6
AC
2925Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2926
2927 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2928
1c689132
DB
29292000-03-25 Daniel Berlin <dan@cgsoftware.com>
2930
2931 * gdb.base/commands.exp (deprecated_command_test): Add test for
2932 deprecate with no arguments.
2933
c1790a9d
JL
29342000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2935
2936 * gdb.base/break.exp: Add new test for setting breakpoints on
2937 optimized code so we can test breakpoints work even when function
2938 prologues may be optimized away
2939
003ba290
FN
29402000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2941
2942 From David Whedon <dwhedon@gordian.com>
2943 * gdb.base/commands.exp : Added command deprecator tests.
2944
6837a0a2
DB
29452000-03-22 Daniel Berlin <dan@cgsoftware.com>
2946
2947 * gdb.base/help.exp: Added test for new apropos command.
2948
b9593231
KB
29492000-03-21 Kevin Buettner <kevinb@redhat.com>
2950
2951 * gdb.base/pointers.c (usevar): New function.
2952 (main): Make sure that global variables v_int_pointer2, rptr,
2953 and y are all referenced someplace in the program by calling
2954 usevar() on them. [Some linkers delete symbols which are
2955 never referenced. The space remains, but there's no way to
2956 get a (symbolic) handle on the variable from the debugger.]
2957
751a959b
EZ
29582000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2959
2960 * gdb.base/printcmds.c: Add typedeffed arrays.
2961
2962 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2963 procedure to test arrays that are typedef'd.
2964
73a93a32
JI
29652000-03-13 James Ingham <jingham@leda.cygnus.com>
2966
2967 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 2968 the library directories.
73a93a32 2969
fb40c209
AC
2970Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2971
2972 * configure.in (configdirs): Add sub directory gdb.mi.
2973 * configure: Re-generate.
2974
2975 * gdb.mi: New directory.
beb998c6 2976
ee4dd2c9
AC
29772000-02-25 Scott Bambrough <scottb@netwinder.org>
2978
2979 * gdb.base/long_long.exp: Correct test suite failure when printing
2980 a long long value as a double on ARM platforms.
2981
70f0cc22
JB
29822000-02-16 Jim Blandy <jimb@redhat.com>
2983
2984 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2985 default source file is set properly before running this test.
2986
853819b8
EZ
29872000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2988
2989 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2990 gdbtk/library directory, not in gdbtcl2.
2991
dfcd3bfb
JM
29922000-02-04 Jim Blandy <jimb@redhat.com>
2993
2994 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
2995 backslash from regexp pattern.
2996
2997 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
2998 procedure. Use it to run all the "continue to bp overloaded"
2999 tests. Note that this changes the names of the tests slightly.
3000 If the breakpoint hit message includes a hex PC value, because
3001 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
3002 from the real source code, still consider that a pass.
3003
3004 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
3005 XFAIL here if the breakpoint message contains a hex address. Note
3006 similar change on 1999-11-02.
3007
3008 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
3009
3010 * gdb.base/ptype.exp: Establish a default source file before
3011 calling get_debug_format.
3012
30132000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
3014
3015 * gdb.base/watchpoint.exp: Remove duplication of test messages.
3016
8b93c638
JM
30172000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3018
3019 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
3020 of successive stepi commands -- while in the prologue we should see
3021 the function entry bracket.
3022
30232000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3024
3025 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
3026 reach __change_mode() when stepping through the end of main().
3027
c5394b80
JM
30282000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3029
3030 * gdb.base/default.exp: Fix expected pattern.
3031 * gdb.base/help.exp: Same.
3032
0d06e24b
JM
30332000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3034
3035 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
3036 Don't use xfail's because that affects only the following test.
beb998c6 3037
0d06e24b
JM
3038 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3039 solaris or linux.
3040
3041 * gdb.base/selftest.exp: Update to reflect changes to main.c.
3042
dc96c6c7 30432000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 3044
beb998c6 3045 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
3046 "A syntax error" rather than "A parse error". Accept both.
3047
30482000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3049
3050 * gdb.base/default.exp: Remove OS dependent string from "target
3051 remote" test.
3052 * gdb.base/help.exp: Same for "help target remote" test.
3053
c3f6f71d
JM
30542000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3055
3056 From Jim Kingdon <kingdon@redhat.com>:
3057
3058 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3059 prompt (cleanup rather than necessity, but still might keep output
3060 from spilling to next test).
3061
30622000-01-02 Fred Fish <fnf@cygnus.com>
3063
3064 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3065 AIX, which defines them in <sys/types.h>.
3066
ed9a39eb 30671999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 3068
ed9a39eb
JM
3069 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3070 float" test.
3071
30721999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 3073
ed9a39eb 3074 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
3075
3076 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3077 outermost frame disallowed".
3078
30791999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3080
3081 * gdb.base/setvar.exp: New tests for setting the value of a struct
3082 with a constant list.
3083
30841999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3085
3086 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3087 require the user to type a cast before setting the value of a struct.
3088
de57eccd
JM
30891999-12-06 Jim Blandy <jimb@cygnus.com>
3090
3091 * gdb.base/default.exp: Expect the new 'info float' command on
3092 all i386 platforms.
3093
3094 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3095 LinuxThreads libraries that don't support debugging.
3096
c2d11a7d
JM
3097Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3098
3099 * gdb.base/remote.c: Fill the buffer with truely random data.
3100 Change the buffer type to ``unsigned char'' to simplify size
3101 arithmetic.
3102
3103 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3104 stub only handles 400-1 byte packets. Verify that the download
3105 worked.
3106
31071999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3108
3109 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3110 tests, using UNRESOLVED for the untested cases. Also, does not wait
3111 for a timeout if the prompt was received before a recognizable pattern.
3112
31131999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3114
3115 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3116
31171999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3118
3119 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3120 watchpoints.
3121
31221999-11-24 Jason Merrill <jason@casey.cygnus.com>
3123
3124 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3125
3126 * gdb.c++/local.exp: Be more flexible in recognizing local class
3127 name mangling. Don't allow horribly truncated method names.
3128 * gdb.c++/derivation.exp: Expect protected inheritance.
3129 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3130 * gdb.c++/virtfunc.exp: Likewise.
3131 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3132 when printing a nested enum.
3133
31341999-11-22 Jim Blandy <jimb@cygnus.com>
3135
3136 * gdb.base/step-test.exp: Properly await GDB's response to setting
3137 a breakpoint on the call to large_struct_by_value.
3138
3139 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3140 just because we have debug info for the `start' function.
3141
31421999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3143
3144 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3145 "Unknown signal" messages, which indicate (on LinuxThreads) that
3146 GDB doesn't know how to debug threads on this system. This is
3147 better than hanging while philosopher 0 dumps chatter into gdb.log.
3148
31491999-11-18 Tom Tromey <tromey@cygnus.com>
3150
3151 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3152
31531999-11-18 Fred Fish <fnf@cygnus.com>
3154
3155 * gdb.base/coremaker2.c: Add sample program for generating
3156 cores that is more self contained than coremaker.c. Eventually
3157 I'll add more code to this and tie it into the testsuite.
3158
4ce44c66
JM
31591999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3160
3161 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3162
31631999-11-10 Jimmy Guo <guo@cup.hp.com>
3164
3165 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3166 from $srcdir/lib/.
3167 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3168 and gdb.c++/.
3169
3170 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3171
beb998c6 3172 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
3173 'continue with watch' test point.
3174
31751999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3176
3177 Merged from p2linux-990323-branch:
beb998c6 3178
4ce44c66
JM
3179 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3180
11cf8741
JM
3181Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3182
3183 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3184 {limit,fixed}''. Test ``set download-write-size''.
3185
3186Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3187
3188 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3189 gdb_expect_list.
3190
3191Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3192
3193 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3194
31951999-11-03 Mark Salter <msalter@cygnus.com>
3196
3197 * gdb.base/break.exp: Fix "stub continue" pattern.
3198
31991999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3200
3201 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3202
32031999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3204
3205 * gdb.base/display.exp ("finish"): Add timeout clause.
3206
3207 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3208 plain prompt clause, so this doesn't have to time out in order to
3209 fail.
3210
3211 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3212 breakpoint hit messages include an address.
3213
3214 * gdb.base/display.exp: Don't forget to escape parens in regular
3215 expressions. Unix regexp notatation sucks.
3216
32171999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3218
3219 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3220 order for 'signalled' message.
3221
5c44784c
JM
32221999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3223
3224 From Jimmy Guo <guo@cup.hp.com>:
3225 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3226 * gdb.base/annota1.c: Add code for tests to work with.
3227
32281999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3229
3230 * gdb.base/remote.exp: New test for remote downloading settings.
3231 * gdb.base/remote.c: New file with large .data.
3232
917317f4
JM
32331999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3234
3235 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3236 for LinuxThreads support, merged from the Code Fusion branch.
3237
3238Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3239
3240 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3241 containing exp_continue into a while within an expect. Don't
3242 attempt a start more than three times. Check return value from
3243 gdb_load.
beb998c6 3244
2df3850c
JM
3245Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3246
3247 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3248 a pass case.
3249
2acceee2
JM
32501999-10-01 Kevin Buettner <kevinb@cygnus.com>
3251
3252 * gdb.base/break.c (main): Added a statement that we can step
3253 off of.
3254 * gdb.base/break.exp: Added tests for setting a breakpoint
3255 at an offset and stepping onto a breakpoint.
3256
32571999-10-01 Fred Fish <fnf@cygnus.com>
3258
beb998c6 3259 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
3260 gdb output.
3261
c2c6d25f
JM
32621999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3263
3264 * gdb.base/break.exp: Code locations are in hex, don't forget!
3265 (For HP-UX.)
3266
32671999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3268
3269 * condbreak.exp: Use break.c as test program.
3270 * condbreak.c: Remove, redundant with break.c.
3271
32721999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3273
3274 * config/monitor.exp (gdb_target_monitor): Disable X- and
3275 Z-packets if the target needs it.
3276
32771999-09-13 James Ingham <jingham@leda.cygnus.com>
3278
3279 * gdb.c++/overload.exp: Added tests for listing overloaded
3280 functions with function pointers in the arg, explicitly calling
3281 out the version you want.
3282
cff3e48b
JM
32831999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3284
3285 * long_long.exp: Add variations of test cases that work for
3286 targets with 16-bit ints and 32-bit doubles.
3287
d4f3574e
SS
32881999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3289
3290 * break.c (main): Compare a possibly-uninitialized argc with an
3291 unlikely value that fits in 16 bits.
3292
32931999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3294
3295 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3296 0xfeeb, don't want negative numbers if ints are 16 bits.
3297
3298 * lib/gdb.exp (skip_cplus_tests): New proc.
3299 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3300 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3301 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3302 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3303 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3304 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3305 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3306 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3307
3308 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3309
3310Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3311
3312 * gdb.base/corefile.exp (up): Allow a parameter to appear
3313 in the frame that we're going up to.
3314
3315 From Jim Blandy <jimb@cygnus.com>:
3316
3317 * gdb.base/default.exp (info float): Expect some output now.
3318
3319 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3320 returning floating-point values to fail on the x86.
3321 * gdb.base/callfwmall.exp (do_function_calls): Same.
3322
3323 * gdb.base/list.exp (test_listsize): Correct expectations for
3324 listing line 1 with listsize 2. Also, listing a single line
3325 works now, as does listing three lines. [Kevin's note: There
3326 were a number of other cases fixed too where the expectations
3327 differed...]
3328
33291999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3330
3331 * gdb.base/selftest.exp: Add case for when version prints as
3332 constant string instead of char pointer.
3333
104c1213
JM
33341999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3335
3336 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3337 stepping out of main.
3338
3339 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3340 G++ used.
3341
3342 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3343 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3344
3345 * gdb.c++/ovldbreak.exp: Update match string in test that
3346 includes a warning of multiple breakpoints.
3347
33481999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3349
3350 * gdb.base/display.exp: Improve precision of step-after-finish
3351 added yesterday.
3352
3353 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3354 test.
3355
3356 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3357 configs when using G++, not just hppa*.
3358
33591999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3360
3361 * gdb.base/async.c: New file.
3362 * gdb.base/async.exp: New file.
3363
3364Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3365
3366 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3367 PA64.
3368
53a5351d
JM
3369Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3370
104c1213
JM
3371 * gdb.base/display.exp: "finish" can leave us mid-line on many
3372 targets, deal with it. Add a small constant to main, instead of
3373 1000 since main+1000 may not be a valid address in the target.
3374
53a5351d
JM
3375 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3376 on hpux11.
3377
3378 * gdb.base/attach.exp: Handle another hpux11 error message variant
3379 when attaching to a process that does not exist.
3380
33811999-08-19 J.T. Conklin <jtc@redback.com>
3382
3383 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3384 characters in 'continue to 1241' test.
3385
33861999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3387
3388 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3389 stop in print_long_arg_list, define and use a whitespace
3390 variable in print_small_structs test, add an XFAIL for Solaris.
3391 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3392 interested enough to fix.
3393
7be570e7
JM
33941999-08-13 Keith Seitz <keiths@cygnus.com>
3395
3396 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3397 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3398 proc knows about targets other than the natives.
3399 (test_assign): Use "gdb_run_cmd" to "run" the target.
3400 Check that we've actually hit the breakpoint at main.
3401 When we attempt to assign a value to a local variable, check
3402 that the variable is in the current scope, i.e., don't use
3403 a test with an empty result.
3404
3405Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3406
3407 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3408 command.
3409
34101999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3411
3412 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3413 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3414 gdb.compat, gdb.threads-hp.
3415 gdb.hp/configure, gdb.hp/configure.in: New files.
3416 gdb.hp/Makefile.in: Recurse into new subdirs.
3417 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3418 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3419 in object files.
3420 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3421
96baa820
JM
34221999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3423
3424 * gdb.base/display.exp: Help expect by putting a newline in the
3425 funky printf, remove a bogus p/a test.
3426
34271999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3428
3429 * gdb.base/display.exp: Make sure that when we say 'run', we are
3430 connected to the target. This is necessary when running not
3431 natively.
3432
34331999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3434
3435 * gdb.base/step-test.exp: Removed some extraneous messages.
3436
3437 * gdb.base/long_long.exp: Don't run memory examination tests
3438 on little-endian targets (they will need a different set of
3439 results to match).
3440
34411999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3442
3443 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3444 until somebody decides to fix GDB.
3445
3446 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3447 constant as "ULL".
3448 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3449 matches for a couple x/2 commands.
3450
a0b3c4fd
JM
34511999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3452
3453 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3454 by merging in ref-types2 tests.
3455 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3456
3457 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3458 * gdb.c++/Makefile.in: Add standard actions.
3459 (EXECUTABLES): Rename from PROGS, update list.
3460 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3461 from gdb.hp.
3462 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3463 foo and bar locals.
3464 * gdb.c++/anon-union.exp: Fix tests to match.
3465 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3466 expect matches to handle output variations.
3467 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3468 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3469 output, add HP alternatives for new and delete prints.
3470 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3471 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3472 * gdb.c++/demangle.exp: Use $style when reporting failure.
3473 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3474 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3475 match alternatives.
3476 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3477 compilers.
3478 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3479 * gdb.c++/method.exp: Add match alternatives.
3480 * gdb.c++/misc.cc: Add bool types.
3481 * gdb.c++/misc.exp: Add tests for bool types.
3482 * gdb.c++/overload.exp: Add xfails.
3483 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3484 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3485 add some more template parameter tests (only for HP currently).
3486 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3487 * gdb.c++/virtfunc.cc: Add return type and value for main.
3488 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3489 match alternatives.
beb998c6 3490
a0b3c4fd
JM
34911999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3492
3493 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3494
34951999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3496
3497 * gdb.base/signals.exp: Don't expect getting a backtrace from
3498 within a signal handler to fail on Linux.
3499
35001999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3501
3502 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3503 * lib/gdb.exp: Remove some gratuitious semicolons.
3504 (delete_breakpoints): Increase timeout.
3505 (gdb_expect): Add -notransfer option.
3506 (gdb_test): Use -notransfer option.
3507 (get_compiler_info): Add f77 case.
3508 (get_compiler): New proc, split out from gdb_preprocess, add f77
3509 case.
3510 (gdb_preprocess): Call get_compiler.
3511
3512 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3513 * gdb.base/attach.exp, gdb.base/display.exp,
3514 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3515 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3516 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3517 third arg to gdb_test.
3518 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3519 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3520 HP-UX xfails, add others.
3521 * gdb.base/completion.exp: Reflect name change of self-test.
3522 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3523 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3524 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3525 HP failure number.
3526 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3527 useless HP-UX 10.30 references.
3528 * gdb.base/maint.exp: Loosen matches.
3529 * gdb.base/pointers.c (main): Declare more_code.
3530 * gdb.base/pointers.exp: Match on output of a `next'.
3531 * gdb.base/structs.c: Add prototypes.
3532 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3533 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3534
35351999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3536
3537 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3538 command.
3539
35401999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3541
3542 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3543 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3544
3545 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3546 debug info. Deal with lack of signal hanlder info in stack.
3547
3548 From Jim Kingdon <kingdon@redhat.com>:
3549 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3550
5a2468f5
JM
35511999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3552
3553 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3554 gdb.base/foll-vfork.exp: Don't run for crosses.
3555
adf40b2e
JM
3556Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3557
3558 * gdb.base/configure.in: Check for gdbvars.exp instead of
3559 a1-selftest.exp.
3560 * gdb.base/configure: Re-generate.
3561
35621999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3563
3564 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3565 in trying to run first and name is too long.
3566
3567 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3568 pointers2.c and pointers2.exp, respectively.
3569 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3570 doschk happier.
3571
43e526b9
JM
35721999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3573
3574 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3575 callfuncs2.c and callfuncs2.exp.
3576
3577 * gdb.base/list.exp: Remove mistaken xfails.
3578 * gdb.base/list0.h: Add optional prototypes.
3579
9846de1b
JM
3580Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3581
3582 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3583 calling malloc.
3584 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3585 * ptype.exp: Move test for get_debug_format to before its first
3586 use.
3587
35881999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3589
3590 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3591 * gdb.base/annota2.cc, annota2.exp: Move from here.
3592 * gdb.c++/annota2.cc, annota2.exp: To here.
3593 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3594
43ff13b4
JM
3595Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3596
3597 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3598 a consistent format.
3599
085dd6e6
JM
36001999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3601
3602 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3603 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3604 HP compilers, also set the globals $true and $false.
3605
3606 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3607 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3608 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3609 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3610 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3611 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3612 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3613 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3614 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3615 whatis.c} Add C++ compatible function definitions and return
3616 types, add includes for library functions.
3617 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3618 * gdb.base/step-test.c (myglob): Rename from glob.
3619 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3620 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3621 files, move here from gdb.hp.
3622 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3623 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3624 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3625 Adjust line numbers in regexps.
3626
3627 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3628 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3629 instead of 0/1.
3630
3631 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3632 foll-vfork.exp: New files, move here from gdb.hp.
3633 * gdb.base/page.exp: New file, test of pagination command.
3634
3635 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3636 recursion test.
3637 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3638
3639 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3640 gdb.base/solib.exp: Fix compiler invocation process.
3641
3642 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3643 HP-UX 11, turn off overload resolution explicitly.
3644 * gdb.base/commands.exp: Set argument list explicitly, add
3645 watchpoint test.
3646 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3647 them work.
3648 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3649 expressions properly.
3650 * gdb.base/corefile.exp: Loosen the match slightly.
3651 * gdb.base/default.exp: Allow "Error accessing memory" message
3652 also.
3653 * gdb.base/display.exp: Skip over x/0 j if PA64.
3654 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3655 * gdb.base/interrupt.exp: Ditto.
3656 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3657 in use.
3658 * gdb.base/list.exp: Add xfails for HP-UX.
3659 * gdb.base/long_long.exp: Refine some of the numeric matches.
3660 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3661 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3662 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3663 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3664 * gdb.base/ptype.exp: Succeed on more varieties of output.
3665 * gdb.base/scope.exp: Add xfails for HP-UX.
3666 * gdb.base/sect-cmd.exp: Add more cases.
3667 * gdb.base/setvar.exp: Add xfails for HP-UX.
3668 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3669 * gdb.base/signals.exp: Match on void symbolically.
3670 * gdb.base/step-test.exp: Add case for PA64.
3671 * gdb.base/term.exp: Add exit and restart.
3672 * gdb.base/twice.exp: Clean up after self.
3673 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3674 * gdb.base/whatis.exp: Allow more ways to pass tests.
3675
3676 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3677 no longer useful.
3678
3679Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3680
3681 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3682 list of patterns.
3683 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3684 print_double_array(double_array)", "continuing to breakpoint
3685 1018", "print print_double_array(array_d)" and "continuing to
3686 1034" tests.
beb998c6 3687
085dd6e6
JM
36881999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3689
3690 * Makefile.in: Add empty html and install-html targets.
3691
36921999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3693
3694 * config/mt-*: Remove, these haven't been used since 1996.
3695
36961999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3697
3698 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3699 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3700 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3701
9e0b60a8
JM
37021999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3703
3704 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3705 simpler match case for the ptype of the big class.
3706
37071999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3708
3709 * gdb.exp: Fix test for gdb_prompt existence.
3710
37111999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3712
3713 * gdb.exp (gdb_test): Add fail after calls to perror.
3714
37151999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3716
3717 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3718
37191999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3720
3721 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3722
0f71a2f6
JM
3723Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3724
3725 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3726 malloc() is linked in.
3727
37281999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3729
3730 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3731 step at end.
3732
3733 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3734
37351999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3736
3737 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3738
cce74817
JM
3739Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3740
3741 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3742 * gdb.base/mips_pro.exp: Likewise.
3743
37441999-06-02 Keith Seitz <keiths@cygnus.com>
3745
3746 * gdb.c++/templates.cc: Change all "new" operators to throw
3747 an exception.
3748 * gdb.c++/cplusfuncs.cc: Likewise.
3749
3750 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3751
3752Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3753
3754 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3755 * gdb.base/ending-run.exp: When stepping out of main, accept a
3756 step into an arbitrary assembler file.
3757
392a587b
JM
37581999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3759
beb998c6 3760 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 3761 "breakpoint-invalid" to be printed.
beb998c6 3762 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
3763 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3764 * gdb.base/annota2.cc: Initialize a.x to 0.
3765
9e086581
JM
37661999-05-17 Keith Seitz <keiths@cygnus.com>
3767
3768 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3769 when "skip_float_tests" set.
3770 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3771 "print print_ten_doubles", and "step into print_long_arg_list".
3772 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3773 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3774 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3775 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3776 "skip_float_tests" is set.
3777 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3778 when "skip_float_tests" set.
beb998c6 3779
cd0fc7c3
SS
37801999-05-06 Keith Seitz <keiths@cygnus.com>
3781
3782 * gdb.base/annota2.cc: Include stdio.h.
3783
3784Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3785
3786 * gdb.base/crossload.exp: Remove, this has been disabled ever
3787 since BFD stopped including all targets, and cross-GDB gets
3788 plenty of testing anyway.
3789 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3790 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3791 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3792 * gdb.base/README: Remove, was doc for this.
3793 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3794 needed.
3795
b83266a0
SS
37961999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3797
3798 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3799 output.
3800
3801 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3802 * gdb.base/annota2.exp: New file. More annotation tests.
3803 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3804 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3805
38061999-04-23 Angela Marie Thomas <angela@cygnus.com>
3807
3808 * config/cfdbug.exp: New file.
3809
7a292a7a
SS
38101999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3811
3812 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3813 Marcus Daniel's and Dale Hawkins's demangler crashes.
3814
3815 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3816 test_lucid_style_demangling, test_arm_style_demangling,
3817 test_hp_style_demangling): Try Tom Tromey's core-dumping
3818 identifier under each demangling style.
3819
38201999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3821
3822 * gdb.c++/demangle.exp: Include the current demangling style
3823 in all test names.
3824 (current_demangling_style): New global variable.
3825 (set_demangling_style, test_demangling_core, test_demangling,
3826 test_demangling_exact): New functions.
3827 (test_gnu_style_demangling, test_lucid_style_demangling,
3828 test_arm_style_demangling, test_hp_style_demangling): Use those,
3829 instead of calling gdb_test and gdb_test_exact directly.
3830 (catch_demangling_errors): New function, which reports errors
3831 signalled by the demangling test functions in an orderly way.
3832 (do_tests): Use catch_demangling_errors.
3833
38341999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3835
3836 * gdb.base/signals.exp (test_handle_all_print): Use () for
3837 grouping in expressions, not {}.
3838
3839 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3840 initialized yet.
3841
38421999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3843
3844 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3845 are listed.
3846
38471999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3848
3849 * gdb.stabs/weird.exp: Test for CC being defined before
3850 looking at its value.
3851
38521999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3853
3854 * gdb.base/call-ar-st.exp: Remove stray '#'.
3855 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3856 "short int" and "long int".
3857 * gdb.c++/overload.cc: Cast the string added in the previous
3858 change, to mollify finicky HP compiler.
3859 * gdb.hp/reg-test.exp (testfile): Fix file name.
3860 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 3861
7a292a7a
SS
3862 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3863 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3864 alternate form of enum ptype.
3865
c906108c
SS
38661999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3867
7a292a7a
SS
3868 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3869 * gdb.hp/*.exp: Change all to run compiler probe only after
3870 passing skip_hp_tests, so as not to waste time on guaranteed
3871 failure.
3872
c906108c
SS
3873 * gdb.c++/overload.cc: Pass string instead of char addr, always
3874 init ccpfoo.
3875 * gdb.c++/templates.cc: Fix syntax error.
3876
7a292a7a
SS
3877Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3878
3879 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 3880 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
3881 command.
3882
38831999-03-18 James Ingham <jingham@cygnus.com>
3884
3885 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3886
3887 * gdb.c++/method.exp: It was testing an uninitialized int on the
3888 stack and assuming it was positive.
3889
3890 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3891
3892 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 3893 keep it from killing the rest of the tests.
7a292a7a
SS
3894 Use gdb_continue_to_end.
3895
3896 * gdb.base/sigall.exp: use gdb_continue_to_end.
3897
3898 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3899
3900 * gdb.base/display.exp: use runto_main, not run.
3901
beb998c6
AC
3902 * gdb.base/default.exp: Check for the current error message in the
3903 r abbreviation test.
7a292a7a
SS
3904 Add strongarm to the targets that know info float.
3905
beb998c6 3906 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
3907 run which doesn't work with monitors.
3908
3909 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3910
3911 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3912
3913 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
3914 program. Traps the case (in Cygmon) when the program never really
3915 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
3916 more places, so I used my name. Sorry Mark...
3917
3918 * config/monitor.exp (gdb_target_monitor): added another
3919 target_info parameter: remotebinarydownload. This will set the
3920 remotebinarydownload flag if this is causing some boards trouble.
3921
39221999-03-18 Mark Salter <msalter@cygnus.com>
3923
3924 * lib/gdb.exp (continue_to_exit): New function.
3925
3926 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3927 * gdb.base/ending-run.exp: Ditto.
3928 * gdb.base/step-test.exp: Ditto.
3929
39301999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3931
3932 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3933 (suggested by Art Haas <ahaas@neosoft.com>).
3934
39351999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3936
3937 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3938
3939Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3940
3941 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3942 descriptions of types (short unsigned int vs unsigned short, etc).
3943
39441999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3945
3946 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3947 a call to strlen; sometimes we do have sources.
3948
39491999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
3950
3951 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3952 character, so GDB won't print garbage after its end.
beb998c6 3953
c906108c
SS
3954 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3955 breakpoint there instead. Sometimes GCC emits memcpy to handle
3956 the large structures being passed by value, so we step into that
3957 instead of sum_array_print, which obscures what we're really testing.
3958 * gdb.base/step-test.exp: However, we do want a test that notices
3959 the bizarre steps into memcpy, so do that here. Add check for
3960 stepping into function calls that pass large structures by value.
3961 ("Is that a noun clause, or are you just happy to see me?")
3962 Remove all references to specific line numbers.
3963 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3964 New type and function.
3965 (main): Call large_struct_by_value, passing it a large struct by value.
3966 * lib/gdb.exp (gdb_get_line_number): New function.
3967
3968 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3969 more portable.
3970
7a292a7a
SS
39711999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3972
c906108c
SS
3973 * lib/gdb.exp: Doc fixes.
3974
7a292a7a
SS
39751999-03-05 Nick Clifton <nickc@cygnus.com>
3976
beb998c6 3977 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
3978
39791999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3980
c906108c
SS
3981 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3982 commands. They're not germane to this test, and they don't work
3983 that way on remote targets.
3984
3fc11d3e
JM
39851999-03-01 James Ingham <jingham@cygnus.com>
3986
3987 * Changelog entries merged over from gdb development branch.
3988
3fc11d3e
JM
3989 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3990
3991 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3992 for outputting results of test run.
3993
2d4a1622 3994 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
3995
3996 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 3997
7a292a7a
SS
39981999-02-25 Felix Lee <flee@cygnus.com>
3999
4000 * lib/gdb.exp (debug_format): initialize
4001
c906108c
SS
40021999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
4003
4004 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
4005 * gdb.base/call-rt-st.c: Ditto.
4006
c906108c
SS
40071999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4008
4009 * gdb.threads/pthreads.exp (horiz): New variable.
4010 (test_startup): Fix regexps that capture thread numbers.
4011
40121999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
4013
4014 * gdb.base/smoke.exp: Disambiguate two test case names (both
4015 called ``print'').
4016
4017Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4018
4019 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
4020 compilation.
4021
40221999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4023
4024 * gdb.base/miscexprs.exp: Change patterns to match GDB's
4025 actual output formatting.
4026 * gdb.base/smoke.exp: GDB removes leading 0's.
4027 * gdb.base/volatile.exp: Don't check type of remuneration;
4028 that variable is no longer defined in constvars.c.
4029 * gdb.base/step-test.c (main): Exit with explicit exit code.
4030 * gdb.base/step-test.exp: Remove two nexti checks--they are
4031 not portable.
4032
40331999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4034
4035 * gdb.base/help.exp ("help delete display"): Fix test to match
4036 gdb's output.
4037
4038 * gdb.base/long_long.c (known_types): Initialize values to zero.
4039 * gdb.base/long_long.exp: Step one more line
4040 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 4041 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
4042 unique test case names.
4043
4044Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4045
beb998c6 4046 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
4047
4048 * gdb.c++/method.exp: Add missing close brace.
4049
40501999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4051
4052 * gdb.base/maint.exp: Use 'set height 0' to disable page
4053 prompting, not 'set height 400'.
4054
4055 Fix a bunch of timeouts.
4056 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4057 four separate tests, so expect doesn't take forever to match a ton
4058 of text against a regexp with lots of .* forms.
4059 ("maint print psymbols", "maint print symbols"): Make some of
4060 these greps more selective, so that expect doesn't try to wade
4061 through huge piles of output and time out.
4062
4063 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4064
4065 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4066 tests: one which doesn't expect shlib events to be reported, and
4067 another which does, but is XFAIL for all platforms other than
4068 HP/UX.
4069
4070 * gdb.base/break.exp: Teach the test suite that the `catch
4071 fork', `catch vfork', and `catch exec' commands produce error
4072 messages on platforms that don't provide these features.
4073
4074Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4075
4076 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4077 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4078 (shortening names from solib_threshold.exp etc), won't run on
4079 anything but HP-UX for the foreseeable future.
4080 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4081 reflect move.
4082
4083Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4084
4085 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4086 gdb.trace/Makefile.in (clean): Remove all test executables.
4087
4088Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4089
4090 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4091 successfully re-sets breakpoints in shared libraries.
4092 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4093
4094Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4095
beb998c6
AC
4096 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4097 and compiled w/o GCC.
c906108c
SS
4098
4099 * gdb.hp/watch-cmd.exp: ditto.
4100
4101 * gdb.hp/watch-hp.exp: ditto.
4102
4103 * gdb.hp/xdb1.exp: ditto.
4104
4105 * gdb.hp/xdb2.exp: ditto.
4106
4107 * gdb.hp/dbx.exp: ditto.
4108
4109Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4110
4111 * constvars.c: Remove C++-isms.
4112 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4113 with GCC.
4114
4115Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4116
4117 The following changes are part of the HP merge.
4118
4119 * gdb.base/break.exp: new tests to verify that catchpoints for
4120 fork, vfork, and exec don't trigger inappropriately.
4121
4122 * gdb.base/opaque.exp: compile one file at a time, then link.
4123
4124 * gdb.base/signals.exp: be more restrictive about which hppa
4125 systems receive a setup_xfail. new tests.
4126
4127 * gdb.base/solib_threshold.build: new file.
4128 * gdb.base/solib_threshold.exp: new file.
4129 * gdb.base/solib_threshold.link_opts: new file.
4130 * gdb.base/solib_threshold.mk: new file.
4131 * gdb.base/gen_solib_threshold.c: new file.
4132
4133 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4134 tests. New tests for enums inside classes.
4135
4136 * gdb.c++/compiler.cc: indicate support of template debugging.
4137
4138 * gdb.c++/demangle.exp: run hp style demangling tests.
4139
4140 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4141 tests.
4142
4143 * gdb.c++/misc.cc: changes to support new tests.
4144
4145 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4146 to support new tests.
4147
4148 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4149 gcc, then skip these tests.
4150
4151Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4152
4153 The following files are part of the HP merge; some had longer
4154 names at HP, but have been renamed to be no more than 14
4155 characters in length.
4156
4157 * gdb.hp/ambiguous.cc: new file.
4158 * gdb.hp/ambiguous.exp: new file.
4159 * gdb.hp/attach.exp: new file.
4160 * gdb.hp/attach2.exp: new file.
4161 * gdb.hp/classes-hp.exp: new file.
4162 * gdb.hp/ctti.exp: new file.
4163 * gdb.hp/ctti-add.cc: new file.
4164 * gdb.hp/ctti-add1.cc: new file.
4165 * gdb.hp/ctti-add2.cc: new file.
4166 * gdb.hp/ctti-add3.cc: new file.
4167 * gdb.hp/dbx.exp: new file.
4168 * gdb.hp/exception.cc: new file.
4169 * gdb.hp/exception.exp: new file.
4170 * gdb.hp/foll-exec.c: new file.
4171 * gdb.hp/foll-exec.exp: new file.
4172 * gdb.hp/foll-fork.c: new file.
4173 * gdb.hp/foll-fork.exp: new file.
4174 * gdb.hp/foll-vfork.c: new file.
4175 * gdb.hp/foll-vfork.exp: new file.
4176 * gdb.hp/inherit-hp.exp: new file.
4177 * gdb.hp/more-steps.exp: new file.
4178 * gdb.hp/namespace.cc: new file.
4179 * gdb.hp/namespace.exp: new file.
4180 * gdb.hp/optimize.exp: new file.
4181 * gdb.hp/pxdb.c: new file.
4182 * gdb.hp/pxdb.exp: new file.
4183 * gdb.hp/quicksort.exp: new file.
4184 * gdb.hp/reg-test.exp: new file.
4185 * gdb.hp/reg-test.s: new file.
4186 * gdb.hp/sized-enum.c: new file.
4187 * gdb.hp/sized-enum.exp: new file.
4188 * gdb.hp/start-stop.exp: new file.
4189 * gdb.hp/templ-hp.cc: new file.
4190 * gdb.hp/templ-hp.exp: new file.
4191 * gdb.hp/thr-lib.c: new file.
4192 * gdb.hp/thr-lib.exp: new file.
4193 * gdb.hp/thr-lib.h: new file.
4194 * gdb.hp/thr-liblib.c: new file.
4195 * gdb.hp/virtfun-hp.c: new file.
4196 * gdb.hp/virtfun-hp.exp: new file.
4197 * gdb.hp/watch-cmd.exp: new file.
4198 * gdb.hp/watch-hp.exp: new file.
4199 * gdb.hp/xdb1.exp: new file.
4200 * gdb.hp/xdb2.exp: new file.
4201 * gdb.hp/xdb3.exp: new file.
4202
4203Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4204
4205 The following files are part of the HP merge; some had longer
4206 names at HP, but have been renamed to be no more than 14
4207 characters in length.
4208
4209 * gdb.base/ss.h: new file.
4210 * gdb.base/call-ar-st.c: new file.
4211 * gdb.base/call-ar-st.exp: new file.
4212 * gdb.base/call-rt-st.c: new file.
4213 * gdb.base/call-rt-st-exp: new file.
4214 * gdb.base/call-strs.exp: new file.
4215 * gdb.base/ena-dis-br.exp: new file.
4216 * gdb.base/environ.exp: new file.
4217 * gdb.base/long_long.exp: new file.
4218 * gdb.base/sect-cmd.exp: new file.
4219 * gdb.base/shlib-cl2.exp: new file.
4220 * gdb.base/smoke.exp: new file.
4221 * gdb.base/so-impl-ld.c: new file.
4222 * gdb.base/so-impl-ld.exp: new file.
4223 * gdb.base/so-indr-cl.c: new file.
4224 * gdb.base/so-indr-cl.exp: new file.
4225 * gdb.base/varargs.exp: new file.
4226 * gdb.base/volatile.exp: new file.
4227 * gdb.base/whatis-exp.exp: new file.
7a292a7a 4228 * gdb.base/display.exp: new file.
c906108c
SS
4229 * gdb.c++/derivation.exp: new file.
4230 * gdb.c++/local.exp: new file.
4231 * gdb.c++/member-ptr.exp: new file.
4232 * gdb.c++/overload.exp: new file.
4233 * gdb.c++/ovldbreak.exp: new file.
4234 * gdb.c++/ref-types.exp: new file.
4235 * gdb.c++/ref-types2.exp: new file.
4236 * gdb.c++/userdef.exp: new file.
beb998c6 4237
c906108c
SS
4238Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4239
4240 * gdb.base/default.exp: Reflect wording change in remote.c.
4241
dc96c6c7 4242Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4243
4244 * gdb.base/help.exp: Update to reflect current text.
4245
4246Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4247
4248 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4249 they're stack variables and contain garbage.
4250 * gdb.c++/anon-union.exp: new file.
4251
4252 The following changes were made by David Taylor
4253 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4254 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4255 in changes by HP.
4256
4257 * gdb.base/bitops.exp: new file.
4258 * gdb.base/default.exp: change expected messages for catch and
4259 info catch tests to reflect HP merge changes.
4260 * gdb.base/enable-disable-break.exp
4261 * gdb.base/ending-run.c: new file.
4262 * gdb.base/long_long.c: new file.
4263 * gdb.base/maint.exp: new file.
4264 * gdb.base/pointers2.exp: new file.
4265 * gdb.base/shlib-call2.exp: new file.
4266 * gdb.base/solib.exp: new file.
4267 * gdb.base/step-test.c: new file.
4268 * gdb.c++/anon-union.cc: new file.
4269 * gdb.c++/local.cc: new file.
4270 * gdb.c++/member-pointer.cc: new file.
4271 * gdb.c++/method.cc: new file.
4272 * gdb.c++/ref-types.cc: new file.
4273 * gdb.c++/ref-types2.cc: new file.
4274 * gdb.c++/userdef.cc: new file.
beb998c6 4275
c906108c
SS
4276 * gdb.base/scope.exp: compile one file at a time, then link.
4277 * gdb.base/langs.exp: ditto.
4278 * gdb.base/list.exp: ditto.
beb998c6 4279
c906108c
SS
4280Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4281
4282 The following changes were made by David Taylor
4283 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4284 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4285 in changes by HP.
beb998c6 4286
c906108c
SS
4287 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4288 skip tests. When compiling pass c++ flag to gdb_compile.
4289 * gdb.c++/
beb998c6 4290
c906108c
SS
4291 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4292 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4293 (skip_hp_tests): new function.
4294 (gdb_preprocess): new function.
4295
4296 * configure.in (hpdir): decide whether to configure gdb.hp.
4297 * configure: regenerated.
4298
4299 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4300 to delete on clean.
4301 (EXECUTABLES): update to reflect new additions.
4302 * gdb.base/commands.exp: update message expected.
4303 * gdb.base/default.exp: add copyright notice.
4304 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4305 * gdb.base/help.exp: update messages to reflect current text.
4306 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4307 targets for recurse tests.
4308 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4309 skip this file.
4310
4311 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4312 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4313 compilation.
4314 * gdb.c++/misc.exp: ditto.
4315 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4316 run the tests. tell gdb_compile that it's a c++ compilation.
4317
4318 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 4319
c906108c
SS
4320 * gdb.base/all-bin.exp: new file.
4321 * gdb.base/arithmet.exp: new file.
4322 * gdb.base/assign.exp: new file.
4323 * gdb.base/completion.exp: new file.
4324 * gdb.base/cond-expr.exp: new file.
4325 * gdb.base/condbreak.exp: new file.
4326 * gdb.base/define.exp: new file.
4327 * gdb.base/dollar.exp: new file.
4328 * gdb.base/environment.exp: new file.
4329 * gdb.base/eval-skip.exp: new file.
4330 * gdb.base/jump.exp: new file.
4331 * gdb.base/logical.exp: new file.
4332 * gdb.base/pointers.exp: new file.
4333 * gdb.base/relational.exp: new file.
4334 * gdb.base/section_command.exp: new file.
4335 * gdb.base/whatis-expr.exp: new file.
4336
4337 * gdb.base/all-types.c: new file.
4338 * gdb.base/call-array-struct.c: new file.
4339 * gdb.base/call-return-struct.c: new file.
4340 * gdb.base/call-strings.c: new file.
4341 * gdb.base/callfuncs2.c: new file.
4342 * gdb.base/condbreak.c: new file.
4343 * gdb.base/constvars.c: new file.
4344 * gdb.base/display.c: new file.
4345 * gdb.base/int-type.c: new file.
4346 * gdb.base/jump.c: new file.
4347 * gdb.base/miscexprs.c: new file.
4348 * gdb.base/pointers.c: new file.
4349 * gdb.base/pointers2.c: new file.
4350 * gdb.base/shmain.c: new file.
4351 * gdb.base/shr1.c: new file.
4352 * gdb.base/shr2.c: new file.
4353 * gdb.base/solib.c: new file.
4354 * gdb.base/solib1.c: new file.
4355 * gdb.base/solib2.c: new file.
4356 * gdb.base/varargs.c: new file.
4357 * gdb.c++/derivation.cc: new file.
4358 * gdb.c++/overload.cc: new file.
4359 * gdb.c++/ovldbreak.cc: new file.
4360 * gdb.hp/attach.c: new file.
4361 * gdb.hp/attach2.c: new file.
4362 * gdb.hp/average.c: new file.
4363 * gdb.hp/compiler.c: new file.
4364 * gdb.hp/compiler.cc: new file.
4365 * gdb.hp/execd-program.c: new file.
4366 * gdb.hp/follow-exec.c: new file.
4367 * gdb.hp/follow-fork.c: new file.
4368 * gdb.hp/follow-vfork-and-exec.c: new file.
4369 * gdb.hp/misc-hp.cc: new file.
4370 * gdb.hp/more-steps.c: new file.
4371 * gdb.hp/optimize.c: new file.
4372 * gdb.hp/quicksort.c: new file.
4373 * gdb.hp/run-hp.c: new file.
4374 * gdb.hp/start-stop.c: new file.
4375 * gdb.hp/sum.c: new file.
4376 * gdb.hp/templates-hp.cc: new file.
4377 * gdb.hp/thread-local-in-lib.c: new file.
4378 * gdb.hp/thread-local-in-lib.h: new file.
4379 * gdb.hp/thread-local-in-lib.lib.c: new file.
4380 * gdb.hp/vforked-program.c: new file.
4381 * gdb.hp/virtfunc-hp.cc: new file.
4382 * gdb.hp/watchpoint-hp.c: new file.
4383 * gdb.hp/xdb.c: new file.
4384 * gdb.hp/xdb0.c: new file.
4385 * gdb.hp/xdb0.h: new file.
4386 * gdb.hp/xdb1.c: new file.
4387
4388Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4389
4390 The following change was made by Edith Epstein
4391 <eepstein@cygnus.com> as part of a project to merge in changes
4392 originally made by HP; HP did not create ChangeLog entries.
4393
4394 * gdb.c++/demangle.exp: changed the expected output for some
4395 ARM-style mangling -- removed second reference to datatype.
4396 For example, maint demangle __dt__11T1__pt__2_cFv
4397 T1<char>::~T1<char>(void)
4398 becomes,
4399 maint demangle __dt__11T1__pt__2_cFv
4400 T1<char>::~T1(void)
4401
4402 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 4403
c906108c
SS
4404Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4405
4406 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4407 * gdb.trace/backtrace.exp: Likewise.
4408 * gdb.trace/circ.exp: Likewise.
4409 * gdb.trace/collection.exp: Likewise.
4410 * gdb.trace/deltrace.exp: Likewise.
4411 * gdb.trace/infotrace.exp: Likewise.
4412 * gdb.trace/limits.exp: Likewise.
4413 * gdb.trace/packetlen.exp: Likewise.
4414 * gdb.trace/passc-dyn.exp: Likewise.
4415 * gdb.trace/passcount.exp: Likewise.
4416 * gdb.trace/report.exp: Likewise.
4417 * gdb.trace/save-trace.exp: Likewise.
4418 * gdb.trace/tfind.exp: Likewise.
4419 * gdb.trace/tracecmd.exp: Likewise.
4420 * gdb.trace/while-dyn.exp: Likewise.
4421 * gdb.trace/while-stepping.exp: Likewise.
4422
44231998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4424
4425 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4426
4427Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4428
4429 From Brendan Kehoe:
4430 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4431 int return types.
4432
4433Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4434
4435 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4436 remote dos host testing right.
4437
4438Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4439
4440 * gdb.base/corefile.exp: remove some xfails.
4441
4442Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4443
4444 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4445 have different timestamps.
4446
4447Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4448
4449 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4450 gdb.base/default.exp: Replace "exec" with "executable".
4451
4452Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4453
4454 * gdb.base/default.exp: Change else if to elseif from previous
4455 delta.
4456
4457Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4458
4459 * gdb.base/default.exp: Add brace missing from previous delta.
4460
4461Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4462
4463 * gdb.base/default.exp: Support test for info float for all
4464 varieties of arm toolchain.
4465
dc96c6c7 4466Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4467
4468 * gdb.trace/*.exp: remove "remote_download" command.
4469
dc96c6c7 4470Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4471
4472 * gdb.trace/*.exp: remove -gdwarf from compile.
4473
4474Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4475
4476 * gdb.trace/configure.in(AC_INIT): typo
4477 * gdb.trace/configure: regenerated
4478
dc96c6c7 4479Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4480
4481 * config/m68k-emc.exp: New file.
4482 * lib/<emc-support.exp trace-support.exp}: New files.
4483 * configure.in: add new test directory gdb.trace.
4484 * gdb.trace/{configure configure.in Makefile.in}: New files.
4485 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4486 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4487 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4488 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4489 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4490 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4491 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4492
dc96c6c7 4493Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4494
4495 * gdb.c++/classes.exp: Change all regular expressions to match
4496 arbitrary combinations of newline/carriage-return, so that they
4497 will work equally well on Unix and Windows.
4498 * gdb.c++/inherit.exp: ditto.
4499 * gdb.c++/virtfunc.exp: ditto.
4500
45011998-08-11 Dawn Perchik <dawn@cygnus.com>
4502
4503 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4504
c2d11a7d
JM
4505Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4506
4507 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4508 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4509 to use a0-a3/d0-d3 as needed.
4510
4511Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4512
4513 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4514 * gdb.disasm/am33.exp: Corresponding changes.
4515
c906108c
SS
45161998-07-11 Felix Lee <flee@cygnus.com>
4517
4518 * gdb.base/callfuncs.exp: add cmp10 test.
4519 * gdb.base/callfuncs.c (cmp10): new function.
4520
4521Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4522
beb998c6 4523 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4524 into two parts to get around a synchronization problem in expect.
4525
3fc11d3e
JM
4526Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4527
4528 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4529
4530 * configure.in: Add options for gdbtk testsuite.
4531
4532 * configure: Regenerate.
4533
4534 * gdb.gdbtk: New directory to hold gdbtk tests.
4535
c906108c
SS
4536Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4537
4538 * gdb.fortran/types.exp: Escape brackets in expect patterns
4539 for test_float_literal_types_accepted tests.
4540 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4541 before run test.
4542
c2d11a7d
JM
4543Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4544
4545 * am33.exp: Just compile, do not link the testcase.
4546 * am33.s: Add ".am33" pseudoop to force am33 mode.
4547
c906108c
SS
45481998-06-25 Felix Lee <flee@cygnus.com>
4549
4550 * gdb.base/setshow.exp: make sure $pc is sane.
4551
4552 * gdb.stabs/weird.exp: split expect patterns properly.
4553
c2d11a7d
JM
4554Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4555
4556 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4557 * gdb.disasm/am33.exp: Run it.
4558
dc96c6c7 4559Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4560
4561 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4562 match processing (and eliminate spurious timeouts when running).
4563
dc96c6c7 4564Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4565
4566 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4567 exception test, but conditionalize it on target [mach | gnu].
4568
dc96c6c7 4569Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4570
4571 * gdb.base/overlays.exp: fixup compile line for linker script.
4572
4573Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4574
4575 * gdb.fortran/types.exp: don't guess at float size.
4576
4577Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4578
4579 * gdb.base/exprs.exp: delete test that depends on int size.
4580
4581Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4582
4583 * config/sim.exp: Removed checks for target triplets.
4584 (gdb_target_sim): Use gdb,target_sim_options.
4585
4586Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4587
4588 * gdb.base/reread.exp: New file.
4589 * gdb.base/reread1.c: New file.
4590 * gdb.base/reread2.c: New file.
4591
4592Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4593
4594 * config/sim.exp: Use 'target sim -sparclite' when running
4595 SPARClite programs.
4596
4597Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4598
4599 * gdb.base/structs2.exp: New file.
4600 * gdb.base/structs2.c: New file.
4601
4602Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4603
4604 * gdb.asm/common.inc: New file.
4605 * gdb.asm/d10v.inc: New file.
4606 * asm-source.exp: Pass -I's to gas to find .inc files.
4607 Update line numbers in expected output.
4608 * asmsrc1.s: Rewrite.
4609 * asmsrc2.s: Rewrite.
4610 * configure.in: Create arch.inc symlink.
4611 * configure: Regenerate.
4612 * Makefile.in (distclean): Delete arch.inc.
4613
4614Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4615
4616 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4617 (t_enum_value2): ditto
4618 (t_enum_value3): ditto
4619 (main): ditto
4620Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4621
4622 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4623 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4624 change.
4625 Use gdb_test instead of send_gdb/gdb_expect sequences.
4626
4627Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4628
4629 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4630 not void.
4631
4632Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4633
4634 * gdb.base/branches.c: Code with lots of loops and
4635 subroutines. Used to test gdbs ability to single step through PC
4636 changes, especially to test mips-tdep.c:mips_next_pc
4637
4638Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4639
4640 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4641 more rigorous EGCS C++ error checking.
4642
4643Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4644
4645 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4646 tests.
c906108c 4647 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4648 function when asleep.
c906108c 4649 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4650 for i*86 Linux and SVR4 signal handling problems.
4651 Remove linux xfail for `next to handler in signals_tests_1', fixed
4652 by recent infrun.c change.
c906108c 4653 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4654 stack backtraces.
c906108c
SS
4655 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4656 target.[ch] change.
4657
4658Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4659
4660 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4661 for a newline from gdb before continuing.
4662 (default_gdb_exit): Just look for y or n.
4663 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4664 it does, fail the rests of the tests in the file.
4665
4666Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4667
4668 * config/cygmon.exp: New file.
4669
4670Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4671
4672 * gdb.base/list.exp: Fix problem with "list default lines around
4673 main" test on remote targets.
4674
4675 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4676 run test on remote targets.
4677
4678Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4679
4680 * gdb.asm: New directory.
4681 * configure.in: Configure it.
4682 * configure: Regenerate.
4683 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4684 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4685
4686Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4687
4688 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4689
dc96c6c7 4690Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4691
c906108c
SS
4692 * gdb.base/overlays (several files): Merge the two overlay
4693 managers into one. Change variables (foox, barx, bazx, grbxx)
4694 back into ints but force them to load in their proper sections.
4695
4696Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4697
4698 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4699 on-chip insn memory and IMAP1 to upper 128k.
4700 (D10VCopy): Handle memory regions crossing 16k boundaries.
4701 (D10VCopy): Transfer data in 32 bit chunks.
4702
4703Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4704
4705 * gdb.base/overlays.c (main): Exit normally when result is
4706 correct.
4707
4708 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4709 map. Include space for printf in .text segment.
4710
4711 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4712 updated d10v memory VMA/LMA map.
4713 (D10VCopy): Call D10VTranslate.
beb998c6 4714
c906108c
SS
4715Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4716
4717 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4718
4719 * gdb.base/bar.c (barx, bar): Change variable to small array so
4720 that it won't be put into the .sdata - small data -
4721 section. Update reference.
4722 * gdb.base/baz.c (bazx, baz): Ditto.
4723 * gdb.base/foo.c (foox, foo): Ditto.
4724 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4725
4726 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4727 to be arrays.
beb998c6 4728
dc96c6c7 4729Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4730
c906108c
SS
4731 * gdb.base/overlays.exp: fix up and get working again.
4732 Add tests for backtraces from an overlay function.
beb998c6 4733
c906108c
SS
4734Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4735
4736 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4737 "calling function with watchpoint enabled".
4738
4739Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4740
4741 * gdb.base/break.exp (test_next_with_recursion): Remove
4742 gdb_suppress_tests for d10v-*-*.
4743 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4744 pending review of whether it is useful or not.
4745
4746Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4747
4748 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4749
4750Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4751
4752 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4753 * config/dve.exp: New file to support Densan boards.
4754
4755Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4756
4757 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4758 reads and BSD.
4759
4760Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4761
4762 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4763 response.
4764
4765 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4766
4767Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4768
4769 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4770 test.
4771
4772 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4773 target_sizeof_long and target_bigendian_p.
4774 (structs_by_value, structs_by_reference): Check values according
4775 to targets word size and endianess.
beb998c6 4776
c906108c
SS
4777Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4778
4779 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4780 output.
4781
4782Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4783
4784 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4785 Update test of set args help to match source change.
4786
4787Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4788
4789 * gdb.base/default.exp: Expect help system output to be in
4790 alphabetical order.
4791 * gdb.base/help.exp: Ditto.
4792
4793Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4794
4795 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4796 "i*86-pc-linux-gnu*".
4797 * gdb.base/interrupt.exp: Ditto.
4798 * gdb.base/corefile.exp: Ditto.
4799
4800 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4801 define vxworks when building the testcase.
4802
4803 * gdb.base/ptype.exp: Fix testnames to be unique.
4804 * gdb.base/radix.exp: Ditto.
4805 * gdb.base/term.exp: Ditto.
4806 * gdb.base/whatis.exp: Ditto.
4807 * gdb.c++/classes.exp: Ditto.
4808
4809Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4810
4811 * gdb.base/callfuncs.exp: Fix indentation.
4812
4813 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4814 suppress_flag has been set.
4815 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4816 target feature.
4817
4818Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4819
4820 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4821 the testcase.
4822
4823 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4824 set_debug_traps() and breakpoint().
4825 * gdb.c++/misc.cc (main): Ditto.
4826 * gdb.c++/templates.cc (main): Ditto.
4827 * gdb.c++/virtfunc.cc (main): Ditto.
4828
4829Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4830
4831 * lib/gdb.exp(gdb_step_for_stub): New function.
4832 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4833 exists, reload the executable and do a "continue" instead of
4834 doing a jump.
4835 (runto_main): Use gdb_step_for_stub.
beb998c6 4836
c906108c
SS
4837 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4838 tests to have unique names.
4839 * gdb.base/callfuncs.exp: Ditto.
4840 * gdb.base/commands.exp: Ditto.
4841 * gdb.base/default.exp: Ditto.
4842 * gdb.base/help.exp: Ditto.
4843 * gdb.base/list.exp: Ditto.
4844 * gdb.base/opaque.exp: Ditto.
4845 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4846 similar tests.
beb998c6 4847
c906108c
SS
4848 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4849 * gdb.c++/cplusfuncs.cc: Ditto.
4850 * gdb.c++/virtfunc.cc: Ditto.
4851
4852 * config/monitor.exp: Keep track of the last file we saw, rather
4853 than trying to get the info from gdb.
4854
4855 * gdb.fortran/types.exp: Move comment to previous line.
4856
4857Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4858
4859 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4860 target mode.
4861
4862Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4863
4864 From Bob Manson:
4865 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4866 string from GDB when it connects.
4867
4868 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4869
4870Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4871
4872 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4873 if we can't get a debug format from GDB (we may be testing an
4874 older GDB). Use a 10 second timeout when checking for the format.
4875
4876 * gdb.stabs/weird.exp: Fix quoting.
4877
4878 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4879
4880Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4881
4882 * config/arm-ice.exp: New file.
4883
4884Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4885
4886 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4887 until it has been modified to work with the new testsuite.
4888
99707966 4889 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
4890 testcase won't compile, cause all of the testcases in the file to
4891 fail instead.
4892
4893 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4894 (gdb_clear_suppressed): New procedure.
4895 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4896 it contains a positive value.
4897
4898Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4899
4900 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4901
4902 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4903
4904Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4905
4906 * lib/gdb.exp (setup_xfail_format): New function.
4907 (get_debug_format): New function to get debug format.
4908 (debug_format): New global variable to hold last value set
4909 by get_debug_format.
4910 * gdb.base/list.exp: Call get_debug_format and expect some
4911 tests to fail for DWARF 1 and COFF formats.
4912 * gdb.c++/ptype.exp: Ditto.
4913 * gdb.c++/classes.exp: Ditto.
4914 * gdb.c++/cplusfuncs.exp: Ditto.
4915 * gdb.c++/inherit.exp: Ditto.
4916 * gdb.c++/templates.exp: Ditto.
4917 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 4918
c906108c
SS
4919Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4920
4921 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4922 host doesn't have a currently-open connection.
4923
4924 * config/sparclet.exp: Cleanups and fixes to make it generic for
4925 any gdb stub target. Handle cases where gdb doesn't respond when
4926 interrupted in a sane fashion.
4927
4928 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4929 same thing in a totally different way.
4930
4931 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4932 setting "timeout".
4933 (gdb_start): We set the global gdb_prompt variable in
4934 default_gdb_init now.
4935
4936Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4937
4938 * gdb.base/printcmds.exp: Fix "check for floating addition"
4939 regexp to accept results within approx +/- .01 of exact value.
4940 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4941
4942Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4943
4944 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4945 properly.
4946 (gdb_expect): Add optional timeout parameter, and add timeout
4947 value to various calls.
4948 (gdb_suppress_tests): Only give one warning message per group.
4949
4950Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4951
4952 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4953 global variables. Handle getting a value for $timeout more
4954 gracefully.
4955
4956Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4957
4958 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4959 initialize.
4960 (default_gdb_init): New procedure; allow gdb_init to be overridden
4961 by a target configuration file.
4962 (gdb_expect): Pass the timeout to remote_expect.
4963
4964 * config/monitor.exp(gdb_load): Fix typo in regexp.
4965
4966Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4967
4968 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4969
4970Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4971
4972 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4973 here. Call gdb_target_exec before rebooting the target, to make
4974 sure the connection to the target is closed.
4975 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4976 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4977 Also detect "Timeout reading from remote" error.
4978
4979 * config/gdbserver.exp: Pass the executable being loaded to
4980 gdb_target_monitor. Don't call gdb_file_cmd here; let
4981 gdb_target_monitor do it.
4982
4983 * gdb.disasm/hppa.exp: Don't use exec_output.
4984
4985Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4986
4987 * gdb.base/list.exp: If we're debugging a non-native target,
4988 try to set the pc register to point to the start of the
4989 program before doing the first list command.
4990
4991 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4992 test_calls after restarting.
4993
4994 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
4995 reloading.
4996
4997 * gdb.base/watchpoint.exp: Fix typo.
4998
4999 * gdb.base/setshow.exp: Check for use_gdb_stub.
5000
5001 * gdb.base/break.exp: Fix continue until exit test for the gdb
5002 stub case.
5003 * gdb.base/langs.exp: Ditto.
5004
5005 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
5006 gdb_load_offset. If we weren't given a file to load, figure out
5007 what the current file is and use it.
5008
5009 * config/i386-bozo.exp: New file.
5010
5011Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
5012
5013 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
5014 feature.
5015
5016 * config/proelf.exp: New entry.
5017
5018Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
5019
5020 * lib/gdb.exp: Remove spurious .* patterns at the beginning
5021 of regexps.
5022
5023 * gdb.base/watchpoint.exp: Don't run the test_stepping
5024 tests if gdb can't call functions on the target.
5025
5026 * gdb.base/setshow.exp: Don't run the set prompt tests if
5027 the board has gdb_prompt set.
5028
5029Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
5030
5031 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
5032 * gdb.base/commands.exp: Likewise.
5033 * gdb.base/setshow.exp: Likewise.
5034
5035Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
5036
5037 * config/monitor.exp(gdb_start): Look for gdb_prompt target
5038 feature.
5039
5040 * config/i960.exp: New file.
5041
5042Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
5043
5044 * gdb.base/funcargs.exp: Check for gdb,short_int target
5045 feature instead of looking for explicit target triplets.
5046
dc96c6c7 5047Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 5048
beb998c6 5049 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
5050 "p 123DEADBEEF", to check parse_number.
5051 * top.c: change "to enable to enable" to "to enable" in a couple
5052 of help strings.
5053
5054Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5055
5056 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5057 on the mn10300.
beb998c6 5058
c906108c
SS
5059Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5060
5061 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5062 where the test executable is run with explicit args.
5063 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5064
5065Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5066
5067 * gdb.base/run.c: Use FAKEARGV to build test executable that
5068 does not require a command line arg, since most simulators
5069 don't currently support passing such an arg into the simulated
5070 program.
5071 * gdb.base/commands.exp: Change tests to insert the proper
5072 value as the arg to the first recursive factorial call. Change
5073 compilation line to define FAKEARGV at compile time.
5074
5075Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5076
5077 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5078 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5079 function with watchpoint enabled" test.
5080
5081Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5082
5083 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5084 Don't call gdb_test when the command doesn't return to a gdb prompt.
5085
5086 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5087 "Tests restarted" messages.
5088
5089Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5090
5091 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5092
dc96c6c7 5093Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5094
5095 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5096 for INFO SYMBOL; add help tests for OVERLAY commands.
5097 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5098 add tests for OVERLAY commands
5099 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5100 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5101 * gdb.base/sigall.c: add usestubs code frag
5102 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 5103
c906108c
SS
5104Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5105
5106 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5107 failures.
5108 (gdb_stop_suppressing_tests): Note that tests have restarted.
5109
5110Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5111
5112 * config/h8300.exp: New file.
5113
5114Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5115
5116 * gdb.base/setshow.exp: Check for the existence of a
5117 feature, not its value.
5118
5119Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5120
5121 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5122
5123 * gdb.base/scope.exp: It's now init0(), not init().
5124
5125 * gdb.base/scope0.c: For now, change init() to be init0().
5126
5127 * config/monitor.exp: Use gdb_serial in preference to serial
5128 or netport.
5129
5130 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5131 and it's not already set.
5132
5133Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5134
5135 * gdb.base/setshow.exp: Only test the run command if the target
5136 isn't using a stub and if it supports argument passing.
5137
5138Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5139
5140 * config/udi.exp(gdb_start): Make sure UDICONF is set
5141 properly before starting gdb.
5142
5143Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5144
5145 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5146 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5147 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5148
5149Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5150
5151 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5152 specialized code to reboot the board, use remote_reboot instead.
5153
5154 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5155
5156 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5157
5158 * config/monitor.exp: Make sure we disconnect from the target.
5159 Also, try a reboot/reload cycle instead of failing if the
5160 load fails.
5161
5162Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5163
5164 * gdb.base/default.exp: Don't set match_max.
5165 * gdb.base/help.exp: Ditto.
5166 * gdb.base/list.exp: Ditto.
5167 * gdb.base/signals.exp: Ditto.
5168
5169 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5170 set, use remote_ld to download the testcase instead of
5171 the GDB loader.
5172
5173Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5174
5175 * config/vr5000.exp: New file.
5176
5177 * config/monitor.exp(gdb_target_monitor): Add pattern for
5178 "Ending remote" to detect errors in connecting.
5179
5180 * gdb.base/setshow.exp: Add .* within auto language test.
5181
5182 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5183 target feature.
5184
5185 * config/monitor.exp(gdb_load): Check for a failure when loading,
5186 and reboot the board if necessary.
5187
5188 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5189 a set of tests. Remove print.* from the patterns being checked.
5190
5191Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5192
5193 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5194 refer to gdb_spawn_id.
5195
5196 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5197 longer used.
5198 * config/sparclet.exp: Ditto.
5199 * config/sparclet-old.exp: Ditto.
5200 * config/slite.exp: Ditto.
5201 * config/sim.exp: Ditto.
5202 * gdb.base/funcargs.exp: Ditto.
5203
5204 * lib/gdb.exp:Remove references to gdb_spawn_id.
5205 (gdb_expect): Move to remote.exp.
5206
5207Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5208
5209 * config/monitor.exp: Detect the "Couldn't establish connection"
5210 message from GDB.
5211
5212Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5213
5214 * gdb.base/bitfields.exp: Use runto instead of explicit
5215 gdb_run_cmd/gdb_expect sequences.
5216
5217 * gdb.base/break.exp(text_next_with_recursion): Add match for
5218 gdb_expect call.
5219
5220 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5221 We also need to handle the "A program is being debugged already"
5222 prompt from gdb. Use gdb_test to set the baud rate.
5223
5224 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5225 to 20000. Really. I mean it.
5226
5227Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5228
5229 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5230 fails. If suppress_flag is set, skip perror message about not
5231 being able to send to GDB.
5232 (send_gdb): If suppress_flag is set, don't try to send commands to
5233 GDB.
5234 (gdb_expect): If suppress_flag is set, always fail immediately.
5235 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5236 (gdb_init): Call gdb_stop_suppressing_tests.
5237 (default_gdb_exit): Ditto.
5238 (default_gdb_start): Ditto.
5239
5240 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5241 gdb_stop_suppressing_tests as appropriate.
5242 * gdb.base/break.exp: Ditto.
5243 * gdb.base/callfuncs.exp: Ditto.
5244 * gdb.base/commands.exp: Ditto.
5245 * gdb.base/exprs.exp: Ditto.
5246 * gdb.base/funcargs.exp: Ditto.
5247 * gdb.base/list.exp: Ditto.
5248 * gdb.base/recurse.exp: Ditto.
5249 * gdb.base/scope.exp: Ditto.
5250 * gdb.base/structs.exp: Ditto.
5251 * gdb.c++/inherit.exp: Ditto.
5252
5253Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5254
5255 * config/vr4300.exp: New file.
5256
99707966
MC
5257 * gdb.*/*.exp: Call gdb_expect instead of expect.
5258
5259 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
5260
5261Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5262
5263 * lib/gdb.exp(gdb_init): New function.
5264
5265 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5266 for each individual variable set.
5267
5268 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5269 name.
5270
5271 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5272
5273 * gdb.base/scope.exp: Use gdb_test.
5274
5275 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5276 aborting; the testsuite driver will do that for us (see
5277 gdb_finish). Also, use gdb_test in a few more places.
5278
5279Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5280
5281 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5282
5283Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5284
5285 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5286 and "add_tests" are not at the same address.
5287
5288Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5289
5290 * gdb.base/ptype.exp: Use gdb_test.
5291
5292Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5293
5294 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5295 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5296 left in. No longer expect them to fail.
5297
5298 * gdb.stabs/*.mt; Deleted, no longer used.
5299 * gdb.stabs/configure.in: Remove references to target makefile
5300 frags.
5301 * gdb.stabs/configure: Rebuilt.
5302
5303 * gdb.disasm/*.mt: Deleted, no longer used.
5304 * gdb.disasm/configure.in: Remove references to target makefile
5305 frags. Use "sh3.s" as the unique filename for this directory.
5306 * gdb.disasm/configure: Rebuilt.
5307
5308 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5309 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5310 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5311
5312Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5313
5314 * config/udi.exp: Use mondfe,name instead of remote_host.
5315
5316Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5317
5318 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5319 a function with a watchpoint enabled on the mn10200.
5320
5321 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5322 before trying to create it!
5323
5324Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5325
5326 * config/vx.exp: Use hostname instead of netport.
5327
5328 * config/vxworks.exp: New file.
5329
5330 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5331
5332 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5333 gdb before assuming everything worked. Send a ^C if a timeout
5334 occurs.
5335
5336 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5337 $gdb_spawn_id directly.
5338 (gdb_run_cmd): Try _start as well as start. Use the target feature
5339 gdb,start_symbol as the symbol to start from when jumping.
5340
5341Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5342
5343 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5344 redundant) test.
5345
5346 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5347 it doesn't lose for 16bit integer systems.
5348
5349Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5350
5351 * gdb.fortran/types.exp: If the target doesn't support "double"
5352 data types, then expect "real" types to only be 4 bytes.
5353
5354 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5355 call tests if the target doesn't support inferior function calls.
5356
5357 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5358 in printf tests.
5359
5360Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5361
5362 * gdb.base/help.exp: Disable "help set", "help show", and
5363 "help support". Simplify regexp for "help stack".
5364
5365 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5366 to 60 seconds. Temporarily set match_max to 15000 around the
5367 "info copying" test.
5368
5369 * gdb.base/nodebug.exp: Don't try to do an inferior function
5370 call if the target doesn't support them.
5371 * gdb.base/printcmds.exp: Likewise.
5372 * gdb.base/setvar.exp: Likewise.
5373 * gdb.base/structs.exp: Likewise.
5374 * gdb.c++/templates.exp: Likewise.
5375 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5376
5377 * gdb.base/recurse.exp: Enable for the mn10200.
5378
5379 * configure.in: Do configure gdb.stabs directory for *-*-elf
5380 targets.
5381 * configure: Rebuilt.
5382
5383 * gdb.base/break.exp: Check for gdb,noresults before testing
5384 exit status and/or results from the target.
5385 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5386 * lib/gdb.exp: Remove old (now bogus) initialization of
5387 noinferior, noargs, noresults and nosignals.
5388
5389Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5390
5391 * config/sh.exp: New file.
5392
5393 * config/slite.exp: Try to connect multiple times to the board
5394 before rebooting. Only send a "monitor run" if need_monitor_run
5395 is set.
5396
5397 * gdb.base/break.exp: Don't do the "stub continue" test if
5398 the target has gdb_stub set.
5399
5400 * gdb.base/callfuncs.exp: Increase the timeout.
5401
5402 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5403 if the target has gdb,noinferiorio set.
5404
5405 * gdb.base/list.exp: Increase match_max to 10000 characters.
5406
5407 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5408
5409 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5410 target.
5411
5412 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5413
5414Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5415
5416 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5417 trying to delete the copy of gdb. Catch the file delete so we
5418 don't die if the delete fails; also, the file should be copied to
5419 the host, not to the build.
5420
5421Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5422
5423 * lib/gdb.exp(gdb_test): Surround the result pattern with
5424 parenthesis in case it contains multiple regexps separated
5425 with |.
5426
5427 * gdb.base/watchpoint.exp: Use gdb_test.
5428 * gdb.base/default.exp: Ditto.
5429
5430Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5431
99707966 5432 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 5433
c906108c
SS
5434 * gdb.base/scope.exp: Use gdb_test.
5435 * gdb.c++/classes.exp: Ditto.
5436 * gdb.c++/inherit.exp: Ditto.
5437
5438Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5439
5440 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5441 remote_exec instead.
5442 * gdb.base/corefile.exp: Don't be ridiculous.
5443 * gdb.base/*.c: Add missing stub invocations.
5444
5445Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5446
5447 * config/slite.exp: Miscellaneous fixes.
5448
5449 * lib/gdb.exp: Fix runto.
5450
5451 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5452 the target.
5453
5454 * gdb.base/watchpoint.exp: Fix regexp.
5455
5456 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5457 close and wait commands, as the descriptor may now be
5458 invalid. Always call "remote_close host".
5459
5460Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5461
5462 Major rewrite for testsuite revision.
beb998c6 5463
c906108c
SS
5464 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5465 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5466 instead of relying on spawn_id to always contain a valid
5467 spawn id.
5468 (get_compiler_info): New procedure to build the ${binfile}.ci
5469 file, instead of replicating this in N different places.
5470 (gdb_compile): New procedure.
beb998c6 5471
c906108c
SS
5472 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5473 appropriate arguments) instead of compile. Use gdb_test in a lot
5474 more places. Use send_gdb instead of send. Always run gdb_start
5475 at the start of a testcase, as this is no longer done magically.
5476
5477 config/*-gdb.exp: Rename without the -gdb suffix.
5478
5479 config/mips.exp: Use remote_close instead of exit_remote_shell.
5480 config/monitor.exp: Use target_info instead of looking at
5481 baud, timeout, etc.
5482 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5483
5484Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5485
5486 * gdb.c++/templates.exp (test_ptype_of_templates),
5487 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5488 Update expect patterns for destructors and assignment operators
5489 to match corresponding c-typeprint.c changes.
5490 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5491 to destructor breakpoint test, GDB should be able to set the
5492 destructor breakpoint without specifying arguments.
5493
5494Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5495
5496 * gdb.threads/pthreads.exp: Change result for failure to compile due
5497 to lack of pthreads runtime support from an error to simply an
5498 unsupported test, per dejagnu standards.
5499
5500Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5501
5502 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5503 where GDB exits to reduce pattern match time.
5504 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5505
5506 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5507
dc96c6c7 5508Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5509
5510 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5511 * gdb.base/default.exp: ditto.
5512 * gdb.base/nodebug.exp: ditto.
5513 * gdb.base/printcmds.exp: ditto.
5514 * gdb.base/ptype.exp: ditto.
5515 * gdb.base/setvar.exp: ditto.
5516 * gdb.base/structs.exp: ditto.
5517 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5518
5519Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5520
5521 * configure, */configure: Rebuild with autoconf 2.12.
5522
5523Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5524
5525 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5526 use new i*86-pc-linux*-gnu quads.
5527 * gdb.base/corefile.exp: Ditto.
5528 * gdb.base/signals.exp: Ditto.
5529 * gdb.base/sigall.exp: Ditto.
5530 * gdb.base/interrupt.exp: Ditto.
5531
5532 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5533 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5534 RedHat 4.0.
beb998c6 5535
c906108c
SS
5536 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5537 linux. This allows the test case to at least compile on latest
5538 linux, but still not run due to missing the threads runtime library.
5539
5540Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5541
5542 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5543 directory to search gdb directory. Accept and step over conditional
5544 stack alignment code. Consume $prompt in failure cases.
5545 Reset timeout to $oldtimeout instead of some arbitrary value.
5546 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5547 timeout problems with infinite stack backtraces.
5548 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5549 Accept function parameters for linkfunc member.
5550
5551Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5552
5553 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5554 (CXXFLAGS): Remove, unreferenced.
5555 (B_OPTIONS): Add for -B options and add code to initialize with
5556 previous -B options and also add -B option to pick up cross compiled
5557 runtime.
5558 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5559 doing cross compiles.
5560 (target_alias): Declare global.
5561 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5562 to verify that gcc exists in build tree, and if so set CC to that
5563 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5564
c906108c
SS
5565Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5566
5567 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5568 ptype test for anonymous union. Fixup testcase to match
5569 current gcc debug output.
5570
5571Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5572
5573 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5574 force argument to an unsigned long type.
5575
5576Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5577
5578 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5579 tests and anonymous union print/ptype tests.
5580 * gdb.base/list.exp (test_forward-search): Increase timeout by
5581 5 minutes for the "search extremely long line" case.
5582 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5583 completely optional and that the pass/fail messages use the command as
5584 the message if that third arg is a null string.
5585 (gdb_test_exact): Arrange that a null string pattern means match a
5586 null string output rather than any output, which might include random
5587 errors.
5588 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5589 backtrace test.
5590 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5591 always failing and failure is now exposed by gdb.exp changes.
5592
5593Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5594
5595 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5596 weren't being noted.
5597
5598Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5599
5600 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5601 * gdb.stabs/weird.exp: Remove v_comb xfails.
5602
dc96c6c7 5603Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5604
5605 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5606 list.exp scope.exp watchpoint.exp]
5607 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5608
dc96c6c7 5609Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5610
5611 * config/monitor.exp: Increase download timeout to 1000 seconds.
5612
dc96c6c7 5613Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5614
5615 * config/m32r.exp: Increase timeout to 120 seconds.
5616
5617Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5618
5619 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5620 and accept older ordering as obsolescent gcc or gdb.
5621 * gdb.c++/templates.exp: Ditto.
5622 * gdb.c++/virtfunc.exp: Ditto.
5623
5624Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5625
5626 * gdb.base/coremaker.c: Add code to mmap some data so we
5627 can check that it ends up in the core file.
5628 * gdb.base/corefile.exp: Add test to read mmapped data
5629 from core file.
5630
dc96c6c7 5631Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5632
5633 * config/m32r.exp: New file.
5634
5635Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5636
5637 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5638 that cflags can contains -gstabs, and work correctly for other tests.
5639
dc96c6c7 5640Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5641
5642 * gdb.base/setshow.exp: New file, tests show and set.
5643 * gdb.base/setshow.c: New file, tests show and set.
5644 * gdb.base/help.exp: Add test for help set|show annotate.
5645 * gdb.base/default.exp: Add test for set|show annotate.
5646
5647Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5648
5649 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5650 errors unique.
5651 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5652 explicitly.
5653
5654Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5655
5656 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5657 and width commands. This is done elsewhere.
5658 * (gdb_start): Don't call gdb_start_sim here. That's already
5659 done in gdb_load. This fixes lots of failures in default.exp.
5660
5661Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5662
5663 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5664 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5665 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5666 in the same we we treat other failures (since it may be an expected
5667 condition), rather than as an error.
5668 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5669 old test format.
5670
5671Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5672
5673 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5674 (distclean maintainer-clean realclean): No need to remove files
5675 twice. Nuke the duplicates.
5676 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 5677 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
5678 Remove config.h along with other config files.
5679
5680Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5681
5682 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5683 "p func1 ()" and note that rests of tests are skipped.
5684 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5685 setup_xfails for "print func2::coremaker_local".
5686 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5687 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5688 affected by the previous run test.
5689 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5690 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5691 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5692 "pass int powerset tuple" and "pass modeless int powerset tuple".
5693 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5694 "real write 4" and "real write 8".
5695 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5696 setup_xfails for "print vs1 after tuple assign 2",
5697 "print \$i after tuple assign 2", and
5698 "print vs2 after tuple assign 2".
5699 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5700 meaningful error message and return -1 so the caller can
5701 suppress further tests and avoid a cascade of errors.
beb998c6 5702
c906108c
SS
5703Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5704
5705 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5706 format for printing version.
5707 * gdb.base/default.exp: Ditto.
5708 * gdb.base/interrupt.exp: Fix problem with cascade of
5709 errors if child process dies while calling a function.
beb998c6 5710
c906108c
SS
5711Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5712
5713 * Makefile.in (VPATH): Add
5714 * Makefile.in (Makefile, config.status): Fix rules so things get
5715 remade when necessary.
5716
5717Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5718
5719 * Makefile.in (just-check): Add path to sibling expect dir
5720 to environment variable specified by RPATH_ENVVAR.
5721
5722Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5723
5724 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5725 (just-check): Add shared library paths for libstdc++, tk,
5726 tcl, bfd, and opcodes to the environment variable specified
5727 in RPATH_ENVVAR.
5728 * configure.in: Add support to recognize --enable-shared flag
5729 and generate correct value for RPATH_ENVVAR.
5730 * configure: Regenerated with autoconf.
5731
5732Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5733
5734 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5735 include all osf versions.
5736 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5737 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5738 when target is linux. When failing to build pthreads test
5739 executable, give more meaningful message.
5740 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5741 arg for pthread_create.
beb998c6 5742
c906108c
SS
5743Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5744
5745 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5746 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5747 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5748 and -lpthreads (everybody else).
5749 (test_startup): Fail gracefully if threads are not supported.
5750 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5751 "p/c array_index("abcdef",2)" when not gcc compiled.
5752 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5753 "print func2::coremaker_local" when not gcc compiled.
5754 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5755 "ptype on opaque struct tagname (statically)",
5756 "ptype on opaque struct tagname (dynamically) 1", and
5757 "ptype on opaque struct tagname (dynamically) 2"
5758 for not compiled with gcc.
5759 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5760 backtrace when compiled with gcc.
beb998c6 5761 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
5762 than always return success.
5763
5764Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5765
5766 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5767
5768Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5769
5770 * gdb.base/structs.exp: Undo last change.
5771
5772Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5773
5774 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5775 encapsulate all the steps/nexts done during self test, starting
5776 at main, and makes them less sensitive to optimization issues.
5777 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5778 signal handler" test.
5779 * gdb.threads/pthreads.exp: Only run this for native configs.
5780 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5781 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5782 tests.
5783 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5784 for "runto test_calls(void)" test.
beb998c6 5785
c906108c
SS
5786Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5787
5788 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5789 and don't expect address info in breakpoint confirmations.
5790
5791Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5792
5793 * gdb.base/list.exp (test_forward_search): Increase timeout
5794 temporarily by 60 seconds for searching extremely long line,
5795 and then reset to old value when done. Increase expect input
5796 buffer to 10000.
5797
5798Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5799
5800 * gdb.base/list.exp (test_forward_search): Fix to handle very
5801 long source line without overflowing expect's input buffer.
5802
5803Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5804
5805 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5806 "buffer_full".
5807
5808 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5809 "buffer_full".
5810
5811 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5812 "buffer_full".
5813
5814 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5815 "buffer_full".
5816
5817Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5818
5819 * configure.in (configdirs): Add gdb.threads.
5820 * configure: Regenerated with autoconf.
5821 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5822 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5823 * gdb.threads/configure: New, generated with autoconf.
beb998c6 5824
c906108c
SS
5825Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5826
5827 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5828
5829Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5830
5831 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5832 each signal's status in the output of "handle all print".
5833 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5834 the \r\n sequence that immediately precedes the gdb prompt.
5835 * gdb.base/a1-selftest.exp: Save original timeout and restore
5836 after test.
5837
5838Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5839
5840 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5841 symbol.
5842
5843Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5844
5845 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5846
5847Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5848
5849 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5850 timeout by 60 seconds.
5851
5852Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5853
5854 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5855 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5856 error return.
5857
5858Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5859
5860 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5861 gdb initialization, also report how long dejagnu waited. Restore
5862 old timeout before doing error return. Temporarily increase timeout
5863 by 3 minutes to allow for slow startups over heavy NFS use.
5864
5865Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5866
5867 * lib/gdb.exp: Report timeout value for verbosity level 2.
5868 * config/gdbserver.exp: Ditto.
5869 * config/hppro.exp: Ditto.
5870 * config/mips-gdb.exp: Ditto.
5871 * config/monitor.exp: Ditto.
5872 * config/netware.exp: Ditto.
5873 * config/sim-gdb.exp: Ditto.
5874 * config/slite-gdb.exp: Ditto.
5875 * config/udi-gdb.exp: Ditto.
5876 * config/unix-gdb.exp: Ditto.
5877 * config/vx-gdb.exp: Ditto.
5878 * gdb.base/a1-selftest.exp: Ditto.
5879 * gdb.base/a2-run.exp: Ditto.
5880 * gdb.base/break.exp: Ditto.
5881 * gdb.base/corefile.exp: Ditto.
5882 * gdb.base/list.exp: Ditto.
5883 * gdb.base/recurse.exp: Ditto.
5884 * gdb.base/scope.exp: Ditto.
5885 * gdb.base/signals.exp: Ditto.
5886
5887Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5888
5889 * gdb.threads/Makefile.in (docdir): Removed.
5890
5891Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5892
5893 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 5894 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 5895 @srcdir@.
beb998c6 5896 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
5897 autoconf 2.5 or higher.
5898 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5899
5900Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5901
5902 * configure: Regenerated.
5903 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5904 avoid name clashes with SunOS headers.
5905
5906Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5907
5908 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5909
5910Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5911
5912 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5913 prototype information ends up in the compiler info file.
5914
5915Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5916
5917 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5918 attempting to regenerate it. Eliminate use of a temporary file
5919 and just generate the info file directly. Source it immediately,
5920 for consistency of use.
5921 * gdb.base/corefile.exp: Ditto
5922 * gdb.base/exprs.exp: Ditto.
5923 * gdb.base/funcargs.exp: Ditto.
5924 * gdb.base/langs.exp: Ditto.
5925 * gdb.base/list.exp: Ditto.
5926 * gdb.base/mips_pro.exp: Ditto.
5927 * gdb.base/nodebug.exp: Ditto.
5928 * gdb.base/opaque.exp: Ditto.
5929 * gdb.base/ptype.exp: Ditto.
5930 * gdb.base/scope.exp: Ditto.
5931 * gdb.base/setvar.exp: Ditto.
5932 * gdb.base/signals.exp: Ditto.
5933 * gdb.base/whatis.exp: Ditto.
5934 * gdb.c++/templates.exp: Ditto.
5935 * gdb.c++/virtfunc.exp: Ditto.
5936 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5937 whether or not to add -lstdc++ to the compile command line args.
5938
5939Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5940
5941 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5942 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5943 Increase timeout, a lot of single stepping might be needed if the
5944 target has no hardware watchpoints.
5945
5946Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5947
5948 * gdb.base/break.exp: Ignore compiler warnings when compiling
5949 break.c.
5950 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5951 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5952 from remote-sim.
5953 * gdb.base/exprs.exp: Add h8300 xfails.
5954 * gdb.base/funcargs.exp: Likewise.
5955 * gdb.base/nodebug.exp: Likewise.
5956 * gdb.base/printcmds.exp: Likewise.
5957 * gdb.base/ptype.exp: Likewise.
5958 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5959 h8300 xfails.
beb998c6 5960 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
5961 on the h8300.
5962 * gdb.base/funcargs.c: Explicitly make last constant argument to
5963 call_after_alloca_subr an unsigned long type.
5964 * gdb.base/return.c: Include stdio.h.
5965
5966Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5967
5968 * config/abug.exp: New file for the older Motorola Bug monitor
5969 that runs on the mvme13x series VME boards.
5970 * config/monitor.exp: Use the new config array for target settings
5971 if they exist.
5972
5973Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5974
5975 * sim-gdb.exp: Make the SH simulator allocate less space when
5976 it is targeted.
5977
5978Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5979
5980 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5981 test.
5982
5983Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5984
5985 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5986 "rs6000-*-*" for "list function in include file" when gcc compiled.
5987 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5988 for "p ctable1[120]".
5989 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5990 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5991 Remove setup_xfail for "rs6000-*-*" for
5992 "print 'scope0.c'::filelocal before run".
5993 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
5994 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
5995 since some compilers don't allow both options to be given
5996 on the same command line. Create object file and move it.
beb998c6 5997
c906108c
SS
5998Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
5999
6000 * gdb.base/corefile.exp: Always regenerate the core file, since
6001 we always regenerate the coremaker program. Detect special case
6002 where registers cannot be read from core file.
beb998c6 6003
c906108c
SS
6004Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
6005
6006 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6007 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
6008 * gdb.c++/templates.exp: Only match on basename of file since
6009 some formats like xcoff don't encode directory information.
6010 * gdb.stabs/weird.exp: Use the right sed script for powerpc
6011 and rs6000 AIX xcoff targets.
6012 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
6013 * configure: Regenerate.
6014 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
6015 here, rather than in distclean.
beb998c6 6016
c906108c
SS
6017Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
6018
6019 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
6020 defined, and use it to compile the test case with -O2. The
6021 native compilation still uses no optimization.
6022 * gdb.base/mips_pro.c: Remove inline assembly code since
6023 it is compiled PIC by default, which results in assembler
6024 warnings that make the testsuite think the compilation
6025 was unsuccessful.
6026
6027Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
6028
6029 * gdb.c++/misc.exp: Add note to message for
6030 "print s.a for foo struct" that this is a known gcc 2.7.2
6031 and earlier bug.
6032
6033Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
6034
6035 * gdb.base/break.exp: Fix pattern for matching "Delete all
6036 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
6037 setup_xfail for deleting all breakpoints test. Fix various
6038 timeout messages to include "(timeout)".
6039 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6040 for "p t_float_values2(3.14159,float_val2)".
6041 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6042 for "continue to call2g" when gcc compiled.
6043 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6044 "up to foo in langs.exp", "show language at foo in langs.exp",
6045 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6046 and "show language at fsub in langs.exp".
6047 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6048 "list line 1 in include file", "list message for lines past EOF",
6049 "list function in include file", "list list0.h:foo", and
6050 "list filename:function; nonexistant function".
6051 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6052 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6053 and "ptype t_char_array" to be for native cc only.
beb998c6 6054
c906108c
SS
6055Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6056
beb998c6 6057 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
6058 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6059 "print func2::coremaker_local", and "backtrace in corefile.exp".
6060
6061Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6062
6063 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6064 "bt in signals.exp". This problem only appears when running
6065 the testsuite, and then only intermittently.
6066
6067Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6068
6069 * gdb.base/return.exp (return_tests): Differentiate between
6070 two tests of continuing.
6071
6072Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6073
6074 * */Makefile.in (maintainer-clean): Remove config.log.
6075 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6076 * gdb.c++/Makefile.in (PROGS): Add inherit.
6077 (clean): Remove *.ci.
6078
6079Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6080
6081 * gdb.c++/misc.cc: Add test code from Mike Stump.
6082 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6083
6084Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6085
6086 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6087 to "alpha-*-osf2*" and add comment.
6088 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6089 setup_xfail for "step over execarg initialization" and
6090 "step over corearg initialization".
6091 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6092 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6093 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6094 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6095 "print func2::coremaker_local", and "backtrace in corefile.exp".
6096 * gdb.base/signals.exp: Build and source signals.ci.
6097 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6098 to be for gcc only.
6099 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 6100
c906108c
SS
6101Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6102
6103 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6104 Feb 3 procfs.c change.
6105
6106Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6107
6108 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6109
6110Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6111
6112 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6113 from dejagnu's apparent default of 10 seconds, which gives random
6114 results when running the tests over NFS on moderately loaded systems.
6115 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6116
6117Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6118
6119 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6120 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6121 result reports.
6122
6123Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6124
6125 * configure.in (CY_AC_PATH_TCLH): Remove.
6126 * configure: Regenerate.
6127
6128Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6129
6130 * gdb.c++/Makefile.in (clean): Add missing '{'.
6131
6132Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6133
6134 * lib/gdb.exp: Provide a default value for noinferior.
6135
6136 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6137 Load libgloss.exp.
6138
6139Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6140
6141 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6142 the executable, not the .o to run the tests from.
6143
6144Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6145
6146 * gdb.base/break.exp: Don't test for program exit or exit status
6147 if $noresults if nonzero.
6148 * gdb.base/langs.exp: Likewise.
6149 * gdb.base/watchpoint.exp: Likewise.
6150
6151 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6152 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6153 trying to compile the testcase.
6154
6155Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6156
6157 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6158 * gdb.base/signals.exp (continue to handler): Likewise.
6159
6160Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6161
6162 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6163
6164 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6165
6166Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6167
6168 * gdb.base/corefile.exp: Recognize "not found" as failure
6169 when trying to determine if a core file was generated.
6170 If no core file was generate the first time, try again without
6171 the ulimit -c to work around braindamaged shells.
6172
6173Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6174
6175 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6176 [] tests with "test" and enclose string in quotes.
6177 * gdb.stabs/configure: Rebuild
beb998c6 6178
c906108c
SS
6179Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6180
6181 Changes in sync with expect:
6182 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6183 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6184 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6185 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6186 argument to AC_REQUIRE.
6187 * configure: Regenerated.
6188
6189Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6190
6191 * gdb.base/corefile.exp: When generating a core, discard any
6192 error messages about ulimit not found and the "core dumped"
6193 message from the shell that runs the coredumper.
6194
6195Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6196
6197 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6198
6199 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6200 which sed script to run. Expect failure for v_comb test
6201 on PA targets too.
beb998c6 6202
c906108c
SS
6203Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6204
6205 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6206 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6207
6208Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6209
6210 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6211 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6212 "sparc-sun-solaris*" xfails for "p v_comb".
6213 * lib/gdb.exp (default_gdb_start): Fix typo.
6214 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6215 messages to not include the full program name that caused
6216 the core dump since some systems (such as solaris) apparently
6217 truncate this path to about 80 characters.
6218 When generating a core file first try increasing the core file
6219 size limit to unlimited since some systems may default it to
6220 zero, and it is harmless to try it. Move the test for failing
6221 to generate a core file to where it will actually get executed.
6222 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6223 new gdb result from g++ debug info improvements and make old
6224 pattern obsolescent. Also account for size_t differences
6225 (may be int or long).
6226 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6227 initialization before function call is placed in the delay slot
6228 and thus appears to be skipped over by commands such as "next".
6229
6230Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6231
6232 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6233
6234Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6235
6236 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6237 input source file; fix code to compile test to deal with this
6238 convention.
6239 * gdb.c++/*.exp: Likewise.
6240
6241Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6242
6243 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6244 "bt in signals.exp".
6245
6246Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6247
6248 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6249 "step over execarg initialization" and
6250 "step over corearg initialization".
6251
6252Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6253
6254 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6255 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6256
6257Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6258
6259 From Rob Savoye (rob@poseidon.cygnus.com)
6260 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6261 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6262 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6263 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6264 configure.in}: Major reworking for autoconfig.
6265 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6266 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6267 New files.
6268 * config/unix-gdb.exp: Make GDB global.
6269 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6270 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6271 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6272 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6273 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6274 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6275 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6276 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6277 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6278 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6279 pr-8136.exp, result.exp, string.exp, tuples.exp},
6280 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6281 to returns as necessary, arrange for test to compile own testcase
6282 executable.
6283 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 6284
c906108c
SS
6285Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6286
6287 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6288 clear_xfail at end of test which might not call either pass or fail.
6289 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6290 "backtrace through signal handler".
6291
6292Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6293
6294 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6295 continuing from a job control stop signal.
6296 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6297
6298Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6299
6300 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6301 * gdb.base/corefile.exp: Likewise.
6302 * gdb.base/funcargs.exp: Likewise.
6303
6304Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6305
6306 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6307 * config/monitor.exp: Add support for setting baud rate.
6308
6309Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6310
6311 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6312 i*86-*-linux* xfails for "backtrace through signal handler".
6313 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6314 "print func2::coremaker_local".
6315 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6316 alpha-dec-osf2* xfail for
6317 "delete all breakpoints when none".
6318
6319Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6320
6321 * gdb.base/break.exp: Change test that deletes all breakpoints
6322 when no user breakpoints are installed. A post 4.15 change
6323 causes gdb to no longer prompt in this case.
6324
6325Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6326
6327 * gdb.base/return.exp (return_tests): Change xfail for test
6328 "correct value returned double test" to stop xfailing at
6329 Solaris 2.5. Apparently the bug has been fixed.
6330
6331Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6332
6333 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6334 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6335
6336Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6337
6338 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6339 * gdb.disasm/hppa.s: Corresponding changes.
6340
6341Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6342
6343 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6344 makefile fragment.
6345 * config/mt-hpux: Deleted.
6346
6347Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6348
beb998c6 6349 * Many files: When warning about suppressed tests due to a
c906108c
SS
6350 nonexistant test binary, avoid incrementing the warning count.
6351
6352Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6353
6354 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 6355
c906108c
SS
6356Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6357
6358 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6359 "sparc-*-solaris2*".
6360
6361Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6362
6363 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6364 Add global and local variables and initialize them.
6365 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6366 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6367 extracts the file name and terminating signal from the core file.
6368 * TODO: Remove note about tests for correct mapping of corefile.
6369 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6370 from optimizing it away.
6371 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6372 handles common blocks.
6373
6374Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6375
6376 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6377 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6378
6379Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6380
6381 * Makefile.in (maintainer-clean): New target, synonym for
6382 realclean.
6383 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6384 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6385 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6386 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6387 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6388 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6389
6390Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6391
6392 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6393 xfails when not gcc compiled for "print foo::funclocal".
6394 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6395 "print foo::funclocal at foo",
6396 "print 'scope1.c'::foo::funclocal at foo",
6397 "print foo::funclocal_bss at foo",
6398 "print 'scope1.c'::foo::funclocal_bss at foo",
6399 "print foo::funclocal_ro at foo",
6400 "print 'scope1.c'::foo::funclocal_ro at foo",
6401 "print bar::funclocal at foo" and
6402 "print 'scope1.c'::bar::funclocal at foo".
6403 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6404 gcc compiled for "print foo::funclocal at bar".
6405 Expand all messages to ensure that they identify that
6406 the test is at bar().
6407 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6408 gcc compiled for:
6409 "ptype on opaque struct pointer (statically)",
6410 "ptype on opaque struct tagname (statically)",
6411 "ptype on opaque struct pointer (dynamically) 1",
6412 "ptype on opaque struct tagname (dynamically) 1",
6413 "ptype on opaque struct pointer (dynamically) 2" and
6414 "ptype on opaque struct tagname (dynamically) 2
6415 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6416 gcc compiled for:
6417 "p datalocal"
6418 "whatis datalocal",
6419 "ptype datalocal",
6420 "p bsslocal",
6421 "whatis bsslocal", and
6422 "ptype bsslocal".
6423 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6424 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6425 when not gcc compiled.
6426 * gdb.base/funcargs.exp (float_and_integral_args): Add
6427 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6428 compiled.
6429 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6430 "backtrace from call6a" when not gcc compiled.
6431 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6432 "backtrace from call7a" when not gcc compiled.
6433 * gdb.base/callfuncs.exp (do_function_calls):
6434 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6435 "p t_char_array_values(char_array_val2,char_array_val1)",
6436 "p t_char_array_values(char_array_val1,char_array_val2)",
6437 "p t_char_array_values("carray 1","carray 2")",
6438 "p t_char_array_values("carray 1",char_array_val2)",
6439 "p t_char_array_values(char_array_val1,"carray 2")",
6440 "p sum_args(1,{2})",
6441 "p sum_args(2,{2,3})",
6442 "p sum_args(3,{2,3,4})",
6443 "p sum_args(4,{2,3,4,5})"
6444 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6445 "backtrace in corefile.exp" when not gcc compiled.
6446
6447Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6448
6449 * gdb.base/signals.exp: Rewrite `handle all print' test as
6450 a procedure. Accept blanks or TABs as whitespace, increase
6451 timeout and expect input buffer size for the large output
6452 from the command. Remove "i*86-*-bsdi2.0" xfail.
6453
6454Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6455
6456 * gdb.base/setvar.exp: Add new testcases for truncation when
6457 assigning invalid values to bitfields.
6458
6459Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6460
beb998c6 6461 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
6462 mips-sgi-irix* xfail for
6463 "call inferior func with struct - returns char *"
6464 and fix test so that an optional (unsigned char *) cast is
6465 accepted in the result.
6466
6467Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6468
6469 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6470 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6471 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6472 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6473 that accidentally got checked in.
6474
6475Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6476
beb998c6 6477 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6478 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6479 compiled test.
6480 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6481 Add mips-sgi-irix5* xfail for not gcc compiled.
6482 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6483 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6484 "p top", "whatis top", "p middle", and "whatis middle".
6485 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6486 "whatis signed char" for not gcc compiled.
6487 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6488 "set variable signed char=-1 (-1)" and
6489 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6490 * gdb.base/funcargs.exp (float_and_integral_args):
6491 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6492 Add mips-sgi-irix* xfail when not gcc compiled for
6493 "continue to call2b".
6494 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6495 "continue to call2g".
6496 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6497 "backtrace from call6a"
6498 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6499 "backtrace from call7k".
6500 Add mips-sgi-irix5* xfail when not gcc compiled for
6501 "backtrace from call7a".
6502 (localvars_after_alloca): Fix gdb_test cmds for
6503 "print * after runto ...".
6504 Remove rs6000-*-* xfails for
6505 "print i after runto localvars_after_alloca" and
6506 "print l after runto localvars_after_alloca"
6507 for all compilers.
6508 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6509 when not compiled with gcc, for:
6510 "print signed char == (minus)",
6511 "print signed char != (minus)",
6512 "print signed char < (minus)",
6513 "print signed char > (minus)".
6514 * gdb.base/callfuncs.exp (do_function_calls):
6515 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6516 "call inferior func with struct - returns char *".
beb998c6 6517 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6518 "correct value returned double test" to include Solaris 2.4.
6519 * gdb.base/funcargs.exp (float_and_integral_args):
6520 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6521
c906108c
SS
6522Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6523
6524 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6525 enumeration bitfields if compiling with GNU C.
6526 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6527 to empty' prompt.
6528
6529Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6530
6531 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6532 test for PRO targets.
6533
6534 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6535 breakpoints in the inferior at any given time by making
6536 two groups of breakpoints for call2*, call6* and call7*
6537 tests.
6538
6539Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6540
6541 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6542 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6543 from optimizing it away.
6544 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6545 "call inferior func with struct".
6546
6547Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6548
6549 * configure.in: Only configure gdb.chill for particular targets.
6550
6551Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6552
6553 * gdb.base/Makefile.in: Add action to .c.o transformation
6554 rule that generates a .ci file for each .o file and remove
6555 explicit .c.o rules except for callfuncs.o.
6556 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6557 generates a .ci file for each .o file and remove explicit
6558 .cc.o rules.
6559 (clean): Remove *.tmp *.ci files.
6560 (EXECUTABLES): Remove templ-info.exp.
6561 * gdb.base/compiler.c: New file.
6562 * gdb.c++/compiler.cc: New file
6563 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6564 Change rs6000-*-* xfail for
6565 "print 'scope0.c'::filelocal_ro" and
6566 "print 'scope1.c'::filelocal" and
6567 "print 'scope1.c'::filelocal_bss" and
6568 "print 'scope1.c'::filelocal_ro" and
6569 "print 'scope1.c'::foo::funclocal" and
6570 "print 'scope1.c'::foo::funclocal_ro" and
6571 "print 'scope1.c'::bar::funclocal" and
6572 "print 'scope0.c'::filelocal_ro" and
6573 "print 'scope1.c'::filelocal at foo" and
6574 "print 'scope1.c'::filelocal_bss at foo" and
6575 "print 'scope1.c'::filelocal_ro at foo" and
6576 "print 'scope1.c'::foo::funclocal at foo" and
6577 "print 'scope1.c'::foo::funclocal_bss at foo" and
6578 "print 'scope1.c'::foo::funclocal_ro at foo" and
6579 "print 'scope1.c'::bar::funclocal at foo" and
6580 "print 'scope0.c'::filelocal_ro" and
6581 "print 'scope1.c'::filelocal" and
6582 "print 'scope1.c'::filelocal_bss" and
6583 "print 'scope1.c'::filelocal_ro" and
6584 "print 'scope1.c'::foo::funclocal" and
6585 "print 'scope1.c'::foo::funclocal_bss" and
6586 "print 'scope1.c'::foo::funclocal_ro" and
6587 "print 'scope1.c'::bar::funclocal" and
6588 "print 'scope1.c'::bar::funclocal_bss"
6589 to only be xfail'd when not compiled with gcc.
beb998c6 6590 Add rs6000-*-* xfail for
c906108c
SS
6591 "print 'scope0.c'::filelocal_bss before run"
6592 when compiled with gcc.
6593 (test_at_main): Add rs6000-*-* xfail for
6594 "print filelocal_ro in test_at_main"
6595 when compiled with gcc.
6596 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6597 Add rs6000-*-aix* xfail for
c906108c
SS
6598 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6599 "ptype t_char_array", not compiled with gcc.
6600 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6601 xfail for "list foo (in include file)" when gcc compiled.
6602 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6603 (integral_args): Add rs6000-*-* xfail for
6604 "run to call0a" if not compiled with gcc.
6605 (unsigned_integral_args): Add rs6000-*-* xfail for
6606 "run to call1a" if not compiled with gcc.
6607 (float_and_integral_args): Add rs6000-*-* xfail for
6608 "run to call2a" if not compiled with gcc and for
6609 "continue to call2b" for any compiler.
6610 Add rs6000-*-* xfail to
6611 "print f1 after run to call2a" for gcc compiled.
6612 (discard_and_shuffle): Add rs6000-*-* xfail for
6613 "run to call6a".
6614 (shuffle_round_robin): Add rs6000-*-* xfail for
6615 "backtrace from call7a" if not compiled with gcc.
6616 Add rs6000-*-* xfail for
6617 "backtrace from call7b" if compiled with gcc.
6618 (call_after_alloca): Add rs6000-*-* xfail for
6619 "print c in call_after_alloca" and
6620 "print s in call_after_alloca" and
6621 "backtrace from call_after_alloca_subr"
6622 if not compiled with gcc.
6623 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6624 "print c in localvars_in_indirect_call" and
6625 "print c in localvars_in_indirect_call" and
6626 "backtrace in indirectly called function" and
6627 "stepping into indirectly called function"
6628 if not compiled with gcc.
6629 (localvars_after_alloca): Add rs6000-*-* xfail for
6630 "print c after runto localvars_after_alloca" and
6631 "print s after runto localvars_after_alloca" and
6632 "print i after runto localvars_after_alloca" and
6633 "print l after runto localvars_after_alloca"
6634 for all compilers.
6635 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6636 than whatis-info.exp.
6637 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6638 than opaque-info.exp.
6639 Setup rs6000-*-* xfail for
beb998c6 6640 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6641 "ptype on opaque struct pointer (dynamically)" when
6642 not compiled with gcc.
6643 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6644 rather than callf-info.exp.
6645 (do_function_calls): Add clear_xfail for rs6000-*-* for
6646 "p t_float_values2(3.14159,float_val2)". Seems to work
6647 fine there, both with xlc and gcc. Need to find out what
6648 it is doing right and fix other platforms.
6649 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6650 "call inferior func with struct - returns int",
6651 "call inferior func with struct - returns long",
6652 "call inferior func with struct - returns float",
6653 "call inferior func with struct - returns double",
6654 "call inferior func with struct - returns char *",
6655 but only if not gcc compiled (presumes xlc compiled).
6656 Change rs6000-*-* xfails for
6657 "call inferior func with struct - returns char" and
6658 " call inferior func with struct - returns short" to only
6659 xfail if not using gcc.
6660 (clean mostlyclean): Remove *.ci and *.tmp files.
6661 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6662 than templ-info.exp.
6663 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6664 Add rs6000-*-* xfail for "up to foo in langs.exp"
6665 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6666 when not gcc compiled.
beb998c6 6667
c906108c
SS
6668Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6669
6670 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6671 * gdb.base/corefile.exp: Likewise.
6672 * gdb.base/list.exp: Likewise.
6673 * gdb.base/scope.exp: Likewise.
6674 * gdb.base/siganls.exp: Likewise.
6675
6676 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6677 compiler output.
6678 * gdb.base/whatis.exp: Likewise.
6679
6680Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6681
6682 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6683 failure (opcode table has been fixed to match reality).
6684
6685Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6686
6687 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6688 "call inferior func with struct - returns char",
6689 "call inferior func with struct - returns short"
6690
6691 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6692 "print 'scope0.c'::filelocal at main",
6693 "print 'scope0.c'::filelocal_bss in test_at_main",
6694 "print 'scope0.c'::filelocal at foo",
6695 "print 'scope0.c'::filelocal_bss in test_at_foo",
6696 "print 'scope0.c'::filelocal at bar",
6697 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 6698
c906108c
SS
6699 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6700 in source file 1". This bug seems to have been fixed with both
6701 gcc and native cc (was native assembler bug?).
6702
6703Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6704
6705 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6706 "backtrace through signal handler" to "i*86-*-sysv4*".
6707 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6708 continue" case. Add "known SVR4 bug" to fail message.
6709 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6710 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6711 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6712 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6713 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6714 "up to foo in langs.exp", "show language at foo in
6715 langs.exp", "up to cppsub_ in langs.exp", "show
6716 language at cppsub_ in langs.exp", "up to fsub in
6717 langs.exp", and "show language at fsub in langs.exp".
6718 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6719 "bactrace in corefile.exp".
6720 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6721 "call inferior function with struct - returns float" and
6722 "call inferior function with struct - returns double".
beb998c6 6723
c906108c
SS
6724Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6725
6726 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6727 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6728 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6729 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6730
6731Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6732
6733 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6734 (or overriden) "CHILL" macro rather then bare "gcc".
6735 Also look for ../../gcc/xgcc since that is what we will
6736 actually need, not "Makefile". Remove following assignment
6737 of CHILL to CHILL_FOR_TARGET because that results in
6738 recursive definition.
6739
6740Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6741
6742 * gdb.base/corefile.exp: Change xfail for backtrace in
6743 corefile.exp from linuxaout to all linux.
6744 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6745 cases where we miss the breakpoint at the signal handler
6746 for some reason. Setup xfail for linuxoldld/linuxaout and
6747 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6748 hitting SIGURG breakpoint.
6749 * gdb.base/signals.exp: Setup xfail for "next" acting like
6750 continue to add linuxoldld. Setup xfail for all linux for
6751 "next to handler in signals_tests_1", "backtrace in
6752 signals_tests_1", "continue to func1", "pass SIGUSR1",
6753 and continue to handler".
6754
6755Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6756
6757 * Update all FSF addresses except those in COPYING* files.
6758
6759Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6760
6761 * gdb.base/a2-run.exp: Change messages to be more explicit about
6762 the status of args, and quote binfile in results.
6763
6764Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6765
6766 * gdb.base/callfuncs.exp: Add tests for passing structs to
6767 inferior functions and return various types.
6768 * gdb.base/callfuncs.c: Add functions to receive a struct
6769 and return a member of the struct, in various types.
6770
6771Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6772
6773 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6774
6775Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6776
6777 * config/vxworks29k.exp: New file, sources vxworks.exp.
6778
6779Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6780
6781 * config/gdbremote.exp: New file. Testing framework using
6782 gdbserver.
6783
6784Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6785
6786 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6787 "call function when asleep" and "send end of file".
6788 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6789 for "backtrace in corefile.exp".
6790 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6791 for "backtrace through signal handler".
6792 * gdb.base/corefile.exp: Make sure we actually generate a core file
6793 before trying the core tests. Some systems allow the user to suppress
6794 generation of core files and default to that (linux for example).
6795 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6796 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6797
6798Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6799
6800 * gdb.threads: New directory with some crude multi-threaded
6801 gdb tests (step.exp and step2.exp).
6802 * config/mt-lynx (STEP_EXECUTABLE): Define.
6803 (THREADFLAGS): Define.
6804
6805Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6806
6807 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6808
6809 * gdb.base/signals.exp: Disable whole file for lynx until
6810 further notice.
6811
6812 * gdb.base/signals.exp: xfail test where "next" acts like
6813 "continue" for lynx.
6814
6815 * gdb.base/interrupt.exp: xfail test for calling function while
6816 inferior is asleep for lynx.
6817
6818 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6819 than one cr-lf after each command.
6820
6821Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6822
6823 * configure.in: Reinstate setting of stabsdirs variable, fix
6824 typo in setting up configdirs for native builds.
6825
6826 * gdb.base/return.exp: Fix typo in return double test.
6827 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6828 compiler from optimizing them away.
6829
6830Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6831
6832 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6833 sequences to be echo'd by gdb when using gdb_test.
6834 * gdb.chill/chexp.exp: Likewise.
6835 * gdb.fortran/exprs.exp: Likewise
6836
6837Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6838
6839 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6840 after the inferior gdb has started.
6841
6842 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6843 after each command.
6844 * gdb.base/funcargs.exp: Likewise.
6845 * gdb.base/gdbvars.exp: Likewise.
6846 * gdb.base/interrupt.exp: Likewise.
6847 * gdb.base/list.exp: Likewise.
6848 * gdb.base/watchpoint.exp: Likewise.
6849 * gdb.c++/demangle.exp: Likewise.
6850 * gdb.c++/inherit.exp: Likewise.
6851 * gdb.chill/chexp.exp: Likewise.
6852 * gdb.fortran/exprs.exp: Likewise.
6853
6854 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6855 test if we can't handle IO to/from the inferior.
6856
6857 * gdb.c++/misc.exp: Always check for a program already being
6858 started after sending a "run" command to gdb.
6859
6860 * gdb.base/twice.exp: Start with a fresh gdb.
6861
6862 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6863 only depend on gdb's expression code, not the chill runtime.
6864
6865 * gdb.base/return.c: Put return values into variables so we
6866 can have gdb print them rather than depending on the program
6867 to print them.
6868 * gdb.base/return.exp: Corresponding changes.
6869
6870 * lib/gdb.exp: Provide default value for noinferiorio.
6871 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6872 the inferior.
6873
6874 * gdb.base/break.exp: Always check for a program already being
6875 started after sending a "run" command to gdb.
6876 (text_next_with_recursion): Don't check the output from the
6877 program's printf statement. Instead just make sure the program
6878 exited.
6879
6880 * gdb.base/commands.exp: Protect tests which need arguments with
6881 $noargs conditionals.
6882
6883Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6884
6885 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6886 of structure member arrays to match gdb/valops.c:value_addr change.
6887
6888Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6889
6890 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6891 cases.
6892
6893Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6894
6895 * configure.in (configdirs): Remove gdb.chill from default list
6896 of subdirs and then add it back in only if doing a native build.
6897 The current chill compiler does not yet work in any cross build.
6898 * Revert all signal changes from Jul 6.
6899 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6900 for sh-hms targets, allowing these tests to link, with no other
6901 changes. Testing is suppressed by setting "nosignals" in site.exp.
6902
6903Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6904
6905 * configure.in (signaldirs): Define and add to configdirs for all
6906 targets except some specific ones that are known to not support signals.
6907 Also clean up formatting.
6908 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6909 (signals, sigall): Remove rules to build.
6910 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6911 Moved to new gdb.signals directory.
6912 * gdb.signals: New test directory.
6913 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6914 signals.c signals.exp}: New or moved files.
6915
6916Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6917
6918 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6919
6920Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6921
6922 * gdb.base/return.exp: Xfail `return double' test failure
6923 on at least Solaris 2.3 and handle future/past versions on
6924 a case by case basis as appropriate. Also update message
6925 to include i*86 failures.
6926
6927Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6928
6929 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6930
6931 * lib/gdb.exp: Fix comment which erroneously identified
6932 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6933 gdb_file_cmd not gdb_load).
6934 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6935
6936 * gdb.base/setvar.exp: Make test names consistent between pass and
6937 fail cases. Use gdb_test more.
6938
6939Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6940
6941 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6942
6943Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6944
6945 * gdb.base/help.exp: Fix expected help string for `show commands'.
6946
6947Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6948
6949 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6950
6951 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6952 of a text section.
6953
6954Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6955
6956 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6957 that loop eventually terminates. Fix Connection refused logic so
6958 that testsuite will expire nicely.
6959
6960Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6961
6962 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6963 config/rom68k.exp: New tcl glue for the appropriate monitors.
6964 These all just end up calling monitor.exp.
6965 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6966 refused' by retrying. Cleanup some timeout issues.
6967 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6968 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6969 callers don't have to set/restore global timeout variable.
6970
6971 * The following set of changes centralizes management of the global
6972 timeout variable. This way, it can be set in one target dependent
6973 place instead of dozens of places scattered throughout the test suite.
6974 If you need to lengthen a timeout, then you should either set timeout
6975 in one of the config/{target}.exp files, or multiply it by a factor.
6976 Setting it to an absolute value is always going to lose for some
6977 targets.
6978 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6979 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6980 * gdb.base/funcargs.exp: Don't set timeout.
6981 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6982 * gdb.base/printcmds.exp (test_print_string_constants
6983 test_print_array_constants): Don't set timeout.
6984 * gdb.base/ptype.exp: Don't set timeout.
6985 * gdb.base/recurse.exp: Don't set timeout.
6986 * gdb.base/return.exp: Don't set timeout.
6987 * gdb.base/watchpoint.exp: Don't set timeout.
6988 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6989 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6990
6991Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6992
6993 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
6994
6995Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6996
6997 * lib/gdb.exp: Disable chill tests for irix5.
6998
6999Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7000
7001 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
7002 each test pass or fail.
7003
7004Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7005
7006 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
7007 xlc not gcc.
7008
7009Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
7010
7011 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
7012
7013Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
7014
7015 * config/est.exp: Fix copyright and comments. Remove dead code.
7016 Use targetname, serialport and baud variables instead of fixed
7017 constants.
7018 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
7019 * config/cpu32bug.exp: New file to support cpu32bug monitors.
7020
7021Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7022
7023 * gdb.base/watchpoint.exp: Don't run
7024 test_watchpoint_triggered_in_syscall for sunos.
7025
7026Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7027
7028 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
7029 they don't seem to exist. Do include stdio.h.
7030
7031Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7032
7033 * gdb.base/a1-selftest.exp: Add alpha xfail.
7034
7035Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7036
7037 * gdb.base/watchpoint.c (main): Prompt before calling read().
7038 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7039 Revise accordingly. Remove cruft about sending "123" several
7040 times, until it gets noticed. Clean up the "print buf[0]" stuff
7041 so that it passes or fails, and waits for prompts in the usual way.
7042
7043Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7044
7045 * gdb.base/recurse.exp: Fix comment.
7046
7047 * TODO: Remove item about printing variables in nodebug.exp. Add
7048 item about enabling tests which are only run on some targets.
7049
7050 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7051 fail, make test names unique, use new gdb_test convention
7052 regarding pattern, use gdb_test more, etc.).
7053
7054 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7055 fail, make test names unique, etc.).
7056
7057Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7058
7059 * gdb.base/nodebug.c: Change return type of top and middle to
7060 short.
7061 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7062 are fixed by the recent mdebugread.c changes. Allow `short ()'
7063 as type for top and middle.
7064
7065Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7066
7067 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7068 nearly as I can tell, the whole thing was an accident in Stu's
7069 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7070 to replace a send/expect pair with gdb_test, but ended up only
7071 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7072 of 30 Mar 1995 took care of it, but left this vestigial comment
7073 which I am now nuking.
7074
7075Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7076
7077 * gdb.base/break.exp: Look for different line number for
7078 breakpoint at main depending on usestubs.
7079
7080Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7081
7082 * gdb.base/list.exp: Adjust some alternate expect patterns to
7083 match recent list0.c change. Add alternate expect pattern for
7084 output from `list default lines around main' for optimizing
7085 compilers.
7086
7087Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7088
7089 * lib/gdb.exp: If nosignals is not set, set it to 0.
7090
7091Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7092
7093 * config/slite-gdb.exp: Responds to load symbol table prompt.
7094 * gdb.base/break.exp: Adjust line number, fix rerun.
7095 * gdb.base/langs0.c: Add #ifdef usestubs.
7096
7097Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7098
7099 * gdb.base/list.exp: Adjust line contents after adding new lines in
7100 list0.c. Also fix a syntax error.
7101
7102 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7103 * gdb.base/break.exp: ditto.
7104 * gdb.base/list.exp: ditto.
7105 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7106 * gdb.base/run.c: ditto.
7107 * gdb.base/list0.c: ditto.
7108 * gdb.base/funcargs.c: ditto.
7109
7110Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7111
7112 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7113 $targetname, $serialport and $baud instead of hardwired variables.
7114 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7115 target doesn't support signals.
7116
7117Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7118
7119 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7120
7121Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7122
7123 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7124 Don't rely on the value of an auto variable before it has been
7125 initialized. Use gdb_test more.
7126
7127Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7128
7129 * lib/gdb.exp (default_gdb_version): A version number must start
7130 with a digit, but other than that contains all characters up to
7131 the first whitespace character.
7132
7133Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7134
7135 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7136
7137Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7138
7139 * gdb.c++/*.exp: Warn if executable does not exist. The original
7140 reason for skipping the warning was that configure.in sometimes
7141 intentionally skipped building the executables but the tcl code
7142 had no way of knowing. That (a) was always bogus with respect to
7143 error handling, (b) is no longer true (right now there is no way
7144 to skip C++ tests).
7145
7146 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7147
7148Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7149
7150 * gdb.base/list.exp: Add expect patterns for output from
7151 SunPRO compiled executables.
7152 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7153 types.
7154
7155Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7156
7157 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7158 number (we are already testing that the correct source line text
7159 gets printed).
7160
7161 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7162 that is what is intended, but something needed to be done to get
7163 sunos4 native working again.
7164
7165 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7166
7167 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7168 apparently went with a (very) old xfail.
7169
7170Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7171
7172 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7173 runto_main is a proc in gdb.exp that will do 'step' for target use
7174 stubs.
7175 * gdb.base/exprs.exp: ditto.
7176 * gdb.base/interrupt.exp: ditto.
7177 * gdb.base/opaque.exp: ditto.
7178 * gdb.base/printcmds.exp: ditto.
7179 * gdb.base/ptype.exp: ditto.
7180 * gdb.base/scope.exp: ditto.
7181 * gdb.base/setvar.exp: ditto.
7182 * gdb.base/signals.exp: ditto.
7183 * gdb.base/twice.exp: ditto.
7184 * gdb.c++/classes.exp: ditto.
7185 * gdb.c++/inherit.exp: ditto.
7186 * gdb.c++/templates.exp: ditto.
7187 * gdb.base/break.exp: no run and hit main for stubs. Change line
7188 numbers for breakpoints and info breakpoint.
7189 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7190 breakpoint().
7191 * gdb.base/callfuncs.c: ditto.
7192 * gdb.base/exprs: ditto.
7193 * gdb.base/interrupt.c: ditto.
7194 * gdb.base/opaque0.c: ditto.
7195 * gdb.base/printcmds.c: ditto.
7196 * gdb.base/ptype.c: ditto.
7197 * gdb.base/scope0.c: ditto.
7198 * gdb.base/setvar.c: ditto.
7199 * gdb.base/signals.c: ditto.
7200 * gdb.base/twice.c: ditto.
7201 * gdb.c++/misc.cc: ditto.
7202 * gdb.c++/templates.cc: ditto.
7203
7204Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7205
7206 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7207
7208 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7209 somewhere between `read' and `main.c'. I'm pretty sure the
7210 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7211 and it isn't particularly useful.
7212
7213 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7214
7215Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7216
7217 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7218
7219Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7220
7221 * config/mt-slite: add LIBS and -nostdlib.
7222 * config/slite-gdb.exp: add this new file to support sparclite target.
7223
7224Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7225
7226 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7227
7228 * gdb.base/a2-run.exp: Change argument to istarget from
7229 "*-*-vxworks" to "*-*-vxworks*".
7230 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7231
7232Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7233
7234 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7235 will not runto main but do a 'step' to step out of breakpoint().
7236 * config/mt-slite: add -Dusestubs.
7237
7238Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7239
7240 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7241 instead of just @.
7242
7243 * gdb.base/signals.exp: Add test for "handle all print".
7244 * TODO: Remove "handle all print". Also remove item about
7245 checking copyright date (I don't like the idea of a spurious FAIL
7246 based on when we run the tests).
7247
7248 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7249 for SunOS4 (reason for failure not investigated). Remove
7250 redundant test for $binfile.
7251
7252 * gdb.base/nodebug.c (array_index): Call malloc.
7253
7254 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7255
7256Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7257
7258 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7259 conventions and slightly simplify the matching regexp.
7260
7261Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7262
7263 * gdb.base/break.exp: Update gdb_test invocation to use new
7264 convention.
7265
7266 * lib/gdb.exp: If noargs is not set, set it to 0.
7267
7268 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7269 tests unique.
7270
7271 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7272
7273Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7274
7275 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7276 one argument of type "<non-float parameter>".
7277
7278Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7279
7280 * config/rom68k.exp: New file to support Motorola IDP board.
7281 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7282 * gdb.base/break.c: Change things around so that this program
7283 doesn't depend upon args. This is necessary to make remote
7284 targets work (in general, they can't take args).
7285 * gdb.base/break.exp: Don't try to send args to program. Don't
7286 expect output. Also, replace lots of code with gdb_test.
7287
7288Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7289
7290 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7291 printing of '\'' (which is what the comment says we are testing,
7292 even though we were not), not '''.
7293 (test_integer_literals_rejected): Test that printing ''' is an error.
7294
7295 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7296 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7297 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7298 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7299 Use gdb_test not test_print_accept.
7300 * lib/gdb.exp: Remove test_print_accept.
7301
7302 * gdb.base/signals.exp (signal_tests_1): Make pass message
7303 consistent with fail message.
7304
7305 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7306 unsigned char; the bug (PR 1821) is fixed.
7307
7308 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7309
7310 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7311 successful tests--makes xfailing them work right.
7312
7313Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7314
7315 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7316 only \r\n, not .*. The test can pass .* as the last thing in
7317 $pattern if that is what it wants. In addition to providing this
7318 flexibility, this change should speed up pattern matching in cases
7319 where the pattern already ended with .* (there were a number of
7320 them). This change also helps catch bad patterns--in the old
7321 scheme the typo "char \*" instead of "char \\*" would pass. Now
7322 it is caught.
7323 * Many .exp files: Update callers.
7324
7325 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7326 clearer and does not spuriously match multiple ('s. Likewise for
7327 ) and *.
7328
7329 * gdb.base/nodebug.exp: Test ability to call a function and pass
7330 it a string (even with no debugging info).
7331
7332 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7333 "p '\'", which is the same as "p ''" once tcl gets done with
7334 quoting, to "p '\\'", which I suspect is what is intended (one
7335 backslash gets sent to GDB).
7336
7337 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7338
7339Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7340
7341 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7342 1817) was fixed literally years ago.
7343
7344Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7345
7346 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7347 test, it causes stepping out of call_after_alloca_subr with
7348 optimizing compilers.
7349 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7350 fails.
7351
7352 * gdb.c++/templates.exp: Source templ-info.exp only if
7353 the templates executable exists.
7354
7355 * gdb.c++/misc.cc (class Contains_static_instance,
7356 class Contains_nested_static_instance),
7357 gdb.c++/classes.exp (test_static_members): Test printing of
7358 a class that contains a static instance of the class.
7359
7360Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7361
7362 * gdb.base/langs2.c (cppsub_): Don't prototype.
7363 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7364 only, I believe).
7365
7366Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7367
7368 * lib/gdb.exp (skip_chill_tests): New procedure.
7369
7370 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7371
7372Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7373
7374 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7375 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7376
7377Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7378
7379 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7380
7381 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7382 disassemble 8, not 16, instructions for part 4.
7383
7384 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7385 support the latter anymore.
7386
7387 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7388 -DNO_PROTOTYPES.
7389 * gdb.base/callfuncs.c: Control use of prototypes based on
7390 NO_PROTOTYPES, not __STDC__.
7391 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7392 t_float_values2 tests if prototypes in use.
7393
7394 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7395 t_double_values): When checking differences against DELTA, check
7396 that difference is within the range (-DELTA,DELTA), not just
7397 (-infinity,DELTA).
7398
7399Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7400
7401 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7402 'file' command firts, then 'target', then 'load', this is due to gdb
7403 target set up.
7404 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7405
7406Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7407
7408 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7409 FP load/store variants.
7410 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7411
7412Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7413
7414 * gdb.base/term.exp: Do not give a warning if not native, it is
7415 not an abnormal condition.
7416
7417Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7418
7419 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7420 t_char_array".
7421
7422Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7423
7424 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7425 are getting the version number.
7426
7427 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7428 if not native, it is not an abnormal condition.
7429
7430Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7431
7432 * lib/gdb.exp: Just use "file exists", rather than undocumented
7433 dejagnu procedure "findfile".
7434
7435Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7436
7437 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7438 (LDFLAGS): Set to -Xlinker -Ur.
7439
7440 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7441 Removed, these values are set by lib/gdb.exp.
7442
7443 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7444
7445Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7446
7447 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7448 of replicating gdb startup code.
7449
7450 * config/mt-vxworks (LDFLAGS): Set to -r.
7451 (CFLAGS_FOR_TARGET): Removed.
7452
7453 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7454 (gdb) and gdb for vxworks uses (vxgdb).
7455
7456 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7457 executable is not in the tree and host != target, use sed and
7458 program_transform_name to determine the gdb name used by the
7459 target.
7460
7461 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7462 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7463
7464Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7465
7466 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7467 floats, chars, and shorts where there are ANSI-style function
7468 definitions.
7469
7470 * gdb.base/langs.exp, gdb.base/langs*: New test.
7471 * gdb.base/Makefile.in: Build it.
7472 * TODO: Remove item about checking that C names don't get C++
7473 demangling applied; this test tests it.
7474
7475Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7476
7477 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7478 went with the const70 xfail. The xfail went away a year ago.
7479
7480 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7481
7482 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7483 for hp300.
7484
7485 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7486
7487 * gdb.base/a1-selftest.exp: Don't run on hp300.
7488
7489Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7490
7491 * Makefile.in (site.exp): Set host_alias and target_alias as well
7492 as host_triplet and target_triplet.
7493
7494Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7495
7496 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7497
7498 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7499 places as other ecoff systems).
7500
7501 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7502 ultrix.
7503
7504Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7505
7506 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7507 remove them.
7508 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7509 variable and "variable" in addition to "data variable".
7510 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7511
7512 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7513 2.
7514 * gdb.base/list1.c (long_line): Add additional statement at start
7515 of function.
7516 * gdb.base/list.exp (test_forward_search): Update line number to
7517 reflect new statement.
7518
7519Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7520
7521 * gdb.base/signals.exp: Reinitialize searched source directories
7522 after gdb_start call.
7523
7524Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7525
7526 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7527 * gdb.stabs/Makefile.in: Likewise.
7528
7529 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7530 change. Instead split the tests into smaller pieces.
7531 * gdb.disasm/hppa.s: Corresponding changes.
7532
7533Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7534
7535 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7536 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7537
7538 * gdb.base/funcargs.exp: Modify many tests so that every test
7539 either passes or fails. Make some test names unique.
7540
7541Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7542
7543 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7544 Call stty to set interrupt character.
7545
7546 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7547 for HP assembler versus GNU assembler based on actual behavior of
7548 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7549
7550 * TODO: Suggest a few more stepping tests.
7551
7552Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7553
7554 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7555 restart GDB for h8300 after a continue.
7556 (return): Add pattern to match a29k-udi behavior.
7557 * gdb.base/nodebug.exp: Remove obsolete comment.
7558 * gdb.base/regs.exp: New file, testing of register displays.
7559 * gdb.base/return.exp: Fix typo in reference to $objdir.
7560 * gdb.base/whatis.exp: Always start with a fresh GDB.
7561
7562Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7563
7564 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7565 higher, these tests generate a lot of output.
7566
7567Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7568
7569 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7570 code following the catch silently ignored some errors; without the
7571 catch they should be thrown like any other tcl error. Also, the
7572 catch used "" instead of {} which meant all the callers who wanted
7573 to include one of the characters "[]$ had to quote it an extra time.
7574 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7575 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7576 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7577 Remove extra quoting.
7578
7579Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7580
7581 * gdb.base/commands.exp: Make test names unique; every test either
7582 passes or fails. Update some comments.
7583
7584 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7585
7586Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7587
7588 The following fixes a FAIL caused by the fact that the alpha stabs
7589 configuration didn't use the ".if alpha" code in weird.def.
7590 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7591 bit pointer, so the 32 bit version works even on the alpha.
7592 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7593 Remove the stuff which allowed us to have separate versions for
7594 alpha and everything else.
7595
7596 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7597 regexp which "info func operator\[\](" is supposed to match. Fix
7598 string to send to GDB. Note that GDB still doesn't work right. Add a
7599 new test for "info func .perator\[\](" which GDB does handle correctly.
7600
7601 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7602
7603Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7604
7605 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7606 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7607 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7608 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7609 it makes the tests harder to understand and confuses test-o-matic.
7610 The preferred style is that each test provides a PASS or a FAIL,
7611 and has a unique message (e.g. "continue #54" not just "continue")
7612 which is the same for the pass and the fail.
7613 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7614 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7615 to lib/gdb.exp.
7616 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7617 prt_accept which was basically the same thing. Likewise for
7618 test_print_reject and prt_reject.
7619 * lib/gdb.exp (test_print_reject): Add some more error message
7620 patterns to match from the former printcmds.exp (prt_reject).
7621 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7622 One defect of the passcount stuff is that some of it failed to
7623 report XPASS where appropriate.
7624 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7625 stuff before and after arg in expected pattern.
7626 (test_paddr_operator_functions): Re-do test without print_addr_of;
7627 this is the only test which seems to want extra stuff there.
7628
7629Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7630
7631 * gdb.base/nodebug.exp: Update new tests to reflect improved
7632 wording of gdb output.
7633
7634 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7635 and "ptype" work on variables in files compiled without -g.
7636 Replaces commented out "maint print msymbol" tests.
7637
7638Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7639
7640 * gdb.base/setvar.c (dummy): Call malloc.
7641
7642 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7643 losing with the irix4 sed.
7644
7645 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7646 ALRM" on irix4.
7647
7648Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7649
7650 * TODO: Remove items about corefile.exp testing new exec-file and
7651 backtrace; both are now done. Add items about printing enums.
7652
7653Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7654
7655 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7656 "get signal $thissig" test fails.
7657
7658 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7659
7660Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7661
7662 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7663 compiler warning with dec alpha compiler.
7664
7665 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7666 extra \n from gdb_test call (this explains why the prompt test
7667 that I removed yesterday was there).
7668 (user_defined_command_test): Remove extra \n and prompt test.
7669
7670 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7671 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7672 doesn't exist.
7673 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7674 Also remove alpha workaround, which turns out to be because
7675 SIGABRT == SIGLOST.
7676
7677 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7678
7679 * gdb.base/help.exp: Don't test "help show".
7680
7681Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7682
7683 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7684 "set print address" is on.
7685 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7686 pass prompt to gdb_test; gdb_test already looks for the prompt.
7687
7688 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7689
7690 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7691 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7692 was to make sure that gdb can read a core file. But (a) the "read
7693 the corefile" part didn't make it to a1-selftest.exp, we just
7694 delete the corefile after creating it, and (b) we test reading
7695 corefiles in corefile.exp anyway. Also, this test left around a
7696 xgdb process on Solaris.
7697
7698 * gdb.base/corefile.exp: Also test backtrace.
7699
7700Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7701
7702 * gdb.base/commands.exp: Test a simple user defined command with
7703 arguments and if/while statements; verify the full user command is
7704 printed by "show user".
7705
7706 * gdb.base/commands.exp: Test if/while commands as part of a
7707 breakpoint command list; verify they appear in breakpoint
7708 information.
7709
7710Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7711
7712 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7713 than by dividing by zero.
7714
7715Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7716
7717 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7718 performing an inferior call with watchpoints enabled.
7719 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7720 call.
7721
7722Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7723
7724 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7725 of "file" command.
7726
7727 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7728 Add additional pattern for when "int operator int(void);" appears
7729 in a different order.
7730
7731Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7732
7733 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7734
7735 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7736 and "signal" with ".*".
7737
7738Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7739
7740 * TODO: Add note about "handle all nostop".
7741
7742 * gdb.base/{sigall.c, sigall.exp}: New test.
7743 * gdb.base/Makefile.in: Add it.
7744
7745Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7746
7747 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7748 when invoking GDB, suppresses any windowing interface.
7749
7750Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7751
7752 * config/sim-gdb: New file, simulator testing support.
7753
7754Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7755
7756 * gdb.base/interrupt.exp: Test calling func1 twice.
7757
7758Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7759
7760 * gdb.base/list.exp (test_forward_search): Set timeout higher
7761 when we'll be getting lots of output from gdb.
7762
7763 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7764 "init_malloc" to after the expect statement. Run it if that
7765 regexp is taken, but also for two others which happen if source
7766 cannot be found.
7767
7768Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7769
7770 * gdb.base/printcmds.exp: New test, for printing register before
7771 program is running.
7772
7773Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7774
7775 * gdb.base/list.exp: Correct some alternate expect patterns
7776 to reflect changes in list1.c.
7777
7778Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7779
7780 * TODO: Add item regarding large frames.
7781
7782 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7783
7784 * TODO: Remove item about enabling return.exp; it
7785 is enabled. Suggest a few more "return" tests.
7786
7787Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7788
7789 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7790 anonymous unions.
7791
7792Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7793
7794 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7795 and pr-5646.o, so "make" is the same as "make all", not "make
7796 pr-4975.o".
7797
7798Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7799
7800 * gdb.base/list.exp: Adjust expectations to reflect changes in
7801 list1.c.
7802 (test_forward_search): New test proc.
7803 * gdb.base/list1.c (long_line): New function, has long source line.
7804
7805Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7806
7807 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7808 additional line of code that was added.
7809
7810Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7811
7812 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7813 tests so as not to overflow expect's input buffers.
7814 * gdb.disasm/hppa.exp: Corresponding changes.
7815
7816Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7817
7818 Beginnings of template debugging tests.
7819 * gdb.c++/templ-info.cc: New file to test for template
7820 debugging capability of the compiler.
7821 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7822 templ-info.cc.
7823 * gdb.c++/templates.cc: Add explicit template instantiations
7824 to enable compiling with -fno-implicit-templates. Add destructor
7825 and 'value' method to T5 class for template tests.
7826 * gdb.c++/templates.exp: Add testcases for printing of template
7827 types, setting breakpoints on template methods and calling a
beb998c6 7828 template method.
c906108c
SS
7829
7830Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7831
7832 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7833 branch target since some assemblers (gas-2.5) may emit a
7834 relocation for the branch instead of resolving it in the
7835 assembler.
7836
7837Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7838
7839 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7840 through signal handler.
7841
7842Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7843
7844 * configure.in (*-*-netware): Use config/mt-netware.
7845
7846 * config/mt-netware: New file.
7847 * config/mt-i386-netware: Removed, separate configs for different
7848 netware architectures are no longer needed now that we have
7849 --with-headers.
7850
7851Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7852
7853 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7854 by the recent changes to use ANSI C arithmetic conversions.
7855
7856Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7857
7858 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7859 bug involving using inferior_pid to figure out whether to select a
7860 frame.
7861
7862Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7863
7864 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7865 match the current disassembler output.
7866
7867Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7868
7869 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7870 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7871 types, expect "int" as type of integer values (for now).
7872
7873Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7874
7875 * gdb.base/commands.exp: New tests for if/while commands.
7876
7877Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7878
7879 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7880 by .*, since hex values have different syntax in Chill mode.
7881
7882Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7883
7884 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7885 linefeed from expect pattern for repeated types with indices > 9.
7886
7887Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7888
7889 First part of Fortran test suite.
7890 * gdb.fortran: New directory.
7891 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7892
7893Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7894
7895 * gdb.base/default.exp: Update expect pattern for load command
7896 without arguments.
7897
7898Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7899
7900 * configure.in: Change i386 to i[345]86.
7901 * gdb.base/configure.in: Likewise.
7902 * gdb.c++/configure.in: Likewise.
7903 * gdb.chill/configure.in: Likewise.
7904
7905Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7906
7907 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7908 patterns, since that is not a valid context for comments.
7909
7910Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7911
7912 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7913 repeated types and repeated types with indices > 9.
7914
7915Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7916
7917 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7918 2417; old bug has been fixed.
7919
7920Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7921
7922 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7923 send the newline ourselves instead of assuming gdb_test will do
7924 so when passed an empty input string.
7925
7926 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7927 stabs testcode.
7928
7929Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7930
7931 * lib/gdb.exp (gdb_test): Don't send anything if the first
7932 argument is an empty string. This makes cases where we want to
7933 match output that is already in expect's buffers (for example,
7934 matching a breakpoint after gdb_run_cmd has been called) work
7935 reliably.
7936
7937Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7938
7939 * config/netware.exp: New file.
7940
7941Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7942
7943 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7944 the -B and -L prefixes so we can find the debugging stub.
7945
7946 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7947 there and we are using the gcc from the tree.
7948
7949 * gdb.base/types.c: Removed.
7950
7951 * gdb.base/configure.in: Look for makefile fragments in ../config.
7952 Recognize i386-*-netware.
7953 * gdb.c++/configure.in: Likewise.
7954
7955Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7956
7957 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7958 the correct TCL syntax.
7959
7960Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7961
7962 * gdb.base/opaque.exp: use runto instead of messing around with
7963 breakpoints. Simplify by using gdb_test.
7964
7965 * gdb.base/bitfields.exp: restart between tests on netware targets
7966 because breakpoints aren't relocated after target death. Run
7967 processes to completion.
7968
7969 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7970
7971Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7972
7973 * Makefile.in: Remove extra tabs that confuse some versions
7974 of "make". Use the newly built gdb to test with by default,
7975 rather than the first one in the tester's search path.
7976
7977Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7978
7979 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7980
7981 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7982 condition help.
7983
7984Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7985
7986 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7987
7988 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7989 running.
7990 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7991 * gdb.base/funcargs.exp: Likewise.
7992
7993 * gdb.base/bitfields.exp: Simplify by using gdb_test.
7994 * gdb.base/funcargs.exp: Likewise.
7995
7996 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
7997 message is "".
7998
7999Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8000
8001 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
8002 return,signals,twice}.exp: Handle non-existant binaries
8003 consistantly.
8004
8005 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
8006 * gdb.base/Makefile.in: Don't try to generate a core dump, we
8007 might testing a cross development system.
8008
8009Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8010
8011 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
8012 runtest script is relative to ${srcdir}, not ${rootdir}.
8013
8014Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
8015
8016 * gdb.base/signals.exp: Allow for optionality of breakpoint
8017 address.
8018
8019Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8020
8021 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
8022
8023Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8024
8025 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
8026 for size_t definition.
8027 * gdb.c++/templates.cc: Likewise
8028
8029 * config/mt-i386-netware: New file.
8030
8031 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
8032 defined.
8033
8034 * gdb.base/Makefile.in: Added support for systems that name core
8035 files by appending "core" to the program name.
8036 * gdb.base/a1-selftest.exp: Likewise.
8037
8038Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8039
8040 * gdb.base/return.exp: Add comment and message for `return double'
8041 test failure on Sparc Solaris.
8042
8043Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
8044
8045 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8046
8047Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8048
8049 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8050 from optimizing them away.
8051 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8052 patterns to include default constructors and assignment operators,
8053 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8054 character in the output of the virtual base pointer.
8055
8056Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8057
8058 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8059 expression match in print_addr_of to avoid unintented matches.
8060 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8061 versions up to 2.5.8.
8062
8063Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8064
8065 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8066 included file to run under newer versions of expect.
8067 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8068 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8069 Remove xfail for the virtual table of BDDHookV.
8070
8071Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8072
8073 * lib/gdb.exp (string_to_regexp): Set a default result.
8074 (default_gdb_start): Fix misleading message.
8075
8076Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8077
8078 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8079 Remove all CC, etc definitions.
8080 * config/mt-hpux: New file.
8081 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8082 (CFLAGS, LDFLAGS): Define.
8083 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8084
8085 * Makefile.in (site.exp): Don't insert host_os, etc.
8086 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8087 (distclean): Check existence of subdir.
8088 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8089 * gdb.base/Makefile.in: General cleanup and simplification.
8090 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8091 to build executables. Use default rule to build .o files.
8092 (EXPECT, RUNTEST, CC): Fix relative pathname.
8093 (site.exp): Don't insert host_os, etc.
8094 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8095 and/or SIGUSR1 defined.
8096 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8097 * gdb.c++/Makefile.in: General cleanup and simplification.
8098 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8099 (CFLAGS): Remove.
8100 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8101
8102Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8103
8104 * gdb.base/recurse.exp: Misc changes to get tests running again
8105 after Kung's changes to the watchpoint code.
8106 * gdb.base/watchpoint.exp: Likewise.
8107
8108Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8109
8110 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8111
8112Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8113
8114 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8115 * lib/gdb.exp (default_gdb_start): Define.
8116 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8117 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8118 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8119 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8120 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8121 Don't call gdb_target_udi in between tests.
8122
8123Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8124
8125 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8126 (which was basically just a local version of the same thing). In
8127 addition to avoiding duplication, gdb_test_exact is faster.
8128 * lib/gdb.exp (gdb_test_exact): Fix typo.
8129
8130 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8131 don't give an error.
8132
8133 * gdb.base/term.exp: Call delete_breakpoints before starting.
8134
8135 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8136 (t10): Add comment.
8137
8138Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8139
8140 Reorganization of the GDB Test Suite.
8141
8142 * gdb.base: New directory, contains all the basic tests.
8143 * gdb.c++: New directory, tests specific to C++.
8144 * gdb.chill: New directory, tests specific to Chill.
8145 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8146 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8147 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8148 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8149 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8150 t30-31 to chill).
8151 * */gdbme.*: Rename to match appropriate expect scripts.
8152 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8153 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8154 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8155 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8156 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8157 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8158 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8159 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8160 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8161 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8162 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8163 gdb.c++/virtfunc.cc: New names of C++ files.
8164 * gdb.chill/chillvars.ch: New name of Chill file.
8165 * gdb.base/configure.in, gdb.c++/configure.in,
8166 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8167 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8168 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8169 * configure.in (configdirs): Update to reflect directory changes.
8170 (target_abbrev): No longer define for any configuration.
8171 * Makefile.in: Cosmetic improvements to header comments.
8172
8173Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8174
8175 Various changes to gdb.t31:
8176
8177 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8178 * gdbme.ch: Make all key-words and predefineds be upper-case.
8179 * chillvars.exp: Expect key-words and predefinds in upper-case.
8180
8181 * chillvars.exp: Use gdb_test_exact many places.
8182 Change expected output for arrays (which now includes index labels).
8183
8184 * pr-5020.exp, gdme.ch (module PR_5020):
8185 New test, for PR-5020.
8186
8187Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8188
8189 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8190 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8191
8192Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8193
8194 * Makefile.in: Fix bit-rot in definitions of CHILL,
8195 CHILL_FOR_TARGET and Chill_LIB.
8196 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8197 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8198 CHILL, and CHILL_LIB.
8199
8200Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8201
8202 * Revert the previous changes. Please see Rob's directory
8203 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8204
8205Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8206
8207 * Makefile.in, configure.in, config/mips-gdb.exp,
8208 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8209 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8210 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8211 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8212 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8213 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8214 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8215 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8216 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8217 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8218 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8219 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8220 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8221 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8222 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8223 changes from 94Q1.
8224
8225Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8226
8227 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8228 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8229 Rob's new testing fragments.
8230
8231Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8232
8233 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8234 lib/gdb.exp: Replace error proc calls with perror.
8235
8236Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8237
8238 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8239 version also, match on casted version strings, and match on
8240 gdb startup case where the line numbers might be messed up.
8241
8242Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8243
8244 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8245 (CFLAGS): Delete it from here.
8246
8247Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8248
8249 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8250
8251Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8252
8253 * Makefile.in (RUNTEST): Default to just "runtest".
8254
8255Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8256
8257 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8258 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8259 the code has been restructured.
8260
8261Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8262
8263 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8264 \n, not just one of each.
8265
8266 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8267 /bin/cc gives a warning if you do.
8268
8269Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8270
beb998c6 8271 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
8272 __t10ListS_link1ZUiRCUiPT0
8273
8274Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8275
8276 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8277 on local variables in recursive functions.
8278
8279 * gdb.t07/Makefile.in: Build the new test.
8280
8281Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8282
8283 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8284 directly. Instead compare the return values from actual calls.
8285
8286Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8287
8288 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8289
8290Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8291
8292 * From Peter Schauer with minor modifications.
8293 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8294 stops in mid-line in the caller. Add xfail for returning a float
8295 value on X86 targets.
8296
8297Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8298
8299 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8300 to avoid expect lossage.
8301 (fmem_LRbug_tests): Likewise.
8302 * gdb.disasm/hppa.s: Corresponding changes.
8303
8304 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8305 conditions to work with latest dejagnu/expect.
8306
8307 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8308 expected to fail on the PA.
8309 (backtrace in call with trampolines): Explicitly require main
8310 to be frame #1 (no trampolines should show up in backtrace).
8311
8312 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8313 "continue -expect".
8314 * gdb.t06/break.exp: Likewise.
8315 * gdb.t07/watchpoint.exp: Likewise.
8316 * gdb.t13/bitfields.exp: Likewise.
8317 * gdb.t15/{funcargs,return}.exp: Likewise.
8318 * gdb.stabs/weird.exp: Likewise.
8319 * config/{mips,udi}-gdb.exp: Likewise.
8320
8321 * hppa.sed: Enclose comments within a sed command to avoid
8322 losing with the old OSF1 sed.
8323
8324Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8325
8326 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8327 sequent dynix.
8328 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8329 * gdb.t15/funcargs.exp: Conditionally step again to really
8330 finish from marker_call_with_trampolines. Handle the case where
8331 the first step from within call_with_trampolines already steps
8332 us back to main.
8333 * gdb.t15/gdbme.c: Add comment to closing brace of
8334 call_with_trampolines for funcargs.exp.
8335
8336Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8337
beb998c6 8338 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
8339 Fix typo(s).
8340
8341Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8342
8343 * gdb.t07/gdbme.c: More code for watchpoint testing.
8344
8345 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8346 "Hardware watchpoint" throughout file.
8347 (test_watchpoint_triggered_in_syscall): New test.
8348 (test_complex_watchpoint): New test.
8349
8350Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8351
8352 * gdbme.c (call_with_trampolines): New function to try and step
8353 into. Tests trampoline problems on the PA.
8354
8355 * funcargs.exp (localvars_in_indirect_call): No longer expect
8356 stepping into indirect call to fail on PAs.
8357 (test_stepping_over_trampolines): New test.
8358
8359Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8360
8361 * TODO: Add suggestions for static member function tests, and
8362 completion tests.
8363
8364Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8365
8366 * TODO: Add suggestions for "p/a" tests.
8367
8368 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8369 (default_gdb_exit): Replace all the hair with sending "quit" to
8370 the process with a simple close.
8371
8372Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8373
8374 * TODO: Add suggestions for shared library tests.
8375
8376Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8377
8378 * TODO: Add suggestions for x/s tests.
8379
8380Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8381
8382 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8383 "enable once", and "enable breakpoints once" with ".*".
8384
8385Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8386
8387 * TODO: Add suggestions about structure passing tests.
8388
8389Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8390
8391 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8392 the primary1 test, use work around if __GNUC__ < 2.
8393 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8394 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8395 Test for bad output rather than waiting for timeout. Issue
8396 second continue only if first continue failed.
8397
8398Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8399
8400 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8401 operator[] test with gdb_test because the old code didn't seem to
8402 be getting the quoting right with the new dejagnu.
8403
8404Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8405
8406 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8407 one from the path.
8408 * Makefile.in: Use a fresh expect if there is one, use runtest
8409 from the src tree if there is one.
beb998c6 8410
c906108c
SS
8411Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8412
8413 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8414 next over recursive call. Revise the tests from that point on
8415 (which had been skipped) to match GDB's actual (correct) output.
8416
8417 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8418 with next over a breakpoint whose condition is false.
8419
8420 * gdb.t00/help.exp: Comment out "help set print" tests just like
8421 (and for same reason as) "help set" test.
8422
8423Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8424
8425 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8426 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8427
8428Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8429
8430 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8431 necessary gdb_target_udi.
8432
8433 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8434
8435 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8436 1838 and 2417; they are fixed.
8437
8438 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8439 gdb.t03/ptype.exp (ptype structure, ptype union):
8440 Remove xfails; the test is looser than when the xfails were added.
8441
8442 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8443 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8444
8445 * gdb.t01/run.exp: Only run shell test if isnative.
8446
8447 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8448 since "run" automatically loads if necessary. Call gdb_target_udi
8449 after the "file" since "file" kills any execution target.
8450
8451 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8452 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8453 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8454 argument for UDI.
8455
8456Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8457
8458 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8459
8460 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8461
8462Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8463
8464 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8465 properly quoting regexps. This makes the second argument to
8466 demangle a fixed string, which matches the callers, instead of a
8467 shell-style pattern which is what the previous implementation
8468 used. Update some of the callers.
8469
8470Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8471
8472 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8473 (comib_nullified_tests): Fix typo.
8474 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8475 strings. No longer expected to fail.
8476
8477 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8478 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8479 strings. No longer expected to fail.
8480
8481 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8482 string. No longer expected to fail.
8483
8484Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8485
8486 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8487 No longer expected to fail.
8488
8489 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8490 string. No longer expected to fail.
8491
8492Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8493
8494 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8495 only in the names (I probably got most of them). I was even
8496 generous with some which differed in underscores in names, and
8497 probably missed a few, and I *still* was able to remove almost a
8498 third of the file with almost no impact on testsuite coverage.
8499
8500Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8501
8502 * gdb.t00/default.exp: Match udi_attach error message as well as
8503 the one from child_attach.
8504
8505 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8506
8507 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8508
8509 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8510 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8511
8512 * Move test with enums and partial symbols back to
8513 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8514 Reverts the change of 26 May 93. Per today's change to
8515 stabs.texinfo, the behavior that weird.exp was expecting was
8516 unreasonable; what is important is that the compiler+gdb get
8517 things right, which happens with a recent gcc. Also fix the test
8518 to deal with native compilers which put out the stab gdb can't
8519 deal with.
8520
8521Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8522
8523 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8524 in the names. The main thing these accomplish is to slow things down.
8525 Many more such duplicates surely remain.
8526
8527 * gdb.t00/help.exp: Comment out "help support" test just like
8528 (and for same reason as) "help set" test.
8529
8530Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8531
8532 * gdb.t06/break.exp: Remove setup_xfails for
8533 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8534 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8535 about known bug in gcc to include up through 2.5.8.
8536 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8537 well as "_vb$".
8538 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8539 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8540 with latest gcc and gdb.
8541 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8542 well as "_vb$".
8543
8544Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8545
8546 * configure.in (hppa*-*-*): Also configure and build stabs-only
8547 tests.
8548
8549Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8550
8551 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8552 * gdb.t10/configure.in (hppa*-*-*): Use it.
8553
8554Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8555
8556 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8557
8558Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8559
8560 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8561 versions prior to 1.13.5.
8562
8563Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8564
8565 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8566 the prompt is at the start of a line.
8567
8568Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8569
8570 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8571 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8572 in the copr tests now.
8573 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8574 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8575 expected to fail.
8576
8577Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8578
8579 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8580 gdb.t31/chillvars.exp, lib/gdb.exp:
8581 Tweak to run under either version of expect.
8582 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8583 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8584 * gdb.t11/list.exp: Remove extraneous whitespace.
8585
8586Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8587
8588 * gdb.t16/printcmds.exp (test_print_strings): Accept
8589 "(unsigned char *) " before the string.
8590
8591 * TODO: Add notes about printing of fancy types and GDB expressions.
8592
8593Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8594
8595 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8596 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8597 if doing mips-idt-ecoff.
c906108c
SS
8598
8599Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8600
8601 * Most .exp files: Tweak to run under either version of expect.
8602
8603Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8604
8605 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8606 xfails; I'm not sure why they are failing, but not because of PR 1806.
8607
8608Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8609
8610 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8611 defined in lib/gdb.exp.
8612
8613Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8614
8615 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8616 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8617 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8618 have to be typeless.
8619
8620Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8621
8622 * TODO: Add suggestion for copyright year test.
8623
8624Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8625
8626 * configure.in (*-*-lynxos*): Add stabs tests.
8627
8628Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8629
8630 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8631 so insert a tab before any assembler directive in column zero.
8632
8633 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8634 stores.
8635 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8636 stores.
8637 (fpu_short_memory_tests): Likewise.
8638
8639Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8640
8641 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8642 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8643 .stabs directives in comments.
8644
8645Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8646
8647 * TODO: New file, describing tests we could write.
8648 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8649
8650Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8651
8652 * gdb.t06/signals.exp: Add kludge to force re-sync.
8653
8654 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8655 to xgdb instead of gdb, get out of gdb.
8656
8657Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8658
8659 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8660 for info.
8661
8662Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8663
8664 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8665 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8666 * gdb.stabs/hppa.sed: New sed script for the PA.
8667
8668Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8669
8670 * gdb.stabs: Re-write weird.def and configuration to use sed
8671 instead of cpp. sed is portable and POSIX; cpp is neither.
8672
8673Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8674
8675 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8676
8677Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8678
8679 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8680
8681Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8682
8683 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8684 "_vb$".
8685 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8686 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8687
8688Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8689
8690 * lib/gdb.exp: Comment out code which depends on non-existent
8691 `transform' procedure.
8692
8693Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8694
8695 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8696 * lib/gdb.exp: Transform tool name.
8697 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8698 1.1's new error handling system.
8699
8700Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8701
8702 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8703
8704Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8705
8706 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8707 They made pattern matching so slow that timeouts happened on
8708 heavily loaded systems. Now any output from "show print" which
8709 gets us back to the GDB prompt is a PASS.
8710
8711Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8712
8713 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8714
8715Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8716
8717 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8718
8719 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8720 It is not from PR 3220.
8721
8722Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8723
8724 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8725 just started failing because they depended on the order the
8726 subcommands are presented, or exact docstring text. This kind of
8727 test is a pain and has minimal benefit.
8728
8729Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8730
8731 * gdb.t09/corefile.exp: At end of test, use "core" command with
8732 no arguments.
8733
8734Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8735
8736 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8737 17}/Makefile.in: Make it possible to run the testsuite with Sun
8738 make and CC = cross gcc by adding explicit build rules for .o
8739 files.
8740
8741Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8742
8743 * gdb.t15/funcargs.exp: Don't put comments on same line as
8744 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 8745
c906108c
SS
8746Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8747
8748 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8749
8750Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8751
8752 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8753 * gdb.t20/inherit.exp: remove three dumplicate entries.
8754
8755Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8756
8757 * gdb.t06/break.exp: For "next over recursive call", fail on any
8758 incorrect output, not just on "factorial (value=2)".
8759
8760Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8761
8762 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8763 working now. Add an xfail if accesing a bss variable causes
8764 a memory error if the target is not yet run.
8765
8766Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8767
8768 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8769 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8770 name of __st* demangling (2 strings). Did Kung really get the
8771 more than 95 others right without testing them?
8772
8773Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8774
8775 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8776
8777Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8778
8779 * configure.in (configdirs): Add gdb.disasm
8780 * gdb.disasm: New directory for GDB disassembler tests.
8781 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8782
8783Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8784
8785 * gdb.t00/help.exp: Don't test "help set".
8786
8787 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8788 from within expect statements. None of these happen anymore and
8789 they cause regressions to be silently unnoticed.
8790
8791 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8792 messages) about known failures with gcc cygnus-2.4.5-930417.
8793
8794 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8795 comp-info.exp so it gets built if it doesn't exist.
8796
8797 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8798 it is no longer used.
8799 * gdb.t13/comp-info.c: Removed.
8800
8801Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8802
8803 * gdb.t06/signals.exp: Add xfail for sun3.
8804
8805Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8806
8807 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8808 relevant because ^C doesn't get sent but failure can be reproduced
8809 interactively).
8810
8811Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8812
8813 * gdb.stabs/alpha.mt: New configuration file for alpha.
8814 * gdb.stabs/configure.in: Use it.
8815 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8816 sharing with alpha.mt, redefine long to word via preprocessor.
8817 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8818 for alpha.
8819 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8820 native cc.
8821 * gdb.t00/teststrategy.exp: Change expect string so that we
8822 consume the `(xgdb)' from the command echo and from the gdb prompt.
8823 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8824 gdb currently compares all values as long, so this failure probably
8825 applies to any configuration where LONGEST is bigger than a target int.
8826 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8827 with gcc.
8828 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8829 to handle opaque pointers, gcc is.
8830 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8831 as first argument. Include <sys/types.h> and change all operator
8832 new definitions to use size_t.
8833 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8834 now that we use size_t.
8835
8836Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8837
8838 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8839 a long or float array cast all array members to the same type.
8840 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8841 with 64 bit longs.
8842 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8843 on alpha.
8844 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8845
8846Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8847
8848 * gdb.t24 (demangle.exp): Constructors of templates have names like
8849 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8850 section 14.6 of the ARM.
8851
8852 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8853 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8854 accomplish little and slow down the testsuite.
8855
8856 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8857 Accept spaces various places.
8858
8859Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8860
8861 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8862 with watchpoint enabled.
8863
8864 * Makefile.in: Remove definition of CC and remove the second
8865 definition of CXX (the "CXX = gcc" one remains). These definitions
8866 were causing backquotes to be expanded within backquotes, which
8867 doesn't work.
8868
8869Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8870
8871 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8872
8873Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8874
8875 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8876 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8877 by mips cc and contains no stabs entries.
8878
8879Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8880
8881 * config/vx-gdb.exp: Use fake device to load files rather than
8882 NFS.
8883 * lib/gdb.exp: New proc to do "file" command.
8884 * config/unix-gdb.exp: Use new "file" proc.
8885
8886Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8887
8888 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8889 Rework board rebooting slightly.
8890 (gdb_exit): Don't exit from the remote shell; there isn't one.
8891 * gdb.stabs/weird.exp: If a program is being debugged already,
8892 kill it.
8893 * gdb.t04/setvar.exp: Stop and restart gdb.
8894 * gdb.t05/expr.exp: Likewise.
8895 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8896 restart gdb and reload the program.
8897 * gdb.t08/opaque.exp: Likewise.
8898 * gdb.t12/scope.exp: Likewise.
8899 * gdb.t13/bitfields.exp: Likewise.
8900 * gdb.t15/funcargs.exp: Likewise.
8901 * gdb.t20/classes.exp: Likewise.
8902 * gdb.t03/ptype.exp: Increase timeout.
8903 * gdb.t16/printcmds.exp (test_print_string_constants,
8904 test_print_array_constants): Likewise.
8905 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8906 * gdb.t20/classes.exp (do_tests): Likewise.
8907 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8908
8909Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8910
8911 * gdb.stabs: Renamed *wierd* to *weird*.
8912
8913Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8914
8915 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8916 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8917
8918Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8919
8920 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8921 (do_tests): Remove xfail for whatis on one_var and two_var.
8922
8923Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8924
8925 * Makefile.in: Made cross building work better by adding
8926 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8927
8928Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8929
8930 * gdb.t15/{return.c,return.exp,Makefile.in}:
8931 New test, currently commented out.
8932
8933Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8934
8935 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8936 still running and removes the leftover named socket so GDb can do
8937 clean restarts.
8938
8939Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8940
8941 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8942 console, not GDB.
8943 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8944 cross testing works better with "make check"
8945 * config/unix-gdb: Use default procedures for exit and version.
8946 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8947 with the newest VxWorks.
8948
8949Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8950
8951 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8952 old form.
8953
8954 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8955 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8956
8957 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8958
8959 * config/unix-gdb.exp: Remove this version of gdb_exit
8960 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8961 Rob says he'll look at it when he gets back to testing boards.
8962
8963Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8964
8965 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8966 an expected fail for certain ptype commands.
8967
8968 * gdb.t20/classes.exp: Update expected results of "ptype class
8969 Base1" to account for the constructor that now appears in the type.
8970
8971Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8972
8973 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8974 disappeared from list.
8975 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8976 "alldone" proc with call to cleanup and exit.
8977 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8978 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8979 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8980 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8981 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8982 "alldone" proc with simple returns that suppress remaining
8983 tests. The alldone proc went away many months ago.
8984
8985Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8986
8987 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8988
8989 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8990
8991Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8992
8993 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
8994 as vax gdb will display them.
8995
8996Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8997
8998 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
8999 optimizers.
9000
9001 * scope.exp: Change "bad value for localval" messages so each one
9002 is unique.
9003
9004 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
9005 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
9006
9007 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
9008
9009Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9010
9011 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
9012 doesn't exist (due to optimization).
9013
9014Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9015
9016 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
9017 contains \r because the filename is long.
9018
9019 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
9020 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
9021
9022Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9023
9024 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
9025 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
9026 Ultrix.
9027 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
9028 int tests.
9029 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
9030
9031Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
9032
9033 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
9034
9035 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 9036 to match does not match the passing case but still matches the
c906108c
SS
9037 failing case.
9038
9039Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9040
9041 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9042
9043Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
9044
9045 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
9046 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9047 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9048 Remove various versions of gdb_exit.
9049 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9050 gdb_exit.
9051 * config/unix-gdb.exp: gdb_exit remains here, and should override
9052 the generic version, since it's doing a lot of wierd stuff that
9053 the other versions aren't. FIXME, fold it in, or abandon this
9054 version.
9055
9056Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9057
9058 * gdb.t24/demangle.exp: Add tests for PR 3220.
9059
9060Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9061
9062 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9063
9064Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9065
9066 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9067 "i386-*-*". Works for i486 as well.
9068
9069 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9070 bug, and expand domain of xfail to all SVR4 systems, since the
9071 actual problem is likely to be in generic SVR4 /proc support.
9072
9073Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9074
9075 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9076
9077Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9078
9079 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9080 xfails for other systems. Match a missing 'Continuing.' as an
9081 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9082
9083 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9084 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9085 Only issue warning for missing executables if -all option is used.
9086
9087 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9088 file if -all option is used. It's like an unpredictable XFAIL.
9089
9090Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9091
9092 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9093 for dynamically linked binaries.
9094
9095 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9096
9097Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9098
9099 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9100 to state that this is a known bug in old versions of g++.
9101
9102Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9103
9104 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9105 while waiting for `Continuing'.
9106
9107Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9108
9109 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9110 in text, data, and bss.
9111 * gdb.t10/nodebug.c: Add local and global test variables for
9112 initialized and uninitialized data.
9113
9114Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9115
9116 * config/unix-gdb.exp (gdb_exit): Add "wait".
9117
9118Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9119
9120 * gdb.t06/signals.exp: xfail the continue from the handler for all
9121 targets.
9122
9123 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9124 function with watchpoints enabled, the i386 call dummy starts with
9125 a call.
9126
9127 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9128 386 bsd names its corefiles.
9129
9130Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9131
9132 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9133 compilers don't grok it.
9134 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9135 with small octal ints rather than character constants, which
9136 are signed and might not fit if first promoted to int.
9137
9138Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9139
9140 * gdb.t09/Makefile.in (clean): Remove corefile.
9141
9142Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9143
9144 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9145
9146Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9147 and Jim Kingdon (kingdon@cygnus.com)
9148
9149 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9150 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9151 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9152
9153Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9154
9155 * gdb.t17/interrupt.exp: Add xfail for hppa.
9156
9157Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9158
9159 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9160 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9161 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9162 to determine signed-ness of bitfields and use the result to setup
9163 the xfail.
9164 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9165 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9166 call line is reached if necessary.
9167
9168Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9169
9170 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9171
9172Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9173
9174 * gdb.t06/break.exp: Also test `clear' command.
9175
9176Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9177
9178 * gdb.t00/teststrategy.exp: Remove extra quote.
9179
9180 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9181 watchpoint enabled to be for all non-68k machines.
9182
9183 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9184
9185Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9186
9187 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9188 targets use aout.mt instead of ecoff.mt as gas understands
9189 standard aout format.
9190
9191Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9192
9193 * lib/gdb.exp (runto): Don't insist that function we are running to
9194 was compiled with -g.
9195
9196 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9197
9198 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9199 to get back into the read system call.
9200 Accept leading newline in case where we woke it up.
9201
9202Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9203
9204 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9205 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9206 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9207 enable ecoff configuration.
9208
9209Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9210
9211 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9212
9213Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9214
9215 * gdb.t16/printcmds.exp: Add another printf test.
9216
9217Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9218
9219 * configure.in: If configured -with-stabs on any target, add
9220 stabsdirs to configdirs.
9221
9222Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9223
9224 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9225 fun" so pattern does not match the command itself.
9226
9227Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9228
9229 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9230
9231Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9232
9233 * gdb.t17/interrupt.exp: Test for more things.
9234
9235Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9236
9237 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9238 compiler arranges the code and line numbers.
9239
9240 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9241
9242Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9243
9244 * gdb.t00/help.exp: Increase expect input buffer size.
9245
9246Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9247
9248 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9249
9250 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9251
9252 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9253
9254 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9255 [0-9]*, not just [0-9].
9256
9257Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9258
9259 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9260
9261 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9262
9263Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9264
9265 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9266
9267Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9268
9269 * gdb.t06/signals.c: Add xfails for sun3.
9270
9271 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9272
9273 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9274 test_stepping tests.
9275
9276Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9277
9278 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9279
9280 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9281
9282 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9283 rather than actually putting it through cpp twice.
9284
9285 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9286
9287Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9288
9289 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9290 no longer needed.
9291
9292Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9293
9294 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9295
9296 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9297 C++ features prints as "struct", make it a pass, not an xfail.
9298
9299Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9300
9301 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9302 Don't require VA to print as "class" rather than "struct".
9303
9304Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9305
9306 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9307
9308Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9309
9310 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9311
9312Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9313
9314 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9315 order.
9316
9317Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9318
9319 * gdb.t16/printcmds.exp: Add printf tests.
9320
9321 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9322
9323 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9324
9325Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9326
9327 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9328 pass counts, to counteract any existing or future setup_xfails.
9329
9330Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9331
9332 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9333 {BEGIN,END}_COMMON for common block instead of STAB.
9334 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9335
9336 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9337 intp_var should be N_GSYM not N_LSYM.
9338 wierd-aout.S: Use a label for the value of the N_SO.
9339 wierd.def: Remove all backslashes.
9340 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9341
9342Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9343
9344 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9345 get the expected next to inheritance3.
9346
9347Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9348
9349 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9350 now that gcc-2.4 gets it right.
9351
9352Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9353
9354 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9355
9356 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9357 generating comp-info.exp which works for cross-compilation.
9358
9359Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9360
9361 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9362 "*-*-sysv4.*".
9363
9364Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9365
9366 * gdb.t01/run.exp: Start with a fresh gdb.
9367 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9368 SVR4.x.
9369
9370Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9371
9372 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9373 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9374 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9375 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9376 things to remove.
9377
9378Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9379
9380 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9381 test cases from bug reports.
9382
9383Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9384
9385 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9386 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9387 avoid spurious xfails.
9388 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9389 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9390 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9391
9392Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9393
9394 * gdb.t00/teststrategy.exp: Rework to provide more useful
9395 description of each test, fix problem with systems that define
9396 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9397 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9398 results for "next over recursive call" so timeouts aren't taken
9399 by error.
9400
9401Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9402
9403 * gdb.t12/scope.exp: Test printing of variables before run.
9404
9405 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9406 printed in wrong order due to sorting.
9407
9408Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9409
9410 * gdb.t00/teststrategy.exp: Fix expected results for printing
9411 user entered string constant. Is array of char, prints with no
9412 address.
9413
9414 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9415 commands.
9416 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9417 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9418 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9419 of struct of char arrays.
9420 * gdb.t00/radix.exp: New tests for radix commands.
9421
9422Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9423
9424 * gdb.t16/printcmd.exp: Print a variable before running program
9425 (with xfail for AIX).
9426
9427Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9428
9429 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9430
9431 * gdb.t16/printcmd.exp: Don't print variables before running program.
9432
9433 * gdb.t06/break.exp: Don't require envp argument to main.
9434
9435 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9436
9437 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9438 Add xfails for rs6000.
9439
9440 * gdb.t02/whatis.exp: Change other tests not to re-test something
9441 we already tested.
9442
9443 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9444 each type used has a variable of that type.
9445
9446Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9447
9448 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9449
9450Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9451
9452 * configure.in: change srctrigger to be a file, not a directory
9453
9454Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9455
9456 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9457
9458 * gdb.t11/list.exp: Fixed a couple of typos.
9459
9460Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9461
9462 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9463 is fixed and PR is closed.
9464 * gdb.t16 (gdbme.c): Add simple test string variable.
9465 * gdb.t16 (printcmds.exp): Add tests with simple test string
9466 variable, primarily for boundaries on "set print elements".
9467
9468Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9469
9470 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9471 Make leading 0's optional and don't expect a tab in the middle
9472 of the number.
9473
9474 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9475
9476 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9477 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9478 don't end command passed to gdb_test with newline.
9479
9480 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9481 signed keyword away, don't expect signed bitfields to be signed.
9482
9483 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9484 printing with only as many 1's as are in the field as well as printing
9485 with 32 1's (see comment).
9486
9487Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9488
9489 * gdb.t00/default.exp: Start with a fresh gdb.
9490 * configure.in (configdirs): Remove gdb.t31 until the chill
9491 compiler works again. It no longer is able to find chillrt0
9492 since it isn't in libchill.a anymore.
9493 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9494 wierd.o, make more modular.
9495 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9496 spurious newlines that caused problems.
9497
9498Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9499
9500 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9501 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9502 gdb.stabs/wierd.{exp,def}: Many new tests.
9503
9504 * gdb.t00/default.exp: update info line for new message.
9505
9506 * gdb.t02/{whatis.exp,gdbme.c}:
9507 Test that "char *" doesn't print as "caddr_t".
9508
9509Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9510
9511 * gdb.t00/help.exp: Use .* in place of some help messages which
9512 just changed.
9513 gdb.t00/default.exp: Update "info frame" test for new message.
9514 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9515 Remove some xfails
9516
9517Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9518
9519 * gdb.t03/{gdbme.c,ptype.exp}:
9520 Add tests for typedef'd struct and union without tags.
9521 Also check "whatis" on a variable of a typedef'd enum without a tag.
9522
9523 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9524 PRMS 1823; the bug still exists but isn't reproduced by this test
9525 anymore), and remove rs6000 XFAIL (the bug is fixed).
9526
9527 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9528 duplicated from whatis.exp. For those that are left, accept
9529 "long", "long int", or "int" for long variables (whatis.exp already
9530 has an XFAIL for "int", so no need to fail it here).
9531
9532 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9533 Deal with GCC's names for types now that GDB uses the compiler's names.
9534
9535 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9536 setup_xfail's for sunos4. If we #defined the signed keyword away,
9537 don't expect GDB to know that char it is signed.
9538
9539 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9540
9541Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9542
9543 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9544 should work on any system, regardless of debugging format.
9545 * gdb.t21/demangle.exp: Move to gdb.t24.
9546 * gdb.t24/demangle.exp: Move from gdb.t21.
9547 * gdb.t24/{Makefile.in, configure.in}: New files.
9548
9549Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9550
9551 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9552 * gdb.stabs: New directory.
9553
9554Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9555
9556 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9557 not just "Quit anyway?".
9558
9559Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9560
9561 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9562 that all setup_xfails are immediately followed by clear_xfails.
9563
9564Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9565
9566 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9567 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9568 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9569 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9570 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9571 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9572 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9573 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9574 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9575 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9576 gdb.t31/chillvars.exp, lib/gdb.exp:
9577 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9578 bug-gdb@prep.ai.mit.edu.
9579
9580Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9581
9582 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9583 with 0.0, not integer 0.
9584
9585Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9586
9587 * gdb.t06/break.exp: Update for "Kill the program" message change.
9588
9589Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9590
9591 * Makefile.in (GDBFLAGS): Set to -nx.
9592 * Makefile.in (site.exp): Use GDBFLAGS.
9593
9594Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9595
9596 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9597 Makefiles.
9598 (check): depend on just-check.
9599 (just-check): added so that tests can be run without a noop
9600 build pass.
9601
9602Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9603
9604 Switch to using configure's configdirs.
9605 * Makefile.in (Makefile): add configure.in dependency.
9606 (SUBDIRS): removed redundant assignment.
9607 * configure.in: switch subdirs assignment to configdirs.
9608 * gdb.t*/configure.in: new files.
9609
9610Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9611
9612 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9613 works.
9614
9615Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9616
9617 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9618 in explicit rules. Apparently this is not supported by some makes.
9619
9620Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9621
9622 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9623
9624Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9625
9626 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9627 disappeared.
9628
9629Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9630
9631 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9632
9633Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9634
9635 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9636 watchpoint problem that is now fixed.
9637 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9638 uninitialized convenience variables.
9639 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9640 structures.
9641
9642Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9643
9644 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9645 which causes expect to get out of sync with gdb on long output
9646 from help set.
9647 * gdb.t09/corefile.exp: Make expected pattern for core file
9648 failing signal and frame output format less sun specific.
9649
9650Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9651
9652 * gdb.t31/chillvars.exp: Add and remove initial dummy
9653 breakpoint, so that symbol table is forced in.
9654 (Needed at least on Sunos4, though it seems not SVR4.)
9655 * gdb.t31/chillvars.exp: Update for changed output format.
9656
9657Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9658
9659 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9660
9661Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9662
9663 * Makefile.in: Added --srcdir when invoking runtest, removed the
9664 need for a local config file. (optional now)
9665
9666Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9667
9668 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9669 failure count used to force early termination. Add some more
9670 expected failures for gnu style demangling.
9671
9672Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9673
9674 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9675 pmi variable from gdb.t20/gdbme to get optimized away.
9676 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9677 Check for written corefile upon timeout _and_ eof.
9678
9679Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9680
9681 * config/unix-gdb.exp: Add missing return 0.
9682
9683Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9684
9685 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9686 test termination.
9687
9688Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9689
9690 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9691 disappeared.
9692
9693Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9694
9695 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9696 time as i860 support works.
9697
beb998c6 9698 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
9699 "backtrace 100\r" rather than just "backtrace\r", to match last
9700 change.
9701
9702Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9703
9704 * config/udi-gdb.exp (gdb_exit): Remove close command.
9705 (gdb_target_udi): New procedure to set the UDI target.
9706 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9707 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9708 Added waits for prompts after several question responses. Added
9709 some more responses used by a29k-amd-udi-gdb.
9710 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9711 pass different arguments, restart UDI connection after program
9712 completion.
9713 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9714 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9715 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9716 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9717 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9718 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9719 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9720 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9721 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9722 after program completion.
9723 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9724 compiled with a SELECT_VECS setting.
9725 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9726 infinite recursion.
9727
9728 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9729 Added checks for COFF results, and made them expected failures for
9730 all targets. It would be better to make them expected failures
9731 for COFF targets only.
9732
9733Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9734
9735 * Makefile.in: add null dvi target, don't bother to recurse
9736 through test directories for info and install-info; rename
9737 $(datadir) to be dejagnu instead of deja-gnu
9738
9739Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9740
9741 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9742 compiler to coredump.
9743 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9744 code.
9745
9746Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9747
9748 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9749 coredump.
9750 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9751 code.
9752
9753Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9754
9755 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9756 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9757 which in a shell. Deletes xgdb when done.
9758 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9759 Tests the return from the "set height" or "set width" commands.
9760 Added a few return codes where needed.
9761
9762Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9763
9764 * Makefile.in (SUBDIRS): Add gdb.t17.
9765 * configure.in (subdirs): Add gdb.t17.
9766 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9767 files to test gdb's calling of functions in the inferior with
9768 the correct arguments and gdb's ability to retrieve any
9769 result returned.
9770
9771Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9772
9773 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9774 may be called after gdb goes away. Previous versions of expect
9775 needed these to avoid file descriptor leaks, but they cause
9776 errors with the current revision of expect.
9777 * gdb.t00/gdbvars.exp: Use -re on expected output after
9778 setting sevenbit-strings.
9779 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9780 to set sevenbit-strings consistent across tests.
9781 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9782 set sevenbit-strings consistent across tests.
9783
9784Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9785
9786 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9787 expected output to match current "expect" expectations.
9788
9789Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9790
9791 * gdb.t00/default.exp: Change expected output for default "source"
9792 command, to match new gdb behavior which requires a filename to
9793 source.
9794
9795Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9796
9797 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9798 expected fail for i486-*-* that misses the marker2 function.
9799 * gdb.t10/crossload.exp (bfddefault): Allow successful
9800 recognition of a format to pass even if no symbols are found.
9801 Explicitly catch failures where the format is not recognized
9802 or is ambiguous, and add the reason to the fail message.
9803 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9804 the cause is and invalid target and add reason to failure message.
9805 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9806 elf32-i386, elf32-sparc, and elf32-i860.
9807 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9808 Set up expected failure for 'filename'::variable scope resolution,
9809 which is now apparently broken on all targets.
9810 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9811 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9812 gdb.t23/templates.exp: Change failure for missing binfile into
9813 just a warning.
9814 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9815 references.
9816
9817Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9818
9819 * gdb.t00/default.exp: Add expected output for default "source"
9820 command, to match new gdb behavior.
9821 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9822
9823Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9824
9825 * config/*-gdb.exp: returns an error, rather than exiting on
9826 internal errors.
9827
9828Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9829
9830 * gdb.t03/gdbme.c: Add pointer to struct variable.
9831 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9832 referencing struct members.
9833
9834Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9835
9836 * configure.in (mips-idt-ecoff): New target.
9837 * config/mips-gdb.exp: New file for remote board using MIPS remote
9838 debugging protocol.
9839
9840 * Redid configuration scheme. Removed gdb.t*/configure.in.
9841 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9842 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9843 distclean targets. Built executables via .o files. Adjusted
9844 tests to account for source files in $(srcdir) rather than
9845 $(objdir).
9846 * lib/gdb.exp (runto): Don't expect () after the function name,
9847 because it may have arguments.
9848
9849Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9850
9851 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9852 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9853 expected failures for mips-idt-* and mips-sgi-*.
9854 * gdb.t00/default.exp (attach): Kill process if requested.
9855 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9856 that does not read core files.
9857 * gdb.t01/run.exp: Removed checks for exit status code.
9858 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9859 it is linked in.
9860 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9861 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9862 appropriate, rather than doing it by hand.
9863 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9864 execution.
9865 * gdb.t10/crossload.exp: Kill existing program if needed.
9866 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9867 appropriate, rather than doing it by hand. Always increase
9868 timeout for this test, not just for VxWorks.
9869
9870Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9871
9872 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9873 of Chill STRUCT types and STRUCT values.
9874 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9875 than "char".
9876 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 9877 struct2): New struct definitions and initializations to test
c906108c
SS
9878 simple Chill STRUCT types.
9879
9880Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9881
9882 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9883 the null byte at the end of strings.
9884 * gdb.t00/default.exp: Make show version insensitive to copyright
9885 date.
9886 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9887 to avoid dependencies on target char signedness.
9888 * gdb.t16/printcmds.exp: Update expected results for explicitly
9889 unsigned char.
9890 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9891 now work.
9892 * gdb.t21/demangle.exp: Add many more patterns for template
9893 demangling, most of them being expected failures.
9894 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9895 string we are matching for, to match on the whole string.
9896 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9897 and fix a whole bunch that had incorrect expected output but were
9898 passing anyway because of the bug in "proc demangle".
9899 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9900 type.
9901 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9902
9903Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9904
9905 * gdb/testsuite: made modifications to testcases, etc., to allow
9906 them to work properly given the reorganization of deja-gnu and the
9907 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9908
9909Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9910
9911 * gdb/testsuite: Initial creation of gdb/testsuite.
9912 Migrated dejagnu testcases and support files for testing nm to
9913 gdb/testsuite from deja-gnu. These files were moved "as is"
9914 with no modifications. This migration is part of a major overhaul
9915 of dejagnu. The modifications to these testcases, etc., which
9916 will allow them to work with the new version of dejagnu will be
9917 made in a future update.
9918\f
9919Local Variables:
9920mode: indented-text
9921left-margin: 8
9922fill-column: 74
9923version-control: never
9924End:
This page took 0.783321 seconds and 4 git commands to generate.