(elf32_thumb_to_arm_stub): Include section VMAs in computation of offset to
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c56716b0
JM
12003-02-06 Jason Molenda (jason-cl@molenda.com)
2
3 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
4 why the code is written that way.
5
070afcf8
MC
62003-02-05 Michael Chastain <mec@shout.net>
7
8 * gdb.base/dump.exp: Add missing copyright line.
9
5d0331e5
JM
102003-02-05 Jason Molenda (jason-cl@molenda.com)
11
f7ae6d3e 12 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
13 at the beginning so the breakpoint doesn't get set on the loop.
14
92851186
MC
152003-02-05 Michael Chastain <mec@shout.net>
16
17 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
18 output for configurations with gcc 2.95.3.
19
cbf1e085
AC
202003-02-05 Keith Seitz <keiths@redhat.com>
21 Andrew Cagney <ac131313@redhat.com>
22
23 * gdb.mi/mi-cli.exp: New file.
24
29518e1e
MC
252003-02-04 Michael Chastain <mec@shout.net>
26
27 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
28 Call perror and then continue.
29
5af1d5f3
MC
302003-02-03 Michael Chastain <mec@shout.net>
31
32 * gdb.c++/pr-1023.cc: New file.
33 * gdb.c++/pr-1023.exp: New file.
34
6b549786
JB
352003-02-05 Jim Blandy <jimb@redhat.com>
36
37 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
38 it's local to foobar. Check for it there, and check that it's not
39 present in main.
40 * gdb.c++/local.cc (marker2): New function.
41 (foobar): Call marker1.
42 (main): Call marker2 instead of marker1.
43
67f16606
AC
442003-02-04 Andrew Cagney <ac131313@redhat.com>
45
46 * gdb.disasm/mn10200.exp: Obsolete file.
47 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
48 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
49 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
50
1c5cb38e
DC
512003-02-04 David Carlton <carlton@math.stanford.edu>
52
53 * gdb.c++/overload.exp: Test intToChar(1).
54 * gdb.c++/overload.cc (intToChar): New.
55 (main): Call intToChar.
56
d1fe6965
DC
572003-02-03 David Carlton <carlton@math.stanford.edu>
58
59 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
60 'might_kfail' arg.
61 KFAIL some of the continue_to_bp_overloaded calls, according to
62 PR c++/1025.
63
9ba61c5d
MC
642003-02-01 Michael Chastain <mec@shout.net>
65
66 * gdb.base/advance.c (marker1): New marker function.
67 * gdb.base/advance.exp: When the 'advance' command lands on the
68 return breakpoint, it can legitimately stop on either the
69 current line or the next line. Accommodate both outcomes.
70 * gdb.base/until.exp: Likewise.
71
e7494ffb
AC
722003-02-02 Andrew Cagney <ac131313@redhat.com>
73
74 2002-11-10 Jason Molenda (jason-cl@molenda.com):
75 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
76 now a list, not a tuple.
77 * gdb.mi/mi-var-display.exp: Ditto.
78 * gdb.mi/gdb792.exp: Ditto.
79
075559bc
AC
802003-02-01 Andrew Cagney <ac131313@redhat.com>
81
82 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
83 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
84 stack backtraces.
85 * gdb.mi/mi-syn-frame.c: Part of same.
86
2bd4c7b1
MK
872003-02-01 Mark Kettenis <kettenis@gnu.org>
88
89 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
90 gdb.mi/mi1-pthreads.exp: Return instead of calling
91 gdb_suppress_entire_file.
92
eabd8992
MS
932003-02-01 Mark Salter <msalter@redhat.com>
94
95 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
96
71469e2f
MS
972003-01-31 Mark Salter <msalter@redhat.com>
98
99 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
100 Support empty arg.
101
38a94d44
MC
1022003-01-30 Michael Chastain <mec@shout.net>
103
104 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
105 This was a workaround for a UTF-8 bug in readline 4.3. The bug
106 has been fixed in gdb/readline on 2003-01-09.
107
19ea9e73
MS
1082003-01-29 Michael Snyder <msnyder@redhat.com>
109
110 * gdb.base/args.exp: Skip if target does not support args passing.
111
2307bd6a
DJ
1122003-01-22 Daniel Jacobowitz <drow@mvista.com>
113
19ea9e73 114 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
115 gdb_test. Accept a list of expect arguments as the third
116 parameter.
117 (gdb_test): Use it.
118
f2dd3617
EZ
1192003-01-20 Elena Zannoni <ezannoni@redhat.com>
120
121 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
122 allow for different test tree configurations. Update some
123 tescases accordingly.
124 * gdb.arch/altivec-regs.exp: Ditto.
125 * gdb.asm/asm-source.exp: Ditto.
126 * gdb.base/advance.exp: Ditto.
127 * gdb.base/display.exp: Ditto.
128 * gdb.base/long_long.exp: Ditto.
129 * gdb.base/mips_pro.exp: Ditto.
130 * gdb.base/overlays.exp: Ditto.
131 * gdb.base/relocate.exp: Ditto.
132 * gdb.base/setshow.exp: Ditto.
133 * gdb.base/step-line.exp: Ditto.
134 * gdb.base/step-test.exp: Ditto.
135 * gdb.base/until.exp: Ditto.
136 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
137
c71cdefd
DC
1382003-01-17 David Carlton <carlton@math.stanford.edu>
139
140 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
141 corresponding to PR c++/945.
142 Update copyright.
143
fdba05d7
DC
1442003-01-17 David Carlton <carlton@math.stanford.edu>
145
146 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
147 corresponding to PR c++/68.
148
1492003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
150
151 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
152 (test_paddr_hairy_functions): Call print_addr_2_kfail for
153 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
154
c362c33a
EZ
1552003-01-15 Elena Zannoni <ezannoni@redhat.com>
156
0fbc361c
EZ
157 * gdb.base/break.exp: Fix change of default location, because of
158 removal of until tests.
159 * gdb.base/help.exp: Update test for new 'until' help message.
160 Add test for help on 'advance'.
c362c33a
EZ
161 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
162
dabf8a35
MK
1632003-01-15 Mark Kettenis <kettenis@gnu.org>
164
165 * gdb.base/default.exp: Adapt "info float" test for recent changes
166 to that command. Add test for "info vector".
167 * gdb.base/float.exp: New file. Add test for "info float" that
168 resembles the old test in gdb.base/default.exp.
169
a1769aca
DC
1702003-01-15 David Carlton <carlton@math.stanford.edu>
171
172 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
173
82025e13
EZ
1742003-01-15 Elena Zannoni <ezannoni@redhat.com>
175
176 * gdb.base/break.exp: Move the tests of until command from here...
177 * gdb.base/until.exp: ... to here. New file. Add other tests.
178 * gdb.base/advance.c: New file.
179 * gdb.base/advance.exp: New file.
180
8f9ab801
EZ
1812003-01-14 Elena Zannoni <ezannoni@redhat.com>
182
183 * gdb.base/args.c: New file.
184 * gdb.base/args.exp: New file.
185
9ae66589
DJ
1862003-01-14 Daniel Jacobowitz <drow@mvista.com>
187
188 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
189
8d77e5c3
DJ
1902003-01-14 Daniel Jacobowitz <drow@mvista.com>
191
192 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
193
12d2f0a1
DJ
1942003-01-14 Daniel Jacobowitz <drow@mvista.com>
195
196 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
197 dates.
198
6ca37014
DJ
1992003-01-13 Daniel Jacobowitz <drow@mvista.com>
200
201 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
202
b0023472
DJ
2032003-01-13 Daniel Jacobowitz <drow@mvista.com>
204
205 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
206 (ptype &*"foo").
207 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
208
d6abaea5
DJ
2092002-01-13 Daniel Jacobowitz <drow@mvista.com>
210
211 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
212 * gdb.mi/mi1-console.exp: Likewise.
213
dfd536a7
DJ
2142002-01-13 Daniel Jacobowitz <drow@mvista.com>
215
216 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
217 * gdb.mi/mi1-console.exp: Likewise.
218
a1fb14a2
DJ
2192003-01-13 Daniel Jacobowitz <drow@mvista.com>
220
221 * gdb.c++/overload.exp: Remove some fixed XFAILs.
222
c4cf40b7
DJ
2232003-01-09 Daniel Jacobowitz <drow@mvista.com>
224
225 * gdb.base/detach.exp: New test.
226
696d5a5b
DJ
2272003-01-09 Daniel Jacobowitz <drow@mvista.com>
228
229 * Makefile.in (ALL_SUBDIRS): New variable.
230 (subdirs, clean, distclean): Use it.
231 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
232 regenerating Makefile, since it is generated from the top level.
233 * gdb.asm/Makefile.in: Likewise.
234 * gdb.base/Makefile.in: Likewise.
235 * gdb.c++/Makefile.in: Likewise.
236 * gdb.disasm/Makefile.in: Likewise.
237 * gdb.java/Makefile.in: Likewise.
238 * gdb.mi/Makefile.in: Likewise.
239 * gdb.threads/Makefile.in: Likewise.
240 * gdb.trace/Makefile.in: Likewise.
241
754533e4
DC
2422003-01-09 David Carlton <carlton@math.stanford.edu>
243
244 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
245 Add copyright year 2003.
246
d8b3e9ee
MC
2472003-01-06 Michael Chastain <mec@shout.net>
248
249 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
250 When selecting a thread, 'line' and 'file' are optional.
251 * gdb.mi/mi1-pthreads.exp: Likewise.
252
8e9e0fe6
AS
2532003-01-06 Andreas Schwab <schwab@suse.de>
254
255 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
256 failures.
257
b5ab8ff3
DJ
2582003-01-04 Daniel Jacobowitz <drow@mvista.com>
259
260 Fix PR gdb/844
261 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
262 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
263
264 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
265 instead of calling gdb_suppress_entire_file.
266 * gdb.threads/print-threads.exp: Likewise.
267 * gdb.threads/schedlock.exp: Likewise.
268
269 * gdb.threads/killed.exp: Return instead of calling
270 gdb_suppress_entire_file.
271 * gdb.threads/linux-dp.exp: Likewise.
272 * gdb.threads/pthreads.exp: Likewise.
273
1e698235
DJ
2742003-01-04 Daniel Jacobowitz <drow@mvista.com>
275
276 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
277 stabs.
278 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
279 * gdb.base/whatis.exp: Always allow (void) after function names.
280
147ff08c
DJ
2812003-01-04 Daniel Jacobowitz <drow@mvista.com>
282
283 * gdb.c++/casts.exp: Correct regexp.
284
dc62bfc2
MK
2852003-01-04 Mark Kettenis <kettenis@gnu.org>
286
287 * configure.in: Call AC_CONFIG_HEADER. Don't call
288 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
289 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
290 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
291 aforementioned directories in the AC_OUPUT call.
292 * config.hin: New file.
293 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
294 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
295 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
296 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
297 pass -I$objdir instead of -I$objdir/$subdir in compilation.
298 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
299 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
300 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
301 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
302 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
303 gdb.threads/configure.in, gdb.threads/configure,
304 gdb.threads/config.in, gdb.trace/configure.in,
305 gdb.trace/configure: Removed.
306
77afa639
MC
3072003-01-03 Michael Chastain <mec@shout.net>
308
309 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
310 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
311
7634bb6e
DJ
3122003-01-03 Daniel Jacobowitz <drow@mvista.com>
313
314 * gdb.base/store.exp: Fix regular expressions.
315
b39c905e
MK
3162002-12-28 Mark Kettenis <kettenis@gnu.org>
317
318 * configure.in: Rewrite.
319 * configure: Regenerated.
320
0a8551dd
DC
3212003-01-03 David Carlton <carlton@math.stanford.edu>
322
323 * gdb.base/psymtab.exp: New file.
324 * gdb.base/psymtab1.c: Ditto.
325 * gdb.base/psymtab2.c: Ditto.
326
c60b7188
AF
3272002-12-23 Adam Fedor <fedor@gnu.org>
328
329 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
330
ee73db83
DC
3312002-12-23 David Carlton <carlton@math.stanford.edu>
332
333 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
334 and current_directory initialization.
335
d6c1774e
JB
3362002-12-22 Jim Blandy <jimb@redhat.com>
337
f0a847b8
JB
338 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
339 rather than as part of the output file name.
340
d6c1774e
JB
341 * gdb.base/attach.exp: There's no need to copy the test program to
342 /tmp; that was only ever necessary on HP/UX, and this test is
343 entirely disabled there anyway.
344
f0708dbb
JB
3452002-12-21 Jim Blandy <jimb@redhat.com>
346
4c2acfea
JB
347 * gdb.c++/psmang.exp: Doc fix.
348
f0708dbb
JB
349 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
350 test.
351
9579e000
DC
3522002-12-20 David Carlton <carlton@math.stanford.edu>
353
354 * gdb.c++/annota2.exp: KFAIL annotate-quit.
355
d1810171
MC
3562002-12-18 Michael Chastain <mec@shout.net>
357
358 * gdb.c++/annota2.exp: Add copyright year 2002.
359
76565097
DC
3602002-12-17 David Carlton <carlton@math.stanford.edu>
361
362 * gdb.c++/try_catch.cc: Add marker comments.
363 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
364 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
365 * gdb.c++/m-static.cc: Ditto.
366 * gdb.c++/m-static1.cc: Ditto.
367 * gdb.c++/try_catch.cc: Ditto.
368
da81390b
JJ
3692002-12-16 Jeff Johnston <jjohnstn@redhat.com>
370
371 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
372 to see whether we are using the new -environment-directory
373 command which resets via -r or the old version of the command
374 which may prompt the user. Part of fix for gdb/741.
375
b304d130
AC
3762002-12-13 Andrew Cagney <ac131313@redhat.com>
377
378 * gdb.fortran/types.exp: Update obsolete comment.
379 * gdb.fortran/exprs.exp: Ditto.
380 * lib/gdb.exp: Delete obsolete code.
381 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
382 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
383 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
384 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
385 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
386 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
387 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
388 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
389 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
390 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
391 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
392 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
393 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
394 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
395 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
396 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
397 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
398 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
399 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
400 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
401 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
402 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
403 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
404 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
405 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
406 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
407 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
408 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
409 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
410 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
411 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
412 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
413 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
414 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
415 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
416 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
417 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
418
a23b6e6a
DC
4192002-12-11 David Carlton <carlton@math.stanford.edu>
420
421 * gdb.c++/m-data.exp: Add test for members that shadow global
422 variables: see PR gdb/804.
423 * gdb.c++/m-data.cc: Ditto.
424
6604731b
DJ
4252002-12-10 Daniel Jacobowitz <drow@mvista.com>
426
427 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
428
de46ecd7
DC
4292002-12-06 David Carlton <carlton@math.stanford.edu>
430
431 * gdb.base/store.c: Don't declare functions static.
432
27e829d0
AC
4332002-12-04 Andrew Cagney <ac131313@redhat.com>
434
435 * gdb.base/store.exp, gdb.base/store.c: New files.
436
92806416
DJ
4372002-12-03 Daniel Jacobowitz <drow@mvista.com>
438
439 * gdb.base/selftest.exp: Update for current gdb.
440
3bcbaac5
DJ
4412002-12-03 Daniel Jacobowitz <drow@mvista.com>
442
443 * gdb.base/maint.exp: Only dump symbols from one source file
444 or objfile.
445
f4f00b1f
DJ
4462002-12-03 Daniel Jacobowitz <drow@mvista.com>
447
448 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
449 function call.
450
f1c8a949
JB
4512002-11-25 Jim Blandy <jimb@redhat.com>
452
453 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
454 function appearing in error message.
455
9e297a97
DJ
4562002-11-21 Daniel Jacobowitz <drow@mvista.com>
457
458 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
459
1f312e79
JJ
4602002-11-08 Jeff Johnston <jjohnstn@redhat.com>
461
462 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
463 for mi1 and current mi is in correct format. New mi startup message
464 should be in mi console format. This is part of fix for PR gdb/604.
465
83c31e7d
FN
4662002-09-18 Fernando Nasser <fnasser@redhat.com>
467
468 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
469 which explicitly prints the zero offset as "+0".
470
322b3f65
DJ
4712002-10-22 Daniel Jacobowitz <drow@mvista.com>
472
473 * gdb.threads/schedlock.c (args): Make unsigned.
474
4752002-10-21 Daniel Jacobowitz <drow@mvista.com>
476
477 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
478 numbers. Allow "foo2|selected stack frame".
479 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
480 * gdb.asm/asmsrc2.s: Likewise.
481 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
482 comments.
483 * gdb.asm/mips.inc: New file.
484
5e2fe5b8
AF
4852002-10-18 Adam Fedor <fedor@gnu.org>
486
487 * gdb.base/default.exp: Update expected output to include 'ObjC'.
488 * gdb.base/help.exp: Likewise.
489
abe1a5d0
KB
4902002-10-17 Kevin Buettner <kevinb@redhat.com>
491
492 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
493 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
494
10abb1d4
JB
4952002-10-02 Jim Blandy <jimb@redhat.com>
496
497 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
498
1f609b42
AC
4992002-10-01 Andrew Cagney <ac131313@redhat.com>
500
501 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
502 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
503 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
504 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
505 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
506 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
507 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
508
0aee02e4
AC
5092002-09-29 Andrew Cagney <ac131313@redhat.com>
510
511 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
512 * mi0-disassemble.exp, mi0-eval.exp: Delete.
513 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
514 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
515 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
516 * mi0-var-block.exp, mi0-var-child.exp: Delete.
517 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
518
6fde09ad
KB
5192002-09-27 Kevin Buettner <kevinb@redhat.com>
520
521 * gdb.base/annota1.exp (info break): Make directory components of
522 path optional since not all compilers emit this debug information.
523
524 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
525 step ends up stepping out of the function instead of stopping on
526 the epilogue.
527
9e8aab75
KS
5282002-09-26 Keith Seitz <keiths@redhat.com>
529
530 * lib/insight-support.exp (gdbtk_start): Figure out where
531 the insight executable is based on where gdb is. Use this
532 executable to start insight instead of gdb.
533
e36180d7
AC
5342002-09-25 Andrew Cagney <cagney@redhat.com>
535
536 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
537
9dd34b2b
AC
5382002-09-24 Andrew Cagney <ac131313@redhat.com>
539
540 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
541 test_isolated_complaints.
542 (test_empty_complaint): New function.
543 (test_empty_complaints): New function. Check no output when no
544 complaints.
545
dea97812
KB
5462002-09-19 Jim Blandy <jimb@redhat.com>
547
548 * gdb.base/charset.exp, gdb.base/charset.c: New files.
549
54951bd7
AC
5502002-09-19 Andrew Cagney <ac131313@redhat.com>
551
552 * gdb.gdb/complaints.exp: New file.
553
dec43320
AC
5542002-09-18 Andrew Cagney <ac131313@redhat.com>
555
556 * gdb.base/maint.exp: Check `help maint internal-warning'.
557
e70d6e3f
DC
5582002-09-18 David Carlton <carlton@math.stanford.edu>
559
560 * gdb.c++/m-static.exp: Remove breakpoints depending on line
561 numbers, and replace them by a single breakpoint after the
562 constructors are all finished.
563 Add test 4.
564 * gdb.c++/m-static.cc: Add test 4.
565 * gdb.c++/m-static.h: New file.
566 * gdb.c++/m-static1.cc: New file.
567
568 * gdb.c++/printmethod.exp: New file.
569 * gdb.c++/printmethod.cc: New file.
570
571 * gdb.c++/pr-574.exp: New file.
572 * gdb.c++/pr-574.cc: New file.
573
afb5c968
CV
5742002-09-18 Corinna Vinschen <vinschen@redhat.com>
575
576 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
577 embedded targets which never actually exit.
578
31e45dee
FN
5792002-09-18 Fernando Nasser <fnasser@redhat.com>
580
581 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
582 "don't step after run" as unresolved or unsupported, instead of xfail.
583
a283c5a1
CV
5842002-09-18 Corinna Vinschen <vinschen@redhat.com>
585
586 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
587 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
588 Add newline to expected string in "step out of main (status wrapper)"
589 case.
590
11350d2a
CV
5912002-09-18 Corinna Vinschen <vinschen@redhat.com>
592
593 * lib/gdb.exp (rerun_to_main): Allow restarting application.
594 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
595
0deec7d6
TT
5962002-09-17 Tom Tromey <tromey@redhat.com>
597
598 * gdb.base/printcmds.exp (test_print_string_constants): Expect
599 \000, not \0, in double-quoted string.
600
b2b4a1b5
CV
6012002-09-14 Corinna Vinschen <vinschen@redhat.com>
602
603 * gdb.base/command.exp: Don't expect a "Program exited normally"
604 string after running the commands execution on breakpoint tests.
605
1c56143a
CV
6062002-09-13 Corinna Vinschen <vinschen@redhat.com>
607
608 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
609
37f8da45
JB
6102002-09-12 Joel Brobecker <brobecker@gnat.com>
611
612 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
613
08b468e0
KS
6142002-09-10 Keith Seitz <keiths@redhat.com>
615
616 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
617 runto proc.
618 (mi_run_to_main): Use mi_runto.
619 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
620
dc360f58
KS
6212002-09-10 Keith Seitz <keiths@redhat.com>
622
623 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
624 regexp for stopping at main. Could have multiple event notifications.
625 Don't assume that main was declared with no parameters.
626 (mi_next): Use mi_step_to.
627 (mi_step): Use mi_next_to.
628
ce3abcfb
CV
6292002-09-09 Corinna Vinschen <vinschen@redhat.com>
630
631 * gdb.base/default.exp: Fix expected string in `info float' test.
632
d1f5b980
BE
6332002-09-09 Ben Elliston <bje@redhat.com>
634
635 * config/mips.exp: Update comments.
636 * config/mips-idt.exp: Likewise.
637 * config/nind.exp: Likewise.
638 * config/slite.exp: Likewise.
639 * config/sparclet.exp: Likewise.
640 * config/udi.exp: Likewise.
641 * config/vx.exp: Likewise.
642 * config/vxworks29k.exp: Likewise.
643
2f71430b
JB
6442002-09-05 Jim Blandy <jimb@redhat.com>
645
646 * gdb.threads/killed.exp: Fix test failure message.
647
7ddebc7e
KS
6482002-09-04 Keith Seitz <keiths@redhat.com>
649
650 * lib/mi-support.exp: Update copyright.
651 (mi_gdb_test): Increase the priority of the expected pattern
652 so that it matches gdb_test.
653
0ae67eb3
KS
6542002-09-03 Keith Seitz <keiths@redhat.com>
655
656 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
657 Use integer comparison instead of string comparison for testing
658 whether binary was built.
659
38fc42c8
JB
6602002-09-03 Jim Blandy <jimb@redhat.com>
661
662 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
663
b6ff0e81
JB
6642002-08-29 Jim Blandy <jimb@redhat.com>
665
666 * gdb.threads/pthreads.exp: Move the portable thread compilation
667 code into a function in lib/gdb.exp, and call that from here.
668 * lib/gdb.exp (gdb_compile_pthreads): New function.
669
07c98896
KS
6702002-08-29 Keith Seitz <keiths@redhat.com>
671
672 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
673 expect_out so that callers can get at it.
674
0312286c
DJ
6752002-08-23 Daniel Jacobowitz <drow@mvista.com>
676
677 * gdb.threads/print-threads.c: New file.
678 * gdb.threads/print-threads.exp: New file.
679 * gdb.threads/schedlock.c: New file.
680 * gdb.threads/schedlock.exp: New file.
681
dd039bc4
EZ
6822002-08-22 Elena Zannoni <ezannoni@redhat.com>
683
684 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
685 not altivec.c.
686
1f36144c
MK
6872002-08-17 Mark Kettenis <kettenis@gnu.org>
688
689 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
690 targets. The problem should be fixed now.
691
16057ec7 6922002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
693
694 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
695 2002-07-24 change that removes final dots from error messages.
696
3c1499ad
TT
6972002-08-13 Tom Tromey <tromey@redhat.com>
698
699 * gdb.base/readline.exp: New file.
700
a20ce2c3
AC
7012002-08-01 Andrew Cagney <ac131313@redhat.com>
702
703 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
704 supress message.
705
db034ac5
AC
7062002-08-01 Andrew Cagney <cagney@redhat.com>
707
708 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
709 CHILL_FOR_TARGET and CHILL_LIB.
710 * configure.in (configdirs): Remove gdb.chill.
711 * configure: Regenerate.
712 * lib/gdb.exp: Obsolete references to chill.
713 * gdb.fortran/types.exp: Ditto.
714 * gdb.fortran/exprs.exp: Ditto.
715
3e000b18
KB
7162002-07-30 Kevin Buettner <kevinb@redhat.com>
717
718 * gdb.base/shlib-call.exp (additional_flags): Conditionally
719 set Irix-specific compile and link flags.
720
28f4966b
KB
7212002-07-29 Kevin Buettner <kevinb@redhat.com>
722
723 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
724 source files. The ``-o'' option doesn't work with the ``-E'' option
725 when using the Irix compiler.
726
46c0d5a6
DJ
7272002-07-19 Daniel Jacobowitz <drow@mvista.com>
728
729 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
730 Improve support for reusing an exec file. Copy exec file
731 to target, and run gdbserver on the target instead of on the host.
732
eecf4bed
JB
7332002-07-18 Jim Blandy <jimb@redhat.com>
734
0f815cdf
JB
735 * gdb.base/ending-run.exp: Don't expect to see the program end in
736 some orderly fashion when we're running on a real stand-alone
737 board.
738
eecf4bed
JB
739 * gdb.base/interrupt.exp: Correct logic for skipping tests on
740 targets that don't support interrupts.
741
52d309e4
JB
7422002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
743
744 * gdb.base/attach.exp: Add patterns to match output from /proc-based
745 systems.
746 Move comments in expect statements to inside the actions, so that they
747 don't get matched against.
748
ff683d9e
MK
7492002-07-10 Mark Kettenis <kettenis@gnu.org>
750
751 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
752 function when asleep" test.
753
b5356753
AC
7542002-07-10 Andrew Cagney <ac131313@redhat.com>
755
756 * gdb.base/page.exp: Rewrite to handle problems with very long
757 `info set' output. Update copyright.
758
6aa4d13a
AC
7592002-06-26 Andrew Cagney <ac131313@redhat.com>
760
761 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
762 gdb.threads-hp.
763 * gdb.hp/configure: Regenerate.
764 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
765 * gdb.hp/gdb.threads-hp/configure: Delete file.
766 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
767
8cf8c2b8
AC
7682002-06-22 Andrew Cagney <ac131313@redhat.com>
769
770 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
771 setlocale, bindtextdomain and textdomain.
772
6827a8f8
JB
7732002-06-11 Jim Blandy <jimb@redhat.com>
774
919d772c
JB
775 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
776 preprocessor macro information is present.
777
6827a8f8
JB
778 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
779 tests.
780
c15b0d21
MS
7812002-06-06 Michael Snyder <msnyder@redhat.com>
782
c5984d70
MS
783 * gdb.base/overlays.exp: Record addresses of overlay
784 functions in TCL variables rather than in GDB variables,
785 to avoid having GDB convert them to pointers (with loss
786 of information).
787
99a8512b
MS
788 * gdb.base/d10v.ld: Merge in several years worth of
789 default linker script changes.
c15b0d21
MS
790 * gdb.base/long_long.exp: Add check for sizeof (long double).
791
be26fe0d
ML
7922002-06-06 Michal Ludvig <mludvig@suse.cz>
793
794 * gdb.asm/asm-source.exp: Add x86-64 target.
795 * gdb.asm/x86_64.inc: New.
796
258093ca 7972002-05-30 Michael Chastain <mec@shout.net>
258093ca 798
4b3153f1 799 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
800 * gdb.c++/m-static.cc: New file.
801 * gdb.c++/m-static.exp: New file.
802
241264c6
MS
8032002-05-28 Michael Snyder <msnyder@redhat.com>
804
805 * gdb.base/call-ar-st.exp: Allow for reduced floating point
806 precision.
807
9bba8c8f 8082002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 809
4b3153f1 810 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
811 * gdb.c++/m-data.cc: New file.
812 * gdb.c++/m-data.exp: New file.
813
8142002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 815
4b3153f1 816 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
817 * gdb.c++/try_catch.cc: New file.
818 * gdb.c++/try_catch.exp: New file.
819
def1b996
MC
8202002-05-27 Michael Chastain <mec@shout.net>
821
822 * gdb.c++/local.exp: Accept more nested types in output.
823
522ba268
MC
8242002-05-26 Michael Chastain <mec@shout.net>
825
826 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
827
277254ba
MS
8282002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
829
830 * lib/gdb.exp (gdb_wrapper_init): Just because
831 gdb_wrapper_file exists, this does not mean that the file
832 should not be rebuilt. That is what gdb_wrapper_initialized
833 is for.
834 (default_gdb_init): Reset gdb_wrapper_initialized.
835
b61a8733
MS
8362002-05-23 Michael Snyder <msnyder@redhat.com>
837
5bdb6d01
MS
838 * gdb.base/all-bin.exp: Revise previous patch by just reducing
839 the precision of the floating point test results.
840 * gdb.base/call-rt-st.exp: Ditto.
841
b61a8733
MS
842 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
843 * gdb.base/call-rt-st.exp: Ditto.
844
56f6e910
MC
8452002-05-19 Michael Chastain <mec@shout.net>
846
847 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
848
ad0b0016
EZ
8492002-05-19 Elena Zannoni <ezannoni@redhat.com>
850
851 * configure.in (configdirs): Add gdb.arch.
852 * configure: Regenerate.
853
f617d2b6
JB
8542002-05-17 Jim Blandy <jimb@redhat.com>
855
856 * gdb.base/completion.exp: Recognize the more detailed error
857 messages produced by the macro expander's lexical analyzer.
858
eac2a696
EZ
8592002-05-14 Elena Zannoni <ezannoni@redhat.com>
860
861 * gdb.arch/altivec-abi.c: New file.
862 * gdb.arch/altivec-abi.exp: New file.
863 * gdb.arch/altivec-regs.c: New file.
864 * gdb.arch/altivec-regs.exp: New file.
865
2fdde8f8
DJ
8662002-05-14 Daniel Jacobowitz <drow@mvista.com>
867
868 * gdb.base/maint.exp (maint print type): Update for new type
869 structure.
eac2a696 870
e31f1a7c
EZ
8712002-05-14 Elena Zannoni <ezannoni@redhat.com>
872
873 * gdb.arch: New directory.
874 * gdb.arch/configure.in: New file.
875 * gdb.arch/configure: New file.
876 * gdb.arch/Makefile.in: New file.
877
db589741
CV
8782002-05-13 Corinna Vinschen <vinschen@redhat.com>
879
880 * gdb.asm/asm-source.exp: Add v850 as supported target.
881 * gdb.asm/v850.inc: New file.
882
8ce2a7dc
DJ
8832002-05-13 Daniel Jacobowitz <drow@mvista.com>
884
885 * gdb.c++/annota2.exp (annotate-quit): Add comment.
886
df763c7f
DJ
8872002-05-12 Daniel Jacobowitz <drow@mvista.com>
888
889 * gdb.base/break.exp: Check 'break "marker2"'.
890
377daeed
MS
8912002-05-10 Michael Snyder <msnyder@redhat.com>
892
893 * gdb.base/long_long.exp: Fix typo.
894
c4b7bc2b
JB
8952002-05-10 Jim Blandy <jimb@redhat.com>
896
ecac9a4e
JB
897 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
898 a bug.
899
c4b7bc2b
JB
900 * gdb.base/printcmds.exp (test_integer_literals_rejected):
901 Recognize more detailed error message produced by the macro
902 expander's lexical analyzer.
903 * lib/gdb.exp (test_print_reject): Same.
904
e71019a1
MK
9052002-05-09 Mark Kettenis <kettenis@gnu.org>
906
907 * gdb.c++/method.exp: Fix typo.
908
fedfc8e6
MS
9092002-05-08 Michael Snyder <msnyder@redhat.com>
910
166a1957
MS
911 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
912 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 913 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
914 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
915 Add iftarget clause for strongarm.
916
f1c47eb2
MS
9172002-05-06 Michael Snyder <msnyder@redhat.com>
918
cb9a9d3e
MS
919 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
920 (gdb_continue_to_end): Accept output from status wrapper.
921 * gdb.base/ending-run.exp: Add case for output from status wrapper.
922 Clean up fail messages to match pass messages.
923
f1c47eb2
MS
924 Enable the "needs_status_wrapper" testsuite feature.
925 * lib/gdb.exp (gdb_wrapper_init): New procedure.
926 (gdb_compile): Conditionally call gdb_wrapper_init.
927 * gdb.base/a2-run.exp: Recognize output from status wrapper.
928 * gdb.c++/method.exp: Recognize output from status wrapper.
929
6079c749
BE
9302002-05-06 Ben Elliston <bje@redhat.com>
931From Graydon Hoare <graydon@redhat.com>
932
933 * config/sid.exp: Include support for "rawsid" protocol.
934
188baff3
JB
9352002-05-03 Jim Blandy <jimb@redhat.com>
936
937 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
938 * gdb.c++/hang3.C: New file.
939
b9c07f0f
AC
9402002-05-04 Andrew Cagney <ac131313@redhat.com>
941
942 * gdb.base/default.exp: Remove obsolete code.
943 * gdb.c++/misc.exp: Ditto. Update copyright.
944 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
945 * gdb.base/whatis.exp: Ditto. Update copyright.
946 * gdb.base/scope.exp: Ditto. Update copyright.
947 * gdb.base/ptype.exp: Ditto. Update copyright.
948 * gdb.base/printcmds.exp: Ditto. Update copyright.
949 * gdb.base/opaque.exp: Ditto. Update copyright.
950 * gdb.base/list.exp: Ditto.
951 * gdb.base/funcargs.exp: Ditto. Update copyright.
952 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
953 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
954 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
955 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
956 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
957 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
958
5c7a0397
MS
9592002-05-02 Michael Snyder <msnyder@redhat.com>
960
d6dcc264 961 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
962 * gdb.base/long_long.exp: Add xscale target.
963 * gdb.base/default.exp: Add xscale target.
964
eb7f1c48
JB
9652002-05-01 Jim Blandy <jimb@redhat.com>
966
967 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
968 gdb.c++/hang.exp: New test.
969
a6befae8
FF
9702002-05-01 Fred Fish <fnf@redhat.com>
971
972 * gdb.base/completion.exp: Handle completions of "./Make" for
973 more than one completion possibility, as is the case when we
974 build and test in the source tree.
975
0a310277
AG
9762002-04-29 Anthony Green <green@redhat.com>
977
978 * gdb.java/jmisc1.exp: New file.
979 * gdb.java/jmisc2.exp: New file.
980
6ff9af88
DJ
9812002-04-24 Daniel Jacobowitz <drow@mvista.com>
982
983 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
984
96b3d632
EZ
9852002-04-23 Elena Zannoni <ezannoni@redhat.com>
986
987 * gdb.base/help.exp: Change 'help status' to allow for target
988 dependent output differences.
989
5019bb54
MC
9902002-04-22 Michael Chastain <mec@shout.net>
991
992 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
993
a805a116
MC
9942002-04-22 Michael Chastain <mec@shout.net>
995
996 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
997
a1706bfd
DM
9982002-04-17 David S. Miller <davem@redhat.com>
999
1000 * gdb.asm/sparc64.inc: New file.
1001 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1002
a73a20a2
EZ
10032002-04-19 Elena Zannoni <ezannoni@redhat.com>
1004
1005 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1006 instruction file directly into the build tree. Clean up at end of
1007 test.
1008
ba678339
DM
10092002-04-18 David S. Miller <davem@redhat.com>
1010
1011 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1012 handle 64-bit platforms correctly.
1013 * gdb.base/maint.exp: Likewise.
1014
b03399da
KB
10152002-04-18 Kevin Buettner <kevinb@redhat.com>
1016
1017 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1018 ``-fpic'' when compiling files comprising a shared library, but
1019 it does need additional linker flags in order to find shared
1020 libraries at run time.
1021
e2004992
KB
10222002-04-18 Kevin Buettner <kevinb@redhat.com>
1023
1024 * gdb.base/cvexpr.c (use): New function.
1025 (main): Invoke use() on all global variables to prevent
1026 some linkers from deleting these otherwise unused symbols.
1027
d8937120
MC
10282002-04-17 Michael Chastain <mec@shout.net>
1029From David S. Miller <davem@redhat.com>
1030
1031 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1032 handle 64-bit platforms correctly.
1033
ffd61a58
MS
10342002-04-12 Michael Snyder <msnyder@redhat.com>
1035From Jim Blandy <jimb@redhat.com>
1036 * gdb.base/foo.c (foox): Remove section attribute; the linker
1037 script can handle this instead.
1038 * gdb.base/bar.c (barx): Same.
1039 * gdb.base/baz.c (bazx): Same.
1040 * gdb.base/grbx.c (grbxx): Same.
1041
1042 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1043 manager doesn't automatically unmap overlays unnecessarily.
1044
6b8426a6
MH
10452002-04-10 Martin M. Hunt <hunt@redhat.com>
1046
1047 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1048 stepping out of main.
1049
34af4875
MC
10502002-04-09 Michael Chastain <mec@shout.net>
1051
1052 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1053 scope so that the nested scope tests will make sense.
1054 * gdb.c++/local.exp: Write patterns that actually work with gcc
1055 (the HP patterns "were never known to work with gcc").
1056 Keep the old aCC patterns too.
1057
2d1676a0
DJ
10582002-04-09 Daniel Jacobowitz <drow@mvista.com>
1059
1060 * gdb.base/attach.exp: Correct target board test.
1061
3a63e3f9
MC
10622002-04-08 Michael Chastain <mec@shout.net>
1063
1064 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1065 in a const method. Add some xfail and fail cases for configurations
1066 that do not emit the "const ...".
1067
f18dabd2
MC
10682002-04-07 Michael Chastain <mec@shout.net>
1069
1070 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1071 Accept "A * const" and "const A * const" as type of "this".
1072 Fix spelling of getFunky throughout. Make messages uniform.
1073
0fcddd82
EZ
10742002-04-07 Elena Zannoni <ezannoni@redhat.com>
1075
1076 Work around for PR gdb/285:
1077 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1078
16a8534a
EZ
10792002-04-07 Elena Zannoni <ezannoni@redhat.com>
1080
1081 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1082 instructions file at run time instead of configure time.
1083 Sometimes we run the test in a directory that is not the one we
1084 configured in.
1085 * gdb.asm/configure.in: Delete creation of symlink.
1086 * gdb.asm/configure: Regenerate.
1087
24181d81
JB
10882002-04-05 J. Brobecker <brobecker@gnat.com>
1089
1090 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1091 xfullpath () function.
1092
7cdb7107
DJ
10932002-04-04 Daniel Jacobowitz <drow@mvista.com>
1094
1095 * gdb.asm/Makefile.in: Correct dependencies.
1096
1097 * gdb.asm/powerpc.inc: New file.
1098 * gdb.asm/asm-source.exp: Add PowerPC.
1099 * gdb.asm/configure.in: Likewise.
1100 * gdb.asm/configure: Regenerated.
1101
a7d17088
DJ
11022002-04-04 Daniel Jacobowitz <drow@mvista.com>
1103
1104 * gdb.base/relocate.exp: New file.
1105 * gdb.base/relocate.c: New file.
1106
cd721503
FF
11072002-04-04 Fred Fish <fnf@redhat.com>
1108
1109 * gdb.base/step-test.exp: Update comment regarding stopping in
1110 memcpy/bcopy calls inserted as part of the compiler runtime.
1111
b22ad7a7
MS
11122002-04-04 Michael Snyder <msnyder@redhat.com>
1113
1114 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1115
5f279fa6
DJ
11162002-04-03 Daniel Jacobowitz <drow@mvista.com>
1117
1118 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1119 (gdb_expect): Remove $notransfer hack.
1120
dd0fd3ce
DJ
11212002-04-02 Daniel Jacobowitz <drow@mvista.com>
1122
1123 * gdb.c++/classes.exp ("calling method for small class"): Match
1124 updated register output.
1125
1e50cda1
DJ
11262002-03-30 Daniel Jacobowitz <drow@mvista.com>
1127
1128 Fix PR gdb/452
1129 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1130 when finished. Make gdb_file_cmd send "exec-file" when
1131 appropriate.
1132
24015922
DJ
11332002-03-30 Daniel Jacobowitz <drow@mvista.com>
1134
1135 * gdb.base/attach.exp: Remove extra setup_xfail.
1136
dd7dfd64
MS
11372002-03-26 Michael Snyder <msnyder@redhat.com>
1138
1139 * gdb.base/default.exp: Add tests for dump, append, and restore.
1140 * gdb.base/help.exp: Add tests for dump, append, and restore.
1141 * gdb.base/dump.exp: New file, test dump, append and restore.
1142 * gdb.base/dump.c: New file.
1143
48b2f8d7
MS
11442002-03-27 Michael Snyder <msnyder@redhat.com>
1145
1146 * gdb.base/help.exp: Modify expect strings to reflect
1147 clean-ups in help messages.
1148
05b4d525
FF
11492002-03-26 Fred Fish <fnf@redhat.com>
1150
1151 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1152 have debugging info for those functions and the compiler uses them
1153 internally to copy structs around.
1154
d7679631
FF
11552002-03-26 Fred Fish <fnf@redhat.com>
1156
1157 * gdb.base/list.exp: Revert the change made yesterday and add note
1158 about why we don't list the default lines for remote targets.
1159
523ac3f9
MS
11602002-03-25 Michael Snyder <msnyder@redhat.com>
1161
1162 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1163
754b2b8d
FF
11642002-03-25 Fred Fish <fnf@redhat.com>
1165
1166 * gdb.base/list.exp: This test works on remote targets so remove
1167 the short circuit for remote targets. Update copyright.
1168
33c3e192
FF
11692002-03-25 Fred Fish <fnf@redhat.com>
1170
1171 * gdb.base/attach.exp: Fix logic error that was suppressing this
1172 test for all non hppa*-*-hpux* targets, instead of the hp target.
1173 Move comments closer to the suppression point. Also now need to
1174 check that we are running natively.
1175
d43e73ee
MS
11762002-03-22 Michael Snyder <msnyder@redhat.com>
1177
882c8f02
MS
1178 * gdb.base/default.exp: Add test for gcore. Update copyright.
1179 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 1180
04c12f60
FF
11812002-03-06 Fred Fish <fnf@redhat.com>
1182
1183 * gdb.base/funcargs.c: Remove extraneous ';' character.
1184 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1185
b43df995
MC
11862002-03-04 Michael Chastain <mec@shout.net>
1187
1188 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1189 accommodate gcc v3 function signature.
1190 * gdb.mi/mi0-var-cmd-exp: Ditto.
1191
92362027
AC
11922002-02-24 Andrew Cagney <ac131313@redhat.com>
1193
1194 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1195 ``GNU/Linux'' or ``Linux kernel''
1196 * testsuite/gdb.threads/pthreads.c: Ditto.
1197
258ad32d
MC
11982002-02-24 Michael Chastain <mec@shout.net>
1199
1200 * gdb.threads/pthreads.c (thread1): Add a return statement.
1201 (thread2): Likewise.
1202 (foo): Likewise.
1203
04c3b3d4
MC
12042002-02-23 Michael Chastain <mec@shout.net>
1205
1206 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1207 to placate gcc.
1208
5a2a0a20
MC
12092002-02-23 Michael Chastain <mec@shout.net>
1210
1211 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1212 test "ptype bint". The test passes on all my stabs configurations.
1213
a640f7fc
JB
12142002-02-21 Jim Blandy <jimb@redhat.com>
1215
27924826
JB
1216 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1217 filename at a time, and watch for the ones we want to see.
1218
a640f7fc
JB
1219 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1220 types of pointers to prototyped functions.
1221
edcc8c75
AC
12222002-02-20 Andrew Cagney <ac131313@redhat.com>
1223
1224 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1225 signed, unsigned and straight char.
1226 (padding_char, padding_short, padding_int, padding_long,
1227 padding_long_long, padding_float, padding_double,
1228 padding_long_double): New global variables.
1229 (fill, fill_structs): New functions.
1230
1231 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1232 for correctly sized writes. Update copyright.
1233 (get_valueof): New procedure.
1234 (get_sizeof): Call get_valueof.
1235 (check_valueof): New procedure.
1236 (check_padding): New procedure.
1237
ac57ea44
MC
12382002-02-20 Michael Chastain <mec@shout.net>
1239
1240 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1241 to setup_xfail. Document some of the remaining calls.
1242
7a10c941
MC
12432002-02-18 Michael Chastain <mec@shout.net>
1244
1245 * gdb.c++/userdef.exp: Update copyright year.
1246
fb8acdcc
DJ
12472002-02-18 Daniel Jacobowitz <drow@mvista.com>
1248
1249 * gdb.c++/userdef.exp: Test overloaded operators properly.
1250 Remove xfails.
1251
fda6ae12
MS
12522002-02-14 Michael Snyder <msnyder@redhat.com>
1253
1254 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1255
676a0442
DJ
12562002-02-14 Daniel Jacobowitz <drow@mvista.com>
1257
1258 * gdb.base/a2-run.exp: Check for a remote target properly.
1259 * gdb.base/annota1.exp: Likewise.
1260 * gdb.base/list.exp: Likewise.
1261 * gdb.base/reread.exp: Likewise.
1262 * gdb.base/scope.exp: Likewise.
1263 * gdb.base/shlib-call.exp: Likewise.
1264 * gdb.base/term.exp: Likewise.
1265 * gdb.c++/annota2.exp: Likewise.
1266
78b4f468
RE
12672002-02-13 Richard Earnshaw <rearnsha@arm.com>
1268
1269 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1270
9a81ba51
MC
12712002-02-10 Michael Chastain <mec@shout.net>
1272
1273 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1274 (call_after_alloca): Ditto.
1275
004af6c7
DJ
12762002-02-10 Daniel Jacobowitz <drow@mvista.com>
1277
1278 * gdb.base/ending-run.exp: Guard "cont" test with
1279 gdb_skip_stdio_test.
1280
37225f62
JB
12812002-02-06 Jim Blandy <jimb@redhat.com>
1282
1283 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1284 from here...
1285 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1286 To here. Disable this test on non-HP platforms. Add big comment.
1287
fe6fdd96
MS
12882002-02-04 Michael Snyder <msnyder@redhat.com>
1289
1290 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1291 other than d10v and m32r.
1292
036fad3f
RE
12932002-02-02 Richard Earnshaw <rearnsha@arm.com>
1294
1295 * gdb.base/default.exp: Rewrite test patterns to reduce time
1296 taken to match them.
1297
7148ab62
DJ
12982002-01-30 Daniel Jacobowitz <drow@mvista.com>
1299
1300 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1301 Allow a start function above main.
1302 * gdb.threads/linux-dp.exp: Fix copyright date.
1303
396cc255
DJ
13042002-01-30 Daniel Jacobowitz <drow@mvista.com>
1305
1306 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1307 (check_philosopher_stack): Check for manager thread before checking
1308 for a just-starting thread.
1309
f038d31b
DJ
13102002-01-30 Daniel Jacobowitz <drow@mvista.com>
1311
1312 From Neil Booth <neil@daikokuya.demon.co.uk>:
1313 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1314 warnings.
1315
b3ff9d9a
FF
13162002-01-21 Fred Fish <fnf@redhat.com>
1317
1318 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1319 not caller.
1320
39ad761d
JB
13212002-01-21 Jim Blandy <jimb@redhat.com>
1322
1323 * gdb.base/reread.exp: Check that GDB properly re-reads the
1324 executable file when it changes while no inferior is running.
1325
aaf320fa
FF
13262002-01-21 Fred Fish <fnf@redhat.com>
1327
1328 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1329 optionally accept the "shlib events" variation.
1330
808a31f5
JB
13312002-01-21 Jim Blandy <jimb@redhat.com>
1332
1333 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1334 call `fflush' after every `printf', so that the output is produced
1335 at predictable points, regardless of whatever buffering does (or
1336 doesn't) take place.
1337 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1338 at different points.
1339
4420d5e2
DJ
13402002-01-20 Daniel Jacobowitz <drow@mvista.com>
1341
1342 * gdb.c++/inherit.exp: Update copyright years.
1343 * gdb.c++/method.exp: Likewise.
1344
3e36a0f4
DJ
13452002-01-20 Daniel Jacobowitz <drow@mvista.com>
1346
1347 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1348 artificial methods/arguments.
1349 * gdb.c++/derivation.exp: Likewise.
1350 * gdb.c++/inherit.exp: Likewise.
1351 * gdb.c++/method.exp: Likewise.
1352 * gdb.c++/virtfunc.exp: Likewise.
1353
b4ceaee6
AC
13542002-01-18 Andrew Cagney <ac131313@redhat.com>
1355
1356 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1357 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1358 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1359 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1360 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1361 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1362
ecace851
JB
13632002-01-17 Jim Blandy <jimb@redhat.com>
1364
1365 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1366 anchoring the pattern matching the entry point symbol's name.
1367
375fc983
AC
13682002-01-17 Andrew Cagney <ac131313@redhat.com>
1369
1370 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1371 continue/quit query. Update copyright.
1372
fe6fdd96
MS
13732002-01-14 Michael Snyder <msnyder@redhat.com>
1374
1375 * gdb.base/gcore.exp: Remove extra debugging output.
1376
e017c81f
DJ
13772002-01-13 Daniel Jacobowitz <drow@mvista.com>
1378
1379 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1380 for slightly dubious v2 mangled string.
1381
37ab3bf8
DJ
13822002-01-13 Daniel Jacobowitz <drow@mvista.com>
1383
1384 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1385
1bc05c3a 13862002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 1387
1bc05c3a 1388 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 1389
1bc05c3a
JM
1390 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1391 constructors.
1392 * gdb.c++/derivation.exp: Likewise.
1393 * gdb.c++/templates.exp: Likewise.
1394 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 1395
1bc05c3a
JM
13962002-01-10 Michael Snyder <msnyder@redhat.com>
1397
1398 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 1399
a911c360
MS
14002002-01-08 Michael Snyder <msnyder@redhat.com>
1401
1402 * gdb.base/gcore.exp: New test for generate-core-file command.
1403 * gdb.base/gcore.c: Testcase for above.
1404 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1405
ea2119ec
JM
14062002-01-08 Jason Merrill <jason@redhat.com>
1407
1408 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1409
68203136
FF
14102002-01-07 Fred Fish <fnf@redhat.com>
1411
1412 * gdb.c++/overload.exp: Remove unconditional xfails for:
1413 print foo_instance1.overloadargs(1)
1414 print foo_instance1.overloadargs(1, 2)
1415 print foo_instance1.overloadargs(1, 2, 3)
1416 print foo_instance1.overloadargs(1, 2, 3, 4)
1417 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1418 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1419 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1420 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1421 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1422 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1423 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1424 print foo_instance1.overload1arg()
1425 print foo_instance1.overload1arg((char)arg2)
1426 print foo_instance1.overload1arg((signed char)arg3)
1427 print foo_instance1.overload1arg((unsigned char)arg4)
1428 print foo_instance1.overload1arg((int)arg7)
1429 print foo_instance1.overload1arg((unsigned int)arg8)
1430 print foo_instance1.overload1arg((float)arg11)
1431 print foo_instance1.overload1arg((double)arg12)
1432
21b9b5b1
MS
14332002-01-07 Michael Snyder <msnyder@redhat.com>
1434
1435 * gdb.base/huge.exp: New test. Print a very large target data object.
1436 (skip_huge_test): New test variable. Define if you want to skip this
1437 test. The test reads an 8 megabyte data object from the target, so it
1438 might be very time consuming on remote targets with a slow connection.
1439 * gdb.base/huge.c: New file. Test case for above.
1440
725f922e
FF
14412002-01-07 Fred Fish <fnf@redhat.com>
1442
1443 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1444 g_instance.bfoo, and g_instance.cfoo.
1445
634d57ec
JL
1446Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1447
f286b2c3
JL
1448 * gdb.base/break.c (multi_line_if_conditional): New function.
1449 (multi_ilne_while_conditional): Likewise.
1450 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1451 IF or WHILE condition puts the breakpoint at the start of
1452 the condition.
1453
634d57ec
JL
1454 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1455 hppa*-*-hpux* expected failure.
1456 * gdb.base/structs.exp (do_function_calls): Similarly.
1457
1458 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1459 watchpoints.
1460
9fbfe2dc
AC
14612002-01-06 Andrew Cagney <ac131313@redhat.com>
1462
1463 Fix PR gdb/66.
1464 * gdb.base/structs.exp: Replace skip for a29k with skip for
1465 gdb,cannot_call_functions.
1466 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1467 * gdb.base/callfuncs.exp: Ditto.
1468 * gdb.base/call-rt-st.exp: Ditto.
1469 * gdb.base/call-strs.exp: Ditto.
1470 * gdb.base/callfwmall.exp: Ditto.
1471 * gdb.base/scope.exp: Obsolete xfail a29k.
1472 * gdb.c++/misc.exp: Ditto.
1473 * gdb.c++/cplusfuncs.exp: Ditto.
1474 * gdb.base/ptype.exp: Ditto.
1475 * gdb.base/printcmds.exp: Ditto.
1476 * gdb.base/opaque.exp: Ditto.
1477 * gdb.base/list.exp: Ditto.
1478 * gdb.base/funcargs.exp: Ditto.
1479 * gdb.base/default.exp: Ditto.
1480
8ddad156
MS
14812002-01-04 Michael Snyder <msnyder@redhat.com>
1482
ca4976a6 1483 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1484 * gdb.base/maint.exp: Add tests for maint info sections options.
1485
1b074332
JL
1486Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1487
1488 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1489
7d159115
CV
14902001-12-20 Corinna Vinschen <vinschen@redhat.com>
1491
1492 * gdb.asm/arm.inc: New file.
1493 * gdb.asm/asm-source.exp: Add arm targets.
1494 * gdb.asm/configure.in: Ditto.
1495 * gdb.asm/configure: Recreated from configure.in.
1496
8fb87725
JL
1497Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1498
afabe08c
JL
1499 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1500 with HP's compiler.
1501 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1502 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1503 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1504 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1505
1506 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1507 either HP's compilers or GCC.
1508
db521deb
JL
1509 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1510 a SIGBUS or SIGSEGV.
1511
1512 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1513
1514 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1515 can be compiled with either HP's compiler or GCC.
1516
cfa88ab7
JL
1517 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1518 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1519 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1520
ca344dff
JL
1521 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1522 to match current gdb output. Update due to using auto-solib-limit
1523 for limiting instead of overloading auto-solib-add.
1524 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1525 test program.
1526
3f3c6e55 1527 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1528 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1529 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1530 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1531 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1532 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1533 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1534 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1535 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1536 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1537 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1538 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1539 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1540
8fb87725
JL
1541 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1542 a SIGTRAP to the inferior.
1543
cf599fa7
CV
15442001-12-19 Corinna Vinschen <vinschen@redhat.com>
1545
1546 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1547 Substitute call to target_link by call to gdb_compile.
1548
2cd045cd
JL
1549Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1550
1551 * gdb.base/break.exp: Fix HP specific search string when testing
1552 backtracing in a called function.
1553
1554 * gdb.base/constvars.exp: Only set lang to C++ if we're
1555 compiling the test with HP's compilers.
1556 * gdb.base/volatile.exp: Similarly.
1557
99ebe9ac
JB
15582001-12-19 Jim Blandy <jimb@redhat.com>
1559
1560 * gdb.base/printcmds.exp: Expect the null character to be printed
1561 as '\0', and the '\013' to be printed as '\v'.
1562 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1563 * gdb.base/setvar.exp: Same.
1564
b9891b29
JB
15652001-12-17 Jim Blandy <jimb@redhat.com>
1566
0eba65ab
JB
1567 * gdb.base/completion.exp: Rather than completing very long
1568 filenames, which can make the readline library produce output we
1569 don't recognize, cd to the directory first, and then complete
1570 using nice, short relative paths.
1571
6970b5b1
JB
1572 * gdb.base/completion.exp: On some systems, there is, in fact, a
1573 variable named `b' in scope, since GDB treats all static
1574 variables as being in scope. So use `no_var_named_this'
1575 instead of `b'.
1576
b9891b29
JB
1577 * gdb.base/corefile.exp: Recognize the message saying that GDB
1578 can't find the core file's registers as a failure.
1579
e6ccd35f
JSC
15802001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1581
1582 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1583 test expect string more specific.
1584
105ba819
CV
15852001-12-13 Corinna Vinschen <vinschen@redhat.com>
1586
1587 * gdb.asm/asm-source.exp: Add support for xstormy16.
1588 * gdb.asm/configure.in: Ditto.
1589 * gdb.asm/configure: Rebuild.
1590 * gdb.asm/xstormy16.inc: New file.
1591
e9e79dd9
FF
15922001-12-10 Fred Fish <fnf@redhat.com>
1593
1594 * gdb.base/maint.exp: Update to match changes in type dumping code.
1595
347dc97d
JB
15962001-12-10 Jim Blandy <jimb@redhat.com>
1597
1598 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1599 matching the entry point symbol's name at the beginning of the
1600 line.
1601
5178b9d6
DJ
16022001-12-07 Daniel Jacobowitz <drow@mvista.com>
1603
1604 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1605 gdb.c++/inherit.exp, gdb.c++/method.exp,
1606 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1607 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1608 and class layout support.
1609
af890c52
DJ
16102001-12-07 Daniel Jacobowitz <drow@mvista.com>
1611
1612 * gdb.c++/classes.exp: Add test for static member function.
1613 * gdb.c++/misc.cc: Add class with static member function.
1614
7a345fb3
JB
16152001-12-07 Jim Blandy <jimb@redhat.com>
1616
f2e54a80 1617 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1618 those tests as `unsupported'.
1619 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1620 Rewrite subsequent tests to use it.
1621
1622 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
1623 those tests as `unsupported'.
1624 * gdb.base/structs.exp (call_struct_func): New function.
1625 (do_function_calls): Use call_struct_func to call the functions
1626 returning structs.
1627
0bc69509
JB
1628 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1629 whether functions are prototyped or not, so we can't possibly pass
1630 arguments to t_float_values2 properly.
1631
7a345fb3
JB
1632 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1633 value of `timeout' for targets other than the mips*tx39-*.
1634
edb6ede1
MS
16352001-12-06 Michael Snyder <msnyder@redhat.com>
1636
1637 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1638 and detect whether the start symbol has a leading underscore.
1639
2d842f13
JB
16402001-12-04 Jim Blandy <jimb@redhat.com>
1641
1642 * gdb.base/completion.exp: Clarify indentation.
1643
68550daf
JB
16442001-12-03 Jim Blandy <jimb@redhat.com>
1645
1646 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1647 variables on the S/390, not `.word'.
1648
cd5195a8
JB
16492001-11-30 Jim Blandy <jimb@redhat.com>
1650
1651 Add assembly-source tests for s390-ibm-linux.
1652 * gdb.asm/s390.inc: New file.
1653 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1654 the S/390 architecture.
1655 * gdb.asm/configure: Regenerated.
1656
ca9efc90
MS
16572001-11-30 Michael Snyder <msnyder@redhat.com>
1658
1659 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1660 next, info source, info sources, info line, global and static
1661 variables, and static functions.
1662 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1663 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1664 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1665 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1666 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1667 (gdbasm_leave): Restore frame pointer.
1668 (gdbasm_startup): Copy stack set-up from crt0.S.
1669
d0e66976
FN
16702001-11-26 Fernando Nasser <fnasser@redhat.com>
1671
1672 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1673 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1674 to a local (non-static) variable. Copy tstruct.a to a static buffer
1675 and return a pointer to that buffer.
1676 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1677
e2334072
MK
16782001-11-24 Mark Kettenis <kettenis@gnu.org>
1679
1680 * gdb.asm/configure.in: Fix recognition of ix86 target.
1681 * gdb.asm/configure: Regenerate.
1682
756caa3d
MS
16832001-11-21 Michael Snyder <msnyder@redhat.com>
1684
1685 * gdb.asm/sparc.inc: New file.
1686 * gdb.asm/asm-source.exp: Recognize sparc target.
1687 * gdb.asm/configure.in: Recognize sparc target.
1688 * gdb.asm/configure: Regenerate.
1689
9a4d72d5
MS
16902001-11-21 Michael Snyder <msnyder@redhat.com>
1691
1692 * gdb.asm/m32r.inc: New file.
1693 * gdb.asm/asm-source.exp: Recognize m32r target.
1694 * gdb.asm/configure.in: Recognize m32r target.
1695 * gdb.asm/configure: Regenerate.
1696
a773d1cd
MS
16972001-11-20 Michael Snyder <msnyder@redhat.com>
1698
017ac23d
MS
1699 * gdb.asm/i386.inc: New file.
1700 * gdb.asm/asm-source.exp: Recognize ix86 target.
1701 * gdb.asm/configure.in: Recognize ix86 target.
1702 * gdb.asm/configure: Regenerate.
1703
a773d1cd
MS
1704 * gdb.c++/namespace.exp: Fix quotes in output messages.
1705
bb632afb
MS
17062001-11-14 Michael Snyder <msnyder@redhat.com>
1707
25d559ca 1708 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
1709 qualifier in a type cast expression, to designate an address
1710 in the instruction space (Harvard architecture).
1711
4749e309
MS
17122001-11-13 Michael Snyder <msnyder@redhat.com>
1713
1714 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1715 Tests for expressions using 'const' and 'volatile'.
1716
25050984
CV
17172001-11-13 Corinna Vinschen <vinschen@redhat.com>
1718
1719 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1720
1902c51f
DJ
17212001-11-12 Daniel Jacobowitz <drow@mvista.com>
1722
1723 * lib/mi-support.exp (mi_run_to_helper): Move comments
1724 outside of gdb_expect.
1725
dcf95b47
DJ
17262001-11-11 Daniel Jacobowitz <drow@mvista.com>
1727
1728 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1729 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1730 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1731 mi0_run_to): New functions.
1732 * gdb.mi/mi-simplerun.exp: Use them.
1733 * gdb.mi/mi0-simplerun.exp: Likewise.
1734 * gdb.mi/mi-var-cmd.exp: Likewise.
1735 * gdb.mi/mi0-var-cmd.exp: Likewise.
1736
45b074e1
AC
17372001-11-10 Andrew Cagney <ac131313@redhat.com>
1738
1739 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1740 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1741
bf50d346
AC
17422001-11-09 Andrew Cagney <ac131313@redhat.com>
1743
1744 * gdb.base/restore.exp: Include $expected value in restored test
1745 message.
1746
9383332c
AC
17472001-11-09 Andrew Cagney <ac131313@redhat.com>
1748
1749 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1750 implemented.
1751
db62520a
MS
17522001-11-08 Michael Snyder <msnyder@redhat.com>
1753
1754 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1755 Add pass/fail message for stop at breakpoint in call dummy function.
1756
b5703437
MS
17572001-11-07 Michael Snyder <msnyder@redhat.com>
1758
760f6330
MS
1759 * gdb.c++/templates.exp (test_template_breakpoints):
1760 If we get an overload menu, but it does not match what
1761 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
1762 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1763 making the whitespace optional. Argument for "new" may be
1764 "unsigned" as well as "unsigned int/long".
eef747c0
MS
1765 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1766 making the whitespace optional. Also replace "(void) with
1767 "((void|)), making the keyword "void" optional.
63f50499
MS
1768 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1769 making the whitespace optional. Also replace "(void) with
1770 "((void|)), making the keyword "void" optional.
3bf40917
MS
1771 * gdb.base/callfuncs.c (t_float_values): This function must
1772 _not_ be prototyped, and the following function (t_float_values2)
1773 must be prototyped (if the compiler supports it), so that GDB
1774 can be tested against both cases. Usually one case involves
1775 promotion of float to double, while the other does not.
1776 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
1777 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1778 includes a stack frame for "start".
1779
c8ab4e6d
JB
17802001-11-05 Jim Blandy <jimb@redhat.com>
1781
1782 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1783 pointers are 32 bits long, and that offsets of relocs are always
1784 stored in the data (REL-style), and not in the reloc entry itself
1785 (RELA-style).
1786 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1787 stabs.
1788
3f08ced9
MS
17892001-11-01 Michael Snyder <msnyder@redhat.com>
1790
1791 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1792 and regular expression operators by using quoting.
1793
cbfa24cd
MS
17942001-10-31 Michael Snyder <msnyder@redhat.com>
1795
1796 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1797 depending on what the symbol table contains.
1798 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1799 the output of the ptype command. Similarly, accept both "const &"
1800 and "const&".
1801
aaa68313
CV
18022001-10-31 Corinna Vinschen <vinschen@redhat.com>
1803
1804 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1805 symbol `STORAGE' to allow to choose the storage class of
1806 the local datastructures.
1807 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1808 compiler directive.
1809
91740388
MS
18102001-10-30 Michael Snyder <msnyder@redhat.com>
1811
1812 * gdb.base/jump.exp: Allow it to run for all targets.
1813
1b7c05e7
CV
18142001-10-29 Corinna Vinschen <vinschen@redhat.com>
1815
1816 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1817 with new double_array size.
1818 (main): Change storage class of all local variables to static.
1819 Reduce size of double_array to 9.
1820 * gdb.base/call-ar-st.exp: Increase timeout value.
1821 Change expected output for double array to match new size in
1822 call-ar-st.c.
1823
36a22261
CV
18242001-10-29 Corinna Vinschen <vinschen@redhat.com>
1825
1826 * gdb.base/ending-run.exp: Create identical output when passing
1827 `step to end of run' case. Add regular expression branch satisfying
1828 Stormy16 target.
1829
92b8ae91
MK
18302001-10-28 Mark Kettenis <kettenis@gnu.org>
1831
1832 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1833 that we catch the expected failure under Linux/x86.
1834
cb135b83
OF
18352001-10-29 Orjan Friberg <orjanf@axis.com>
1836
1837 * gdb.base/setvar.exp: Escape curly braces.
1838 * gdb.stabs/weird.exp: Ditto.
1839
6884aa54
DJ
18402001-10-27 Daniel Jacobowitz <drow@mvista.com>
1841
1842 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1843 * gdm.mi/mi0-hack-cli.exp: Likewise.
1844
0398c9aa
AC
18452001-10-25 Andrew Cagney <ac131313@redhat.com>
1846
1847 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1848 messages.
1849
d20bf2e8
AC
18502001-10-21 Andrew Cagney <ac131313@redhat.com>
1851
1852 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1853 checking MI enabled.
1854
03dd63aa
CV
18552001-10-09 Corinna Vinschen <vinschen@redhat.com>
1856
1857 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1858
1d9d99f3
FCE
18592001-10-04 Frank Ch. Eigler <fche@redhat.com>
1860
1861 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1862 if gdb child process crashes, just signal an error.
1863
838ae6c4
JB
18642001-10-02 Jim Blandy <jimb@redhat.com>
1865
1866 * lib/gdb.exp (test_xfail_format): Simplify.
1867
1868 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1869 front of the variable name `format'. Simplify `if'.
1870
8f0cbc1c
DJ
18712001-10-01 Daniel Jacobowitz <drow@mvista.com>
1872
1873 * gdb.threads/pthreads.exp: Wait for output and delay
1874 before sending ^C.
1875
1f08dafd
DJ
18762001-10-01 Daniel Jacobowitz <drow@mvista.com>
1877
1878 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1879 some incorrect output instead of timing out.
1880 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1881
674f90ff
CV
18822001-09-28 Corinna Vinschen <vinschen@redhat.com>
1883
1884 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1885 check to allow additional `int'.
1886
9b284272
DJ
18872001-09-27 Daniel Jacobowitz <drow@mvista.com>
1888
1889 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1890 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1891
b55a4771
MS
18922001-09-27 Michael Snyder <msnyder@redhat.com>
1893
1894 * lib/gdb.exp (test_debug_format): New proc.
1895 (setup_xfail_format): Use new proc test_debug_format.
1896 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1897 proc; use new service proc test_debug_format.
1898 Replace all other "gcc_compiled" tests with this test.
1899 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1900 proc; use new service proc test_debug_format.
1901 Replace all other "gcc_compiled" tests with this test.
1902
19032001-09-27 Michael Snyder <msnyder@redhat.com>
1904
1905 * gdb.base/cvexpr.exp: New file.
1906 * gdb.base/cvexpr.c: New file
1907 Test for expressions using const and volatile keywords.
1908
4e6667ac
CV
19092001-09-26 Corinna Vinschen <vinschen@redhat.com>
1910
1911 * gdb.base/constvars.exp: Check for different orders of keywords
1912 and additional "int" strings in output.
1913
4f337972
AC
19142001-09-22 Andrew Cagney <ac131313@redhat.com>
1915
1916 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1917 responses from "help maint".
1918
2015650d
FCE
19192001-09-19 Frank Ch. Eigler <fche@redhat.com>
1920
1921 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1922 to localhost:NNN instead of :NNN, in case Xvfb is listening
1923 only on TCP.
1924
f3bcedc1
CV
19252001-09-19 Corinna Vinschen <vinschen@redhat.com>
1926
1927 * gdb.base/recurse.exp: When checking leaving the watchpoint
1928 scope, recognize when gdb is in function's epilogue and pass.
1929
6b819c92
KS
19302001-09-18 Keith Seitz <keiths@redhat.com>
1931
1932 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1933 support for running tests against sid targets.
1934 (gdbtk_done): Ditto.
1935
a10c9419
CV
19362001-09-18 Corinna Vinschen <vinschen@redhat.com>
1937
1938 * gdb.base/ending-run.c (main): Set stdout buffersize
1939 to the same reasonable value for any target.
1940 * gdb.base/ending-run.exp: Add a regular expression
1941 to make testsuite happy on Sanyo Stormy16 target.
1942
739d0d99
CV
19432001-09-17 Corinna Vinschen <vinschen@redhat.com>
1944
1945 * gdb.base/display.c (do_loops): Add float variable `f'.
1946 Increment f in loop.
1947 * gdb.base/display.exp: Increment timeout by 60 seconds.
1948 Change float display test to use variable `f'.
1949
1b8947f0
JB
19502001-09-17 Jim Blandy <jimb@redhat.com>
1951
1952 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1953 overflowing the limited breakpoint tables on some ROM monitors
1954 (like the ROM68K).
1955
9890ac81
FCE
19562001-09-15 Frank Ch. Eigler <fche@redhat.com>
1957
1958 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
1959 the "-ac" (disable access control) flag.
1960
6db765ea
JH
19612001-08-30 Jeff Holcomb <jeffh@redhat.com>
1962
1963 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
1964 ints.
1965
4c32cc04
KS
19662001-08-30 Keith Seitz <keiths@redhat.com>
1967
1968 * lib/gdb.exp: Move all insight-related functionality into
1969 separate file.
1970 * lib/insight-support.exp: New file.
1971
8d6e6f81
FCE
19722001-08-29 Frank Ch. Eigler <fche@redhat.com>
1973
1974 * config/sid.exp (sid_start): Never set sid verbosity; disable
1975 expect_background {} that consumed its stdout; tolerate </dev/null.
1976 Attempt to set endianness override in "sid" protocol mode. Cleanup.
1977
6a90e1d0
AC
19782001-08-18 Andrew Cagney <ac131313@redhat.com>
1979
1980 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
1981 CLI jump command to start it.
1982 (mi_run_to_main): Fail immediatly when unexpected output.
1983
1759b3c3
AC
19842001-08-18 Andrew Cagney <ac131313@redhat.com>
1985
1986 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
1987 beginning of function. Fix PR gdb/191.
1988
61d11d80
FCE
19892001-08-16 Frank Ch. Eigler <fche@redhat.com>
1990
1991 * config/sid.exp (sid_start): Don't warn if we cannot figure out
1992 what to force sid endianness to.
1993
942a4df2
KS
19942001-08-15 Keith Seitz <keiths@redhat.com>
1995
1996 * lib/gdb.exp (gdbtk_start): Don't set environment
1997 variables for TCL_LIBRARY and friends. Insight will
1998 now figure these out for itself.
1999
0521c418
MS
20002001-08-02 Michael Snyder <msnyder@redhat.com>
2001
2002 * gdb.base/completion.exp: Remove the symbol "a64l" from
2003 the expect string; this is target-specific, and not related
2004 to what is being tested.
2005
74a9a58a
DB
20062001-08-02 Dave Brolley <brolley@redhat.com>
2007
2008 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2009
c70819fa
MS
20102001-07-25 Michael Snyder <msnyder@redhat.com>
2011
c2b8fa57
MS
2012 * gdb.base/consecutive.exp: New file. Test stepping over
2013 breakpoints on consecutive instructions.
2014 * gdb.base/consecutive.c: New file.
2015
c70819fa
MS
2016 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2017 curly braces in regular expressions.
2018
2b1a1355
MS
20192001-07-25 Michael Snyder <msnyder@redhat.com>
2020
2021 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2022 legitimate output from stepping out of main.
2023
413eca6f
KS
20242001-07-22 Keith Seitz <keiths@redhat.com>
2025
2026 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2027 the empty string, do not run the tests.
2028
7e5a9322
SC
20292001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2030
2031 * gdb.base/long_long.exp: Detect size of pointer. Take into
2032 account 2-byte pointers when testing for p/a results.
2033
de58f10f
SC
20342001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2035
2036 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2037 and defined to 1K for m68hc11.
2038 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2039 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2040 (sizeof_random_data): New variable to tell the size of the data table;
2041 don't test past this size; always run to main.
2042
d6f5fea1
SC
20432001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2044
2045 * gdb.base/return2.exp: return of long long and double fails for
2046 68HC11; don't execute these tests on that platform.
2047 * gdb.base/return.exp: Return of a double fails for 68hc11.
2048
c477543d
SC
20492001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2050
2051 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2052 tests that print a float.
2053 * call-rt-st.exp: Likewise.
2054
63cf1c79
MK
20552001-07-12 Mark Kettenis <kettenis@gnu.org>
2056
2057 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2058 running this test on Linux.
2059
112f9ab5
MC
20602001-06-24 Michael Chastain <chastain@redhat.com>
2061
2062 * gdb.base/arithmet.exp: Remove some tests to make all test names
2063 unique.
2064
4970cb0f
MS
20652001-07-03 Michael Snyder <msnyder@redhat.com>
2066
2067 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2068 the output of the ptype command.
2069
d85da69f
MS
20702001-07-02 Michael Snyder <msnyder@redhat.com>
2071
4c8a82de
MS
2072 * gdb.base/completion.exp: Don't assume that break.c is the only
2073 source file that may contain functions named "marker".
d85da69f
MS
2074 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2075
8afc772b
AC
20762001-06-28 Andrew Cagney <ac131313@redhat.com>
2077
2078 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2079 of files to delete.
2080
2081 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2082 * gdb.disasm/h8300s.exp: New file.
2083 gdb.disasm/h8300s.s: Likewise.
2084
cff22675
AC
20852001-06-27 Andrew Cagney <ac131313@redhat.com>
2086
2087 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2088 empty breakpoint tables.
2089
68c81b54
AC
20902001-06-25 Andrew Cagney <ac131313@redhat.com>
2091
2092 * lib/mi-support.exp: Update args=... part of stop-reason
2093 patterns. Accept either a list or a tuple.
2094
2dd62704
AC
20952001-06-23 Andrew Cagney <ac131313@redhat.com>
2096
2097 * lib/mi-support.exp: Remove local emacs variable defining
2098 change-log-default-name.
2099
b4127474
MC
21002001-06-22 Michael Chastain <chastain@redhat.com>
2101
2102 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2103 This is operationally compatible with the previous version.
2104
8dbfb380
JB
21052001-06-13 Jim Blandy <jimb@redhat.com>
2106
2107 * lib/gdb.exp (gdb_test): Doc fix.
2108
f2d8c86d
MC
21092001-06-10 Michael Chastain <chastain@redhat.com>
2110
2111 * gdb.base/exprs.exp: Remove a duplicate test.
2112
81564d34
JB
21132001-06-06 Jim Blandy <jimb@redhat.com>
2114
2115 * gdb.base/return2.exp (main): Use values to test float and double
2116 returns that are not NaN's, to avoid being confused by IEEE
2117 comparison rules.
2118
da55addb
MS
21192001-06-04 Michael Snyder <msnyder@redhat.com>
2120
2121 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2122 non-zero if control_c fails. Terminate the test on failure,
2123 rather than wait for 12 more tests to time out.
2124
42c65987
JB
21252001-06-06 Jim Blandy <jimb@redhat.com>
2126
b18bced9
JB
2127 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2128 Don't forget to match the GDB prompt.
2129
42c65987
JB
2130 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2131
5b41e5f0
JB
21322001-06-04 Jim Blandy <jimb@redhat.com>
2133
2134 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2135 command.
2136
015e046f
KB
21372001-05-31 Kevin Buettner <kevinb@redhat.com>
2138
2139 * gdb.base/annota1.exp (info break): Match four or more spaces
2140 after "Address".
2141
fb1ffbbe
MC
21422001-05-31 Michael Chastain <chastain@redhat.com>
2143
2144 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2145 (dm_type_int_star): Likewise.
2146 (dm_type_long_star): Likewise.
2147 (dm_type_void_star): Likewise.
2148
5ea2a32c
KB
21492001-05-29 Kevin Buettner <kevinb@redhat.com>
2150
2151 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2152 to a known value in order to get consistent results regardless
2153 of the setting of INPUTRC or the presence or contents of .inputrc.
2154
ae23c492
MS
21552001-05-24 Michael Snyder <msnyder@redhat.com>
2156
ac55707e
MS
2157 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2158 Don't require that the main thread and the manager thread are the
2159 first in the list.
2160
ae23c492
MS
2161 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2162 debugging. If test fails, issue an "unsupported" not a "fail".
2163
400071f1
JB
21642001-05-24 Jim Blandy <jimb@redhat.com>
2165
2166 Don't assume that short is shorter than int.
2167 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2168 assume that shorts are smaller than ints. On a 16-bit machine,
2169 this isn't true.
2170 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2171 an int, is not equal to ~0 stored in an unsigned char. This tests
2172 the same thing that the previous test meant to, but works on
2173 16-bit machines, too.
2174 ("print unsigned char != (~0)"): Same test, complemented.
2175
0816a3e5
MS
21762001-05-24 Michael Snyder <msnyder@redhat.com>
2177
2178 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2179 test for (full_coverage == 0). This makes the test run faster,
2180 and prevents dejagnu getting out of step.
2181
f6dc23a9
KB
21822001-05-23 Kevin Buettner <kevinb@redhat.com>
2183
2184 * gdb.base/finish.exp (finish_void): Revise pattern for
2185 stopping on the call statement to not permit stopping at
2186 the start of the instructions comprising the call sequence.
2187
7dbd117d
MC
21882001-05-19 Michael Chastain <chastain@redhat.com>
2189
2190 * gdb.base/callfuncs.exp: Make all test names unique.
2191 * gdb.base/commands.exp: Make all test names unique.
2192 * gdb.base/condbreak.exp: Make all test names unique.
2193 * gdb.base/dbx.exp: Make all test names unique.
2194 * gdb.base/default.exp: Make all test names unique.
2195 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2196 and TIMEOUT messages to their corresponding PASS message.
2197 * gdb.base/ending-run.exp: Make all test names unique.
2198 * gdb.base/long_long.exp: Remove duplicate test.
2199
6b0b0a9e
KB
22002001-05-21 Kevin Buettner <kevinb@redhat.com>
2201
2202 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2203 stop on the call statement as well as the statement after the
2204 call.
2205
2caa35cb
MS
22062001-05-21 Michael Snyder <msnyder@redhat.com>
2207
2208 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2209
40713331
EZ
22102001-05-10 Elena Zannoni <ezannoni@redhat.com>
2211
2212 * gdb.base/completion.exp: Revamp test. Make it execute on all
2213 platforms.
2214
c2c1be8d
EZ
22152001-05-10 Elena Zannoni <ezannoni@redhat.com>
2216
2c9cd303
EZ
2217 * config/gdbserver.exp (gdb_load): Handle the case
2218 in which the arguments to gdbserver are given in the
2219 baseboard configuration file.
2220 Also handle the case in which the server needs to do a
2221 load.
2222
9671de48
KS
22232001-05-07 Keith Seitz <keiths@cygnus.com>
2224
2225 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2226 set up the display for testing.
2227 (gdbtk_start): Convert all paths to paths that tcl will like.
2228 Export target information to environment.
2229 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2230 necessary.
2231 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2232 (to_tcl_path): New proc to convert a given pathname into
2233 a path acceptible as an argument to a tcl command.
2234 (_gdbtk_export_target_info): New proc to export target info
2235 into the environment for gdbtk testing.
2236 (gdbtk_done): New proc to signal end-of-test.
2237
5a360f47
JB
22382001-05-06 Jim Blandy <jimb@redhat.com>
2239
2240 * restore.c: Make the code of caller0 correspond to its comment.
2241
66c756c6
MS
22422001-05-03 Michael Snyder <msnyder@redhat.com>
2243
2244 * config/sid.exp (gdb_target_sid): Check for error messages.
2245 On error or timeout, don't make expect exit (which will terminate
2246 all subsequent tests); instead just make gdb exit.
2247 (gdb_load): Check for error messages. On error or timeout,
2248 return a negative value.
2249
a966fde5
JB
22502001-04-24 Jim Blandy <jimb@redhat.com>
2251
851c18e0
JB
2252 * gdb.c++/templates.exp: If we see the prompt for the overload
2253 list, but we haven't recognized any of the longer patterns,
2254 arrange for this test to fail, not hang.
2255
a966fde5
JB
2256 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2257 variations.
2258
db144853
MC
22592001-04-22 Michael Chastain <chastain@redhat.com>
2260
2261 * gdb.c++/local.exp: Use the 'runto' library function.
2262 * gdb.c++/namespace.exp: Likewise.
2263 * gdb.c++/overload.exp: Likewise.
2264
3207ec21
KB
22652001-03-26 Kevin Buettner <kevinb@redhat.com>
2266
2267 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2268 * gdb.base/step-line.exp: New file. Test step/next in presence of
2269 #line directives.
2270 * gdb.base/step-line.c: New file. Test program for the above.
2271 * gdb.base/step-line.inp: New file. We pretend that this file has
2272 been transformed by some other tool into step-line.c.
2273
13b57657
JB
22742001-03-21 Jim Blandy <jimb@redhat.com>
2275
2276 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2277 unmangled operator names.
2278
754cbe1c
JB
22792001-03-20 Jim Blandy <jimb@redhat.com>
2280
2281 * gdb.threads/linux-dp.exp: Recognize an additional message
2282 generated by GDB when it doesn't understand how to debug threads
2283 on the target system.
2284
177495c9
AC
22852001-03-19 Andrew Cagney <ac131313@redhat.com>
2286
2287 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2288
f266096b
MC
22892001-03-12 Michael Chastain <chastain@redhat.com>
2290
2291 * gdb.c++/derivation.exp: Use the 'runto' library function.
2292
cac3c2ff
MC
22932001-03-12 Michael Chastain <chastain@redhat.com>
2294
2295 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2296
b6c11a24
MC
22972001-02-24 Michael Chastain <chastain@redhat.com>
2298
2299 * gdb.c++/ref-types.exp: Change handwritten code to library
2300 function 'runto'.
2301
6bae5bce
OF
23022001-03-16 Orjan Friberg <orjanf@axis.com>
2303
2304 * gdb.base/signals.exp: Set count to 0 explicitly.
2305
0015fd9a
MS
23062001-03-15 Mark Salter <msalter@redhat.com>
2307
2308 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2309 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
2310 (gdb_load): Add support for additional target_info: gdb_download_size
2311 and gdb_load_timeout.
0015fd9a 2312
fc33412a
DT
2313Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2314
2315 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2316 file -- to prevent failing when the compile fails but we have no
2317 intention of running the tests anyway.
2318
2319 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2320 tests if set.
2321
2322 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2323 integers.
2324
2325 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2326 * gdb.c++/namespace.exp: Ditto.
2327
115f06de
OF
23282001-03-07 Orjan Friberg <orjanf@axis.com>
2329
2330 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2331 * gdb.base/pointers.exp: Relax pattern match of decimals.
2332
b6ba6518
KB
23332001-03-06 Kevin Buettner <kevinb@redhat.com>
2334
2335 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2336 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2337 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2338 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2339 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2340 config/sh.exp, config/sid.exp, config/slite.exp,
2341 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2342 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2343 config/vxworks.exp, config/vxworks29k.exp,
2344 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2345 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2346 gdb.base/arithmet.exp, gdb.base/assign.exp,
2347 gdb.base/async.exp, gdb.base/attach.exp,
2348 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2349 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2350 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2351 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2352 gdb.base/commands.exp, gdb.base/completion.exp,
2353 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2354 gdb.base/constvars.exp, gdb.base/corefile.exp,
2355 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2356 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2357 gdb.base/ending-run.exp, gdb.base/environ.exp,
2358 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2359 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2360 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2361 gdb.base/funcargs.exp, gdb.base/help.exp,
2362 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2363 gdb.base/logical.exp, gdb.base/long_long.exp,
2364 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2365 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2366 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2367 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2368 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2369 gdb.base/regs.exp, gdb.base/relational.exp,
2370 gdb.base/remote.exp, gdb.base/reread.exp,
2371 gdb.base/restore.exp, gdb.base/return2.exp,
2372 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2373 gdb.base/selftest.exp, gdb.base/setshow.exp,
2374 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2375 gdb.base/sigall.exp, gdb.base/signals.exp,
2376 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2377 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2378 gdb.base/step-test.exp, gdb.base/structs.c,
2379 gdb.base/structs.exp, gdb.base/structs2.exp,
2380 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2381 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2382 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2383 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2384 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2385 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2386 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2387 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2388 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2389 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2390 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2391 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2392 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2393 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2394 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2395 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2396 gdb.trace/circ.exp, gdb.trace/collection.exp,
2397 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2398 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2399 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2400 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2401 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2402 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2403 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2404 notices.
2405
dc96c6c7 24062001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
2407
2408 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2409 first arg is int not float.
2410
dc96c6c7 24112001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
2412
2413 * gdb.base/reread.exp: Unsupported for non-native targets;
2414 doesn't work for remote debugging.
2415
9b0c4aeb
FN
24162001-02-19 Fernando Nasser <fnasser@redhat.com>
2417
2418 From Drew Moseley <dmoseley@redhat.com>
2419 * gdb.base/ending-run.exp: Properly handle the BSP state when
2420 stepping past the end of main.
2421
02aa71d5
MC
24222001-02-19 John Moore <jmoore@redhat.com>
2423
2424 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2425 Converted HPUX fix for non-expected items following multiple
2426 step commands into general solution for all platforms.
2427
1fa449a4
MC
24282001-02-18 Michael Chastain <chastain@redhat.com>
2429
2430 * gdb.c++/classes.exp (do_tests): Change runto statements
2431 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2432 statements demangler agnostic.
2433 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2434 (gdb_virtfunc_restart): Likewise.
2435
b2f9ec70
MC
24362001-02-14 Michael Chastain <chastain@redhat.com>
2437
2438 * gdb.c++/inherit.exp (do_tests): Change runto statements
2439 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2440 statements demangler agnostic.
2441
cf74b8ca
AC
2442Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2443
2444 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2445 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2446 before calling common_routine 15 times'' tests.
2447
99f78f56
MC
24482001-02-11 Michael Chastain <chastain@redhat.com>
2449
2450 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2451 Helps the test script figure out which demangler is in use.
2452 (dm_type_foo_ref): Ditto.
2453 (dm_type_int_star): Ditto.
2454 (dm_type_long_star): Ditto.
2455 (dm_type_unsigned_int): Ditto.
2456 (dm_type_void): Ditto.
2457 (dm_type_void_star): Ditto.
99707966 2458 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2459 Probe the gdb demangler and set variables to accommodate
2460 formatting differences.
2461 (info_func_regexp): New function. Same as info_func, but
2462 matches against a regexp.
2463 (info_func): Match against a literal string.
2464 (print_addr_2): New function. Match against a literal string,
2465 which can be different from the input to gdb.
2466 (print_addr): Simply call print_addr_2 with the same argument twice.
2467 (test_lookup_operator_functions): Use demangler formatting variables.
2468 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2469 the tests in the same order as the C++ class declaration.
2470 (test_paddr_operator_functions): Ditto.
2471 (test_paddr_overloaded_functions): Ditto.
2472 (test_paddr_hairy_functions): Use demangler formatting variables.
2473 Add reference to gdb/19 for related tests.
2474 (do_tests): Call probe_demangler.
2475
1de8f023
KB
24762001-01-30 Kevin Buettner <kevinb@redhat.com>
2477
2478 * gdb.c++/templates.cc (printf): Remove unused function definition.
2479
ca3f91ed
MS
24802001-01-26 Felix Lee <flee@redhat.com>
2481
2482 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2483
24842001-01-25 matthew green <mrg@redhat.com>
2485
2486 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2487 up sid.
2488 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2489
24902001-01-25 matthew green <mrg@redhat.com>
2491
2492 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2493 Deprecate $sid_spawn_id.
2494 (sid_exit): Remove code necessary only for `spawn.'
2495
24962001-01-25 matthew green <mrg@redhat.com>
2497
2498 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2499
fb18ec4a
MC
25002001-01-28 Michael Chastain <chastain@redhat.com>
2501
2502 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2503 to call when tests fail. It takes gdb out of the overloaded
2504 function choice menu back to the main prompt, so that the test
2505 program stays synchronized.
2506 (set_bp_overloaded): New proc to collect all the common
2507 code for setting a breakpoint on an overloaded name. Calls
2508 take_gdb_out_of_choice_menu when needed.
2509 (menu_overload1arg): New variable to collect the repeated
2510 instances of the expected menu for an overloaded name. Change
2511 the regular expression to handle changes in g++ type encoding:
2512 "void" can be either "void" or "", and "unsigned int" can be
2513 either "unsigned int" or "unsigned".
2514 (continue_to_bp_overloaded): Change regular expressions to handle
2515 changes in g++ type encoding.
2516 (no proc): Call take_gdb_out_of_choice_menu when needed.
2517 Remove redundant calls to "info break". Accept either "canceled"
2518 or "cancelled". Change regular expressions in "info break"
2519 calls to handle changes in g++ type encoding. Give all tests
2520 unique strings.
2521
9c646a6e
BE
25222001-01-17 Ben Elliston <bje@redhat.com>
2523
2524 * config/sid.exp: New file.
2525
9549d9c1
AC
2526Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2527
2528 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2529
dc96c6c7 25302000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2531
2532 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2533 Add a RE to accept a non-ascii char if one is ever presented.
2534
b4df4f68
FN
25352000-12-20 Fernando Nasser <fnasser@redhat.com>
2536
297dd0fd 2537 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2538
dc96c6c7 25392000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2540
2541 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2542 in regexp. One '\' does not suffice on Linux.
2543
4a7bddb6
MC
25442000-12-09 Michael Chastain <chastain@redhat.com>
2545
2546 * gdb.base/break.exp (test_clear_command): Use a marker function
2547 rather than 'main' for the test function. Also move this
2548 test to an execution point where the marker function names are
2549 guaranteed to be bound to functions. (Executing tests after a
2550 'finish' from main runs into name conflicts with local names
2551 in __libc_start_main).
2552
dc96c6c7 25532000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2554
2555 * gdb.base/finish.exp: New test for gdb's "finish" command.
2556 * gdb.base/return2.exp: New test for gdb's "return" command.
2557 * gdb.base/return2.c: New source file for above.
2558
dc96c6c7 25592000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2560
2561 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2562 * gdb.base/miscexprs.exp: Ditto.
2563 * gdb.base/pointers.exp: Ditto.
2564 * gdb.c++/derivation.exp: Ditto.
2565 * gdb.c++/local.exp: Ditto.
2566 * gdb.c++/namespace.exp: Ditto.
2567 * gdb.c++/overload.exp: Ditto.
2568 * gdb.c++/ref-types.exp: Ditto.
2569
dc96c6c7 25702000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2571
2572 * gdb.base/constvars.exp: Test result of "up" command.
2573 * gdb.base/miscexprs.exp: Ditto.
2574 * gdb.base/pointers.exp: Ditto.
2575 * gdb.base/scope.exp: Ditto.
2576 * gdb.c++/derivation.exp: Ditto.
2577 * gdb.c++/local.exp: Ditto.
2578 * gdb.c++/namespace.exp: Ditto.
2579 * gdb.c++/overload.exp: Ditto.
2580 * gdb.c++/ref-types.exp: Ditto.
2581
44097287
FN
25822000-11-22 Michael Chastain <chastain@redhat.com>
2583
2584 * mips_pro.exp: Accept either "middle -> top -> main" or
2585 "middle -> main" in the backtrace, because gcc can optimize
2586 tail calls to jumps. Remove setup_xfail for the hppa case.
2587 Add a comment with the original warning messages from PR 3016,
2588 which was filed in 1993, to preserve them for posterity.
2589
9d2e1bab
ND
25902000-11-17 Nick Duffek <nsd@redhat.com>
2591
2592 * lib/gdb.exp (gdb_test): Override timeout with board info.
2593
1aca8eb7
ND
25942000-11-17 Nick Duffek <nsd@redhat.com>
2595
2596 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2597 the second kill and detach messages.
2598
93076499
ND
25992000-11-17 Nick Duffek <nsd@redhat.com>
2600
2601 * configure.in: Add AC_EXEEXT.
2602 * configure: Regenerate.
2603 * Makefile.in (just-check): Export EXEEXT.
2604 * lib/gdb.exp ($EXEEXT): Import from environment.
2605 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2606 expect "maint dump-me" on Cygwin.
2607 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2608 $EXEEXT.
2609
30e87cd3
ND
26102000-11-17 Nick Duffek <nsd@redhat.com>
2611
2612 * gdb.base/break.exp: Test backtrace and finish from called
2613 function on all platforms, not just HP-UX.
2614
dc96c6c7 26152000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2616
2617 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2618 code from gdb_target_monitor, so it can be used independantly
2619 for gdbserver. Also comment out an unnecessary PUTS.
2620
dc96c6c7 26212000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
2622
2623 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2624 * gdb.base/corefile.exp: Expect the message "Program is being
2625 debugged already" when we send the "corefile" command, since
2626 the preceeding gdb_load may have connected gdb to a remote target.
2627 * gdb.base/display.exp: Disable hardware watchpoints if new
2628 board info variable "no_hardware_watchpoints" is true.
2629 Replace single-letter commands with more readable ones.
2630 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2631 if new board info variable "no_hardware_watchpoints" is true.
2632 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2633 to see if stdio (printf) testing is possible.
2634 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2635 board info variable "no_hardware_watchpoints" is true. Use new
2636 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2637
39124dea
FN
26382000-11-13 Fernando Nasser <fnasser@redhat.com>
2639
2640 From Orjan Friberg <orjanf@axis.com>:
2641 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2642 in array print pattern match.
2643
a9e2e984
FN
26442000-11-09 Fernando Nasser <fnasser@redhat.com>
2645
2646 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2647 spelling "cancelled" to U.S. spelling "canceled" to match changes
2648 made to gdb.
2649 * gdb.c++/ovldbreak.exp: Ditto.
2650
c7db355b
PS
26512000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2652
2653 * gdb.base/callfuncs.c (main): Moved to end of file, call
2654 t_double_values to initialize the FPU before inferior calls are made.
2655 * gdb.base/callfuncs.exp: Test for register preservation after calling
2656 inferior functions. Add tests for continuining, finishing and
2657 returning from a stop in a call dummy.
2658
dc96c6c7 26592000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
2660
2661 * gdb.base/commands.exp: Break up long lines, and re-indent.
2662
dc96c6c7 26632000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
2664
2665 * config/gdbserver.exp: Rewritten from the ground up, to make it
2666 compatible with the current dejagnu tree, and to make it work with
2667 the new "gdbserver" in libremote.
2668
dc96c6c7 26692000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2670
2671 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2672 * gdb.base/varargs.exp: Skip entire test if no printf support.
2673 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2674 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2675
dc96c6c7 26762000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2677
2678 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2679 no floating point support.
2680 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2681 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2682 * gdb.base/call-rt-st.exp: Ditto.
2683 * gdb.base/call-strs.exp: Ditto.
2684
bac5fc66
JG
26852000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2686
2687 * gdb.base/sizeof.c: include <stdio.h>.
2688
2689 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2690 'finish', otherwise uncaptured gdb_prompt would potentially
2691 throw remaining test points out of sync.
2692
b22a6027
SB
26932000-07-26 Scott Bambrough <scottb@netwinder.org>
2694
2695 * gdb.base/recurse.exp: Run tests for all targets.
2696 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2697 gnu-oldld case on ARM.
2698 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2699 for ARM targets.
2700
d8231941
AG
2701Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2702
2703 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2704 * gdb.java/configure: Rebuild.
2705
8caabe69
AG
2706Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2707
2708 * gdb.java/jv-exp.exp: New file.
2709
9d273ca3
AG
2710Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2711
2712 * configure: Rebuilt.
2713 * configure.in (configdirs): Add gdb.java.
2714 * gdb.java/jmisc.java: New file.
2715 * gdb.java/jmisc.exp: New file.
2716 * gdb.java/Makefile.in: New file.
2717 * gdb.java/configure: Rebuilt.
2718 * gdb.java/configure.in: New file.
2719 * lib/java.exp: New file.
2720
4f823a66
AC
2721Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2722
2723 * gdb.base/exprs.exp: Test casts to a pointer including over and
2724 underflow.
2725
2391e11d
AC
2726Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2727
2728 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2729 and the compilers sizes.
2730
54602222
ND
27312000-07-09 Nick Duffek <nsd@redhat.com>
2732
2733 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2734 (use_methods): New function.
2735 (main): Call use_methods().
2736 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2737 (do_tests): Call test_method_param_class.
2738
2bec0572
ND
27392000-07-09 Nick Duffek <nsd@redhat.com>
2740
2741 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2742 spelling.
2743 (test_enums): New procedure. Move enum tests from end of script
2744 to here. Set breakpoint on function name instead of line number.
2745 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2746 (enums2): New marker function.
2747 (enums1): New function.
2748 (main): Call enums1(). Move enum tests to enums1().
2749
78492fde
AC
2750Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2751
2752 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2753 compile/link program. Update line numbers.
2754 * gdb.asm/d10v.inc: Define ``startup''.
2755 * gdb.asm/asmsrc1.s: Add definition of _start.
2756
49a2cef8
AC
2757Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2758
2759 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2760
3e6c8688
EZ
27612000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2762
2763 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2764 of 'help maint print' command.
2765
9ff5cbe9
AC
2766Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2767
2768 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2769 they use gdb_expect_list.
2770
17c579bd
AC
2771Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2772
2773 * gdb.base/commands.exp: Use ``set remote
2774 memory-read-packet-size'' instead of ``set endian big'' to test
2775 long commands.
2776
e6d71bf3
DB
27772000-06-03 Daniel Berlin <dan@cgsoftware.com>
2778
2779 * gdb.c++/templates.exp (do_tests): Make all of these work under
2780 g++, and stop skipping them.
2781
2782 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2783 work under g++.
2784
e5f9ba7b
MS
2785 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2786 initialization.
2787
dc96c6c7 27882000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
2789
2790 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2791 the regular expression: accept an (almost) arbitrary sequence of
2792 "frames-invalid" and "breakpoints-invalid" messages both before
2793 and after the "starting" message.
2794
dc96c6c7 27952000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
2796
2797 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 2798
dc96c6c7 27992000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
2800
2801 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2802 Relax the regular expression a little, make it pass on Solaris 8.
2803
8216cda9
KB
28042000-05-12 Kevin Buettner <kevinb@redhat.com>
2805
2806 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2807 a call, do not require that gdb stop on the line after the call.
2808 Instead, it is permissible for gdb to stop on the line of the
2809 call itself.
2810
1a570b2f
MS
28112000-05-12 Michael Snyder <msnyder@.cygnus.com>
2812
2813 * gdb.base/break.exp (bp on small function, optimized file):
2814 Add a second pass pattern. The behavior differs here between stabs
2815 and dwarf for one-line functions. Stabs preserves two line symbols
2816 (one before the prologue and one after) with the same line number,
2817 but dwarf regards these as duplicates and discards one of them.
2818 Therefore the address after the prologue (where the breakpoint is)
2819 has no exactly matching line symbol, and GDB reports the breakpoint
2820 as if it were in the middle of a line rather than at the beginning.
2821
dc96c6c7 28222000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
2823
2824 * gdb.base/interrupt.exp: Make "pass" message say "send"
2825 rather than "send_gdb" (for consistancy).
2826
7d418785
AC
2827Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2828
2829 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2830 * gdb.c++/templates.cc: Properly check for GCC version number.
2831 * lib/compiler.cc: Likewise
2832
dc96c6c7 28332000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
2834
2835 * gdb.base/break.exp: When compiled with -O2 optimization,
2836 gdb may not stop at the first line of main, due to code motion.
2837
dc96c6c7 28382000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
2839
2840 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2841 This test depends on parsing the printf output from the target.
2842 Since the sparclet stub doesn't do stdio, this will never work.
2843 * gdb.base/call-rt-st.exp: ditto.
2844 * gdb.base/call-strs: ditto.
2845
dc96c6c7 28462000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
2847
2848 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2849
2850 * gdb.base/ending-run.exp: After connecting to a remote target,
2851 but before running, the target will appear to be in a random
2852 location. Specify both a file and a line for breakpoints.
2853 Also, the function that calls main may be called 'init'
2854 rather than 'start'.
2855
a5a51225
EZ
28562000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2857
2858 * gdb.base/help.exp: Update output for add-symbol-file command.
2859
7930cc7c
FN
28602000-04-10 Fernando Nasser <fnasser@cygnus.com>
2861
2862 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2863 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2864
23e37ab1
C
28652000-04-07 J.T. Conklin <jtc@redback.com>
2866
e93c542c
C
2867 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2868
23e37ab1
C
2869 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2870
591b8fa3
PDM
2871Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2872
2873 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2874 values that can be represented exactly.
2875 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2876 above change, and to not check against the directory part of the source
2877 file name.
2878 (step into print_long_arg_list): Likewise.
2879 (print print_small_structs from print_long_arg_list): Likewise.
2880 (print print_long_arg_list): Likewise.
2881
7a495180
EZ
28822000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2883
30b53638 2884 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 2885
beb998c6
AC
2886Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2887
2888 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2889
1c689132
DB
28902000-03-25 Daniel Berlin <dan@cgsoftware.com>
2891
2892 * gdb.base/commands.exp (deprecated_command_test): Add test for
2893 deprecate with no arguments.
2894
c1790a9d
JL
28952000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2896
2897 * gdb.base/break.exp: Add new test for setting breakpoints on
2898 optimized code so we can test breakpoints work even when function
2899 prologues may be optimized away
2900
003ba290
FN
29012000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2902
2903 From David Whedon <dwhedon@gordian.com>
2904 * gdb.base/commands.exp : Added command deprecator tests.
2905
6837a0a2
DB
29062000-03-22 Daniel Berlin <dan@cgsoftware.com>
2907
2908 * gdb.base/help.exp: Added test for new apropos command.
2909
b9593231
KB
29102000-03-21 Kevin Buettner <kevinb@redhat.com>
2911
2912 * gdb.base/pointers.c (usevar): New function.
2913 (main): Make sure that global variables v_int_pointer2, rptr,
2914 and y are all referenced someplace in the program by calling
2915 usevar() on them. [Some linkers delete symbols which are
2916 never referenced. The space remains, but there's no way to
2917 get a (symbolic) handle on the variable from the debugger.]
2918
751a959b
EZ
29192000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2920
2921 * gdb.base/printcmds.c: Add typedeffed arrays.
2922
2923 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2924 procedure to test arrays that are typedef'd.
2925
73a93a32
JI
29262000-03-13 James Ingham <jingham@leda.cygnus.com>
2927
2928 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 2929 the library directories.
73a93a32 2930
fb40c209
AC
2931Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2932
2933 * configure.in (configdirs): Add sub directory gdb.mi.
2934 * configure: Re-generate.
2935
2936 * gdb.mi: New directory.
beb998c6 2937
ee4dd2c9
AC
29382000-02-25 Scott Bambrough <scottb@netwinder.org>
2939
2940 * gdb.base/long_long.exp: Correct test suite failure when printing
2941 a long long value as a double on ARM platforms.
2942
70f0cc22
JB
29432000-02-16 Jim Blandy <jimb@redhat.com>
2944
2945 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2946 default source file is set properly before running this test.
2947
853819b8
EZ
29482000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2949
2950 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2951 gdbtk/library directory, not in gdbtcl2.
2952
dfcd3bfb
JM
29532000-02-04 Jim Blandy <jimb@redhat.com>
2954
2955 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
2956 backslash from regexp pattern.
2957
2958 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
2959 procedure. Use it to run all the "continue to bp overloaded"
2960 tests. Note that this changes the names of the tests slightly.
2961 If the breakpoint hit message includes a hex PC value, because
2962 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
2963 from the real source code, still consider that a pass.
2964
2965 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
2966 XFAIL here if the breakpoint message contains a hex address. Note
2967 similar change on 1999-11-02.
2968
2969 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
2970
2971 * gdb.base/ptype.exp: Establish a default source file before
2972 calling get_debug_format.
2973
29742000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
2975
2976 * gdb.base/watchpoint.exp: Remove duplication of test messages.
2977
8b93c638
JM
29782000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2979
2980 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
2981 of successive stepi commands -- while in the prologue we should see
2982 the function entry bracket.
2983
29842000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2985
2986 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
2987 reach __change_mode() when stepping through the end of main().
2988
c5394b80
JM
29892000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
2990
2991 * gdb.base/default.exp: Fix expected pattern.
2992 * gdb.base/help.exp: Same.
2993
0d06e24b
JM
29942000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2995
2996 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
2997 Don't use xfail's because that affects only the following test.
beb998c6 2998
0d06e24b
JM
2999 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3000 solaris or linux.
3001
3002 * gdb.base/selftest.exp: Update to reflect changes to main.c.
3003
dc96c6c7 30042000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 3005
beb998c6 3006 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
3007 "A syntax error" rather than "A parse error". Accept both.
3008
30092000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3010
3011 * gdb.base/default.exp: Remove OS dependent string from "target
3012 remote" test.
3013 * gdb.base/help.exp: Same for "help target remote" test.
3014
c3f6f71d
JM
30152000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3016
3017 From Jim Kingdon <kingdon@redhat.com>:
3018
3019 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3020 prompt (cleanup rather than necessity, but still might keep output
3021 from spilling to next test).
3022
30232000-01-02 Fred Fish <fnf@cygnus.com>
3024
3025 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3026 AIX, which defines them in <sys/types.h>.
3027
ed9a39eb 30281999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 3029
ed9a39eb
JM
3030 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3031 float" test.
3032
30331999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 3034
ed9a39eb 3035 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
3036
3037 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3038 outermost frame disallowed".
3039
30401999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3041
3042 * gdb.base/setvar.exp: New tests for setting the value of a struct
3043 with a constant list.
3044
30451999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3046
3047 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3048 require the user to type a cast before setting the value of a struct.
3049
de57eccd
JM
30501999-12-06 Jim Blandy <jimb@cygnus.com>
3051
3052 * gdb.base/default.exp: Expect the new 'info float' command on
3053 all i386 platforms.
3054
3055 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3056 LinuxThreads libraries that don't support debugging.
3057
c2d11a7d
JM
3058Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3059
3060 * gdb.base/remote.c: Fill the buffer with truely random data.
3061 Change the buffer type to ``unsigned char'' to simplify size
3062 arithmetic.
3063
3064 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3065 stub only handles 400-1 byte packets. Verify that the download
3066 worked.
3067
30681999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3069
3070 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3071 tests, using UNRESOLVED for the untested cases. Also, does not wait
3072 for a timeout if the prompt was received before a recognizable pattern.
3073
30741999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3075
3076 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3077
30781999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3079
3080 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3081 watchpoints.
3082
30831999-11-24 Jason Merrill <jason@casey.cygnus.com>
3084
3085 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3086
3087 * gdb.c++/local.exp: Be more flexible in recognizing local class
3088 name mangling. Don't allow horribly truncated method names.
3089 * gdb.c++/derivation.exp: Expect protected inheritance.
3090 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3091 * gdb.c++/virtfunc.exp: Likewise.
3092 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3093 when printing a nested enum.
3094
30951999-11-22 Jim Blandy <jimb@cygnus.com>
3096
3097 * gdb.base/step-test.exp: Properly await GDB's response to setting
3098 a breakpoint on the call to large_struct_by_value.
3099
3100 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3101 just because we have debug info for the `start' function.
3102
31031999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3104
3105 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3106 "Unknown signal" messages, which indicate (on LinuxThreads) that
3107 GDB doesn't know how to debug threads on this system. This is
3108 better than hanging while philosopher 0 dumps chatter into gdb.log.
3109
31101999-11-18 Tom Tromey <tromey@cygnus.com>
3111
3112 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3113
31141999-11-18 Fred Fish <fnf@cygnus.com>
3115
3116 * gdb.base/coremaker2.c: Add sample program for generating
3117 cores that is more self contained than coremaker.c. Eventually
3118 I'll add more code to this and tie it into the testsuite.
3119
4ce44c66
JM
31201999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3121
3122 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3123
31241999-11-10 Jimmy Guo <guo@cup.hp.com>
3125
3126 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3127 from $srcdir/lib/.
3128 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3129 and gdb.c++/.
3130
3131 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3132
beb998c6 3133 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
3134 'continue with watch' test point.
3135
31361999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3137
3138 Merged from p2linux-990323-branch:
beb998c6 3139
4ce44c66
JM
3140 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3141
11cf8741
JM
3142Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3143
3144 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3145 {limit,fixed}''. Test ``set download-write-size''.
3146
3147Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3148
3149 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3150 gdb_expect_list.
3151
3152Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3153
3154 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3155
31561999-11-03 Mark Salter <msalter@cygnus.com>
3157
3158 * gdb.base/break.exp: Fix "stub continue" pattern.
3159
31601999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3161
3162 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3163
31641999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3165
3166 * gdb.base/display.exp ("finish"): Add timeout clause.
3167
3168 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3169 plain prompt clause, so this doesn't have to time out in order to
3170 fail.
3171
3172 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3173 breakpoint hit messages include an address.
3174
3175 * gdb.base/display.exp: Don't forget to escape parens in regular
3176 expressions. Unix regexp notatation sucks.
3177
31781999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3179
3180 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3181 order for 'signalled' message.
3182
5c44784c
JM
31831999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3184
3185 From Jimmy Guo <guo@cup.hp.com>:
3186 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3187 * gdb.base/annota1.c: Add code for tests to work with.
3188
31891999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3190
3191 * gdb.base/remote.exp: New test for remote downloading settings.
3192 * gdb.base/remote.c: New file with large .data.
3193
917317f4
JM
31941999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3195
3196 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3197 for LinuxThreads support, merged from the Code Fusion branch.
3198
3199Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3200
3201 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3202 containing exp_continue into a while within an expect. Don't
3203 attempt a start more than three times. Check return value from
3204 gdb_load.
beb998c6 3205
2df3850c
JM
3206Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3207
3208 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3209 a pass case.
3210
2acceee2
JM
32111999-10-01 Kevin Buettner <kevinb@cygnus.com>
3212
3213 * gdb.base/break.c (main): Added a statement that we can step
3214 off of.
3215 * gdb.base/break.exp: Added tests for setting a breakpoint
3216 at an offset and stepping onto a breakpoint.
3217
32181999-10-01 Fred Fish <fnf@cygnus.com>
3219
beb998c6 3220 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
3221 gdb output.
3222
c2c6d25f
JM
32231999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3224
3225 * gdb.base/break.exp: Code locations are in hex, don't forget!
3226 (For HP-UX.)
3227
32281999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3229
3230 * condbreak.exp: Use break.c as test program.
3231 * condbreak.c: Remove, redundant with break.c.
3232
32331999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3234
3235 * config/monitor.exp (gdb_target_monitor): Disable X- and
3236 Z-packets if the target needs it.
3237
32381999-09-13 James Ingham <jingham@leda.cygnus.com>
3239
3240 * gdb.c++/overload.exp: Added tests for listing overloaded
3241 functions with function pointers in the arg, explicitly calling
3242 out the version you want.
3243
cff3e48b
JM
32441999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3245
3246 * long_long.exp: Add variations of test cases that work for
3247 targets with 16-bit ints and 32-bit doubles.
3248
d4f3574e
SS
32491999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3250
3251 * break.c (main): Compare a possibly-uninitialized argc with an
3252 unlikely value that fits in 16 bits.
3253
32541999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3255
3256 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3257 0xfeeb, don't want negative numbers if ints are 16 bits.
3258
3259 * lib/gdb.exp (skip_cplus_tests): New proc.
3260 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3261 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3262 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3263 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3264 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3265 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3266 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3267 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3268
3269 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3270
3271Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3272
3273 * gdb.base/corefile.exp (up): Allow a parameter to appear
3274 in the frame that we're going up to.
3275
3276 From Jim Blandy <jimb@cygnus.com>:
3277
3278 * gdb.base/default.exp (info float): Expect some output now.
3279
3280 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3281 returning floating-point values to fail on the x86.
3282 * gdb.base/callfwmall.exp (do_function_calls): Same.
3283
3284 * gdb.base/list.exp (test_listsize): Correct expectations for
3285 listing line 1 with listsize 2. Also, listing a single line
3286 works now, as does listing three lines. [Kevin's note: There
3287 were a number of other cases fixed too where the expectations
3288 differed...]
3289
32901999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3291
3292 * gdb.base/selftest.exp: Add case for when version prints as
3293 constant string instead of char pointer.
3294
104c1213
JM
32951999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3296
3297 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3298 stepping out of main.
3299
3300 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3301 G++ used.
3302
3303 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3304 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3305
3306 * gdb.c++/ovldbreak.exp: Update match string in test that
3307 includes a warning of multiple breakpoints.
3308
33091999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3310
3311 * gdb.base/display.exp: Improve precision of step-after-finish
3312 added yesterday.
3313
3314 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3315 test.
3316
3317 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3318 configs when using G++, not just hppa*.
3319
33201999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3321
3322 * gdb.base/async.c: New file.
3323 * gdb.base/async.exp: New file.
3324
3325Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3326
3327 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3328 PA64.
3329
53a5351d
JM
3330Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3331
104c1213
JM
3332 * gdb.base/display.exp: "finish" can leave us mid-line on many
3333 targets, deal with it. Add a small constant to main, instead of
3334 1000 since main+1000 may not be a valid address in the target.
3335
53a5351d
JM
3336 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3337 on hpux11.
3338
3339 * gdb.base/attach.exp: Handle another hpux11 error message variant
3340 when attaching to a process that does not exist.
3341
33421999-08-19 J.T. Conklin <jtc@redback.com>
3343
3344 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3345 characters in 'continue to 1241' test.
3346
33471999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3348
3349 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3350 stop in print_long_arg_list, define and use a whitespace
3351 variable in print_small_structs test, add an XFAIL for Solaris.
3352 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3353 interested enough to fix.
3354
7be570e7
JM
33551999-08-13 Keith Seitz <keiths@cygnus.com>
3356
3357 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3358 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3359 proc knows about targets other than the natives.
3360 (test_assign): Use "gdb_run_cmd" to "run" the target.
3361 Check that we've actually hit the breakpoint at main.
3362 When we attempt to assign a value to a local variable, check
3363 that the variable is in the current scope, i.e., don't use
3364 a test with an empty result.
3365
3366Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3367
3368 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3369 command.
3370
33711999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3372
3373 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3374 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3375 gdb.compat, gdb.threads-hp.
3376 gdb.hp/configure, gdb.hp/configure.in: New files.
3377 gdb.hp/Makefile.in: Recurse into new subdirs.
3378 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3379 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3380 in object files.
3381 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3382
96baa820
JM
33831999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3384
3385 * gdb.base/display.exp: Help expect by putting a newline in the
3386 funky printf, remove a bogus p/a test.
3387
33881999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3389
3390 * gdb.base/display.exp: Make sure that when we say 'run', we are
3391 connected to the target. This is necessary when running not
3392 natively.
3393
33941999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3395
3396 * gdb.base/step-test.exp: Removed some extraneous messages.
3397
3398 * gdb.base/long_long.exp: Don't run memory examination tests
3399 on little-endian targets (they will need a different set of
3400 results to match).
3401
34021999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3403
3404 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3405 until somebody decides to fix GDB.
3406
3407 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3408 constant as "ULL".
3409 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3410 matches for a couple x/2 commands.
3411
a0b3c4fd
JM
34121999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3413
3414 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3415 by merging in ref-types2 tests.
3416 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3417
3418 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3419 * gdb.c++/Makefile.in: Add standard actions.
3420 (EXECUTABLES): Rename from PROGS, update list.
3421 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3422 from gdb.hp.
3423 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3424 foo and bar locals.
3425 * gdb.c++/anon-union.exp: Fix tests to match.
3426 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3427 expect matches to handle output variations.
3428 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3429 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3430 output, add HP alternatives for new and delete prints.
3431 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3432 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3433 * gdb.c++/demangle.exp: Use $style when reporting failure.
3434 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3435 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3436 match alternatives.
3437 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3438 compilers.
3439 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3440 * gdb.c++/method.exp: Add match alternatives.
3441 * gdb.c++/misc.cc: Add bool types.
3442 * gdb.c++/misc.exp: Add tests for bool types.
3443 * gdb.c++/overload.exp: Add xfails.
3444 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3445 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3446 add some more template parameter tests (only for HP currently).
3447 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3448 * gdb.c++/virtfunc.cc: Add return type and value for main.
3449 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3450 match alternatives.
beb998c6 3451
a0b3c4fd
JM
34521999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3453
3454 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3455
34561999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3457
3458 * gdb.base/signals.exp: Don't expect getting a backtrace from
3459 within a signal handler to fail on Linux.
3460
34611999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3462
3463 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3464 * lib/gdb.exp: Remove some gratuitious semicolons.
3465 (delete_breakpoints): Increase timeout.
3466 (gdb_expect): Add -notransfer option.
3467 (gdb_test): Use -notransfer option.
3468 (get_compiler_info): Add f77 case.
3469 (get_compiler): New proc, split out from gdb_preprocess, add f77
3470 case.
3471 (gdb_preprocess): Call get_compiler.
3472
3473 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3474 * gdb.base/attach.exp, gdb.base/display.exp,
3475 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3476 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3477 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3478 third arg to gdb_test.
3479 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3480 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3481 HP-UX xfails, add others.
3482 * gdb.base/completion.exp: Reflect name change of self-test.
3483 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3484 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3485 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3486 HP failure number.
3487 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3488 useless HP-UX 10.30 references.
3489 * gdb.base/maint.exp: Loosen matches.
3490 * gdb.base/pointers.c (main): Declare more_code.
3491 * gdb.base/pointers.exp: Match on output of a `next'.
3492 * gdb.base/structs.c: Add prototypes.
3493 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3494 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3495
34961999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3497
3498 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3499 command.
3500
35011999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3502
3503 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3504 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3505
3506 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3507 debug info. Deal with lack of signal hanlder info in stack.
3508
3509 From Jim Kingdon <kingdon@redhat.com>:
3510 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3511
5a2468f5
JM
35121999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3513
3514 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3515 gdb.base/foll-vfork.exp: Don't run for crosses.
3516
adf40b2e
JM
3517Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3518
3519 * gdb.base/configure.in: Check for gdbvars.exp instead of
3520 a1-selftest.exp.
3521 * gdb.base/configure: Re-generate.
3522
35231999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3524
3525 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3526 in trying to run first and name is too long.
3527
3528 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3529 pointers2.c and pointers2.exp, respectively.
3530 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3531 doschk happier.
3532
43e526b9
JM
35331999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3534
3535 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3536 callfuncs2.c and callfuncs2.exp.
3537
3538 * gdb.base/list.exp: Remove mistaken xfails.
3539 * gdb.base/list0.h: Add optional prototypes.
3540
9846de1b
JM
3541Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3542
3543 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3544 calling malloc.
3545 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3546 * ptype.exp: Move test for get_debug_format to before its first
3547 use.
3548
35491999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3550
3551 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3552 * gdb.base/annota2.cc, annota2.exp: Move from here.
3553 * gdb.c++/annota2.cc, annota2.exp: To here.
3554 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3555
43ff13b4
JM
3556Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3557
3558 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3559 a consistent format.
3560
085dd6e6
JM
35611999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3562
3563 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3564 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3565 HP compilers, also set the globals $true and $false.
3566
3567 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3568 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3569 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3570 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3571 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3572 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3573 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3574 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3575 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3576 whatis.c} Add C++ compatible function definitions and return
3577 types, add includes for library functions.
3578 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3579 * gdb.base/step-test.c (myglob): Rename from glob.
3580 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3581 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3582 files, move here from gdb.hp.
3583 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3584 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3585 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3586 Adjust line numbers in regexps.
3587
3588 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3589 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3590 instead of 0/1.
3591
3592 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3593 foll-vfork.exp: New files, move here from gdb.hp.
3594 * gdb.base/page.exp: New file, test of pagination command.
3595
3596 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3597 recursion test.
3598 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3599
3600 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3601 gdb.base/solib.exp: Fix compiler invocation process.
3602
3603 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3604 HP-UX 11, turn off overload resolution explicitly.
3605 * gdb.base/commands.exp: Set argument list explicitly, add
3606 watchpoint test.
3607 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3608 them work.
3609 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3610 expressions properly.
3611 * gdb.base/corefile.exp: Loosen the match slightly.
3612 * gdb.base/default.exp: Allow "Error accessing memory" message
3613 also.
3614 * gdb.base/display.exp: Skip over x/0 j if PA64.
3615 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3616 * gdb.base/interrupt.exp: Ditto.
3617 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3618 in use.
3619 * gdb.base/list.exp: Add xfails for HP-UX.
3620 * gdb.base/long_long.exp: Refine some of the numeric matches.
3621 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3622 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3623 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3624 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3625 * gdb.base/ptype.exp: Succeed on more varieties of output.
3626 * gdb.base/scope.exp: Add xfails for HP-UX.
3627 * gdb.base/sect-cmd.exp: Add more cases.
3628 * gdb.base/setvar.exp: Add xfails for HP-UX.
3629 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3630 * gdb.base/signals.exp: Match on void symbolically.
3631 * gdb.base/step-test.exp: Add case for PA64.
3632 * gdb.base/term.exp: Add exit and restart.
3633 * gdb.base/twice.exp: Clean up after self.
3634 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3635 * gdb.base/whatis.exp: Allow more ways to pass tests.
3636
3637 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3638 no longer useful.
3639
3640Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3641
3642 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3643 list of patterns.
3644 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3645 print_double_array(double_array)", "continuing to breakpoint
3646 1018", "print print_double_array(array_d)" and "continuing to
3647 1034" tests.
beb998c6 3648
085dd6e6
JM
36491999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3650
3651 * Makefile.in: Add empty html and install-html targets.
3652
36531999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3654
3655 * config/mt-*: Remove, these haven't been used since 1996.
3656
36571999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3658
3659 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3660 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3661 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3662
9e0b60a8
JM
36631999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3664
3665 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3666 simpler match case for the ptype of the big class.
3667
36681999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3669
3670 * gdb.exp: Fix test for gdb_prompt existence.
3671
36721999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3673
3674 * gdb.exp (gdb_test): Add fail after calls to perror.
3675
36761999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3677
3678 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3679
36801999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3681
3682 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3683
0f71a2f6
JM
3684Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3685
3686 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3687 malloc() is linked in.
3688
36891999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3690
3691 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3692 step at end.
3693
3694 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3695
36961999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3697
3698 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3699
cce74817
JM
3700Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3701
3702 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3703 * gdb.base/mips_pro.exp: Likewise.
3704
37051999-06-02 Keith Seitz <keiths@cygnus.com>
3706
3707 * gdb.c++/templates.cc: Change all "new" operators to throw
3708 an exception.
3709 * gdb.c++/cplusfuncs.cc: Likewise.
3710
3711 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3712
3713Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3714
3715 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3716 * gdb.base/ending-run.exp: When stepping out of main, accept a
3717 step into an arbitrary assembler file.
3718
392a587b
JM
37191999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3720
beb998c6 3721 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 3722 "breakpoint-invalid" to be printed.
beb998c6 3723 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
3724 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3725 * gdb.base/annota2.cc: Initialize a.x to 0.
3726
9e086581
JM
37271999-05-17 Keith Seitz <keiths@cygnus.com>
3728
3729 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3730 when "skip_float_tests" set.
3731 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3732 "print print_ten_doubles", and "step into print_long_arg_list".
3733 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3734 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3735 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3736 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3737 "skip_float_tests" is set.
3738 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3739 when "skip_float_tests" set.
beb998c6 3740
cd0fc7c3
SS
37411999-05-06 Keith Seitz <keiths@cygnus.com>
3742
3743 * gdb.base/annota2.cc: Include stdio.h.
3744
3745Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3746
3747 * gdb.base/crossload.exp: Remove, this has been disabled ever
3748 since BFD stopped including all targets, and cross-GDB gets
3749 plenty of testing anyway.
3750 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3751 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3752 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3753 * gdb.base/README: Remove, was doc for this.
3754 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3755 needed.
3756
b83266a0
SS
37571999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3758
3759 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3760 output.
3761
3762 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3763 * gdb.base/annota2.exp: New file. More annotation tests.
3764 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3765 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3766
37671999-04-23 Angela Marie Thomas <angela@cygnus.com>
3768
3769 * config/cfdbug.exp: New file.
3770
7a292a7a
SS
37711999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3772
3773 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3774 Marcus Daniel's and Dale Hawkins's demangler crashes.
3775
3776 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3777 test_lucid_style_demangling, test_arm_style_demangling,
3778 test_hp_style_demangling): Try Tom Tromey's core-dumping
3779 identifier under each demangling style.
3780
37811999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3782
3783 * gdb.c++/demangle.exp: Include the current demangling style
3784 in all test names.
3785 (current_demangling_style): New global variable.
3786 (set_demangling_style, test_demangling_core, test_demangling,
3787 test_demangling_exact): New functions.
3788 (test_gnu_style_demangling, test_lucid_style_demangling,
3789 test_arm_style_demangling, test_hp_style_demangling): Use those,
3790 instead of calling gdb_test and gdb_test_exact directly.
3791 (catch_demangling_errors): New function, which reports errors
3792 signalled by the demangling test functions in an orderly way.
3793 (do_tests): Use catch_demangling_errors.
3794
37951999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3796
3797 * gdb.base/signals.exp (test_handle_all_print): Use () for
3798 grouping in expressions, not {}.
3799
3800 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3801 initialized yet.
3802
38031999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3804
3805 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3806 are listed.
3807
38081999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3809
3810 * gdb.stabs/weird.exp: Test for CC being defined before
3811 looking at its value.
3812
38131999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3814
3815 * gdb.base/call-ar-st.exp: Remove stray '#'.
3816 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3817 "short int" and "long int".
3818 * gdb.c++/overload.cc: Cast the string added in the previous
3819 change, to mollify finicky HP compiler.
3820 * gdb.hp/reg-test.exp (testfile): Fix file name.
3821 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 3822
7a292a7a
SS
3823 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3824 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3825 alternate form of enum ptype.
3826
c906108c
SS
38271999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3828
7a292a7a
SS
3829 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3830 * gdb.hp/*.exp: Change all to run compiler probe only after
3831 passing skip_hp_tests, so as not to waste time on guaranteed
3832 failure.
3833
c906108c
SS
3834 * gdb.c++/overload.cc: Pass string instead of char addr, always
3835 init ccpfoo.
3836 * gdb.c++/templates.cc: Fix syntax error.
3837
7a292a7a
SS
3838Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3839
3840 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 3841 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
3842 command.
3843
38441999-03-18 James Ingham <jingham@cygnus.com>
3845
3846 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3847
3848 * gdb.c++/method.exp: It was testing an uninitialized int on the
3849 stack and assuming it was positive.
3850
3851 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3852
3853 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 3854 keep it from killing the rest of the tests.
7a292a7a
SS
3855 Use gdb_continue_to_end.
3856
3857 * gdb.base/sigall.exp: use gdb_continue_to_end.
3858
3859 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3860
3861 * gdb.base/display.exp: use runto_main, not run.
3862
beb998c6
AC
3863 * gdb.base/default.exp: Check for the current error message in the
3864 r abbreviation test.
7a292a7a
SS
3865 Add strongarm to the targets that know info float.
3866
beb998c6 3867 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
3868 run which doesn't work with monitors.
3869
3870 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3871
3872 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3873
3874 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
3875 program. Traps the case (in Cygmon) when the program never really
3876 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
3877 more places, so I used my name. Sorry Mark...
3878
3879 * config/monitor.exp (gdb_target_monitor): added another
3880 target_info parameter: remotebinarydownload. This will set the
3881 remotebinarydownload flag if this is causing some boards trouble.
3882
38831999-03-18 Mark Salter <msalter@cygnus.com>
3884
3885 * lib/gdb.exp (continue_to_exit): New function.
3886
3887 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3888 * gdb.base/ending-run.exp: Ditto.
3889 * gdb.base/step-test.exp: Ditto.
3890
38911999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3892
3893 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3894 (suggested by Art Haas <ahaas@neosoft.com>).
3895
38961999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3897
3898 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3899
3900Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3901
3902 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3903 descriptions of types (short unsigned int vs unsigned short, etc).
3904
39051999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3906
3907 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3908 a call to strlen; sometimes we do have sources.
3909
39101999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
3911
3912 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3913 character, so GDB won't print garbage after its end.
beb998c6 3914
c906108c
SS
3915 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3916 breakpoint there instead. Sometimes GCC emits memcpy to handle
3917 the large structures being passed by value, so we step into that
3918 instead of sum_array_print, which obscures what we're really testing.
3919 * gdb.base/step-test.exp: However, we do want a test that notices
3920 the bizarre steps into memcpy, so do that here. Add check for
3921 stepping into function calls that pass large structures by value.
3922 ("Is that a noun clause, or are you just happy to see me?")
3923 Remove all references to specific line numbers.
3924 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3925 New type and function.
3926 (main): Call large_struct_by_value, passing it a large struct by value.
3927 * lib/gdb.exp (gdb_get_line_number): New function.
3928
3929 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3930 more portable.
3931
7a292a7a
SS
39321999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3933
c906108c
SS
3934 * lib/gdb.exp: Doc fixes.
3935
7a292a7a
SS
39361999-03-05 Nick Clifton <nickc@cygnus.com>
3937
beb998c6 3938 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
3939
39401999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3941
c906108c
SS
3942 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3943 commands. They're not germane to this test, and they don't work
3944 that way on remote targets.
3945
3fc11d3e
JM
39461999-03-01 James Ingham <jingham@cygnus.com>
3947
3948 * Changelog entries merged over from gdb development branch.
3949
3fc11d3e
JM
3950 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3951
3952 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3953 for outputting results of test run.
3954
2d4a1622 3955 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
3956
3957 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 3958
7a292a7a
SS
39591999-02-25 Felix Lee <flee@cygnus.com>
3960
3961 * lib/gdb.exp (debug_format): initialize
3962
c906108c
SS
39631999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
3964
3965 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
3966 * gdb.base/call-rt-st.c: Ditto.
3967
c906108c
SS
39681999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
3969
3970 * gdb.threads/pthreads.exp (horiz): New variable.
3971 (test_startup): Fix regexps that capture thread numbers.
3972
39731999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
3974
3975 * gdb.base/smoke.exp: Disambiguate two test case names (both
3976 called ``print'').
3977
3978Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3979
3980 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
3981 compilation.
3982
39831999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3984
3985 * gdb.base/miscexprs.exp: Change patterns to match GDB's
3986 actual output formatting.
3987 * gdb.base/smoke.exp: GDB removes leading 0's.
3988 * gdb.base/volatile.exp: Don't check type of remuneration;
3989 that variable is no longer defined in constvars.c.
3990 * gdb.base/step-test.c (main): Exit with explicit exit code.
3991 * gdb.base/step-test.exp: Remove two nexti checks--they are
3992 not portable.
3993
39941999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3995
3996 * gdb.base/help.exp ("help delete display"): Fix test to match
3997 gdb's output.
3998
3999 * gdb.base/long_long.c (known_types): Initialize values to zero.
4000 * gdb.base/long_long.exp: Step one more line
4001 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 4002 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
4003 unique test case names.
4004
4005Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4006
beb998c6 4007 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
4008
4009 * gdb.c++/method.exp: Add missing close brace.
4010
40111999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4012
4013 * gdb.base/maint.exp: Use 'set height 0' to disable page
4014 prompting, not 'set height 400'.
4015
4016 Fix a bunch of timeouts.
4017 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4018 four separate tests, so expect doesn't take forever to match a ton
4019 of text against a regexp with lots of .* forms.
4020 ("maint print psymbols", "maint print symbols"): Make some of
4021 these greps more selective, so that expect doesn't try to wade
4022 through huge piles of output and time out.
4023
4024 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4025
4026 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4027 tests: one which doesn't expect shlib events to be reported, and
4028 another which does, but is XFAIL for all platforms other than
4029 HP/UX.
4030
4031 * gdb.base/break.exp: Teach the test suite that the `catch
4032 fork', `catch vfork', and `catch exec' commands produce error
4033 messages on platforms that don't provide these features.
4034
4035Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4036
4037 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4038 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4039 (shortening names from solib_threshold.exp etc), won't run on
4040 anything but HP-UX for the foreseeable future.
4041 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4042 reflect move.
4043
4044Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4045
4046 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4047 gdb.trace/Makefile.in (clean): Remove all test executables.
4048
4049Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4050
4051 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4052 successfully re-sets breakpoints in shared libraries.
4053 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4054
4055Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4056
beb998c6
AC
4057 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4058 and compiled w/o GCC.
c906108c
SS
4059
4060 * gdb.hp/watch-cmd.exp: ditto.
4061
4062 * gdb.hp/watch-hp.exp: ditto.
4063
4064 * gdb.hp/xdb1.exp: ditto.
4065
4066 * gdb.hp/xdb2.exp: ditto.
4067
4068 * gdb.hp/dbx.exp: ditto.
4069
4070Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4071
4072 * constvars.c: Remove C++-isms.
4073 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4074 with GCC.
4075
4076Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4077
4078 The following changes are part of the HP merge.
4079
4080 * gdb.base/break.exp: new tests to verify that catchpoints for
4081 fork, vfork, and exec don't trigger inappropriately.
4082
4083 * gdb.base/opaque.exp: compile one file at a time, then link.
4084
4085 * gdb.base/signals.exp: be more restrictive about which hppa
4086 systems receive a setup_xfail. new tests.
4087
4088 * gdb.base/solib_threshold.build: new file.
4089 * gdb.base/solib_threshold.exp: new file.
4090 * gdb.base/solib_threshold.link_opts: new file.
4091 * gdb.base/solib_threshold.mk: new file.
4092 * gdb.base/gen_solib_threshold.c: new file.
4093
4094 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4095 tests. New tests for enums inside classes.
4096
4097 * gdb.c++/compiler.cc: indicate support of template debugging.
4098
4099 * gdb.c++/demangle.exp: run hp style demangling tests.
4100
4101 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4102 tests.
4103
4104 * gdb.c++/misc.cc: changes to support new tests.
4105
4106 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4107 to support new tests.
4108
4109 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4110 gcc, then skip these tests.
4111
4112Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4113
4114 The following files are part of the HP merge; some had longer
4115 names at HP, but have been renamed to be no more than 14
4116 characters in length.
4117
4118 * gdb.hp/ambiguous.cc: new file.
4119 * gdb.hp/ambiguous.exp: new file.
4120 * gdb.hp/attach.exp: new file.
4121 * gdb.hp/attach2.exp: new file.
4122 * gdb.hp/classes-hp.exp: new file.
4123 * gdb.hp/ctti.exp: new file.
4124 * gdb.hp/ctti-add.cc: new file.
4125 * gdb.hp/ctti-add1.cc: new file.
4126 * gdb.hp/ctti-add2.cc: new file.
4127 * gdb.hp/ctti-add3.cc: new file.
4128 * gdb.hp/dbx.exp: new file.
4129 * gdb.hp/exception.cc: new file.
4130 * gdb.hp/exception.exp: new file.
4131 * gdb.hp/foll-exec.c: new file.
4132 * gdb.hp/foll-exec.exp: new file.
4133 * gdb.hp/foll-fork.c: new file.
4134 * gdb.hp/foll-fork.exp: new file.
4135 * gdb.hp/foll-vfork.c: new file.
4136 * gdb.hp/foll-vfork.exp: new file.
4137 * gdb.hp/inherit-hp.exp: new file.
4138 * gdb.hp/more-steps.exp: new file.
4139 * gdb.hp/namespace.cc: new file.
4140 * gdb.hp/namespace.exp: new file.
4141 * gdb.hp/optimize.exp: new file.
4142 * gdb.hp/pxdb.c: new file.
4143 * gdb.hp/pxdb.exp: new file.
4144 * gdb.hp/quicksort.exp: new file.
4145 * gdb.hp/reg-test.exp: new file.
4146 * gdb.hp/reg-test.s: new file.
4147 * gdb.hp/sized-enum.c: new file.
4148 * gdb.hp/sized-enum.exp: new file.
4149 * gdb.hp/start-stop.exp: new file.
4150 * gdb.hp/templ-hp.cc: new file.
4151 * gdb.hp/templ-hp.exp: new file.
4152 * gdb.hp/thr-lib.c: new file.
4153 * gdb.hp/thr-lib.exp: new file.
4154 * gdb.hp/thr-lib.h: new file.
4155 * gdb.hp/thr-liblib.c: new file.
4156 * gdb.hp/virtfun-hp.c: new file.
4157 * gdb.hp/virtfun-hp.exp: new file.
4158 * gdb.hp/watch-cmd.exp: new file.
4159 * gdb.hp/watch-hp.exp: new file.
4160 * gdb.hp/xdb1.exp: new file.
4161 * gdb.hp/xdb2.exp: new file.
4162 * gdb.hp/xdb3.exp: new file.
4163
4164Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4165
4166 The following files are part of the HP merge; some had longer
4167 names at HP, but have been renamed to be no more than 14
4168 characters in length.
4169
4170 * gdb.base/ss.h: new file.
4171 * gdb.base/call-ar-st.c: new file.
4172 * gdb.base/call-ar-st.exp: new file.
4173 * gdb.base/call-rt-st.c: new file.
4174 * gdb.base/call-rt-st-exp: new file.
4175 * gdb.base/call-strs.exp: new file.
4176 * gdb.base/ena-dis-br.exp: new file.
4177 * gdb.base/environ.exp: new file.
4178 * gdb.base/long_long.exp: new file.
4179 * gdb.base/sect-cmd.exp: new file.
4180 * gdb.base/shlib-cl2.exp: new file.
4181 * gdb.base/smoke.exp: new file.
4182 * gdb.base/so-impl-ld.c: new file.
4183 * gdb.base/so-impl-ld.exp: new file.
4184 * gdb.base/so-indr-cl.c: new file.
4185 * gdb.base/so-indr-cl.exp: new file.
4186 * gdb.base/varargs.exp: new file.
4187 * gdb.base/volatile.exp: new file.
4188 * gdb.base/whatis-exp.exp: new file.
7a292a7a 4189 * gdb.base/display.exp: new file.
c906108c
SS
4190 * gdb.c++/derivation.exp: new file.
4191 * gdb.c++/local.exp: new file.
4192 * gdb.c++/member-ptr.exp: new file.
4193 * gdb.c++/overload.exp: new file.
4194 * gdb.c++/ovldbreak.exp: new file.
4195 * gdb.c++/ref-types.exp: new file.
4196 * gdb.c++/ref-types2.exp: new file.
4197 * gdb.c++/userdef.exp: new file.
beb998c6 4198
c906108c
SS
4199Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4200
4201 * gdb.base/default.exp: Reflect wording change in remote.c.
4202
dc96c6c7 4203Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4204
4205 * gdb.base/help.exp: Update to reflect current text.
4206
4207Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4208
4209 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4210 they're stack variables and contain garbage.
4211 * gdb.c++/anon-union.exp: new file.
4212
4213 The following changes were made by David Taylor
4214 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4215 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4216 in changes by HP.
4217
4218 * gdb.base/bitops.exp: new file.
4219 * gdb.base/default.exp: change expected messages for catch and
4220 info catch tests to reflect HP merge changes.
4221 * gdb.base/enable-disable-break.exp
4222 * gdb.base/ending-run.c: new file.
4223 * gdb.base/long_long.c: new file.
4224 * gdb.base/maint.exp: new file.
4225 * gdb.base/pointers2.exp: new file.
4226 * gdb.base/shlib-call2.exp: new file.
4227 * gdb.base/solib.exp: new file.
4228 * gdb.base/step-test.c: new file.
4229 * gdb.c++/anon-union.cc: new file.
4230 * gdb.c++/local.cc: new file.
4231 * gdb.c++/member-pointer.cc: new file.
4232 * gdb.c++/method.cc: new file.
4233 * gdb.c++/ref-types.cc: new file.
4234 * gdb.c++/ref-types2.cc: new file.
4235 * gdb.c++/userdef.cc: new file.
beb998c6 4236
c906108c
SS
4237 * gdb.base/scope.exp: compile one file at a time, then link.
4238 * gdb.base/langs.exp: ditto.
4239 * gdb.base/list.exp: ditto.
beb998c6 4240
c906108c
SS
4241Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4242
4243 The following changes were made by David Taylor
4244 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4245 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4246 in changes by HP.
beb998c6 4247
c906108c
SS
4248 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4249 skip tests. When compiling pass c++ flag to gdb_compile.
4250 * gdb.c++/
beb998c6 4251
c906108c
SS
4252 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4253 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4254 (skip_hp_tests): new function.
4255 (gdb_preprocess): new function.
4256
4257 * configure.in (hpdir): decide whether to configure gdb.hp.
4258 * configure: regenerated.
4259
4260 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4261 to delete on clean.
4262 (EXECUTABLES): update to reflect new additions.
4263 * gdb.base/commands.exp: update message expected.
4264 * gdb.base/default.exp: add copyright notice.
4265 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4266 * gdb.base/help.exp: update messages to reflect current text.
4267 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4268 targets for recurse tests.
4269 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4270 skip this file.
4271
4272 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4273 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4274 compilation.
4275 * gdb.c++/misc.exp: ditto.
4276 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4277 run the tests. tell gdb_compile that it's a c++ compilation.
4278
4279 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 4280
c906108c
SS
4281 * gdb.base/all-bin.exp: new file.
4282 * gdb.base/arithmet.exp: new file.
4283 * gdb.base/assign.exp: new file.
4284 * gdb.base/completion.exp: new file.
4285 * gdb.base/cond-expr.exp: new file.
4286 * gdb.base/condbreak.exp: new file.
4287 * gdb.base/define.exp: new file.
4288 * gdb.base/dollar.exp: new file.
4289 * gdb.base/environment.exp: new file.
4290 * gdb.base/eval-skip.exp: new file.
4291 * gdb.base/jump.exp: new file.
4292 * gdb.base/logical.exp: new file.
4293 * gdb.base/pointers.exp: new file.
4294 * gdb.base/relational.exp: new file.
4295 * gdb.base/section_command.exp: new file.
4296 * gdb.base/whatis-expr.exp: new file.
4297
4298 * gdb.base/all-types.c: new file.
4299 * gdb.base/call-array-struct.c: new file.
4300 * gdb.base/call-return-struct.c: new file.
4301 * gdb.base/call-strings.c: new file.
4302 * gdb.base/callfuncs2.c: new file.
4303 * gdb.base/condbreak.c: new file.
4304 * gdb.base/constvars.c: new file.
4305 * gdb.base/display.c: new file.
4306 * gdb.base/int-type.c: new file.
4307 * gdb.base/jump.c: new file.
4308 * gdb.base/miscexprs.c: new file.
4309 * gdb.base/pointers.c: new file.
4310 * gdb.base/pointers2.c: new file.
4311 * gdb.base/shmain.c: new file.
4312 * gdb.base/shr1.c: new file.
4313 * gdb.base/shr2.c: new file.
4314 * gdb.base/solib.c: new file.
4315 * gdb.base/solib1.c: new file.
4316 * gdb.base/solib2.c: new file.
4317 * gdb.base/varargs.c: new file.
4318 * gdb.c++/derivation.cc: new file.
4319 * gdb.c++/overload.cc: new file.
4320 * gdb.c++/ovldbreak.cc: new file.
4321 * gdb.hp/attach.c: new file.
4322 * gdb.hp/attach2.c: new file.
4323 * gdb.hp/average.c: new file.
4324 * gdb.hp/compiler.c: new file.
4325 * gdb.hp/compiler.cc: new file.
4326 * gdb.hp/execd-program.c: new file.
4327 * gdb.hp/follow-exec.c: new file.
4328 * gdb.hp/follow-fork.c: new file.
4329 * gdb.hp/follow-vfork-and-exec.c: new file.
4330 * gdb.hp/misc-hp.cc: new file.
4331 * gdb.hp/more-steps.c: new file.
4332 * gdb.hp/optimize.c: new file.
4333 * gdb.hp/quicksort.c: new file.
4334 * gdb.hp/run-hp.c: new file.
4335 * gdb.hp/start-stop.c: new file.
4336 * gdb.hp/sum.c: new file.
4337 * gdb.hp/templates-hp.cc: new file.
4338 * gdb.hp/thread-local-in-lib.c: new file.
4339 * gdb.hp/thread-local-in-lib.h: new file.
4340 * gdb.hp/thread-local-in-lib.lib.c: new file.
4341 * gdb.hp/vforked-program.c: new file.
4342 * gdb.hp/virtfunc-hp.cc: new file.
4343 * gdb.hp/watchpoint-hp.c: new file.
4344 * gdb.hp/xdb.c: new file.
4345 * gdb.hp/xdb0.c: new file.
4346 * gdb.hp/xdb0.h: new file.
4347 * gdb.hp/xdb1.c: new file.
4348
4349Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4350
4351 The following change was made by Edith Epstein
4352 <eepstein@cygnus.com> as part of a project to merge in changes
4353 originally made by HP; HP did not create ChangeLog entries.
4354
4355 * gdb.c++/demangle.exp: changed the expected output for some
4356 ARM-style mangling -- removed second reference to datatype.
4357 For example, maint demangle __dt__11T1__pt__2_cFv
4358 T1<char>::~T1<char>(void)
4359 becomes,
4360 maint demangle __dt__11T1__pt__2_cFv
4361 T1<char>::~T1(void)
4362
4363 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 4364
c906108c
SS
4365Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4366
4367 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4368 * gdb.trace/backtrace.exp: Likewise.
4369 * gdb.trace/circ.exp: Likewise.
4370 * gdb.trace/collection.exp: Likewise.
4371 * gdb.trace/deltrace.exp: Likewise.
4372 * gdb.trace/infotrace.exp: Likewise.
4373 * gdb.trace/limits.exp: Likewise.
4374 * gdb.trace/packetlen.exp: Likewise.
4375 * gdb.trace/passc-dyn.exp: Likewise.
4376 * gdb.trace/passcount.exp: Likewise.
4377 * gdb.trace/report.exp: Likewise.
4378 * gdb.trace/save-trace.exp: Likewise.
4379 * gdb.trace/tfind.exp: Likewise.
4380 * gdb.trace/tracecmd.exp: Likewise.
4381 * gdb.trace/while-dyn.exp: Likewise.
4382 * gdb.trace/while-stepping.exp: Likewise.
4383
43841998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4385
4386 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4387
4388Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4389
4390 From Brendan Kehoe:
4391 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4392 int return types.
4393
4394Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4395
4396 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4397 remote dos host testing right.
4398
4399Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4400
4401 * gdb.base/corefile.exp: remove some xfails.
4402
4403Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4404
4405 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4406 have different timestamps.
4407
4408Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4409
4410 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4411 gdb.base/default.exp: Replace "exec" with "executable".
4412
4413Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4414
4415 * gdb.base/default.exp: Change else if to elseif from previous
4416 delta.
4417
4418Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4419
4420 * gdb.base/default.exp: Add brace missing from previous delta.
4421
4422Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4423
4424 * gdb.base/default.exp: Support test for info float for all
4425 varieties of arm toolchain.
4426
dc96c6c7 4427Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4428
4429 * gdb.trace/*.exp: remove "remote_download" command.
4430
dc96c6c7 4431Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4432
4433 * gdb.trace/*.exp: remove -gdwarf from compile.
4434
4435Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4436
4437 * gdb.trace/configure.in(AC_INIT): typo
4438 * gdb.trace/configure: regenerated
4439
dc96c6c7 4440Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4441
4442 * config/m68k-emc.exp: New file.
4443 * lib/<emc-support.exp trace-support.exp}: New files.
4444 * configure.in: add new test directory gdb.trace.
4445 * gdb.trace/{configure configure.in Makefile.in}: New files.
4446 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4447 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4448 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4449 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4450 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4451 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4452 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4453
dc96c6c7 4454Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4455
4456 * gdb.c++/classes.exp: Change all regular expressions to match
4457 arbitrary combinations of newline/carriage-return, so that they
4458 will work equally well on Unix and Windows.
4459 * gdb.c++/inherit.exp: ditto.
4460 * gdb.c++/virtfunc.exp: ditto.
4461
44621998-08-11 Dawn Perchik <dawn@cygnus.com>
4463
4464 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4465
c2d11a7d
JM
4466Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4467
4468 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4469 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4470 to use a0-a3/d0-d3 as needed.
4471
4472Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4473
4474 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4475 * gdb.disasm/am33.exp: Corresponding changes.
4476
c906108c
SS
44771998-07-11 Felix Lee <flee@cygnus.com>
4478
4479 * gdb.base/callfuncs.exp: add cmp10 test.
4480 * gdb.base/callfuncs.c (cmp10): new function.
4481
4482Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4483
beb998c6 4484 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4485 into two parts to get around a synchronization problem in expect.
4486
3fc11d3e
JM
4487Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4488
4489 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4490
4491 * configure.in: Add options for gdbtk testsuite.
4492
4493 * configure: Regenerate.
4494
4495 * gdb.gdbtk: New directory to hold gdbtk tests.
4496
c906108c
SS
4497Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4498
4499 * gdb.fortran/types.exp: Escape brackets in expect patterns
4500 for test_float_literal_types_accepted tests.
4501 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4502 before run test.
4503
c2d11a7d
JM
4504Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4505
4506 * am33.exp: Just compile, do not link the testcase.
4507 * am33.s: Add ".am33" pseudoop to force am33 mode.
4508
c906108c
SS
45091998-06-25 Felix Lee <flee@cygnus.com>
4510
4511 * gdb.base/setshow.exp: make sure $pc is sane.
4512
4513 * gdb.stabs/weird.exp: split expect patterns properly.
4514
c2d11a7d
JM
4515Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4516
4517 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4518 * gdb.disasm/am33.exp: Run it.
4519
dc96c6c7 4520Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4521
4522 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4523 match processing (and eliminate spurious timeouts when running).
4524
dc96c6c7 4525Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4526
4527 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4528 exception test, but conditionalize it on target [mach | gnu].
4529
dc96c6c7 4530Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4531
4532 * gdb.base/overlays.exp: fixup compile line for linker script.
4533
4534Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4535
4536 * gdb.fortran/types.exp: don't guess at float size.
4537
4538Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4539
4540 * gdb.base/exprs.exp: delete test that depends on int size.
4541
4542Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4543
4544 * config/sim.exp: Removed checks for target triplets.
4545 (gdb_target_sim): Use gdb,target_sim_options.
4546
4547Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4548
4549 * gdb.base/reread.exp: New file.
4550 * gdb.base/reread1.c: New file.
4551 * gdb.base/reread2.c: New file.
4552
4553Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4554
4555 * config/sim.exp: Use 'target sim -sparclite' when running
4556 SPARClite programs.
4557
4558Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4559
4560 * gdb.base/structs2.exp: New file.
4561 * gdb.base/structs2.c: New file.
4562
4563Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4564
4565 * gdb.asm/common.inc: New file.
4566 * gdb.asm/d10v.inc: New file.
4567 * asm-source.exp: Pass -I's to gas to find .inc files.
4568 Update line numbers in expected output.
4569 * asmsrc1.s: Rewrite.
4570 * asmsrc2.s: Rewrite.
4571 * configure.in: Create arch.inc symlink.
4572 * configure: Regenerate.
4573 * Makefile.in (distclean): Delete arch.inc.
4574
4575Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4576
4577 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4578 (t_enum_value2): ditto
4579 (t_enum_value3): ditto
4580 (main): ditto
4581Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4582
4583 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4584 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4585 change.
4586 Use gdb_test instead of send_gdb/gdb_expect sequences.
4587
4588Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4589
4590 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4591 not void.
4592
4593Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4594
4595 * gdb.base/branches.c: Code with lots of loops and
4596 subroutines. Used to test gdbs ability to single step through PC
4597 changes, especially to test mips-tdep.c:mips_next_pc
4598
4599Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4600
4601 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4602 more rigorous EGCS C++ error checking.
4603
4604Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4605
4606 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4607 tests.
c906108c 4608 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4609 function when asleep.
c906108c 4610 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4611 for i*86 Linux and SVR4 signal handling problems.
4612 Remove linux xfail for `next to handler in signals_tests_1', fixed
4613 by recent infrun.c change.
c906108c 4614 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4615 stack backtraces.
c906108c
SS
4616 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4617 target.[ch] change.
4618
4619Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4620
4621 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4622 for a newline from gdb before continuing.
4623 (default_gdb_exit): Just look for y or n.
4624 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4625 it does, fail the rests of the tests in the file.
4626
4627Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4628
4629 * config/cygmon.exp: New file.
4630
4631Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4632
4633 * gdb.base/list.exp: Fix problem with "list default lines around
4634 main" test on remote targets.
4635
4636 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4637 run test on remote targets.
4638
4639Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4640
4641 * gdb.asm: New directory.
4642 * configure.in: Configure it.
4643 * configure: Regenerate.
4644 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4645 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4646
4647Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4648
4649 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4650
dc96c6c7 4651Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4652
c906108c
SS
4653 * gdb.base/overlays (several files): Merge the two overlay
4654 managers into one. Change variables (foox, barx, bazx, grbxx)
4655 back into ints but force them to load in their proper sections.
4656
4657Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4658
4659 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4660 on-chip insn memory and IMAP1 to upper 128k.
4661 (D10VCopy): Handle memory regions crossing 16k boundaries.
4662 (D10VCopy): Transfer data in 32 bit chunks.
4663
4664Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4665
4666 * gdb.base/overlays.c (main): Exit normally when result is
4667 correct.
4668
4669 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4670 map. Include space for printf in .text segment.
4671
4672 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4673 updated d10v memory VMA/LMA map.
4674 (D10VCopy): Call D10VTranslate.
beb998c6 4675
c906108c
SS
4676Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4677
4678 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4679
4680 * gdb.base/bar.c (barx, bar): Change variable to small array so
4681 that it won't be put into the .sdata - small data -
4682 section. Update reference.
4683 * gdb.base/baz.c (bazx, baz): Ditto.
4684 * gdb.base/foo.c (foox, foo): Ditto.
4685 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4686
4687 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4688 to be arrays.
beb998c6 4689
dc96c6c7 4690Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4691
c906108c
SS
4692 * gdb.base/overlays.exp: fix up and get working again.
4693 Add tests for backtraces from an overlay function.
beb998c6 4694
c906108c
SS
4695Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4696
4697 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4698 "calling function with watchpoint enabled".
4699
4700Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4701
4702 * gdb.base/break.exp (test_next_with_recursion): Remove
4703 gdb_suppress_tests for d10v-*-*.
4704 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4705 pending review of whether it is useful or not.
4706
4707Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4708
4709 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4710
4711Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4712
4713 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4714 * config/dve.exp: New file to support Densan boards.
4715
4716Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4717
4718 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4719 reads and BSD.
4720
4721Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4722
4723 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4724 response.
4725
4726 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4727
4728Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4729
4730 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4731 test.
4732
4733 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4734 target_sizeof_long and target_bigendian_p.
4735 (structs_by_value, structs_by_reference): Check values according
4736 to targets word size and endianess.
beb998c6 4737
c906108c
SS
4738Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4739
4740 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4741 output.
4742
4743Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4744
4745 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4746 Update test of set args help to match source change.
4747
4748Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4749
4750 * gdb.base/default.exp: Expect help system output to be in
4751 alphabetical order.
4752 * gdb.base/help.exp: Ditto.
4753
4754Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4755
4756 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4757 "i*86-pc-linux-gnu*".
4758 * gdb.base/interrupt.exp: Ditto.
4759 * gdb.base/corefile.exp: Ditto.
4760
4761 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4762 define vxworks when building the testcase.
4763
4764 * gdb.base/ptype.exp: Fix testnames to be unique.
4765 * gdb.base/radix.exp: Ditto.
4766 * gdb.base/term.exp: Ditto.
4767 * gdb.base/whatis.exp: Ditto.
4768 * gdb.c++/classes.exp: Ditto.
4769
4770Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4771
4772 * gdb.base/callfuncs.exp: Fix indentation.
4773
4774 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4775 suppress_flag has been set.
4776 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4777 target feature.
4778
4779Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4780
4781 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4782 the testcase.
4783
4784 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4785 set_debug_traps() and breakpoint().
4786 * gdb.c++/misc.cc (main): Ditto.
4787 * gdb.c++/templates.cc (main): Ditto.
4788 * gdb.c++/virtfunc.cc (main): Ditto.
4789
4790Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4791
4792 * lib/gdb.exp(gdb_step_for_stub): New function.
4793 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4794 exists, reload the executable and do a "continue" instead of
4795 doing a jump.
4796 (runto_main): Use gdb_step_for_stub.
beb998c6 4797
c906108c
SS
4798 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4799 tests to have unique names.
4800 * gdb.base/callfuncs.exp: Ditto.
4801 * gdb.base/commands.exp: Ditto.
4802 * gdb.base/default.exp: Ditto.
4803 * gdb.base/help.exp: Ditto.
4804 * gdb.base/list.exp: Ditto.
4805 * gdb.base/opaque.exp: Ditto.
4806 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4807 similar tests.
beb998c6 4808
c906108c
SS
4809 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4810 * gdb.c++/cplusfuncs.cc: Ditto.
4811 * gdb.c++/virtfunc.cc: Ditto.
4812
4813 * config/monitor.exp: Keep track of the last file we saw, rather
4814 than trying to get the info from gdb.
4815
4816 * gdb.fortran/types.exp: Move comment to previous line.
4817
4818Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4819
4820 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4821 target mode.
4822
4823Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4824
4825 From Bob Manson:
4826 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4827 string from GDB when it connects.
4828
4829 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4830
4831Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4832
4833 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4834 if we can't get a debug format from GDB (we may be testing an
4835 older GDB). Use a 10 second timeout when checking for the format.
4836
4837 * gdb.stabs/weird.exp: Fix quoting.
4838
4839 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4840
4841Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4842
4843 * config/arm-ice.exp: New file.
4844
4845Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4846
4847 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4848 until it has been modified to work with the new testsuite.
4849
99707966 4850 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
4851 testcase won't compile, cause all of the testcases in the file to
4852 fail instead.
4853
4854 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4855 (gdb_clear_suppressed): New procedure.
4856 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4857 it contains a positive value.
4858
4859Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4860
4861 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4862
4863 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4864
4865Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4866
4867 * lib/gdb.exp (setup_xfail_format): New function.
4868 (get_debug_format): New function to get debug format.
4869 (debug_format): New global variable to hold last value set
4870 by get_debug_format.
4871 * gdb.base/list.exp: Call get_debug_format and expect some
4872 tests to fail for DWARF 1 and COFF formats.
4873 * gdb.c++/ptype.exp: Ditto.
4874 * gdb.c++/classes.exp: Ditto.
4875 * gdb.c++/cplusfuncs.exp: Ditto.
4876 * gdb.c++/inherit.exp: Ditto.
4877 * gdb.c++/templates.exp: Ditto.
4878 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 4879
c906108c
SS
4880Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4881
4882 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4883 host doesn't have a currently-open connection.
4884
4885 * config/sparclet.exp: Cleanups and fixes to make it generic for
4886 any gdb stub target. Handle cases where gdb doesn't respond when
4887 interrupted in a sane fashion.
4888
4889 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4890 same thing in a totally different way.
4891
4892 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4893 setting "timeout".
4894 (gdb_start): We set the global gdb_prompt variable in
4895 default_gdb_init now.
4896
4897Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4898
4899 * gdb.base/printcmds.exp: Fix "check for floating addition"
4900 regexp to accept results within approx +/- .01 of exact value.
4901 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4902
4903Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4904
4905 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4906 properly.
4907 (gdb_expect): Add optional timeout parameter, and add timeout
4908 value to various calls.
4909 (gdb_suppress_tests): Only give one warning message per group.
4910
4911Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4912
4913 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4914 global variables. Handle getting a value for $timeout more
4915 gracefully.
4916
4917Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4918
4919 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4920 initialize.
4921 (default_gdb_init): New procedure; allow gdb_init to be overridden
4922 by a target configuration file.
4923 (gdb_expect): Pass the timeout to remote_expect.
4924
4925 * config/monitor.exp(gdb_load): Fix typo in regexp.
4926
4927Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4928
4929 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4930
4931Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4932
4933 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4934 here. Call gdb_target_exec before rebooting the target, to make
4935 sure the connection to the target is closed.
4936 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4937 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4938 Also detect "Timeout reading from remote" error.
4939
4940 * config/gdbserver.exp: Pass the executable being loaded to
4941 gdb_target_monitor. Don't call gdb_file_cmd here; let
4942 gdb_target_monitor do it.
4943
4944 * gdb.disasm/hppa.exp: Don't use exec_output.
4945
4946Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4947
4948 * gdb.base/list.exp: If we're debugging a non-native target,
4949 try to set the pc register to point to the start of the
4950 program before doing the first list command.
4951
4952 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4953 test_calls after restarting.
4954
4955 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
4956 reloading.
4957
4958 * gdb.base/watchpoint.exp: Fix typo.
4959
4960 * gdb.base/setshow.exp: Check for use_gdb_stub.
4961
4962 * gdb.base/break.exp: Fix continue until exit test for the gdb
4963 stub case.
4964 * gdb.base/langs.exp: Ditto.
4965
4966 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
4967 gdb_load_offset. If we weren't given a file to load, figure out
4968 what the current file is and use it.
4969
4970 * config/i386-bozo.exp: New file.
4971
4972Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
4973
4974 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
4975 feature.
4976
4977 * config/proelf.exp: New entry.
4978
4979Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
4980
4981 * lib/gdb.exp: Remove spurious .* patterns at the beginning
4982 of regexps.
4983
4984 * gdb.base/watchpoint.exp: Don't run the test_stepping
4985 tests if gdb can't call functions on the target.
4986
4987 * gdb.base/setshow.exp: Don't run the set prompt tests if
4988 the board has gdb_prompt set.
4989
4990Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
4991
4992 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
4993 * gdb.base/commands.exp: Likewise.
4994 * gdb.base/setshow.exp: Likewise.
4995
4996Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
4997
4998 * config/monitor.exp(gdb_start): Look for gdb_prompt target
4999 feature.
5000
5001 * config/i960.exp: New file.
5002
5003Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
5004
5005 * gdb.base/funcargs.exp: Check for gdb,short_int target
5006 feature instead of looking for explicit target triplets.
5007
dc96c6c7 5008Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 5009
beb998c6 5010 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
5011 "p 123DEADBEEF", to check parse_number.
5012 * top.c: change "to enable to enable" to "to enable" in a couple
5013 of help strings.
5014
5015Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5016
5017 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5018 on the mn10300.
beb998c6 5019
c906108c
SS
5020Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5021
5022 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5023 where the test executable is run with explicit args.
5024 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5025
5026Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5027
5028 * gdb.base/run.c: Use FAKEARGV to build test executable that
5029 does not require a command line arg, since most simulators
5030 don't currently support passing such an arg into the simulated
5031 program.
5032 * gdb.base/commands.exp: Change tests to insert the proper
5033 value as the arg to the first recursive factorial call. Change
5034 compilation line to define FAKEARGV at compile time.
5035
5036Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5037
5038 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5039 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5040 function with watchpoint enabled" test.
5041
5042Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5043
5044 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5045 Don't call gdb_test when the command doesn't return to a gdb prompt.
5046
5047 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5048 "Tests restarted" messages.
5049
5050Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5051
5052 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5053
dc96c6c7 5054Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5055
5056 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5057 for INFO SYMBOL; add help tests for OVERLAY commands.
5058 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5059 add tests for OVERLAY commands
5060 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5061 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5062 * gdb.base/sigall.c: add usestubs code frag
5063 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 5064
c906108c
SS
5065Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5066
5067 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5068 failures.
5069 (gdb_stop_suppressing_tests): Note that tests have restarted.
5070
5071Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5072
5073 * config/h8300.exp: New file.
5074
5075Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5076
5077 * gdb.base/setshow.exp: Check for the existence of a
5078 feature, not its value.
5079
5080Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5081
5082 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5083
5084 * gdb.base/scope.exp: It's now init0(), not init().
5085
5086 * gdb.base/scope0.c: For now, change init() to be init0().
5087
5088 * config/monitor.exp: Use gdb_serial in preference to serial
5089 or netport.
5090
5091 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5092 and it's not already set.
5093
5094Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5095
5096 * gdb.base/setshow.exp: Only test the run command if the target
5097 isn't using a stub and if it supports argument passing.
5098
5099Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5100
5101 * config/udi.exp(gdb_start): Make sure UDICONF is set
5102 properly before starting gdb.
5103
5104Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5105
5106 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5107 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5108 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5109
5110Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5111
5112 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5113 specialized code to reboot the board, use remote_reboot instead.
5114
5115 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5116
5117 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5118
5119 * config/monitor.exp: Make sure we disconnect from the target.
5120 Also, try a reboot/reload cycle instead of failing if the
5121 load fails.
5122
5123Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5124
5125 * gdb.base/default.exp: Don't set match_max.
5126 * gdb.base/help.exp: Ditto.
5127 * gdb.base/list.exp: Ditto.
5128 * gdb.base/signals.exp: Ditto.
5129
5130 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5131 set, use remote_ld to download the testcase instead of
5132 the GDB loader.
5133
5134Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5135
5136 * config/vr5000.exp: New file.
5137
5138 * config/monitor.exp(gdb_target_monitor): Add pattern for
5139 "Ending remote" to detect errors in connecting.
5140
5141 * gdb.base/setshow.exp: Add .* within auto language test.
5142
5143 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5144 target feature.
5145
5146 * config/monitor.exp(gdb_load): Check for a failure when loading,
5147 and reboot the board if necessary.
5148
5149 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5150 a set of tests. Remove print.* from the patterns being checked.
5151
5152Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5153
5154 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5155 refer to gdb_spawn_id.
5156
5157 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5158 longer used.
5159 * config/sparclet.exp: Ditto.
5160 * config/sparclet-old.exp: Ditto.
5161 * config/slite.exp: Ditto.
5162 * config/sim.exp: Ditto.
5163 * gdb.base/funcargs.exp: Ditto.
5164
5165 * lib/gdb.exp:Remove references to gdb_spawn_id.
5166 (gdb_expect): Move to remote.exp.
5167
5168Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5169
5170 * config/monitor.exp: Detect the "Couldn't establish connection"
5171 message from GDB.
5172
5173Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5174
5175 * gdb.base/bitfields.exp: Use runto instead of explicit
5176 gdb_run_cmd/gdb_expect sequences.
5177
5178 * gdb.base/break.exp(text_next_with_recursion): Add match for
5179 gdb_expect call.
5180
5181 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5182 We also need to handle the "A program is being debugged already"
5183 prompt from gdb. Use gdb_test to set the baud rate.
5184
5185 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5186 to 20000. Really. I mean it.
5187
5188Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5189
5190 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5191 fails. If suppress_flag is set, skip perror message about not
5192 being able to send to GDB.
5193 (send_gdb): If suppress_flag is set, don't try to send commands to
5194 GDB.
5195 (gdb_expect): If suppress_flag is set, always fail immediately.
5196 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5197 (gdb_init): Call gdb_stop_suppressing_tests.
5198 (default_gdb_exit): Ditto.
5199 (default_gdb_start): Ditto.
5200
5201 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5202 gdb_stop_suppressing_tests as appropriate.
5203 * gdb.base/break.exp: Ditto.
5204 * gdb.base/callfuncs.exp: Ditto.
5205 * gdb.base/commands.exp: Ditto.
5206 * gdb.base/exprs.exp: Ditto.
5207 * gdb.base/funcargs.exp: Ditto.
5208 * gdb.base/list.exp: Ditto.
5209 * gdb.base/recurse.exp: Ditto.
5210 * gdb.base/scope.exp: Ditto.
5211 * gdb.base/structs.exp: Ditto.
5212 * gdb.c++/inherit.exp: Ditto.
5213
5214Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5215
5216 * config/vr4300.exp: New file.
5217
99707966
MC
5218 * gdb.*/*.exp: Call gdb_expect instead of expect.
5219
5220 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
5221
5222Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5223
5224 * lib/gdb.exp(gdb_init): New function.
5225
5226 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5227 for each individual variable set.
5228
5229 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5230 name.
5231
5232 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5233
5234 * gdb.base/scope.exp: Use gdb_test.
5235
5236 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5237 aborting; the testsuite driver will do that for us (see
5238 gdb_finish). Also, use gdb_test in a few more places.
5239
5240Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5241
5242 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5243
5244Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5245
5246 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5247 and "add_tests" are not at the same address.
5248
5249Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5250
5251 * gdb.base/ptype.exp: Use gdb_test.
5252
5253Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5254
5255 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5256 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5257 left in. No longer expect them to fail.
5258
5259 * gdb.stabs/*.mt; Deleted, no longer used.
5260 * gdb.stabs/configure.in: Remove references to target makefile
5261 frags.
5262 * gdb.stabs/configure: Rebuilt.
5263
5264 * gdb.disasm/*.mt: Deleted, no longer used.
5265 * gdb.disasm/configure.in: Remove references to target makefile
5266 frags. Use "sh3.s" as the unique filename for this directory.
5267 * gdb.disasm/configure: Rebuilt.
5268
5269 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5270 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5271 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5272
5273Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5274
5275 * config/udi.exp: Use mondfe,name instead of remote_host.
5276
5277Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5278
5279 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5280 a function with a watchpoint enabled on the mn10200.
5281
5282 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5283 before trying to create it!
5284
5285Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5286
5287 * config/vx.exp: Use hostname instead of netport.
5288
5289 * config/vxworks.exp: New file.
5290
5291 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5292
5293 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5294 gdb before assuming everything worked. Send a ^C if a timeout
5295 occurs.
5296
5297 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5298 $gdb_spawn_id directly.
5299 (gdb_run_cmd): Try _start as well as start. Use the target feature
5300 gdb,start_symbol as the symbol to start from when jumping.
5301
5302Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5303
5304 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5305 redundant) test.
5306
5307 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5308 it doesn't lose for 16bit integer systems.
5309
5310Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5311
5312 * gdb.fortran/types.exp: If the target doesn't support "double"
5313 data types, then expect "real" types to only be 4 bytes.
5314
5315 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5316 call tests if the target doesn't support inferior function calls.
5317
5318 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5319 in printf tests.
5320
5321Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5322
5323 * gdb.base/help.exp: Disable "help set", "help show", and
5324 "help support". Simplify regexp for "help stack".
5325
5326 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5327 to 60 seconds. Temporarily set match_max to 15000 around the
5328 "info copying" test.
5329
5330 * gdb.base/nodebug.exp: Don't try to do an inferior function
5331 call if the target doesn't support them.
5332 * gdb.base/printcmds.exp: Likewise.
5333 * gdb.base/setvar.exp: Likewise.
5334 * gdb.base/structs.exp: Likewise.
5335 * gdb.c++/templates.exp: Likewise.
5336 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5337
5338 * gdb.base/recurse.exp: Enable for the mn10200.
5339
5340 * configure.in: Do configure gdb.stabs directory for *-*-elf
5341 targets.
5342 * configure: Rebuilt.
5343
5344 * gdb.base/break.exp: Check for gdb,noresults before testing
5345 exit status and/or results from the target.
5346 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5347 * lib/gdb.exp: Remove old (now bogus) initialization of
5348 noinferior, noargs, noresults and nosignals.
5349
5350Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5351
5352 * config/sh.exp: New file.
5353
5354 * config/slite.exp: Try to connect multiple times to the board
5355 before rebooting. Only send a "monitor run" if need_monitor_run
5356 is set.
5357
5358 * gdb.base/break.exp: Don't do the "stub continue" test if
5359 the target has gdb_stub set.
5360
5361 * gdb.base/callfuncs.exp: Increase the timeout.
5362
5363 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5364 if the target has gdb,noinferiorio set.
5365
5366 * gdb.base/list.exp: Increase match_max to 10000 characters.
5367
5368 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5369
5370 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5371 target.
5372
5373 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5374
5375Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5376
5377 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5378 trying to delete the copy of gdb. Catch the file delete so we
5379 don't die if the delete fails; also, the file should be copied to
5380 the host, not to the build.
5381
5382Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5383
5384 * lib/gdb.exp(gdb_test): Surround the result pattern with
5385 parenthesis in case it contains multiple regexps separated
5386 with |.
5387
5388 * gdb.base/watchpoint.exp: Use gdb_test.
5389 * gdb.base/default.exp: Ditto.
5390
5391Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5392
99707966 5393 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 5394
c906108c
SS
5395 * gdb.base/scope.exp: Use gdb_test.
5396 * gdb.c++/classes.exp: Ditto.
5397 * gdb.c++/inherit.exp: Ditto.
5398
5399Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5400
5401 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5402 remote_exec instead.
5403 * gdb.base/corefile.exp: Don't be ridiculous.
5404 * gdb.base/*.c: Add missing stub invocations.
5405
5406Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5407
5408 * config/slite.exp: Miscellaneous fixes.
5409
5410 * lib/gdb.exp: Fix runto.
5411
5412 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5413 the target.
5414
5415 * gdb.base/watchpoint.exp: Fix regexp.
5416
5417 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5418 close and wait commands, as the descriptor may now be
5419 invalid. Always call "remote_close host".
5420
5421Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5422
5423 Major rewrite for testsuite revision.
beb998c6 5424
c906108c
SS
5425 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5426 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5427 instead of relying on spawn_id to always contain a valid
5428 spawn id.
5429 (get_compiler_info): New procedure to build the ${binfile}.ci
5430 file, instead of replicating this in N different places.
5431 (gdb_compile): New procedure.
beb998c6 5432
c906108c
SS
5433 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5434 appropriate arguments) instead of compile. Use gdb_test in a lot
5435 more places. Use send_gdb instead of send. Always run gdb_start
5436 at the start of a testcase, as this is no longer done magically.
5437
5438 config/*-gdb.exp: Rename without the -gdb suffix.
5439
5440 config/mips.exp: Use remote_close instead of exit_remote_shell.
5441 config/monitor.exp: Use target_info instead of looking at
5442 baud, timeout, etc.
5443 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5444
5445Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5446
5447 * gdb.c++/templates.exp (test_ptype_of_templates),
5448 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5449 Update expect patterns for destructors and assignment operators
5450 to match corresponding c-typeprint.c changes.
5451 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5452 to destructor breakpoint test, GDB should be able to set the
5453 destructor breakpoint without specifying arguments.
5454
5455Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5456
5457 * gdb.threads/pthreads.exp: Change result for failure to compile due
5458 to lack of pthreads runtime support from an error to simply an
5459 unsupported test, per dejagnu standards.
5460
5461Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5462
5463 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5464 where GDB exits to reduce pattern match time.
5465 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5466
5467 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5468
dc96c6c7 5469Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5470
5471 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5472 * gdb.base/default.exp: ditto.
5473 * gdb.base/nodebug.exp: ditto.
5474 * gdb.base/printcmds.exp: ditto.
5475 * gdb.base/ptype.exp: ditto.
5476 * gdb.base/setvar.exp: ditto.
5477 * gdb.base/structs.exp: ditto.
5478 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5479
5480Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5481
5482 * configure, */configure: Rebuild with autoconf 2.12.
5483
5484Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5485
5486 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5487 use new i*86-pc-linux*-gnu quads.
5488 * gdb.base/corefile.exp: Ditto.
5489 * gdb.base/signals.exp: Ditto.
5490 * gdb.base/sigall.exp: Ditto.
5491 * gdb.base/interrupt.exp: Ditto.
5492
5493 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5494 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5495 RedHat 4.0.
beb998c6 5496
c906108c
SS
5497 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5498 linux. This allows the test case to at least compile on latest
5499 linux, but still not run due to missing the threads runtime library.
5500
5501Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5502
5503 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5504 directory to search gdb directory. Accept and step over conditional
5505 stack alignment code. Consume $prompt in failure cases.
5506 Reset timeout to $oldtimeout instead of some arbitrary value.
5507 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5508 timeout problems with infinite stack backtraces.
5509 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5510 Accept function parameters for linkfunc member.
5511
5512Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5513
5514 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5515 (CXXFLAGS): Remove, unreferenced.
5516 (B_OPTIONS): Add for -B options and add code to initialize with
5517 previous -B options and also add -B option to pick up cross compiled
5518 runtime.
5519 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5520 doing cross compiles.
5521 (target_alias): Declare global.
5522 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5523 to verify that gcc exists in build tree, and if so set CC to that
5524 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5525
c906108c
SS
5526Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5527
5528 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5529 ptype test for anonymous union. Fixup testcase to match
5530 current gcc debug output.
5531
5532Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5533
5534 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5535 force argument to an unsigned long type.
5536
5537Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5538
5539 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5540 tests and anonymous union print/ptype tests.
5541 * gdb.base/list.exp (test_forward-search): Increase timeout by
5542 5 minutes for the "search extremely long line" case.
5543 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5544 completely optional and that the pass/fail messages use the command as
5545 the message if that third arg is a null string.
5546 (gdb_test_exact): Arrange that a null string pattern means match a
5547 null string output rather than any output, which might include random
5548 errors.
5549 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5550 backtrace test.
5551 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5552 always failing and failure is now exposed by gdb.exp changes.
5553
5554Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5555
5556 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5557 weren't being noted.
5558
5559Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5560
5561 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5562 * gdb.stabs/weird.exp: Remove v_comb xfails.
5563
dc96c6c7 5564Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5565
5566 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5567 list.exp scope.exp watchpoint.exp]
5568 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5569
dc96c6c7 5570Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5571
5572 * config/monitor.exp: Increase download timeout to 1000 seconds.
5573
dc96c6c7 5574Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5575
5576 * config/m32r.exp: Increase timeout to 120 seconds.
5577
5578Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5579
5580 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5581 and accept older ordering as obsolescent gcc or gdb.
5582 * gdb.c++/templates.exp: Ditto.
5583 * gdb.c++/virtfunc.exp: Ditto.
5584
5585Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5586
5587 * gdb.base/coremaker.c: Add code to mmap some data so we
5588 can check that it ends up in the core file.
5589 * gdb.base/corefile.exp: Add test to read mmapped data
5590 from core file.
5591
dc96c6c7 5592Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5593
5594 * config/m32r.exp: New file.
5595
5596Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5597
5598 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5599 that cflags can contains -gstabs, and work correctly for other tests.
5600
dc96c6c7 5601Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5602
5603 * gdb.base/setshow.exp: New file, tests show and set.
5604 * gdb.base/setshow.c: New file, tests show and set.
5605 * gdb.base/help.exp: Add test for help set|show annotate.
5606 * gdb.base/default.exp: Add test for set|show annotate.
5607
5608Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5609
5610 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5611 errors unique.
5612 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5613 explicitly.
5614
5615Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5616
5617 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5618 and width commands. This is done elsewhere.
5619 * (gdb_start): Don't call gdb_start_sim here. That's already
5620 done in gdb_load. This fixes lots of failures in default.exp.
5621
5622Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5623
5624 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5625 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5626 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5627 in the same we we treat other failures (since it may be an expected
5628 condition), rather than as an error.
5629 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5630 old test format.
5631
5632Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5633
5634 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5635 (distclean maintainer-clean realclean): No need to remove files
5636 twice. Nuke the duplicates.
5637 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 5638 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
5639 Remove config.h along with other config files.
5640
5641Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5642
5643 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5644 "p func1 ()" and note that rests of tests are skipped.
5645 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5646 setup_xfails for "print func2::coremaker_local".
5647 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5648 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5649 affected by the previous run test.
5650 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5651 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5652 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5653 "pass int powerset tuple" and "pass modeless int powerset tuple".
5654 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5655 "real write 4" and "real write 8".
5656 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5657 setup_xfails for "print vs1 after tuple assign 2",
5658 "print \$i after tuple assign 2", and
5659 "print vs2 after tuple assign 2".
5660 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5661 meaningful error message and return -1 so the caller can
5662 suppress further tests and avoid a cascade of errors.
beb998c6 5663
c906108c
SS
5664Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5665
5666 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5667 format for printing version.
5668 * gdb.base/default.exp: Ditto.
5669 * gdb.base/interrupt.exp: Fix problem with cascade of
5670 errors if child process dies while calling a function.
beb998c6 5671
c906108c
SS
5672Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5673
5674 * Makefile.in (VPATH): Add
5675 * Makefile.in (Makefile, config.status): Fix rules so things get
5676 remade when necessary.
5677
5678Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5679
5680 * Makefile.in (just-check): Add path to sibling expect dir
5681 to environment variable specified by RPATH_ENVVAR.
5682
5683Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5684
5685 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5686 (just-check): Add shared library paths for libstdc++, tk,
5687 tcl, bfd, and opcodes to the environment variable specified
5688 in RPATH_ENVVAR.
5689 * configure.in: Add support to recognize --enable-shared flag
5690 and generate correct value for RPATH_ENVVAR.
5691 * configure: Regenerated with autoconf.
5692
5693Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5694
5695 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5696 include all osf versions.
5697 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5698 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5699 when target is linux. When failing to build pthreads test
5700 executable, give more meaningful message.
5701 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5702 arg for pthread_create.
beb998c6 5703
c906108c
SS
5704Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5705
5706 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5707 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5708 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5709 and -lpthreads (everybody else).
5710 (test_startup): Fail gracefully if threads are not supported.
5711 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5712 "p/c array_index("abcdef",2)" when not gcc compiled.
5713 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5714 "print func2::coremaker_local" when not gcc compiled.
5715 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5716 "ptype on opaque struct tagname (statically)",
5717 "ptype on opaque struct tagname (dynamically) 1", and
5718 "ptype on opaque struct tagname (dynamically) 2"
5719 for not compiled with gcc.
5720 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5721 backtrace when compiled with gcc.
beb998c6 5722 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
5723 than always return success.
5724
5725Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5726
5727 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5728
5729Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5730
5731 * gdb.base/structs.exp: Undo last change.
5732
5733Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5734
5735 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5736 encapsulate all the steps/nexts done during self test, starting
5737 at main, and makes them less sensitive to optimization issues.
5738 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5739 signal handler" test.
5740 * gdb.threads/pthreads.exp: Only run this for native configs.
5741 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5742 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5743 tests.
5744 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5745 for "runto test_calls(void)" test.
beb998c6 5746
c906108c
SS
5747Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5748
5749 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5750 and don't expect address info in breakpoint confirmations.
5751
5752Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5753
5754 * gdb.base/list.exp (test_forward_search): Increase timeout
5755 temporarily by 60 seconds for searching extremely long line,
5756 and then reset to old value when done. Increase expect input
5757 buffer to 10000.
5758
5759Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5760
5761 * gdb.base/list.exp (test_forward_search): Fix to handle very
5762 long source line without overflowing expect's input buffer.
5763
5764Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5765
5766 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5767 "buffer_full".
5768
5769 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5770 "buffer_full".
5771
5772 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5773 "buffer_full".
5774
5775 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5776 "buffer_full".
5777
5778Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5779
5780 * configure.in (configdirs): Add gdb.threads.
5781 * configure: Regenerated with autoconf.
5782 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5783 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5784 * gdb.threads/configure: New, generated with autoconf.
beb998c6 5785
c906108c
SS
5786Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5787
5788 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5789
5790Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5791
5792 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5793 each signal's status in the output of "handle all print".
5794 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5795 the \r\n sequence that immediately precedes the gdb prompt.
5796 * gdb.base/a1-selftest.exp: Save original timeout and restore
5797 after test.
5798
5799Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5800
5801 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5802 symbol.
5803
5804Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5805
5806 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5807
5808Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5809
5810 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5811 timeout by 60 seconds.
5812
5813Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5814
5815 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5816 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5817 error return.
5818
5819Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5820
5821 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5822 gdb initialization, also report how long dejagnu waited. Restore
5823 old timeout before doing error return. Temporarily increase timeout
5824 by 3 minutes to allow for slow startups over heavy NFS use.
5825
5826Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5827
5828 * lib/gdb.exp: Report timeout value for verbosity level 2.
5829 * config/gdbserver.exp: Ditto.
5830 * config/hppro.exp: Ditto.
5831 * config/mips-gdb.exp: Ditto.
5832 * config/monitor.exp: Ditto.
5833 * config/netware.exp: Ditto.
5834 * config/sim-gdb.exp: Ditto.
5835 * config/slite-gdb.exp: Ditto.
5836 * config/udi-gdb.exp: Ditto.
5837 * config/unix-gdb.exp: Ditto.
5838 * config/vx-gdb.exp: Ditto.
5839 * gdb.base/a1-selftest.exp: Ditto.
5840 * gdb.base/a2-run.exp: Ditto.
5841 * gdb.base/break.exp: Ditto.
5842 * gdb.base/corefile.exp: Ditto.
5843 * gdb.base/list.exp: Ditto.
5844 * gdb.base/recurse.exp: Ditto.
5845 * gdb.base/scope.exp: Ditto.
5846 * gdb.base/signals.exp: Ditto.
5847
5848Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5849
5850 * gdb.threads/Makefile.in (docdir): Removed.
5851
5852Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5853
5854 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 5855 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 5856 @srcdir@.
beb998c6 5857 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
5858 autoconf 2.5 or higher.
5859 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5860
5861Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5862
5863 * configure: Regenerated.
5864 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5865 avoid name clashes with SunOS headers.
5866
5867Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5868
5869 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5870
5871Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5872
5873 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5874 prototype information ends up in the compiler info file.
5875
5876Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5877
5878 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5879 attempting to regenerate it. Eliminate use of a temporary file
5880 and just generate the info file directly. Source it immediately,
5881 for consistency of use.
5882 * gdb.base/corefile.exp: Ditto
5883 * gdb.base/exprs.exp: Ditto.
5884 * gdb.base/funcargs.exp: Ditto.
5885 * gdb.base/langs.exp: Ditto.
5886 * gdb.base/list.exp: Ditto.
5887 * gdb.base/mips_pro.exp: Ditto.
5888 * gdb.base/nodebug.exp: Ditto.
5889 * gdb.base/opaque.exp: Ditto.
5890 * gdb.base/ptype.exp: Ditto.
5891 * gdb.base/scope.exp: Ditto.
5892 * gdb.base/setvar.exp: Ditto.
5893 * gdb.base/signals.exp: Ditto.
5894 * gdb.base/whatis.exp: Ditto.
5895 * gdb.c++/templates.exp: Ditto.
5896 * gdb.c++/virtfunc.exp: Ditto.
5897 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5898 whether or not to add -lstdc++ to the compile command line args.
5899
5900Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5901
5902 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5903 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5904 Increase timeout, a lot of single stepping might be needed if the
5905 target has no hardware watchpoints.
5906
5907Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5908
5909 * gdb.base/break.exp: Ignore compiler warnings when compiling
5910 break.c.
5911 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5912 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5913 from remote-sim.
5914 * gdb.base/exprs.exp: Add h8300 xfails.
5915 * gdb.base/funcargs.exp: Likewise.
5916 * gdb.base/nodebug.exp: Likewise.
5917 * gdb.base/printcmds.exp: Likewise.
5918 * gdb.base/ptype.exp: Likewise.
5919 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5920 h8300 xfails.
beb998c6 5921 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
5922 on the h8300.
5923 * gdb.base/funcargs.c: Explicitly make last constant argument to
5924 call_after_alloca_subr an unsigned long type.
5925 * gdb.base/return.c: Include stdio.h.
5926
5927Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5928
5929 * config/abug.exp: New file for the older Motorola Bug monitor
5930 that runs on the mvme13x series VME boards.
5931 * config/monitor.exp: Use the new config array for target settings
5932 if they exist.
5933
5934Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5935
5936 * sim-gdb.exp: Make the SH simulator allocate less space when
5937 it is targeted.
5938
5939Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5940
5941 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5942 test.
5943
5944Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5945
5946 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5947 "rs6000-*-*" for "list function in include file" when gcc compiled.
5948 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5949 for "p ctable1[120]".
5950 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5951 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5952 Remove setup_xfail for "rs6000-*-*" for
5953 "print 'scope0.c'::filelocal before run".
5954 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
5955 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
5956 since some compilers don't allow both options to be given
5957 on the same command line. Create object file and move it.
beb998c6 5958
c906108c
SS
5959Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
5960
5961 * gdb.base/corefile.exp: Always regenerate the core file, since
5962 we always regenerate the coremaker program. Detect special case
5963 where registers cannot be read from core file.
beb998c6 5964
c906108c
SS
5965Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
5966
5967 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5968 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
5969 * gdb.c++/templates.exp: Only match on basename of file since
5970 some formats like xcoff don't encode directory information.
5971 * gdb.stabs/weird.exp: Use the right sed script for powerpc
5972 and rs6000 AIX xcoff targets.
5973 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
5974 * configure: Regenerate.
5975 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
5976 here, rather than in distclean.
beb998c6 5977
c906108c
SS
5978Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
5979
5980 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
5981 defined, and use it to compile the test case with -O2. The
5982 native compilation still uses no optimization.
5983 * gdb.base/mips_pro.c: Remove inline assembly code since
5984 it is compiled PIC by default, which results in assembler
5985 warnings that make the testsuite think the compilation
5986 was unsuccessful.
5987
5988Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
5989
5990 * gdb.c++/misc.exp: Add note to message for
5991 "print s.a for foo struct" that this is a known gcc 2.7.2
5992 and earlier bug.
5993
5994Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
5995
5996 * gdb.base/break.exp: Fix pattern for matching "Delete all
5997 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
5998 setup_xfail for deleting all breakpoints test. Fix various
5999 timeout messages to include "(timeout)".
6000 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6001 for "p t_float_values2(3.14159,float_val2)".
6002 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6003 for "continue to call2g" when gcc compiled.
6004 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6005 "up to foo in langs.exp", "show language at foo in langs.exp",
6006 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6007 and "show language at fsub in langs.exp".
6008 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6009 "list line 1 in include file", "list message for lines past EOF",
6010 "list function in include file", "list list0.h:foo", and
6011 "list filename:function; nonexistant function".
6012 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6013 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6014 and "ptype t_char_array" to be for native cc only.
beb998c6 6015
c906108c
SS
6016Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6017
beb998c6 6018 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
6019 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6020 "print func2::coremaker_local", and "backtrace in corefile.exp".
6021
6022Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6023
6024 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6025 "bt in signals.exp". This problem only appears when running
6026 the testsuite, and then only intermittently.
6027
6028Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6029
6030 * gdb.base/return.exp (return_tests): Differentiate between
6031 two tests of continuing.
6032
6033Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6034
6035 * */Makefile.in (maintainer-clean): Remove config.log.
6036 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6037 * gdb.c++/Makefile.in (PROGS): Add inherit.
6038 (clean): Remove *.ci.
6039
6040Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6041
6042 * gdb.c++/misc.cc: Add test code from Mike Stump.
6043 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6044
6045Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6046
6047 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6048 to "alpha-*-osf2*" and add comment.
6049 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6050 setup_xfail for "step over execarg initialization" and
6051 "step over corearg initialization".
6052 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6053 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6054 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6055 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6056 "print func2::coremaker_local", and "backtrace in corefile.exp".
6057 * gdb.base/signals.exp: Build and source signals.ci.
6058 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6059 to be for gcc only.
6060 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 6061
c906108c
SS
6062Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6063
6064 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6065 Feb 3 procfs.c change.
6066
6067Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6068
6069 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6070
6071Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6072
6073 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6074 from dejagnu's apparent default of 10 seconds, which gives random
6075 results when running the tests over NFS on moderately loaded systems.
6076 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6077
6078Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6079
6080 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6081 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6082 result reports.
6083
6084Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6085
6086 * configure.in (CY_AC_PATH_TCLH): Remove.
6087 * configure: Regenerate.
6088
6089Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6090
6091 * gdb.c++/Makefile.in (clean): Add missing '{'.
6092
6093Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6094
6095 * lib/gdb.exp: Provide a default value for noinferior.
6096
6097 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6098 Load libgloss.exp.
6099
6100Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6101
6102 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6103 the executable, not the .o to run the tests from.
6104
6105Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6106
6107 * gdb.base/break.exp: Don't test for program exit or exit status
6108 if $noresults if nonzero.
6109 * gdb.base/langs.exp: Likewise.
6110 * gdb.base/watchpoint.exp: Likewise.
6111
6112 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6113 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6114 trying to compile the testcase.
6115
6116Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6117
6118 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6119 * gdb.base/signals.exp (continue to handler): Likewise.
6120
6121Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6122
6123 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6124
6125 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6126
6127Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6128
6129 * gdb.base/corefile.exp: Recognize "not found" as failure
6130 when trying to determine if a core file was generated.
6131 If no core file was generate the first time, try again without
6132 the ulimit -c to work around braindamaged shells.
6133
6134Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6135
6136 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6137 [] tests with "test" and enclose string in quotes.
6138 * gdb.stabs/configure: Rebuild
beb998c6 6139
c906108c
SS
6140Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6141
6142 Changes in sync with expect:
6143 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6144 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6145 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6146 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6147 argument to AC_REQUIRE.
6148 * configure: Regenerated.
6149
6150Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6151
6152 * gdb.base/corefile.exp: When generating a core, discard any
6153 error messages about ulimit not found and the "core dumped"
6154 message from the shell that runs the coredumper.
6155
6156Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6157
6158 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6159
6160 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6161 which sed script to run. Expect failure for v_comb test
6162 on PA targets too.
beb998c6 6163
c906108c
SS
6164Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6165
6166 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6167 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6168
6169Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6170
6171 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6172 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6173 "sparc-sun-solaris*" xfails for "p v_comb".
6174 * lib/gdb.exp (default_gdb_start): Fix typo.
6175 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6176 messages to not include the full program name that caused
6177 the core dump since some systems (such as solaris) apparently
6178 truncate this path to about 80 characters.
6179 When generating a core file first try increasing the core file
6180 size limit to unlimited since some systems may default it to
6181 zero, and it is harmless to try it. Move the test for failing
6182 to generate a core file to where it will actually get executed.
6183 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6184 new gdb result from g++ debug info improvements and make old
6185 pattern obsolescent. Also account for size_t differences
6186 (may be int or long).
6187 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6188 initialization before function call is placed in the delay slot
6189 and thus appears to be skipped over by commands such as "next".
6190
6191Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6192
6193 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6194
6195Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6196
6197 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6198 input source file; fix code to compile test to deal with this
6199 convention.
6200 * gdb.c++/*.exp: Likewise.
6201
6202Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6203
6204 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6205 "bt in signals.exp".
6206
6207Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6208
6209 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6210 "step over execarg initialization" and
6211 "step over corearg initialization".
6212
6213Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6214
6215 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6216 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6217
6218Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6219
6220 From Rob Savoye (rob@poseidon.cygnus.com)
6221 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6222 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6223 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6224 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6225 configure.in}: Major reworking for autoconfig.
6226 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6227 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6228 New files.
6229 * config/unix-gdb.exp: Make GDB global.
6230 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6231 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6232 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6233 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6234 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6235 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6236 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6237 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6238 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6239 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6240 pr-8136.exp, result.exp, string.exp, tuples.exp},
6241 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6242 to returns as necessary, arrange for test to compile own testcase
6243 executable.
6244 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 6245
c906108c
SS
6246Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6247
6248 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6249 clear_xfail at end of test which might not call either pass or fail.
6250 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6251 "backtrace through signal handler".
6252
6253Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6254
6255 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6256 continuing from a job control stop signal.
6257 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6258
6259Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6260
6261 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6262 * gdb.base/corefile.exp: Likewise.
6263 * gdb.base/funcargs.exp: Likewise.
6264
6265Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6266
6267 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6268 * config/monitor.exp: Add support for setting baud rate.
6269
6270Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6271
6272 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6273 i*86-*-linux* xfails for "backtrace through signal handler".
6274 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6275 "print func2::coremaker_local".
6276 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6277 alpha-dec-osf2* xfail for
6278 "delete all breakpoints when none".
6279
6280Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6281
6282 * gdb.base/break.exp: Change test that deletes all breakpoints
6283 when no user breakpoints are installed. A post 4.15 change
6284 causes gdb to no longer prompt in this case.
6285
6286Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6287
6288 * gdb.base/return.exp (return_tests): Change xfail for test
6289 "correct value returned double test" to stop xfailing at
6290 Solaris 2.5. Apparently the bug has been fixed.
6291
6292Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6293
6294 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6295 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6296
6297Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6298
6299 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6300 * gdb.disasm/hppa.s: Corresponding changes.
6301
6302Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6303
6304 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6305 makefile fragment.
6306 * config/mt-hpux: Deleted.
6307
6308Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6309
beb998c6 6310 * Many files: When warning about suppressed tests due to a
c906108c
SS
6311 nonexistant test binary, avoid incrementing the warning count.
6312
6313Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6314
6315 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 6316
c906108c
SS
6317Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6318
6319 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6320 "sparc-*-solaris2*".
6321
6322Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6323
6324 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6325 Add global and local variables and initialize them.
6326 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6327 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6328 extracts the file name and terminating signal from the core file.
6329 * TODO: Remove note about tests for correct mapping of corefile.
6330 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6331 from optimizing it away.
6332 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6333 handles common blocks.
6334
6335Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6336
6337 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6338 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6339
6340Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6341
6342 * Makefile.in (maintainer-clean): New target, synonym for
6343 realclean.
6344 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6345 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6346 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6347 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6348 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6349 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6350
6351Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6352
6353 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6354 xfails when not gcc compiled for "print foo::funclocal".
6355 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6356 "print foo::funclocal at foo",
6357 "print 'scope1.c'::foo::funclocal at foo",
6358 "print foo::funclocal_bss at foo",
6359 "print 'scope1.c'::foo::funclocal_bss at foo",
6360 "print foo::funclocal_ro at foo",
6361 "print 'scope1.c'::foo::funclocal_ro at foo",
6362 "print bar::funclocal at foo" and
6363 "print 'scope1.c'::bar::funclocal at foo".
6364 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6365 gcc compiled for "print foo::funclocal at bar".
6366 Expand all messages to ensure that they identify that
6367 the test is at bar().
6368 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6369 gcc compiled for:
6370 "ptype on opaque struct pointer (statically)",
6371 "ptype on opaque struct tagname (statically)",
6372 "ptype on opaque struct pointer (dynamically) 1",
6373 "ptype on opaque struct tagname (dynamically) 1",
6374 "ptype on opaque struct pointer (dynamically) 2" and
6375 "ptype on opaque struct tagname (dynamically) 2
6376 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6377 gcc compiled for:
6378 "p datalocal"
6379 "whatis datalocal",
6380 "ptype datalocal",
6381 "p bsslocal",
6382 "whatis bsslocal", and
6383 "ptype bsslocal".
6384 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6385 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6386 when not gcc compiled.
6387 * gdb.base/funcargs.exp (float_and_integral_args): Add
6388 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6389 compiled.
6390 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6391 "backtrace from call6a" when not gcc compiled.
6392 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6393 "backtrace from call7a" when not gcc compiled.
6394 * gdb.base/callfuncs.exp (do_function_calls):
6395 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6396 "p t_char_array_values(char_array_val2,char_array_val1)",
6397 "p t_char_array_values(char_array_val1,char_array_val2)",
6398 "p t_char_array_values("carray 1","carray 2")",
6399 "p t_char_array_values("carray 1",char_array_val2)",
6400 "p t_char_array_values(char_array_val1,"carray 2")",
6401 "p sum_args(1,{2})",
6402 "p sum_args(2,{2,3})",
6403 "p sum_args(3,{2,3,4})",
6404 "p sum_args(4,{2,3,4,5})"
6405 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6406 "backtrace in corefile.exp" when not gcc compiled.
6407
6408Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6409
6410 * gdb.base/signals.exp: Rewrite `handle all print' test as
6411 a procedure. Accept blanks or TABs as whitespace, increase
6412 timeout and expect input buffer size for the large output
6413 from the command. Remove "i*86-*-bsdi2.0" xfail.
6414
6415Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6416
6417 * gdb.base/setvar.exp: Add new testcases for truncation when
6418 assigning invalid values to bitfields.
6419
6420Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6421
beb998c6 6422 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
6423 mips-sgi-irix* xfail for
6424 "call inferior func with struct - returns char *"
6425 and fix test so that an optional (unsigned char *) cast is
6426 accepted in the result.
6427
6428Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6429
6430 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6431 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6432 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6433 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6434 that accidentally got checked in.
6435
6436Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6437
beb998c6 6438 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6439 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6440 compiled test.
6441 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6442 Add mips-sgi-irix5* xfail for not gcc compiled.
6443 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6444 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6445 "p top", "whatis top", "p middle", and "whatis middle".
6446 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6447 "whatis signed char" for not gcc compiled.
6448 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6449 "set variable signed char=-1 (-1)" and
6450 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6451 * gdb.base/funcargs.exp (float_and_integral_args):
6452 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6453 Add mips-sgi-irix* xfail when not gcc compiled for
6454 "continue to call2b".
6455 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6456 "continue to call2g".
6457 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6458 "backtrace from call6a"
6459 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6460 "backtrace from call7k".
6461 Add mips-sgi-irix5* xfail when not gcc compiled for
6462 "backtrace from call7a".
6463 (localvars_after_alloca): Fix gdb_test cmds for
6464 "print * after runto ...".
6465 Remove rs6000-*-* xfails for
6466 "print i after runto localvars_after_alloca" and
6467 "print l after runto localvars_after_alloca"
6468 for all compilers.
6469 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6470 when not compiled with gcc, for:
6471 "print signed char == (minus)",
6472 "print signed char != (minus)",
6473 "print signed char < (minus)",
6474 "print signed char > (minus)".
6475 * gdb.base/callfuncs.exp (do_function_calls):
6476 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6477 "call inferior func with struct - returns char *".
beb998c6 6478 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6479 "correct value returned double test" to include Solaris 2.4.
6480 * gdb.base/funcargs.exp (float_and_integral_args):
6481 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6482
c906108c
SS
6483Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6484
6485 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6486 enumeration bitfields if compiling with GNU C.
6487 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6488 to empty' prompt.
6489
6490Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6491
6492 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6493 test for PRO targets.
6494
6495 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6496 breakpoints in the inferior at any given time by making
6497 two groups of breakpoints for call2*, call6* and call7*
6498 tests.
6499
6500Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6501
6502 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6503 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6504 from optimizing it away.
6505 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6506 "call inferior func with struct".
6507
6508Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6509
6510 * configure.in: Only configure gdb.chill for particular targets.
6511
6512Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6513
6514 * gdb.base/Makefile.in: Add action to .c.o transformation
6515 rule that generates a .ci file for each .o file and remove
6516 explicit .c.o rules except for callfuncs.o.
6517 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6518 generates a .ci file for each .o file and remove explicit
6519 .cc.o rules.
6520 (clean): Remove *.tmp *.ci files.
6521 (EXECUTABLES): Remove templ-info.exp.
6522 * gdb.base/compiler.c: New file.
6523 * gdb.c++/compiler.cc: New file
6524 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6525 Change rs6000-*-* xfail for
6526 "print 'scope0.c'::filelocal_ro" and
6527 "print 'scope1.c'::filelocal" and
6528 "print 'scope1.c'::filelocal_bss" and
6529 "print 'scope1.c'::filelocal_ro" and
6530 "print 'scope1.c'::foo::funclocal" and
6531 "print 'scope1.c'::foo::funclocal_ro" and
6532 "print 'scope1.c'::bar::funclocal" and
6533 "print 'scope0.c'::filelocal_ro" and
6534 "print 'scope1.c'::filelocal at foo" and
6535 "print 'scope1.c'::filelocal_bss at foo" and
6536 "print 'scope1.c'::filelocal_ro at foo" and
6537 "print 'scope1.c'::foo::funclocal at foo" and
6538 "print 'scope1.c'::foo::funclocal_bss at foo" and
6539 "print 'scope1.c'::foo::funclocal_ro at foo" and
6540 "print 'scope1.c'::bar::funclocal at foo" and
6541 "print 'scope0.c'::filelocal_ro" and
6542 "print 'scope1.c'::filelocal" and
6543 "print 'scope1.c'::filelocal_bss" and
6544 "print 'scope1.c'::filelocal_ro" and
6545 "print 'scope1.c'::foo::funclocal" and
6546 "print 'scope1.c'::foo::funclocal_bss" and
6547 "print 'scope1.c'::foo::funclocal_ro" and
6548 "print 'scope1.c'::bar::funclocal" and
6549 "print 'scope1.c'::bar::funclocal_bss"
6550 to only be xfail'd when not compiled with gcc.
beb998c6 6551 Add rs6000-*-* xfail for
c906108c
SS
6552 "print 'scope0.c'::filelocal_bss before run"
6553 when compiled with gcc.
6554 (test_at_main): Add rs6000-*-* xfail for
6555 "print filelocal_ro in test_at_main"
6556 when compiled with gcc.
6557 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6558 Add rs6000-*-aix* xfail for
c906108c
SS
6559 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6560 "ptype t_char_array", not compiled with gcc.
6561 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6562 xfail for "list foo (in include file)" when gcc compiled.
6563 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6564 (integral_args): Add rs6000-*-* xfail for
6565 "run to call0a" if not compiled with gcc.
6566 (unsigned_integral_args): Add rs6000-*-* xfail for
6567 "run to call1a" if not compiled with gcc.
6568 (float_and_integral_args): Add rs6000-*-* xfail for
6569 "run to call2a" if not compiled with gcc and for
6570 "continue to call2b" for any compiler.
6571 Add rs6000-*-* xfail to
6572 "print f1 after run to call2a" for gcc compiled.
6573 (discard_and_shuffle): Add rs6000-*-* xfail for
6574 "run to call6a".
6575 (shuffle_round_robin): Add rs6000-*-* xfail for
6576 "backtrace from call7a" if not compiled with gcc.
6577 Add rs6000-*-* xfail for
6578 "backtrace from call7b" if compiled with gcc.
6579 (call_after_alloca): Add rs6000-*-* xfail for
6580 "print c in call_after_alloca" and
6581 "print s in call_after_alloca" and
6582 "backtrace from call_after_alloca_subr"
6583 if not compiled with gcc.
6584 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6585 "print c in localvars_in_indirect_call" and
6586 "print c in localvars_in_indirect_call" and
6587 "backtrace in indirectly called function" and
6588 "stepping into indirectly called function"
6589 if not compiled with gcc.
6590 (localvars_after_alloca): Add rs6000-*-* xfail for
6591 "print c after runto localvars_after_alloca" and
6592 "print s after runto localvars_after_alloca" and
6593 "print i after runto localvars_after_alloca" and
6594 "print l after runto localvars_after_alloca"
6595 for all compilers.
6596 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6597 than whatis-info.exp.
6598 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6599 than opaque-info.exp.
6600 Setup rs6000-*-* xfail for
beb998c6 6601 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6602 "ptype on opaque struct pointer (dynamically)" when
6603 not compiled with gcc.
6604 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6605 rather than callf-info.exp.
6606 (do_function_calls): Add clear_xfail for rs6000-*-* for
6607 "p t_float_values2(3.14159,float_val2)". Seems to work
6608 fine there, both with xlc and gcc. Need to find out what
6609 it is doing right and fix other platforms.
6610 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6611 "call inferior func with struct - returns int",
6612 "call inferior func with struct - returns long",
6613 "call inferior func with struct - returns float",
6614 "call inferior func with struct - returns double",
6615 "call inferior func with struct - returns char *",
6616 but only if not gcc compiled (presumes xlc compiled).
6617 Change rs6000-*-* xfails for
6618 "call inferior func with struct - returns char" and
6619 " call inferior func with struct - returns short" to only
6620 xfail if not using gcc.
6621 (clean mostlyclean): Remove *.ci and *.tmp files.
6622 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6623 than templ-info.exp.
6624 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6625 Add rs6000-*-* xfail for "up to foo in langs.exp"
6626 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6627 when not gcc compiled.
beb998c6 6628
c906108c
SS
6629Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6630
6631 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6632 * gdb.base/corefile.exp: Likewise.
6633 * gdb.base/list.exp: Likewise.
6634 * gdb.base/scope.exp: Likewise.
6635 * gdb.base/siganls.exp: Likewise.
6636
6637 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6638 compiler output.
6639 * gdb.base/whatis.exp: Likewise.
6640
6641Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6642
6643 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6644 failure (opcode table has been fixed to match reality).
6645
6646Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6647
6648 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6649 "call inferior func with struct - returns char",
6650 "call inferior func with struct - returns short"
6651
6652 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6653 "print 'scope0.c'::filelocal at main",
6654 "print 'scope0.c'::filelocal_bss in test_at_main",
6655 "print 'scope0.c'::filelocal at foo",
6656 "print 'scope0.c'::filelocal_bss in test_at_foo",
6657 "print 'scope0.c'::filelocal at bar",
6658 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 6659
c906108c
SS
6660 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6661 in source file 1". This bug seems to have been fixed with both
6662 gcc and native cc (was native assembler bug?).
6663
6664Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6665
6666 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6667 "backtrace through signal handler" to "i*86-*-sysv4*".
6668 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6669 continue" case. Add "known SVR4 bug" to fail message.
6670 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6671 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6672 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6673 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6674 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6675 "up to foo in langs.exp", "show language at foo in
6676 langs.exp", "up to cppsub_ in langs.exp", "show
6677 language at cppsub_ in langs.exp", "up to fsub in
6678 langs.exp", and "show language at fsub in langs.exp".
6679 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6680 "bactrace in corefile.exp".
6681 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6682 "call inferior function with struct - returns float" and
6683 "call inferior function with struct - returns double".
beb998c6 6684
c906108c
SS
6685Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6686
6687 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6688 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6689 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6690 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6691
6692Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6693
6694 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6695 (or overriden) "CHILL" macro rather then bare "gcc".
6696 Also look for ../../gcc/xgcc since that is what we will
6697 actually need, not "Makefile". Remove following assignment
6698 of CHILL to CHILL_FOR_TARGET because that results in
6699 recursive definition.
6700
6701Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6702
6703 * gdb.base/corefile.exp: Change xfail for backtrace in
6704 corefile.exp from linuxaout to all linux.
6705 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6706 cases where we miss the breakpoint at the signal handler
6707 for some reason. Setup xfail for linuxoldld/linuxaout and
6708 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6709 hitting SIGURG breakpoint.
6710 * gdb.base/signals.exp: Setup xfail for "next" acting like
6711 continue to add linuxoldld. Setup xfail for all linux for
6712 "next to handler in signals_tests_1", "backtrace in
6713 signals_tests_1", "continue to func1", "pass SIGUSR1",
6714 and continue to handler".
6715
6716Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6717
6718 * Update all FSF addresses except those in COPYING* files.
6719
6720Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6721
6722 * gdb.base/a2-run.exp: Change messages to be more explicit about
6723 the status of args, and quote binfile in results.
6724
6725Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6726
6727 * gdb.base/callfuncs.exp: Add tests for passing structs to
6728 inferior functions and return various types.
6729 * gdb.base/callfuncs.c: Add functions to receive a struct
6730 and return a member of the struct, in various types.
6731
6732Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6733
6734 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6735
6736Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6737
6738 * config/vxworks29k.exp: New file, sources vxworks.exp.
6739
6740Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6741
6742 * config/gdbremote.exp: New file. Testing framework using
6743 gdbserver.
6744
6745Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6746
6747 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6748 "call function when asleep" and "send end of file".
6749 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6750 for "backtrace in corefile.exp".
6751 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6752 for "backtrace through signal handler".
6753 * gdb.base/corefile.exp: Make sure we actually generate a core file
6754 before trying the core tests. Some systems allow the user to suppress
6755 generation of core files and default to that (linux for example).
6756 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6757 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6758
6759Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6760
6761 * gdb.threads: New directory with some crude multi-threaded
6762 gdb tests (step.exp and step2.exp).
6763 * config/mt-lynx (STEP_EXECUTABLE): Define.
6764 (THREADFLAGS): Define.
6765
6766Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6767
6768 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6769
6770 * gdb.base/signals.exp: Disable whole file for lynx until
6771 further notice.
6772
6773 * gdb.base/signals.exp: xfail test where "next" acts like
6774 "continue" for lynx.
6775
6776 * gdb.base/interrupt.exp: xfail test for calling function while
6777 inferior is asleep for lynx.
6778
6779 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6780 than one cr-lf after each command.
6781
6782Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6783
6784 * configure.in: Reinstate setting of stabsdirs variable, fix
6785 typo in setting up configdirs for native builds.
6786
6787 * gdb.base/return.exp: Fix typo in return double test.
6788 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6789 compiler from optimizing them away.
6790
6791Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6792
6793 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6794 sequences to be echo'd by gdb when using gdb_test.
6795 * gdb.chill/chexp.exp: Likewise.
6796 * gdb.fortran/exprs.exp: Likewise
6797
6798Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6799
6800 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6801 after the inferior gdb has started.
6802
6803 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6804 after each command.
6805 * gdb.base/funcargs.exp: Likewise.
6806 * gdb.base/gdbvars.exp: Likewise.
6807 * gdb.base/interrupt.exp: Likewise.
6808 * gdb.base/list.exp: Likewise.
6809 * gdb.base/watchpoint.exp: Likewise.
6810 * gdb.c++/demangle.exp: Likewise.
6811 * gdb.c++/inherit.exp: Likewise.
6812 * gdb.chill/chexp.exp: Likewise.
6813 * gdb.fortran/exprs.exp: Likewise.
6814
6815 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6816 test if we can't handle IO to/from the inferior.
6817
6818 * gdb.c++/misc.exp: Always check for a program already being
6819 started after sending a "run" command to gdb.
6820
6821 * gdb.base/twice.exp: Start with a fresh gdb.
6822
6823 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6824 only depend on gdb's expression code, not the chill runtime.
6825
6826 * gdb.base/return.c: Put return values into variables so we
6827 can have gdb print them rather than depending on the program
6828 to print them.
6829 * gdb.base/return.exp: Corresponding changes.
6830
6831 * lib/gdb.exp: Provide default value for noinferiorio.
6832 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6833 the inferior.
6834
6835 * gdb.base/break.exp: Always check for a program already being
6836 started after sending a "run" command to gdb.
6837 (text_next_with_recursion): Don't check the output from the
6838 program's printf statement. Instead just make sure the program
6839 exited.
6840
6841 * gdb.base/commands.exp: Protect tests which need arguments with
6842 $noargs conditionals.
6843
6844Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6845
6846 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6847 of structure member arrays to match gdb/valops.c:value_addr change.
6848
6849Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6850
6851 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6852 cases.
6853
6854Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6855
6856 * configure.in (configdirs): Remove gdb.chill from default list
6857 of subdirs and then add it back in only if doing a native build.
6858 The current chill compiler does not yet work in any cross build.
6859 * Revert all signal changes from Jul 6.
6860 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6861 for sh-hms targets, allowing these tests to link, with no other
6862 changes. Testing is suppressed by setting "nosignals" in site.exp.
6863
6864Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6865
6866 * configure.in (signaldirs): Define and add to configdirs for all
6867 targets except some specific ones that are known to not support signals.
6868 Also clean up formatting.
6869 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6870 (signals, sigall): Remove rules to build.
6871 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6872 Moved to new gdb.signals directory.
6873 * gdb.signals: New test directory.
6874 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6875 signals.c signals.exp}: New or moved files.
6876
6877Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6878
6879 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6880
6881Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6882
6883 * gdb.base/return.exp: Xfail `return double' test failure
6884 on at least Solaris 2.3 and handle future/past versions on
6885 a case by case basis as appropriate. Also update message
6886 to include i*86 failures.
6887
6888Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6889
6890 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6891
6892 * lib/gdb.exp: Fix comment which erroneously identified
6893 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6894 gdb_file_cmd not gdb_load).
6895 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6896
6897 * gdb.base/setvar.exp: Make test names consistent between pass and
6898 fail cases. Use gdb_test more.
6899
6900Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6901
6902 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6903
6904Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6905
6906 * gdb.base/help.exp: Fix expected help string for `show commands'.
6907
6908Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6909
6910 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6911
6912 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6913 of a text section.
6914
6915Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6916
6917 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6918 that loop eventually terminates. Fix Connection refused logic so
6919 that testsuite will expire nicely.
6920
6921Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6922
6923 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6924 config/rom68k.exp: New tcl glue for the appropriate monitors.
6925 These all just end up calling monitor.exp.
6926 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6927 refused' by retrying. Cleanup some timeout issues.
6928 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6929 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6930 callers don't have to set/restore global timeout variable.
6931
6932 * The following set of changes centralizes management of the global
6933 timeout variable. This way, it can be set in one target dependent
6934 place instead of dozens of places scattered throughout the test suite.
6935 If you need to lengthen a timeout, then you should either set timeout
6936 in one of the config/{target}.exp files, or multiply it by a factor.
6937 Setting it to an absolute value is always going to lose for some
6938 targets.
6939 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6940 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6941 * gdb.base/funcargs.exp: Don't set timeout.
6942 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6943 * gdb.base/printcmds.exp (test_print_string_constants
6944 test_print_array_constants): Don't set timeout.
6945 * gdb.base/ptype.exp: Don't set timeout.
6946 * gdb.base/recurse.exp: Don't set timeout.
6947 * gdb.base/return.exp: Don't set timeout.
6948 * gdb.base/watchpoint.exp: Don't set timeout.
6949 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6950 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6951
6952Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6953
6954 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
6955
6956Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6957
6958 * lib/gdb.exp: Disable chill tests for irix5.
6959
6960Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6961
6962 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
6963 each test pass or fail.
6964
6965Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6966
6967 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
6968 xlc not gcc.
6969
6970Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
6971
6972 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
6973
6974Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
6975
6976 * config/est.exp: Fix copyright and comments. Remove dead code.
6977 Use targetname, serialport and baud variables instead of fixed
6978 constants.
6979 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
6980 * config/cpu32bug.exp: New file to support cpu32bug monitors.
6981
6982Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6983
6984 * gdb.base/watchpoint.exp: Don't run
6985 test_watchpoint_triggered_in_syscall for sunos.
6986
6987Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6988
6989 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
6990 they don't seem to exist. Do include stdio.h.
6991
6992Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6993
6994 * gdb.base/a1-selftest.exp: Add alpha xfail.
6995
6996Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6997
6998 * gdb.base/watchpoint.c (main): Prompt before calling read().
6999 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7000 Revise accordingly. Remove cruft about sending "123" several
7001 times, until it gets noticed. Clean up the "print buf[0]" stuff
7002 so that it passes or fails, and waits for prompts in the usual way.
7003
7004Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7005
7006 * gdb.base/recurse.exp: Fix comment.
7007
7008 * TODO: Remove item about printing variables in nodebug.exp. Add
7009 item about enabling tests which are only run on some targets.
7010
7011 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7012 fail, make test names unique, use new gdb_test convention
7013 regarding pattern, use gdb_test more, etc.).
7014
7015 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7016 fail, make test names unique, etc.).
7017
7018Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7019
7020 * gdb.base/nodebug.c: Change return type of top and middle to
7021 short.
7022 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7023 are fixed by the recent mdebugread.c changes. Allow `short ()'
7024 as type for top and middle.
7025
7026Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7027
7028 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7029 nearly as I can tell, the whole thing was an accident in Stu's
7030 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7031 to replace a send/expect pair with gdb_test, but ended up only
7032 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7033 of 30 Mar 1995 took care of it, but left this vestigial comment
7034 which I am now nuking.
7035
7036Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7037
7038 * gdb.base/break.exp: Look for different line number for
7039 breakpoint at main depending on usestubs.
7040
7041Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7042
7043 * gdb.base/list.exp: Adjust some alternate expect patterns to
7044 match recent list0.c change. Add alternate expect pattern for
7045 output from `list default lines around main' for optimizing
7046 compilers.
7047
7048Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7049
7050 * lib/gdb.exp: If nosignals is not set, set it to 0.
7051
7052Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7053
7054 * config/slite-gdb.exp: Responds to load symbol table prompt.
7055 * gdb.base/break.exp: Adjust line number, fix rerun.
7056 * gdb.base/langs0.c: Add #ifdef usestubs.
7057
7058Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7059
7060 * gdb.base/list.exp: Adjust line contents after adding new lines in
7061 list0.c. Also fix a syntax error.
7062
7063 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7064 * gdb.base/break.exp: ditto.
7065 * gdb.base/list.exp: ditto.
7066 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7067 * gdb.base/run.c: ditto.
7068 * gdb.base/list0.c: ditto.
7069 * gdb.base/funcargs.c: ditto.
7070
7071Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7072
7073 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7074 $targetname, $serialport and $baud instead of hardwired variables.
7075 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7076 target doesn't support signals.
7077
7078Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7079
7080 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7081
7082Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7083
7084 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7085 Don't rely on the value of an auto variable before it has been
7086 initialized. Use gdb_test more.
7087
7088Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7089
7090 * lib/gdb.exp (default_gdb_version): A version number must start
7091 with a digit, but other than that contains all characters up to
7092 the first whitespace character.
7093
7094Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7095
7096 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7097
7098Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7099
7100 * gdb.c++/*.exp: Warn if executable does not exist. The original
7101 reason for skipping the warning was that configure.in sometimes
7102 intentionally skipped building the executables but the tcl code
7103 had no way of knowing. That (a) was always bogus with respect to
7104 error handling, (b) is no longer true (right now there is no way
7105 to skip C++ tests).
7106
7107 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7108
7109Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7110
7111 * gdb.base/list.exp: Add expect patterns for output from
7112 SunPRO compiled executables.
7113 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7114 types.
7115
7116Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7117
7118 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7119 number (we are already testing that the correct source line text
7120 gets printed).
7121
7122 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7123 that is what is intended, but something needed to be done to get
7124 sunos4 native working again.
7125
7126 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7127
7128 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7129 apparently went with a (very) old xfail.
7130
7131Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7132
7133 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7134 runto_main is a proc in gdb.exp that will do 'step' for target use
7135 stubs.
7136 * gdb.base/exprs.exp: ditto.
7137 * gdb.base/interrupt.exp: ditto.
7138 * gdb.base/opaque.exp: ditto.
7139 * gdb.base/printcmds.exp: ditto.
7140 * gdb.base/ptype.exp: ditto.
7141 * gdb.base/scope.exp: ditto.
7142 * gdb.base/setvar.exp: ditto.
7143 * gdb.base/signals.exp: ditto.
7144 * gdb.base/twice.exp: ditto.
7145 * gdb.c++/classes.exp: ditto.
7146 * gdb.c++/inherit.exp: ditto.
7147 * gdb.c++/templates.exp: ditto.
7148 * gdb.base/break.exp: no run and hit main for stubs. Change line
7149 numbers for breakpoints and info breakpoint.
7150 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7151 breakpoint().
7152 * gdb.base/callfuncs.c: ditto.
7153 * gdb.base/exprs: ditto.
7154 * gdb.base/interrupt.c: ditto.
7155 * gdb.base/opaque0.c: ditto.
7156 * gdb.base/printcmds.c: ditto.
7157 * gdb.base/ptype.c: ditto.
7158 * gdb.base/scope0.c: ditto.
7159 * gdb.base/setvar.c: ditto.
7160 * gdb.base/signals.c: ditto.
7161 * gdb.base/twice.c: ditto.
7162 * gdb.c++/misc.cc: ditto.
7163 * gdb.c++/templates.cc: ditto.
7164
7165Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7166
7167 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7168
7169 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7170 somewhere between `read' and `main.c'. I'm pretty sure the
7171 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7172 and it isn't particularly useful.
7173
7174 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7175
7176Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7177
7178 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7179
7180Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7181
7182 * config/mt-slite: add LIBS and -nostdlib.
7183 * config/slite-gdb.exp: add this new file to support sparclite target.
7184
7185Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7186
7187 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7188
7189 * gdb.base/a2-run.exp: Change argument to istarget from
7190 "*-*-vxworks" to "*-*-vxworks*".
7191 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7192
7193Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7194
7195 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7196 will not runto main but do a 'step' to step out of breakpoint().
7197 * config/mt-slite: add -Dusestubs.
7198
7199Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7200
7201 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7202 instead of just @.
7203
7204 * gdb.base/signals.exp: Add test for "handle all print".
7205 * TODO: Remove "handle all print". Also remove item about
7206 checking copyright date (I don't like the idea of a spurious FAIL
7207 based on when we run the tests).
7208
7209 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7210 for SunOS4 (reason for failure not investigated). Remove
7211 redundant test for $binfile.
7212
7213 * gdb.base/nodebug.c (array_index): Call malloc.
7214
7215 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7216
7217Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7218
7219 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7220 conventions and slightly simplify the matching regexp.
7221
7222Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7223
7224 * gdb.base/break.exp: Update gdb_test invocation to use new
7225 convention.
7226
7227 * lib/gdb.exp: If noargs is not set, set it to 0.
7228
7229 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7230 tests unique.
7231
7232 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7233
7234Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7235
7236 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7237 one argument of type "<non-float parameter>".
7238
7239Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7240
7241 * config/rom68k.exp: New file to support Motorola IDP board.
7242 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7243 * gdb.base/break.c: Change things around so that this program
7244 doesn't depend upon args. This is necessary to make remote
7245 targets work (in general, they can't take args).
7246 * gdb.base/break.exp: Don't try to send args to program. Don't
7247 expect output. Also, replace lots of code with gdb_test.
7248
7249Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7250
7251 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7252 printing of '\'' (which is what the comment says we are testing,
7253 even though we were not), not '''.
7254 (test_integer_literals_rejected): Test that printing ''' is an error.
7255
7256 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7257 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7258 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7259 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7260 Use gdb_test not test_print_accept.
7261 * lib/gdb.exp: Remove test_print_accept.
7262
7263 * gdb.base/signals.exp (signal_tests_1): Make pass message
7264 consistent with fail message.
7265
7266 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7267 unsigned char; the bug (PR 1821) is fixed.
7268
7269 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7270
7271 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7272 successful tests--makes xfailing them work right.
7273
7274Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7275
7276 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7277 only \r\n, not .*. The test can pass .* as the last thing in
7278 $pattern if that is what it wants. In addition to providing this
7279 flexibility, this change should speed up pattern matching in cases
7280 where the pattern already ended with .* (there were a number of
7281 them). This change also helps catch bad patterns--in the old
7282 scheme the typo "char \*" instead of "char \\*" would pass. Now
7283 it is caught.
7284 * Many .exp files: Update callers.
7285
7286 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7287 clearer and does not spuriously match multiple ('s. Likewise for
7288 ) and *.
7289
7290 * gdb.base/nodebug.exp: Test ability to call a function and pass
7291 it a string (even with no debugging info).
7292
7293 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7294 "p '\'", which is the same as "p ''" once tcl gets done with
7295 quoting, to "p '\\'", which I suspect is what is intended (one
7296 backslash gets sent to GDB).
7297
7298 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7299
7300Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7301
7302 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7303 1817) was fixed literally years ago.
7304
7305Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7306
7307 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7308 test, it causes stepping out of call_after_alloca_subr with
7309 optimizing compilers.
7310 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7311 fails.
7312
7313 * gdb.c++/templates.exp: Source templ-info.exp only if
7314 the templates executable exists.
7315
7316 * gdb.c++/misc.cc (class Contains_static_instance,
7317 class Contains_nested_static_instance),
7318 gdb.c++/classes.exp (test_static_members): Test printing of
7319 a class that contains a static instance of the class.
7320
7321Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7322
7323 * gdb.base/langs2.c (cppsub_): Don't prototype.
7324 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7325 only, I believe).
7326
7327Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7328
7329 * lib/gdb.exp (skip_chill_tests): New procedure.
7330
7331 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7332
7333Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7334
7335 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7336 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7337
7338Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7339
7340 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7341
7342 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7343 disassemble 8, not 16, instructions for part 4.
7344
7345 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7346 support the latter anymore.
7347
7348 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7349 -DNO_PROTOTYPES.
7350 * gdb.base/callfuncs.c: Control use of prototypes based on
7351 NO_PROTOTYPES, not __STDC__.
7352 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7353 t_float_values2 tests if prototypes in use.
7354
7355 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7356 t_double_values): When checking differences against DELTA, check
7357 that difference is within the range (-DELTA,DELTA), not just
7358 (-infinity,DELTA).
7359
7360Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7361
7362 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7363 'file' command firts, then 'target', then 'load', this is due to gdb
7364 target set up.
7365 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7366
7367Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7368
7369 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7370 FP load/store variants.
7371 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7372
7373Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7374
7375 * gdb.base/term.exp: Do not give a warning if not native, it is
7376 not an abnormal condition.
7377
7378Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7379
7380 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7381 t_char_array".
7382
7383Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7384
7385 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7386 are getting the version number.
7387
7388 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7389 if not native, it is not an abnormal condition.
7390
7391Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7392
7393 * lib/gdb.exp: Just use "file exists", rather than undocumented
7394 dejagnu procedure "findfile".
7395
7396Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7397
7398 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7399 (LDFLAGS): Set to -Xlinker -Ur.
7400
7401 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7402 Removed, these values are set by lib/gdb.exp.
7403
7404 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7405
7406Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7407
7408 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7409 of replicating gdb startup code.
7410
7411 * config/mt-vxworks (LDFLAGS): Set to -r.
7412 (CFLAGS_FOR_TARGET): Removed.
7413
7414 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7415 (gdb) and gdb for vxworks uses (vxgdb).
7416
7417 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7418 executable is not in the tree and host != target, use sed and
7419 program_transform_name to determine the gdb name used by the
7420 target.
7421
7422 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7423 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7424
7425Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7426
7427 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7428 floats, chars, and shorts where there are ANSI-style function
7429 definitions.
7430
7431 * gdb.base/langs.exp, gdb.base/langs*: New test.
7432 * gdb.base/Makefile.in: Build it.
7433 * TODO: Remove item about checking that C names don't get C++
7434 demangling applied; this test tests it.
7435
7436Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7437
7438 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7439 went with the const70 xfail. The xfail went away a year ago.
7440
7441 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7442
7443 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7444 for hp300.
7445
7446 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7447
7448 * gdb.base/a1-selftest.exp: Don't run on hp300.
7449
7450Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7451
7452 * Makefile.in (site.exp): Set host_alias and target_alias as well
7453 as host_triplet and target_triplet.
7454
7455Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7456
7457 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7458
7459 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7460 places as other ecoff systems).
7461
7462 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7463 ultrix.
7464
7465Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7466
7467 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7468 remove them.
7469 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7470 variable and "variable" in addition to "data variable".
7471 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7472
7473 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7474 2.
7475 * gdb.base/list1.c (long_line): Add additional statement at start
7476 of function.
7477 * gdb.base/list.exp (test_forward_search): Update line number to
7478 reflect new statement.
7479
7480Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7481
7482 * gdb.base/signals.exp: Reinitialize searched source directories
7483 after gdb_start call.
7484
7485Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7486
7487 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7488 * gdb.stabs/Makefile.in: Likewise.
7489
7490 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7491 change. Instead split the tests into smaller pieces.
7492 * gdb.disasm/hppa.s: Corresponding changes.
7493
7494Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7495
7496 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7497 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7498
7499 * gdb.base/funcargs.exp: Modify many tests so that every test
7500 either passes or fails. Make some test names unique.
7501
7502Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7503
7504 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7505 Call stty to set interrupt character.
7506
7507 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7508 for HP assembler versus GNU assembler based on actual behavior of
7509 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7510
7511 * TODO: Suggest a few more stepping tests.
7512
7513Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7514
7515 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7516 restart GDB for h8300 after a continue.
7517 (return): Add pattern to match a29k-udi behavior.
7518 * gdb.base/nodebug.exp: Remove obsolete comment.
7519 * gdb.base/regs.exp: New file, testing of register displays.
7520 * gdb.base/return.exp: Fix typo in reference to $objdir.
7521 * gdb.base/whatis.exp: Always start with a fresh GDB.
7522
7523Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7524
7525 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7526 higher, these tests generate a lot of output.
7527
7528Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7529
7530 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7531 code following the catch silently ignored some errors; without the
7532 catch they should be thrown like any other tcl error. Also, the
7533 catch used "" instead of {} which meant all the callers who wanted
7534 to include one of the characters "[]$ had to quote it an extra time.
7535 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7536 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7537 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7538 Remove extra quoting.
7539
7540Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7541
7542 * gdb.base/commands.exp: Make test names unique; every test either
7543 passes or fails. Update some comments.
7544
7545 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7546
7547Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7548
7549 The following fixes a FAIL caused by the fact that the alpha stabs
7550 configuration didn't use the ".if alpha" code in weird.def.
7551 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7552 bit pointer, so the 32 bit version works even on the alpha.
7553 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7554 Remove the stuff which allowed us to have separate versions for
7555 alpha and everything else.
7556
7557 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7558 regexp which "info func operator\[\](" is supposed to match. Fix
7559 string to send to GDB. Note that GDB still doesn't work right. Add a
7560 new test for "info func .perator\[\](" which GDB does handle correctly.
7561
7562 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7563
7564Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7565
7566 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7567 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7568 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7569 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7570 it makes the tests harder to understand and confuses test-o-matic.
7571 The preferred style is that each test provides a PASS or a FAIL,
7572 and has a unique message (e.g. "continue #54" not just "continue")
7573 which is the same for the pass and the fail.
7574 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7575 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7576 to lib/gdb.exp.
7577 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7578 prt_accept which was basically the same thing. Likewise for
7579 test_print_reject and prt_reject.
7580 * lib/gdb.exp (test_print_reject): Add some more error message
7581 patterns to match from the former printcmds.exp (prt_reject).
7582 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7583 One defect of the passcount stuff is that some of it failed to
7584 report XPASS where appropriate.
7585 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7586 stuff before and after arg in expected pattern.
7587 (test_paddr_operator_functions): Re-do test without print_addr_of;
7588 this is the only test which seems to want extra stuff there.
7589
7590Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7591
7592 * gdb.base/nodebug.exp: Update new tests to reflect improved
7593 wording of gdb output.
7594
7595 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7596 and "ptype" work on variables in files compiled without -g.
7597 Replaces commented out "maint print msymbol" tests.
7598
7599Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7600
7601 * gdb.base/setvar.c (dummy): Call malloc.
7602
7603 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7604 losing with the irix4 sed.
7605
7606 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7607 ALRM" on irix4.
7608
7609Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7610
7611 * TODO: Remove items about corefile.exp testing new exec-file and
7612 backtrace; both are now done. Add items about printing enums.
7613
7614Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7615
7616 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7617 "get signal $thissig" test fails.
7618
7619 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7620
7621Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7622
7623 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7624 compiler warning with dec alpha compiler.
7625
7626 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7627 extra \n from gdb_test call (this explains why the prompt test
7628 that I removed yesterday was there).
7629 (user_defined_command_test): Remove extra \n and prompt test.
7630
7631 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7632 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7633 doesn't exist.
7634 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7635 Also remove alpha workaround, which turns out to be because
7636 SIGABRT == SIGLOST.
7637
7638 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7639
7640 * gdb.base/help.exp: Don't test "help show".
7641
7642Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7643
7644 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7645 "set print address" is on.
7646 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7647 pass prompt to gdb_test; gdb_test already looks for the prompt.
7648
7649 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7650
7651 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7652 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7653 was to make sure that gdb can read a core file. But (a) the "read
7654 the corefile" part didn't make it to a1-selftest.exp, we just
7655 delete the corefile after creating it, and (b) we test reading
7656 corefiles in corefile.exp anyway. Also, this test left around a
7657 xgdb process on Solaris.
7658
7659 * gdb.base/corefile.exp: Also test backtrace.
7660
7661Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7662
7663 * gdb.base/commands.exp: Test a simple user defined command with
7664 arguments and if/while statements; verify the full user command is
7665 printed by "show user".
7666
7667 * gdb.base/commands.exp: Test if/while commands as part of a
7668 breakpoint command list; verify they appear in breakpoint
7669 information.
7670
7671Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7672
7673 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7674 than by dividing by zero.
7675
7676Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7677
7678 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7679 performing an inferior call with watchpoints enabled.
7680 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7681 call.
7682
7683Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7684
7685 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7686 of "file" command.
7687
7688 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7689 Add additional pattern for when "int operator int(void);" appears
7690 in a different order.
7691
7692Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7693
7694 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7695
7696 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7697 and "signal" with ".*".
7698
7699Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7700
7701 * TODO: Add note about "handle all nostop".
7702
7703 * gdb.base/{sigall.c, sigall.exp}: New test.
7704 * gdb.base/Makefile.in: Add it.
7705
7706Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7707
7708 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7709 when invoking GDB, suppresses any windowing interface.
7710
7711Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7712
7713 * config/sim-gdb: New file, simulator testing support.
7714
7715Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7716
7717 * gdb.base/interrupt.exp: Test calling func1 twice.
7718
7719Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7720
7721 * gdb.base/list.exp (test_forward_search): Set timeout higher
7722 when we'll be getting lots of output from gdb.
7723
7724 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7725 "init_malloc" to after the expect statement. Run it if that
7726 regexp is taken, but also for two others which happen if source
7727 cannot be found.
7728
7729Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7730
7731 * gdb.base/printcmds.exp: New test, for printing register before
7732 program is running.
7733
7734Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7735
7736 * gdb.base/list.exp: Correct some alternate expect patterns
7737 to reflect changes in list1.c.
7738
7739Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7740
7741 * TODO: Add item regarding large frames.
7742
7743 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7744
7745 * TODO: Remove item about enabling return.exp; it
7746 is enabled. Suggest a few more "return" tests.
7747
7748Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7749
7750 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7751 anonymous unions.
7752
7753Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7754
7755 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7756 and pr-5646.o, so "make" is the same as "make all", not "make
7757 pr-4975.o".
7758
7759Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7760
7761 * gdb.base/list.exp: Adjust expectations to reflect changes in
7762 list1.c.
7763 (test_forward_search): New test proc.
7764 * gdb.base/list1.c (long_line): New function, has long source line.
7765
7766Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7767
7768 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7769 additional line of code that was added.
7770
7771Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7772
7773 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7774 tests so as not to overflow expect's input buffers.
7775 * gdb.disasm/hppa.exp: Corresponding changes.
7776
7777Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7778
7779 Beginnings of template debugging tests.
7780 * gdb.c++/templ-info.cc: New file to test for template
7781 debugging capability of the compiler.
7782 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7783 templ-info.cc.
7784 * gdb.c++/templates.cc: Add explicit template instantiations
7785 to enable compiling with -fno-implicit-templates. Add destructor
7786 and 'value' method to T5 class for template tests.
7787 * gdb.c++/templates.exp: Add testcases for printing of template
7788 types, setting breakpoints on template methods and calling a
beb998c6 7789 template method.
c906108c
SS
7790
7791Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7792
7793 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7794 branch target since some assemblers (gas-2.5) may emit a
7795 relocation for the branch instead of resolving it in the
7796 assembler.
7797
7798Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7799
7800 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7801 through signal handler.
7802
7803Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7804
7805 * configure.in (*-*-netware): Use config/mt-netware.
7806
7807 * config/mt-netware: New file.
7808 * config/mt-i386-netware: Removed, separate configs for different
7809 netware architectures are no longer needed now that we have
7810 --with-headers.
7811
7812Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7813
7814 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7815 by the recent changes to use ANSI C arithmetic conversions.
7816
7817Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7818
7819 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7820 bug involving using inferior_pid to figure out whether to select a
7821 frame.
7822
7823Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7824
7825 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7826 match the current disassembler output.
7827
7828Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7829
7830 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7831 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7832 types, expect "int" as type of integer values (for now).
7833
7834Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7835
7836 * gdb.base/commands.exp: New tests for if/while commands.
7837
7838Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7839
7840 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7841 by .*, since hex values have different syntax in Chill mode.
7842
7843Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7844
7845 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7846 linefeed from expect pattern for repeated types with indices > 9.
7847
7848Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7849
7850 First part of Fortran test suite.
7851 * gdb.fortran: New directory.
7852 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7853
7854Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7855
7856 * gdb.base/default.exp: Update expect pattern for load command
7857 without arguments.
7858
7859Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7860
7861 * configure.in: Change i386 to i[345]86.
7862 * gdb.base/configure.in: Likewise.
7863 * gdb.c++/configure.in: Likewise.
7864 * gdb.chill/configure.in: Likewise.
7865
7866Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7867
7868 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7869 patterns, since that is not a valid context for comments.
7870
7871Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7872
7873 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7874 repeated types and repeated types with indices > 9.
7875
7876Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7877
7878 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7879 2417; old bug has been fixed.
7880
7881Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7882
7883 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7884 send the newline ourselves instead of assuming gdb_test will do
7885 so when passed an empty input string.
7886
7887 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7888 stabs testcode.
7889
7890Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7891
7892 * lib/gdb.exp (gdb_test): Don't send anything if the first
7893 argument is an empty string. This makes cases where we want to
7894 match output that is already in expect's buffers (for example,
7895 matching a breakpoint after gdb_run_cmd has been called) work
7896 reliably.
7897
7898Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7899
7900 * config/netware.exp: New file.
7901
7902Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7903
7904 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7905 the -B and -L prefixes so we can find the debugging stub.
7906
7907 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7908 there and we are using the gcc from the tree.
7909
7910 * gdb.base/types.c: Removed.
7911
7912 * gdb.base/configure.in: Look for makefile fragments in ../config.
7913 Recognize i386-*-netware.
7914 * gdb.c++/configure.in: Likewise.
7915
7916Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7917
7918 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7919 the correct TCL syntax.
7920
7921Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7922
7923 * gdb.base/opaque.exp: use runto instead of messing around with
7924 breakpoints. Simplify by using gdb_test.
7925
7926 * gdb.base/bitfields.exp: restart between tests on netware targets
7927 because breakpoints aren't relocated after target death. Run
7928 processes to completion.
7929
7930 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7931
7932Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7933
7934 * Makefile.in: Remove extra tabs that confuse some versions
7935 of "make". Use the newly built gdb to test with by default,
7936 rather than the first one in the tester's search path.
7937
7938Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7939
7940 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7941
7942 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7943 condition help.
7944
7945Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7946
7947 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7948
7949 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7950 running.
7951 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7952 * gdb.base/funcargs.exp: Likewise.
7953
7954 * gdb.base/bitfields.exp: Simplify by using gdb_test.
7955 * gdb.base/funcargs.exp: Likewise.
7956
7957 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
7958 message is "".
7959
7960Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7961
7962 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
7963 return,signals,twice}.exp: Handle non-existant binaries
7964 consistantly.
7965
7966 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
7967 * gdb.base/Makefile.in: Don't try to generate a core dump, we
7968 might testing a cross development system.
7969
7970Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7971
7972 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
7973 runtest script is relative to ${srcdir}, not ${rootdir}.
7974
7975Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
7976
7977 * gdb.base/signals.exp: Allow for optionality of breakpoint
7978 address.
7979
7980Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7981
7982 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
7983
7984Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7985
7986 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
7987 for size_t definition.
7988 * gdb.c++/templates.cc: Likewise
7989
7990 * config/mt-i386-netware: New file.
7991
7992 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
7993 defined.
7994
7995 * gdb.base/Makefile.in: Added support for systems that name core
7996 files by appending "core" to the program name.
7997 * gdb.base/a1-selftest.exp: Likewise.
7998
7999Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8000
8001 * gdb.base/return.exp: Add comment and message for `return double'
8002 test failure on Sparc Solaris.
8003
8004Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
8005
8006 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8007
8008Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8009
8010 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8011 from optimizing them away.
8012 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8013 patterns to include default constructors and assignment operators,
8014 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8015 character in the output of the virtual base pointer.
8016
8017Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8018
8019 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8020 expression match in print_addr_of to avoid unintented matches.
8021 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8022 versions up to 2.5.8.
8023
8024Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8025
8026 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8027 included file to run under newer versions of expect.
8028 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8029 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8030 Remove xfail for the virtual table of BDDHookV.
8031
8032Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8033
8034 * lib/gdb.exp (string_to_regexp): Set a default result.
8035 (default_gdb_start): Fix misleading message.
8036
8037Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8038
8039 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8040 Remove all CC, etc definitions.
8041 * config/mt-hpux: New file.
8042 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8043 (CFLAGS, LDFLAGS): Define.
8044 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8045
8046 * Makefile.in (site.exp): Don't insert host_os, etc.
8047 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8048 (distclean): Check existence of subdir.
8049 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8050 * gdb.base/Makefile.in: General cleanup and simplification.
8051 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8052 to build executables. Use default rule to build .o files.
8053 (EXPECT, RUNTEST, CC): Fix relative pathname.
8054 (site.exp): Don't insert host_os, etc.
8055 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8056 and/or SIGUSR1 defined.
8057 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8058 * gdb.c++/Makefile.in: General cleanup and simplification.
8059 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8060 (CFLAGS): Remove.
8061 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8062
8063Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8064
8065 * gdb.base/recurse.exp: Misc changes to get tests running again
8066 after Kung's changes to the watchpoint code.
8067 * gdb.base/watchpoint.exp: Likewise.
8068
8069Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8070
8071 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8072
8073Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8074
8075 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8076 * lib/gdb.exp (default_gdb_start): Define.
8077 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8078 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8079 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8080 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8081 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8082 Don't call gdb_target_udi in between tests.
8083
8084Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8085
8086 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8087 (which was basically just a local version of the same thing). In
8088 addition to avoiding duplication, gdb_test_exact is faster.
8089 * lib/gdb.exp (gdb_test_exact): Fix typo.
8090
8091 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8092 don't give an error.
8093
8094 * gdb.base/term.exp: Call delete_breakpoints before starting.
8095
8096 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8097 (t10): Add comment.
8098
8099Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8100
8101 Reorganization of the GDB Test Suite.
8102
8103 * gdb.base: New directory, contains all the basic tests.
8104 * gdb.c++: New directory, tests specific to C++.
8105 * gdb.chill: New directory, tests specific to Chill.
8106 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8107 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8108 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8109 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8110 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8111 t30-31 to chill).
8112 * */gdbme.*: Rename to match appropriate expect scripts.
8113 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8114 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8115 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8116 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8117 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8118 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8119 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8120 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8121 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8122 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8123 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8124 gdb.c++/virtfunc.cc: New names of C++ files.
8125 * gdb.chill/chillvars.ch: New name of Chill file.
8126 * gdb.base/configure.in, gdb.c++/configure.in,
8127 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8128 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8129 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8130 * configure.in (configdirs): Update to reflect directory changes.
8131 (target_abbrev): No longer define for any configuration.
8132 * Makefile.in: Cosmetic improvements to header comments.
8133
8134Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8135
8136 Various changes to gdb.t31:
8137
8138 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8139 * gdbme.ch: Make all key-words and predefineds be upper-case.
8140 * chillvars.exp: Expect key-words and predefinds in upper-case.
8141
8142 * chillvars.exp: Use gdb_test_exact many places.
8143 Change expected output for arrays (which now includes index labels).
8144
8145 * pr-5020.exp, gdme.ch (module PR_5020):
8146 New test, for PR-5020.
8147
8148Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8149
8150 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8151 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8152
8153Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8154
8155 * Makefile.in: Fix bit-rot in definitions of CHILL,
8156 CHILL_FOR_TARGET and Chill_LIB.
8157 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8158 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8159 CHILL, and CHILL_LIB.
8160
8161Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8162
8163 * Revert the previous changes. Please see Rob's directory
8164 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8165
8166Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8167
8168 * Makefile.in, configure.in, config/mips-gdb.exp,
8169 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8170 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8171 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8172 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8173 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8174 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8175 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8176 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8177 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8178 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8179 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8180 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8181 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8182 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8183 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8184 changes from 94Q1.
8185
8186Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8187
8188 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8189 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8190 Rob's new testing fragments.
8191
8192Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8193
8194 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8195 lib/gdb.exp: Replace error proc calls with perror.
8196
8197Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8198
8199 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8200 version also, match on casted version strings, and match on
8201 gdb startup case where the line numbers might be messed up.
8202
8203Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8204
8205 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8206 (CFLAGS): Delete it from here.
8207
8208Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8209
8210 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8211
8212Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8213
8214 * Makefile.in (RUNTEST): Default to just "runtest".
8215
8216Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8217
8218 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8219 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8220 the code has been restructured.
8221
8222Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8223
8224 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8225 \n, not just one of each.
8226
8227 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8228 /bin/cc gives a warning if you do.
8229
8230Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8231
beb998c6 8232 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
8233 __t10ListS_link1ZUiRCUiPT0
8234
8235Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8236
8237 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8238 on local variables in recursive functions.
8239
8240 * gdb.t07/Makefile.in: Build the new test.
8241
8242Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8243
8244 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8245 directly. Instead compare the return values from actual calls.
8246
8247Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8248
8249 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8250
8251Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8252
8253 * From Peter Schauer with minor modifications.
8254 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8255 stops in mid-line in the caller. Add xfail for returning a float
8256 value on X86 targets.
8257
8258Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8259
8260 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8261 to avoid expect lossage.
8262 (fmem_LRbug_tests): Likewise.
8263 * gdb.disasm/hppa.s: Corresponding changes.
8264
8265 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8266 conditions to work with latest dejagnu/expect.
8267
8268 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8269 expected to fail on the PA.
8270 (backtrace in call with trampolines): Explicitly require main
8271 to be frame #1 (no trampolines should show up in backtrace).
8272
8273 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8274 "continue -expect".
8275 * gdb.t06/break.exp: Likewise.
8276 * gdb.t07/watchpoint.exp: Likewise.
8277 * gdb.t13/bitfields.exp: Likewise.
8278 * gdb.t15/{funcargs,return}.exp: Likewise.
8279 * gdb.stabs/weird.exp: Likewise.
8280 * config/{mips,udi}-gdb.exp: Likewise.
8281
8282 * hppa.sed: Enclose comments within a sed command to avoid
8283 losing with the old OSF1 sed.
8284
8285Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8286
8287 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8288 sequent dynix.
8289 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8290 * gdb.t15/funcargs.exp: Conditionally step again to really
8291 finish from marker_call_with_trampolines. Handle the case where
8292 the first step from within call_with_trampolines already steps
8293 us back to main.
8294 * gdb.t15/gdbme.c: Add comment to closing brace of
8295 call_with_trampolines for funcargs.exp.
8296
8297Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8298
beb998c6 8299 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
8300 Fix typo(s).
8301
8302Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8303
8304 * gdb.t07/gdbme.c: More code for watchpoint testing.
8305
8306 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8307 "Hardware watchpoint" throughout file.
8308 (test_watchpoint_triggered_in_syscall): New test.
8309 (test_complex_watchpoint): New test.
8310
8311Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8312
8313 * gdbme.c (call_with_trampolines): New function to try and step
8314 into. Tests trampoline problems on the PA.
8315
8316 * funcargs.exp (localvars_in_indirect_call): No longer expect
8317 stepping into indirect call to fail on PAs.
8318 (test_stepping_over_trampolines): New test.
8319
8320Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8321
8322 * TODO: Add suggestions for static member function tests, and
8323 completion tests.
8324
8325Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8326
8327 * TODO: Add suggestions for "p/a" tests.
8328
8329 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8330 (default_gdb_exit): Replace all the hair with sending "quit" to
8331 the process with a simple close.
8332
8333Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8334
8335 * TODO: Add suggestions for shared library tests.
8336
8337Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8338
8339 * TODO: Add suggestions for x/s tests.
8340
8341Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8342
8343 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8344 "enable once", and "enable breakpoints once" with ".*".
8345
8346Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8347
8348 * TODO: Add suggestions about structure passing tests.
8349
8350Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8351
8352 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8353 the primary1 test, use work around if __GNUC__ < 2.
8354 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8355 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8356 Test for bad output rather than waiting for timeout. Issue
8357 second continue only if first continue failed.
8358
8359Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8360
8361 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8362 operator[] test with gdb_test because the old code didn't seem to
8363 be getting the quoting right with the new dejagnu.
8364
8365Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8366
8367 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8368 one from the path.
8369 * Makefile.in: Use a fresh expect if there is one, use runtest
8370 from the src tree if there is one.
beb998c6 8371
c906108c
SS
8372Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8373
8374 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8375 next over recursive call. Revise the tests from that point on
8376 (which had been skipped) to match GDB's actual (correct) output.
8377
8378 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8379 with next over a breakpoint whose condition is false.
8380
8381 * gdb.t00/help.exp: Comment out "help set print" tests just like
8382 (and for same reason as) "help set" test.
8383
8384Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8385
8386 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8387 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8388
8389Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8390
8391 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8392 necessary gdb_target_udi.
8393
8394 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8395
8396 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8397 1838 and 2417; they are fixed.
8398
8399 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8400 gdb.t03/ptype.exp (ptype structure, ptype union):
8401 Remove xfails; the test is looser than when the xfails were added.
8402
8403 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8404 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8405
8406 * gdb.t01/run.exp: Only run shell test if isnative.
8407
8408 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8409 since "run" automatically loads if necessary. Call gdb_target_udi
8410 after the "file" since "file" kills any execution target.
8411
8412 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8413 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8414 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8415 argument for UDI.
8416
8417Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8418
8419 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8420
8421 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8422
8423Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8424
8425 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8426 properly quoting regexps. This makes the second argument to
8427 demangle a fixed string, which matches the callers, instead of a
8428 shell-style pattern which is what the previous implementation
8429 used. Update some of the callers.
8430
8431Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8432
8433 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8434 (comib_nullified_tests): Fix typo.
8435 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8436 strings. No longer expected to fail.
8437
8438 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8439 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8440 strings. No longer expected to fail.
8441
8442 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8443 string. No longer expected to fail.
8444
8445Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8446
8447 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8448 No longer expected to fail.
8449
8450 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8451 string. No longer expected to fail.
8452
8453Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8454
8455 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8456 only in the names (I probably got most of them). I was even
8457 generous with some which differed in underscores in names, and
8458 probably missed a few, and I *still* was able to remove almost a
8459 third of the file with almost no impact on testsuite coverage.
8460
8461Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8462
8463 * gdb.t00/default.exp: Match udi_attach error message as well as
8464 the one from child_attach.
8465
8466 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8467
8468 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8469
8470 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8471 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8472
8473 * Move test with enums and partial symbols back to
8474 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8475 Reverts the change of 26 May 93. Per today's change to
8476 stabs.texinfo, the behavior that weird.exp was expecting was
8477 unreasonable; what is important is that the compiler+gdb get
8478 things right, which happens with a recent gcc. Also fix the test
8479 to deal with native compilers which put out the stab gdb can't
8480 deal with.
8481
8482Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8483
8484 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8485 in the names. The main thing these accomplish is to slow things down.
8486 Many more such duplicates surely remain.
8487
8488 * gdb.t00/help.exp: Comment out "help support" test just like
8489 (and for same reason as) "help set" test.
8490
8491Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8492
8493 * gdb.t06/break.exp: Remove setup_xfails for
8494 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8495 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8496 about known bug in gcc to include up through 2.5.8.
8497 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8498 well as "_vb$".
8499 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8500 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8501 with latest gcc and gdb.
8502 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8503 well as "_vb$".
8504
8505Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8506
8507 * configure.in (hppa*-*-*): Also configure and build stabs-only
8508 tests.
8509
8510Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8511
8512 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8513 * gdb.t10/configure.in (hppa*-*-*): Use it.
8514
8515Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8516
8517 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8518
8519Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8520
8521 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8522 versions prior to 1.13.5.
8523
8524Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8525
8526 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8527 the prompt is at the start of a line.
8528
8529Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8530
8531 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8532 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8533 in the copr tests now.
8534 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8535 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8536 expected to fail.
8537
8538Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8539
8540 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8541 gdb.t31/chillvars.exp, lib/gdb.exp:
8542 Tweak to run under either version of expect.
8543 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8544 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8545 * gdb.t11/list.exp: Remove extraneous whitespace.
8546
8547Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8548
8549 * gdb.t16/printcmds.exp (test_print_strings): Accept
8550 "(unsigned char *) " before the string.
8551
8552 * TODO: Add notes about printing of fancy types and GDB expressions.
8553
8554Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8555
8556 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8557 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8558 if doing mips-idt-ecoff.
c906108c
SS
8559
8560Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8561
8562 * Most .exp files: Tweak to run under either version of expect.
8563
8564Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8565
8566 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8567 xfails; I'm not sure why they are failing, but not because of PR 1806.
8568
8569Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8570
8571 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8572 defined in lib/gdb.exp.
8573
8574Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8575
8576 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8577 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8578 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8579 have to be typeless.
8580
8581Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8582
8583 * TODO: Add suggestion for copyright year test.
8584
8585Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8586
8587 * configure.in (*-*-lynxos*): Add stabs tests.
8588
8589Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8590
8591 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8592 so insert a tab before any assembler directive in column zero.
8593
8594 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8595 stores.
8596 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8597 stores.
8598 (fpu_short_memory_tests): Likewise.
8599
8600Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8601
8602 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8603 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8604 .stabs directives in comments.
8605
8606Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8607
8608 * TODO: New file, describing tests we could write.
8609 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8610
8611Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8612
8613 * gdb.t06/signals.exp: Add kludge to force re-sync.
8614
8615 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8616 to xgdb instead of gdb, get out of gdb.
8617
8618Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8619
8620 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8621 for info.
8622
8623Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8624
8625 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8626 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8627 * gdb.stabs/hppa.sed: New sed script for the PA.
8628
8629Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8630
8631 * gdb.stabs: Re-write weird.def and configuration to use sed
8632 instead of cpp. sed is portable and POSIX; cpp is neither.
8633
8634Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8635
8636 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8637
8638Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8639
8640 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8641
8642Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8643
8644 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8645 "_vb$".
8646 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8647 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8648
8649Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8650
8651 * lib/gdb.exp: Comment out code which depends on non-existent
8652 `transform' procedure.
8653
8654Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8655
8656 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8657 * lib/gdb.exp: Transform tool name.
8658 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8659 1.1's new error handling system.
8660
8661Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8662
8663 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8664
8665Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8666
8667 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8668 They made pattern matching so slow that timeouts happened on
8669 heavily loaded systems. Now any output from "show print" which
8670 gets us back to the GDB prompt is a PASS.
8671
8672Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8673
8674 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8675
8676Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8677
8678 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8679
8680 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8681 It is not from PR 3220.
8682
8683Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8684
8685 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8686 just started failing because they depended on the order the
8687 subcommands are presented, or exact docstring text. This kind of
8688 test is a pain and has minimal benefit.
8689
8690Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8691
8692 * gdb.t09/corefile.exp: At end of test, use "core" command with
8693 no arguments.
8694
8695Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8696
8697 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8698 17}/Makefile.in: Make it possible to run the testsuite with Sun
8699 make and CC = cross gcc by adding explicit build rules for .o
8700 files.
8701
8702Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8703
8704 * gdb.t15/funcargs.exp: Don't put comments on same line as
8705 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 8706
c906108c
SS
8707Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8708
8709 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8710
8711Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8712
8713 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8714 * gdb.t20/inherit.exp: remove three dumplicate entries.
8715
8716Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8717
8718 * gdb.t06/break.exp: For "next over recursive call", fail on any
8719 incorrect output, not just on "factorial (value=2)".
8720
8721Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8722
8723 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8724 working now. Add an xfail if accesing a bss variable causes
8725 a memory error if the target is not yet run.
8726
8727Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8728
8729 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8730 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8731 name of __st* demangling (2 strings). Did Kung really get the
8732 more than 95 others right without testing them?
8733
8734Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8735
8736 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8737
8738Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8739
8740 * configure.in (configdirs): Add gdb.disasm
8741 * gdb.disasm: New directory for GDB disassembler tests.
8742 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8743
8744Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8745
8746 * gdb.t00/help.exp: Don't test "help set".
8747
8748 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8749 from within expect statements. None of these happen anymore and
8750 they cause regressions to be silently unnoticed.
8751
8752 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8753 messages) about known failures with gcc cygnus-2.4.5-930417.
8754
8755 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8756 comp-info.exp so it gets built if it doesn't exist.
8757
8758 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8759 it is no longer used.
8760 * gdb.t13/comp-info.c: Removed.
8761
8762Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8763
8764 * gdb.t06/signals.exp: Add xfail for sun3.
8765
8766Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8767
8768 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8769 relevant because ^C doesn't get sent but failure can be reproduced
8770 interactively).
8771
8772Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8773
8774 * gdb.stabs/alpha.mt: New configuration file for alpha.
8775 * gdb.stabs/configure.in: Use it.
8776 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8777 sharing with alpha.mt, redefine long to word via preprocessor.
8778 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8779 for alpha.
8780 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8781 native cc.
8782 * gdb.t00/teststrategy.exp: Change expect string so that we
8783 consume the `(xgdb)' from the command echo and from the gdb prompt.
8784 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8785 gdb currently compares all values as long, so this failure probably
8786 applies to any configuration where LONGEST is bigger than a target int.
8787 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8788 with gcc.
8789 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8790 to handle opaque pointers, gcc is.
8791 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8792 as first argument. Include <sys/types.h> and change all operator
8793 new definitions to use size_t.
8794 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8795 now that we use size_t.
8796
8797Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8798
8799 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8800 a long or float array cast all array members to the same type.
8801 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8802 with 64 bit longs.
8803 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8804 on alpha.
8805 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8806
8807Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8808
8809 * gdb.t24 (demangle.exp): Constructors of templates have names like
8810 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8811 section 14.6 of the ARM.
8812
8813 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8814 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8815 accomplish little and slow down the testsuite.
8816
8817 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8818 Accept spaces various places.
8819
8820Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8821
8822 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8823 with watchpoint enabled.
8824
8825 * Makefile.in: Remove definition of CC and remove the second
8826 definition of CXX (the "CXX = gcc" one remains). These definitions
8827 were causing backquotes to be expanded within backquotes, which
8828 doesn't work.
8829
8830Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8831
8832 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8833
8834Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8835
8836 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8837 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8838 by mips cc and contains no stabs entries.
8839
8840Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8841
8842 * config/vx-gdb.exp: Use fake device to load files rather than
8843 NFS.
8844 * lib/gdb.exp: New proc to do "file" command.
8845 * config/unix-gdb.exp: Use new "file" proc.
8846
8847Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8848
8849 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8850 Rework board rebooting slightly.
8851 (gdb_exit): Don't exit from the remote shell; there isn't one.
8852 * gdb.stabs/weird.exp: If a program is being debugged already,
8853 kill it.
8854 * gdb.t04/setvar.exp: Stop and restart gdb.
8855 * gdb.t05/expr.exp: Likewise.
8856 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8857 restart gdb and reload the program.
8858 * gdb.t08/opaque.exp: Likewise.
8859 * gdb.t12/scope.exp: Likewise.
8860 * gdb.t13/bitfields.exp: Likewise.
8861 * gdb.t15/funcargs.exp: Likewise.
8862 * gdb.t20/classes.exp: Likewise.
8863 * gdb.t03/ptype.exp: Increase timeout.
8864 * gdb.t16/printcmds.exp (test_print_string_constants,
8865 test_print_array_constants): Likewise.
8866 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8867 * gdb.t20/classes.exp (do_tests): Likewise.
8868 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8869
8870Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8871
8872 * gdb.stabs: Renamed *wierd* to *weird*.
8873
8874Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8875
8876 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8877 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8878
8879Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8880
8881 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8882 (do_tests): Remove xfail for whatis on one_var and two_var.
8883
8884Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8885
8886 * Makefile.in: Made cross building work better by adding
8887 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8888
8889Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8890
8891 * gdb.t15/{return.c,return.exp,Makefile.in}:
8892 New test, currently commented out.
8893
8894Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8895
8896 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8897 still running and removes the leftover named socket so GDb can do
8898 clean restarts.
8899
8900Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8901
8902 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8903 console, not GDB.
8904 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8905 cross testing works better with "make check"
8906 * config/unix-gdb: Use default procedures for exit and version.
8907 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8908 with the newest VxWorks.
8909
8910Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8911
8912 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8913 old form.
8914
8915 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8916 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8917
8918 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8919
8920 * config/unix-gdb.exp: Remove this version of gdb_exit
8921 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8922 Rob says he'll look at it when he gets back to testing boards.
8923
8924Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8925
8926 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8927 an expected fail for certain ptype commands.
8928
8929 * gdb.t20/classes.exp: Update expected results of "ptype class
8930 Base1" to account for the constructor that now appears in the type.
8931
8932Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8933
8934 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8935 disappeared from list.
8936 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8937 "alldone" proc with call to cleanup and exit.
8938 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8939 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8940 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8941 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8942 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8943 "alldone" proc with simple returns that suppress remaining
8944 tests. The alldone proc went away many months ago.
8945
8946Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8947
8948 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8949
8950 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8951
8952Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8953
8954 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
8955 as vax gdb will display them.
8956
8957Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8958
8959 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
8960 optimizers.
8961
8962 * scope.exp: Change "bad value for localval" messages so each one
8963 is unique.
8964
8965 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
8966 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
8967
8968 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
8969
8970Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8971
8972 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
8973 doesn't exist (due to optimization).
8974
8975Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8976
8977 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
8978 contains \r because the filename is long.
8979
8980 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
8981 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
8982
8983Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8984
8985 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
8986 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
8987 Ultrix.
8988 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
8989 int tests.
8990 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
8991
8992Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
8993
8994 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
8995
8996 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 8997 to match does not match the passing case but still matches the
c906108c
SS
8998 failing case.
8999
9000Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9001
9002 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9003
9004Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
9005
9006 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
9007 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9008 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9009 Remove various versions of gdb_exit.
9010 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9011 gdb_exit.
9012 * config/unix-gdb.exp: gdb_exit remains here, and should override
9013 the generic version, since it's doing a lot of wierd stuff that
9014 the other versions aren't. FIXME, fold it in, or abandon this
9015 version.
9016
9017Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9018
9019 * gdb.t24/demangle.exp: Add tests for PR 3220.
9020
9021Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9022
9023 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9024
9025Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9026
9027 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9028 "i386-*-*". Works for i486 as well.
9029
9030 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9031 bug, and expand domain of xfail to all SVR4 systems, since the
9032 actual problem is likely to be in generic SVR4 /proc support.
9033
9034Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9035
9036 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9037
9038Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9039
9040 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9041 xfails for other systems. Match a missing 'Continuing.' as an
9042 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9043
9044 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9045 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9046 Only issue warning for missing executables if -all option is used.
9047
9048 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9049 file if -all option is used. It's like an unpredictable XFAIL.
9050
9051Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9052
9053 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9054 for dynamically linked binaries.
9055
9056 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9057
9058Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9059
9060 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9061 to state that this is a known bug in old versions of g++.
9062
9063Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9064
9065 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9066 while waiting for `Continuing'.
9067
9068Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9069
9070 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9071 in text, data, and bss.
9072 * gdb.t10/nodebug.c: Add local and global test variables for
9073 initialized and uninitialized data.
9074
9075Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9076
9077 * config/unix-gdb.exp (gdb_exit): Add "wait".
9078
9079Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9080
9081 * gdb.t06/signals.exp: xfail the continue from the handler for all
9082 targets.
9083
9084 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9085 function with watchpoints enabled, the i386 call dummy starts with
9086 a call.
9087
9088 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9089 386 bsd names its corefiles.
9090
9091Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9092
9093 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9094 compilers don't grok it.
9095 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9096 with small octal ints rather than character constants, which
9097 are signed and might not fit if first promoted to int.
9098
9099Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9100
9101 * gdb.t09/Makefile.in (clean): Remove corefile.
9102
9103Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9104
9105 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9106
9107Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9108 and Jim Kingdon (kingdon@cygnus.com)
9109
9110 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9111 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9112 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9113
9114Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9115
9116 * gdb.t17/interrupt.exp: Add xfail for hppa.
9117
9118Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9119
9120 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9121 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9122 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9123 to determine signed-ness of bitfields and use the result to setup
9124 the xfail.
9125 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9126 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9127 call line is reached if necessary.
9128
9129Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9130
9131 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9132
9133Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9134
9135 * gdb.t06/break.exp: Also test `clear' command.
9136
9137Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9138
9139 * gdb.t00/teststrategy.exp: Remove extra quote.
9140
9141 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9142 watchpoint enabled to be for all non-68k machines.
9143
9144 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9145
9146Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9147
9148 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9149 targets use aout.mt instead of ecoff.mt as gas understands
9150 standard aout format.
9151
9152Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9153
9154 * lib/gdb.exp (runto): Don't insist that function we are running to
9155 was compiled with -g.
9156
9157 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9158
9159 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9160 to get back into the read system call.
9161 Accept leading newline in case where we woke it up.
9162
9163Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9164
9165 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9166 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9167 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9168 enable ecoff configuration.
9169
9170Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9171
9172 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9173
9174Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9175
9176 * gdb.t16/printcmds.exp: Add another printf test.
9177
9178Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9179
9180 * configure.in: If configured -with-stabs on any target, add
9181 stabsdirs to configdirs.
9182
9183Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9184
9185 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9186 fun" so pattern does not match the command itself.
9187
9188Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9189
9190 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9191
9192Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9193
9194 * gdb.t17/interrupt.exp: Test for more things.
9195
9196Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9197
9198 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9199 compiler arranges the code and line numbers.
9200
9201 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9202
9203Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9204
9205 * gdb.t00/help.exp: Increase expect input buffer size.
9206
9207Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9208
9209 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9210
9211 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9212
9213 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9214
9215 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9216 [0-9]*, not just [0-9].
9217
9218Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9219
9220 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9221
9222 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9223
9224Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9225
9226 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9227
9228Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9229
9230 * gdb.t06/signals.c: Add xfails for sun3.
9231
9232 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9233
9234 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9235 test_stepping tests.
9236
9237Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9238
9239 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9240
9241 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9242
9243 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9244 rather than actually putting it through cpp twice.
9245
9246 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9247
9248Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9249
9250 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9251 no longer needed.
9252
9253Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9254
9255 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9256
9257 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9258 C++ features prints as "struct", make it a pass, not an xfail.
9259
9260Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9261
9262 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9263 Don't require VA to print as "class" rather than "struct".
9264
9265Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9266
9267 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9268
9269Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9270
9271 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9272
9273Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9274
9275 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9276 order.
9277
9278Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9279
9280 * gdb.t16/printcmds.exp: Add printf tests.
9281
9282 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9283
9284 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9285
9286Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9287
9288 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9289 pass counts, to counteract any existing or future setup_xfails.
9290
9291Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9292
9293 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9294 {BEGIN,END}_COMMON for common block instead of STAB.
9295 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9296
9297 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9298 intp_var should be N_GSYM not N_LSYM.
9299 wierd-aout.S: Use a label for the value of the N_SO.
9300 wierd.def: Remove all backslashes.
9301 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9302
9303Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9304
9305 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9306 get the expected next to inheritance3.
9307
9308Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9309
9310 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9311 now that gcc-2.4 gets it right.
9312
9313Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9314
9315 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9316
9317 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9318 generating comp-info.exp which works for cross-compilation.
9319
9320Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9321
9322 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9323 "*-*-sysv4.*".
9324
9325Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9326
9327 * gdb.t01/run.exp: Start with a fresh gdb.
9328 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9329 SVR4.x.
9330
9331Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9332
9333 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9334 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9335 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9336 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9337 things to remove.
9338
9339Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9340
9341 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9342 test cases from bug reports.
9343
9344Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9345
9346 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9347 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9348 avoid spurious xfails.
9349 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9350 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9351 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9352
9353Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9354
9355 * gdb.t00/teststrategy.exp: Rework to provide more useful
9356 description of each test, fix problem with systems that define
9357 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9358 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9359 results for "next over recursive call" so timeouts aren't taken
9360 by error.
9361
9362Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9363
9364 * gdb.t12/scope.exp: Test printing of variables before run.
9365
9366 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9367 printed in wrong order due to sorting.
9368
9369Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9370
9371 * gdb.t00/teststrategy.exp: Fix expected results for printing
9372 user entered string constant. Is array of char, prints with no
9373 address.
9374
9375 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9376 commands.
9377 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9378 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9379 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9380 of struct of char arrays.
9381 * gdb.t00/radix.exp: New tests for radix commands.
9382
9383Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9384
9385 * gdb.t16/printcmd.exp: Print a variable before running program
9386 (with xfail for AIX).
9387
9388Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9389
9390 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9391
9392 * gdb.t16/printcmd.exp: Don't print variables before running program.
9393
9394 * gdb.t06/break.exp: Don't require envp argument to main.
9395
9396 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9397
9398 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9399 Add xfails for rs6000.
9400
9401 * gdb.t02/whatis.exp: Change other tests not to re-test something
9402 we already tested.
9403
9404 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9405 each type used has a variable of that type.
9406
9407Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9408
9409 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9410
9411Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9412
9413 * configure.in: change srctrigger to be a file, not a directory
9414
9415Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9416
9417 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9418
9419 * gdb.t11/list.exp: Fixed a couple of typos.
9420
9421Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9422
9423 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9424 is fixed and PR is closed.
9425 * gdb.t16 (gdbme.c): Add simple test string variable.
9426 * gdb.t16 (printcmds.exp): Add tests with simple test string
9427 variable, primarily for boundaries on "set print elements".
9428
9429Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9430
9431 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9432 Make leading 0's optional and don't expect a tab in the middle
9433 of the number.
9434
9435 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9436
9437 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9438 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9439 don't end command passed to gdb_test with newline.
9440
9441 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9442 signed keyword away, don't expect signed bitfields to be signed.
9443
9444 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9445 printing with only as many 1's as are in the field as well as printing
9446 with 32 1's (see comment).
9447
9448Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9449
9450 * gdb.t00/default.exp: Start with a fresh gdb.
9451 * configure.in (configdirs): Remove gdb.t31 until the chill
9452 compiler works again. It no longer is able to find chillrt0
9453 since it isn't in libchill.a anymore.
9454 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9455 wierd.o, make more modular.
9456 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9457 spurious newlines that caused problems.
9458
9459Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9460
9461 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9462 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9463 gdb.stabs/wierd.{exp,def}: Many new tests.
9464
9465 * gdb.t00/default.exp: update info line for new message.
9466
9467 * gdb.t02/{whatis.exp,gdbme.c}:
9468 Test that "char *" doesn't print as "caddr_t".
9469
9470Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9471
9472 * gdb.t00/help.exp: Use .* in place of some help messages which
9473 just changed.
9474 gdb.t00/default.exp: Update "info frame" test for new message.
9475 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9476 Remove some xfails
9477
9478Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9479
9480 * gdb.t03/{gdbme.c,ptype.exp}:
9481 Add tests for typedef'd struct and union without tags.
9482 Also check "whatis" on a variable of a typedef'd enum without a tag.
9483
9484 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9485 PRMS 1823; the bug still exists but isn't reproduced by this test
9486 anymore), and remove rs6000 XFAIL (the bug is fixed).
9487
9488 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9489 duplicated from whatis.exp. For those that are left, accept
9490 "long", "long int", or "int" for long variables (whatis.exp already
9491 has an XFAIL for "int", so no need to fail it here).
9492
9493 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9494 Deal with GCC's names for types now that GDB uses the compiler's names.
9495
9496 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9497 setup_xfail's for sunos4. If we #defined the signed keyword away,
9498 don't expect GDB to know that char it is signed.
9499
9500 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9501
9502Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9503
9504 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9505 should work on any system, regardless of debugging format.
9506 * gdb.t21/demangle.exp: Move to gdb.t24.
9507 * gdb.t24/demangle.exp: Move from gdb.t21.
9508 * gdb.t24/{Makefile.in, configure.in}: New files.
9509
9510Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9511
9512 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9513 * gdb.stabs: New directory.
9514
9515Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9516
9517 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9518 not just "Quit anyway?".
9519
9520Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9521
9522 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9523 that all setup_xfails are immediately followed by clear_xfails.
9524
9525Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9526
9527 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9528 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9529 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9530 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9531 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9532 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9533 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9534 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9535 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9536 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9537 gdb.t31/chillvars.exp, lib/gdb.exp:
9538 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9539 bug-gdb@prep.ai.mit.edu.
9540
9541Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9542
9543 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9544 with 0.0, not integer 0.
9545
9546Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9547
9548 * gdb.t06/break.exp: Update for "Kill the program" message change.
9549
9550Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9551
9552 * Makefile.in (GDBFLAGS): Set to -nx.
9553 * Makefile.in (site.exp): Use GDBFLAGS.
9554
9555Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9556
9557 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9558 Makefiles.
9559 (check): depend on just-check.
9560 (just-check): added so that tests can be run without a noop
9561 build pass.
9562
9563Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9564
9565 Switch to using configure's configdirs.
9566 * Makefile.in (Makefile): add configure.in dependency.
9567 (SUBDIRS): removed redundant assignment.
9568 * configure.in: switch subdirs assignment to configdirs.
9569 * gdb.t*/configure.in: new files.
9570
9571Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9572
9573 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9574 works.
9575
9576Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9577
9578 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9579 in explicit rules. Apparently this is not supported by some makes.
9580
9581Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9582
9583 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9584
9585Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9586
9587 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9588 disappeared.
9589
9590Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9591
9592 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9593
9594Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9595
9596 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9597 watchpoint problem that is now fixed.
9598 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9599 uninitialized convenience variables.
9600 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9601 structures.
9602
9603Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9604
9605 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9606 which causes expect to get out of sync with gdb on long output
9607 from help set.
9608 * gdb.t09/corefile.exp: Make expected pattern for core file
9609 failing signal and frame output format less sun specific.
9610
9611Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9612
9613 * gdb.t31/chillvars.exp: Add and remove initial dummy
9614 breakpoint, so that symbol table is forced in.
9615 (Needed at least on Sunos4, though it seems not SVR4.)
9616 * gdb.t31/chillvars.exp: Update for changed output format.
9617
9618Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9619
9620 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9621
9622Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9623
9624 * Makefile.in: Added --srcdir when invoking runtest, removed the
9625 need for a local config file. (optional now)
9626
9627Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9628
9629 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9630 failure count used to force early termination. Add some more
9631 expected failures for gnu style demangling.
9632
9633Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9634
9635 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9636 pmi variable from gdb.t20/gdbme to get optimized away.
9637 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9638 Check for written corefile upon timeout _and_ eof.
9639
9640Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9641
9642 * config/unix-gdb.exp: Add missing return 0.
9643
9644Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9645
9646 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9647 test termination.
9648
9649Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9650
9651 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9652 disappeared.
9653
9654Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9655
9656 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9657 time as i860 support works.
9658
beb998c6 9659 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
9660 "backtrace 100\r" rather than just "backtrace\r", to match last
9661 change.
9662
9663Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9664
9665 * config/udi-gdb.exp (gdb_exit): Remove close command.
9666 (gdb_target_udi): New procedure to set the UDI target.
9667 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9668 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9669 Added waits for prompts after several question responses. Added
9670 some more responses used by a29k-amd-udi-gdb.
9671 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9672 pass different arguments, restart UDI connection after program
9673 completion.
9674 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9675 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9676 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9677 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9678 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9679 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9680 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9681 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9682 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9683 after program completion.
9684 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9685 compiled with a SELECT_VECS setting.
9686 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9687 infinite recursion.
9688
9689 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9690 Added checks for COFF results, and made them expected failures for
9691 all targets. It would be better to make them expected failures
9692 for COFF targets only.
9693
9694Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9695
9696 * Makefile.in: add null dvi target, don't bother to recurse
9697 through test directories for info and install-info; rename
9698 $(datadir) to be dejagnu instead of deja-gnu
9699
9700Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9701
9702 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9703 compiler to coredump.
9704 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9705 code.
9706
9707Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9708
9709 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9710 coredump.
9711 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9712 code.
9713
9714Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9715
9716 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9717 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9718 which in a shell. Deletes xgdb when done.
9719 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9720 Tests the return from the "set height" or "set width" commands.
9721 Added a few return codes where needed.
9722
9723Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9724
9725 * Makefile.in (SUBDIRS): Add gdb.t17.
9726 * configure.in (subdirs): Add gdb.t17.
9727 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9728 files to test gdb's calling of functions in the inferior with
9729 the correct arguments and gdb's ability to retrieve any
9730 result returned.
9731
9732Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9733
9734 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9735 may be called after gdb goes away. Previous versions of expect
9736 needed these to avoid file descriptor leaks, but they cause
9737 errors with the current revision of expect.
9738 * gdb.t00/gdbvars.exp: Use -re on expected output after
9739 setting sevenbit-strings.
9740 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9741 to set sevenbit-strings consistent across tests.
9742 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9743 set sevenbit-strings consistent across tests.
9744
9745Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9746
9747 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9748 expected output to match current "expect" expectations.
9749
9750Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9751
9752 * gdb.t00/default.exp: Change expected output for default "source"
9753 command, to match new gdb behavior which requires a filename to
9754 source.
9755
9756Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9757
9758 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9759 expected fail for i486-*-* that misses the marker2 function.
9760 * gdb.t10/crossload.exp (bfddefault): Allow successful
9761 recognition of a format to pass even if no symbols are found.
9762 Explicitly catch failures where the format is not recognized
9763 or is ambiguous, and add the reason to the fail message.
9764 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9765 the cause is and invalid target and add reason to failure message.
9766 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9767 elf32-i386, elf32-sparc, and elf32-i860.
9768 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9769 Set up expected failure for 'filename'::variable scope resolution,
9770 which is now apparently broken on all targets.
9771 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9772 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9773 gdb.t23/templates.exp: Change failure for missing binfile into
9774 just a warning.
9775 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9776 references.
9777
9778Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9779
9780 * gdb.t00/default.exp: Add expected output for default "source"
9781 command, to match new gdb behavior.
9782 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9783
9784Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9785
9786 * config/*-gdb.exp: returns an error, rather than exiting on
9787 internal errors.
9788
9789Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9790
9791 * gdb.t03/gdbme.c: Add pointer to struct variable.
9792 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9793 referencing struct members.
9794
9795Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9796
9797 * configure.in (mips-idt-ecoff): New target.
9798 * config/mips-gdb.exp: New file for remote board using MIPS remote
9799 debugging protocol.
9800
9801 * Redid configuration scheme. Removed gdb.t*/configure.in.
9802 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9803 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9804 distclean targets. Built executables via .o files. Adjusted
9805 tests to account for source files in $(srcdir) rather than
9806 $(objdir).
9807 * lib/gdb.exp (runto): Don't expect () after the function name,
9808 because it may have arguments.
9809
9810Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9811
9812 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9813 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9814 expected failures for mips-idt-* and mips-sgi-*.
9815 * gdb.t00/default.exp (attach): Kill process if requested.
9816 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9817 that does not read core files.
9818 * gdb.t01/run.exp: Removed checks for exit status code.
9819 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9820 it is linked in.
9821 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9822 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9823 appropriate, rather than doing it by hand.
9824 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9825 execution.
9826 * gdb.t10/crossload.exp: Kill existing program if needed.
9827 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9828 appropriate, rather than doing it by hand. Always increase
9829 timeout for this test, not just for VxWorks.
9830
9831Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9832
9833 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9834 of Chill STRUCT types and STRUCT values.
9835 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9836 than "char".
9837 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 9838 struct2): New struct definitions and initializations to test
c906108c
SS
9839 simple Chill STRUCT types.
9840
9841Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9842
9843 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9844 the null byte at the end of strings.
9845 * gdb.t00/default.exp: Make show version insensitive to copyright
9846 date.
9847 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9848 to avoid dependencies on target char signedness.
9849 * gdb.t16/printcmds.exp: Update expected results for explicitly
9850 unsigned char.
9851 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9852 now work.
9853 * gdb.t21/demangle.exp: Add many more patterns for template
9854 demangling, most of them being expected failures.
9855 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9856 string we are matching for, to match on the whole string.
9857 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9858 and fix a whole bunch that had incorrect expected output but were
9859 passing anyway because of the bug in "proc demangle".
9860 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9861 type.
9862 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9863
9864Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9865
9866 * gdb/testsuite: made modifications to testcases, etc., to allow
9867 them to work properly given the reorganization of deja-gnu and the
9868 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9869
9870Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9871
9872 * gdb/testsuite: Initial creation of gdb/testsuite.
9873 Migrated dejagnu testcases and support files for testing nm to
9874 gdb/testsuite from deja-gnu. These files were moved "as is"
9875 with no modifications. This migration is part of a major overhaul
9876 of dejagnu. The modifications to these testcases, etc., which
9877 will allow them to work with the new version of dejagnu will be
9878 made in a future update.
9879\f
9880Local Variables:
9881mode: indented-text
9882left-margin: 8
9883fill-column: 74
9884version-control: never
9885End:
This page took 0.745784 seconds and 4 git commands to generate.