2003-02-05 Michael Chastain <mec@shout.net>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
cbf1e085
AC
12003-02-05 Keith Seitz <keiths@redhat.com>
2 Andrew Cagney <ac131313@redhat.com>
3
4 * gdb.mi/mi-cli.exp: New file.
5
29518e1e
MC
62003-02-04 Michael Chastain <mec@shout.net>
7
8 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
9 Call perror and then continue.
10
5af1d5f3
MC
112003-02-03 Michael Chastain <mec@shout.net>
12
13 * gdb.c++/pr-1023.cc: New file.
14 * gdb.c++/pr-1023.exp: New file.
15
6b549786
JB
162003-02-05 Jim Blandy <jimb@redhat.com>
17
18 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
19 it's local to foobar. Check for it there, and check that it's not
20 present in main.
21 * gdb.c++/local.cc (marker2): New function.
22 (foobar): Call marker1.
23 (main): Call marker2 instead of marker1.
24
67f16606
AC
252003-02-04 Andrew Cagney <ac131313@redhat.com>
26
27 * gdb.disasm/mn10200.exp: Obsolete file.
28 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
29 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
30 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
31
1c5cb38e
DC
322003-02-04 David Carlton <carlton@math.stanford.edu>
33
34 * gdb.c++/overload.exp: Test intToChar(1).
35 * gdb.c++/overload.cc (intToChar): New.
36 (main): Call intToChar.
37
d1fe6965
DC
382003-02-03 David Carlton <carlton@math.stanford.edu>
39
40 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
41 'might_kfail' arg.
42 KFAIL some of the continue_to_bp_overloaded calls, according to
43 PR c++/1025.
44
9ba61c5d
MC
452003-02-01 Michael Chastain <mec@shout.net>
46
47 * gdb.base/advance.c (marker1): New marker function.
48 * gdb.base/advance.exp: When the 'advance' command lands on the
49 return breakpoint, it can legitimately stop on either the
50 current line or the next line. Accommodate both outcomes.
51 * gdb.base/until.exp: Likewise.
52
e7494ffb
AC
532003-02-02 Andrew Cagney <ac131313@redhat.com>
54
55 2002-11-10 Jason Molenda (jason-cl@molenda.com):
56 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
57 now a list, not a tuple.
58 * gdb.mi/mi-var-display.exp: Ditto.
59 * gdb.mi/gdb792.exp: Ditto.
60
075559bc
AC
612003-02-01 Andrew Cagney <ac131313@redhat.com>
62
63 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
64 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
65 stack backtraces.
66 * gdb.mi/mi-syn-frame.c: Part of same.
67
2bd4c7b1
MK
682003-02-01 Mark Kettenis <kettenis@gnu.org>
69
70 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
71 gdb.mi/mi1-pthreads.exp: Return instead of calling
72 gdb_suppress_entire_file.
73
eabd8992
MS
742003-02-01 Mark Salter <msalter@redhat.com>
75
76 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
77
71469e2f
MS
782003-01-31 Mark Salter <msalter@redhat.com>
79
80 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
81 Support empty arg.
82
38a94d44
MC
832003-01-30 Michael Chastain <mec@shout.net>
84
85 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
86 This was a workaround for a UTF-8 bug in readline 4.3. The bug
87 has been fixed in gdb/readline on 2003-01-09.
88
19ea9e73
MS
892003-01-29 Michael Snyder <msnyder@redhat.com>
90
91 * gdb.base/args.exp: Skip if target does not support args passing.
92
2307bd6a
DJ
932003-01-22 Daniel Jacobowitz <drow@mvista.com>
94
19ea9e73 95 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
96 gdb_test. Accept a list of expect arguments as the third
97 parameter.
98 (gdb_test): Use it.
99
f2dd3617
EZ
1002003-01-20 Elena Zannoni <ezannoni@redhat.com>
101
102 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
103 allow for different test tree configurations. Update some
104 tescases accordingly.
105 * gdb.arch/altivec-regs.exp: Ditto.
106 * gdb.asm/asm-source.exp: Ditto.
107 * gdb.base/advance.exp: Ditto.
108 * gdb.base/display.exp: Ditto.
109 * gdb.base/long_long.exp: Ditto.
110 * gdb.base/mips_pro.exp: Ditto.
111 * gdb.base/overlays.exp: Ditto.
112 * gdb.base/relocate.exp: Ditto.
113 * gdb.base/setshow.exp: Ditto.
114 * gdb.base/step-line.exp: Ditto.
115 * gdb.base/step-test.exp: Ditto.
116 * gdb.base/until.exp: Ditto.
117 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
118
c71cdefd
DC
1192003-01-17 David Carlton <carlton@math.stanford.edu>
120
121 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
122 corresponding to PR c++/945.
123 Update copyright.
124
fdba05d7
DC
1252003-01-17 David Carlton <carlton@math.stanford.edu>
126
127 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
128 corresponding to PR c++/68.
129
1302003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
131
132 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
133 (test_paddr_hairy_functions): Call print_addr_2_kfail for
134 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
135
c362c33a
EZ
1362003-01-15 Elena Zannoni <ezannoni@redhat.com>
137
0fbc361c
EZ
138 * gdb.base/break.exp: Fix change of default location, because of
139 removal of until tests.
140 * gdb.base/help.exp: Update test for new 'until' help message.
141 Add test for help on 'advance'.
c362c33a
EZ
142 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
143
dabf8a35
MK
1442003-01-15 Mark Kettenis <kettenis@gnu.org>
145
146 * gdb.base/default.exp: Adapt "info float" test for recent changes
147 to that command. Add test for "info vector".
148 * gdb.base/float.exp: New file. Add test for "info float" that
149 resembles the old test in gdb.base/default.exp.
150
a1769aca
DC
1512003-01-15 David Carlton <carlton@math.stanford.edu>
152
153 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
154
82025e13
EZ
1552003-01-15 Elena Zannoni <ezannoni@redhat.com>
156
157 * gdb.base/break.exp: Move the tests of until command from here...
158 * gdb.base/until.exp: ... to here. New file. Add other tests.
159 * gdb.base/advance.c: New file.
160 * gdb.base/advance.exp: New file.
161
8f9ab801
EZ
1622003-01-14 Elena Zannoni <ezannoni@redhat.com>
163
164 * gdb.base/args.c: New file.
165 * gdb.base/args.exp: New file.
166
9ae66589
DJ
1672003-01-14 Daniel Jacobowitz <drow@mvista.com>
168
169 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
170
8d77e5c3
DJ
1712003-01-14 Daniel Jacobowitz <drow@mvista.com>
172
173 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
174
12d2f0a1
DJ
1752003-01-14 Daniel Jacobowitz <drow@mvista.com>
176
177 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
178 dates.
179
6ca37014
DJ
1802003-01-13 Daniel Jacobowitz <drow@mvista.com>
181
182 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
183
b0023472
DJ
1842003-01-13 Daniel Jacobowitz <drow@mvista.com>
185
186 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
187 (ptype &*"foo").
188 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
189
d6abaea5
DJ
1902002-01-13 Daniel Jacobowitz <drow@mvista.com>
191
192 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
193 * gdb.mi/mi1-console.exp: Likewise.
194
dfd536a7
DJ
1952002-01-13 Daniel Jacobowitz <drow@mvista.com>
196
197 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
198 * gdb.mi/mi1-console.exp: Likewise.
199
a1fb14a2
DJ
2002003-01-13 Daniel Jacobowitz <drow@mvista.com>
201
202 * gdb.c++/overload.exp: Remove some fixed XFAILs.
203
c4cf40b7
DJ
2042003-01-09 Daniel Jacobowitz <drow@mvista.com>
205
206 * gdb.base/detach.exp: New test.
207
696d5a5b
DJ
2082003-01-09 Daniel Jacobowitz <drow@mvista.com>
209
210 * Makefile.in (ALL_SUBDIRS): New variable.
211 (subdirs, clean, distclean): Use it.
212 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
213 regenerating Makefile, since it is generated from the top level.
214 * gdb.asm/Makefile.in: Likewise.
215 * gdb.base/Makefile.in: Likewise.
216 * gdb.c++/Makefile.in: Likewise.
217 * gdb.disasm/Makefile.in: Likewise.
218 * gdb.java/Makefile.in: Likewise.
219 * gdb.mi/Makefile.in: Likewise.
220 * gdb.threads/Makefile.in: Likewise.
221 * gdb.trace/Makefile.in: Likewise.
222
754533e4
DC
2232003-01-09 David Carlton <carlton@math.stanford.edu>
224
225 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
226 Add copyright year 2003.
227
d8b3e9ee
MC
2282003-01-06 Michael Chastain <mec@shout.net>
229
230 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
231 When selecting a thread, 'line' and 'file' are optional.
232 * gdb.mi/mi1-pthreads.exp: Likewise.
233
8e9e0fe6
AS
2342003-01-06 Andreas Schwab <schwab@suse.de>
235
236 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
237 failures.
238
b5ab8ff3
DJ
2392003-01-04 Daniel Jacobowitz <drow@mvista.com>
240
241 Fix PR gdb/844
242 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
243 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
244
245 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
246 instead of calling gdb_suppress_entire_file.
247 * gdb.threads/print-threads.exp: Likewise.
248 * gdb.threads/schedlock.exp: Likewise.
249
250 * gdb.threads/killed.exp: Return instead of calling
251 gdb_suppress_entire_file.
252 * gdb.threads/linux-dp.exp: Likewise.
253 * gdb.threads/pthreads.exp: Likewise.
254
1e698235
DJ
2552003-01-04 Daniel Jacobowitz <drow@mvista.com>
256
257 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
258 stabs.
259 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
260 * gdb.base/whatis.exp: Always allow (void) after function names.
261
147ff08c
DJ
2622003-01-04 Daniel Jacobowitz <drow@mvista.com>
263
264 * gdb.c++/casts.exp: Correct regexp.
265
dc62bfc2
MK
2662003-01-04 Mark Kettenis <kettenis@gnu.org>
267
268 * configure.in: Call AC_CONFIG_HEADER. Don't call
269 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
270 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
271 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
272 aforementioned directories in the AC_OUPUT call.
273 * config.hin: New file.
274 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
275 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
276 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
277 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
278 pass -I$objdir instead of -I$objdir/$subdir in compilation.
279 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
280 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
281 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
282 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
283 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
284 gdb.threads/configure.in, gdb.threads/configure,
285 gdb.threads/config.in, gdb.trace/configure.in,
286 gdb.trace/configure: Removed.
287
77afa639
MC
2882003-01-03 Michael Chastain <mec@shout.net>
289
290 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
291 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
292
7634bb6e
DJ
2932003-01-03 Daniel Jacobowitz <drow@mvista.com>
294
295 * gdb.base/store.exp: Fix regular expressions.
296
b39c905e
MK
2972002-12-28 Mark Kettenis <kettenis@gnu.org>
298
299 * configure.in: Rewrite.
300 * configure: Regenerated.
301
0a8551dd
DC
3022003-01-03 David Carlton <carlton@math.stanford.edu>
303
304 * gdb.base/psymtab.exp: New file.
305 * gdb.base/psymtab1.c: Ditto.
306 * gdb.base/psymtab2.c: Ditto.
307
c60b7188
AF
3082002-12-23 Adam Fedor <fedor@gnu.org>
309
310 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
311
ee73db83
DC
3122002-12-23 David Carlton <carlton@math.stanford.edu>
313
314 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
315 and current_directory initialization.
316
d6c1774e
JB
3172002-12-22 Jim Blandy <jimb@redhat.com>
318
f0a847b8
JB
319 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
320 rather than as part of the output file name.
321
d6c1774e
JB
322 * gdb.base/attach.exp: There's no need to copy the test program to
323 /tmp; that was only ever necessary on HP/UX, and this test is
324 entirely disabled there anyway.
325
f0708dbb
JB
3262002-12-21 Jim Blandy <jimb@redhat.com>
327
4c2acfea
JB
328 * gdb.c++/psmang.exp: Doc fix.
329
f0708dbb
JB
330 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
331 test.
332
9579e000
DC
3332002-12-20 David Carlton <carlton@math.stanford.edu>
334
335 * gdb.c++/annota2.exp: KFAIL annotate-quit.
336
d1810171
MC
3372002-12-18 Michael Chastain <mec@shout.net>
338
339 * gdb.c++/annota2.exp: Add copyright year 2002.
340
76565097
DC
3412002-12-17 David Carlton <carlton@math.stanford.edu>
342
343 * gdb.c++/try_catch.cc: Add marker comments.
344 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
345 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
346 * gdb.c++/m-static.cc: Ditto.
347 * gdb.c++/m-static1.cc: Ditto.
348 * gdb.c++/try_catch.cc: Ditto.
349
da81390b
JJ
3502002-12-16 Jeff Johnston <jjohnstn@redhat.com>
351
352 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
353 to see whether we are using the new -environment-directory
354 command which resets via -r or the old version of the command
355 which may prompt the user. Part of fix for gdb/741.
356
b304d130
AC
3572002-12-13 Andrew Cagney <ac131313@redhat.com>
358
359 * gdb.fortran/types.exp: Update obsolete comment.
360 * gdb.fortran/exprs.exp: Ditto.
361 * lib/gdb.exp: Delete obsolete code.
362 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
363 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
364 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
365 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
366 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
367 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
368 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
369 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
370 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
371 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
372 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
373 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
374 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
375 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
376 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
377 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
378 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
379 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
380 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
381 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
382 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
383 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
384 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
385 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
386 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
387 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
388 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
389 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
390 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
391 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
392 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
393 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
394 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
395 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
396 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
397 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
398 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
399
a23b6e6a
DC
4002002-12-11 David Carlton <carlton@math.stanford.edu>
401
402 * gdb.c++/m-data.exp: Add test for members that shadow global
403 variables: see PR gdb/804.
404 * gdb.c++/m-data.cc: Ditto.
405
6604731b
DJ
4062002-12-10 Daniel Jacobowitz <drow@mvista.com>
407
408 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
409
de46ecd7
DC
4102002-12-06 David Carlton <carlton@math.stanford.edu>
411
412 * gdb.base/store.c: Don't declare functions static.
413
27e829d0
AC
4142002-12-04 Andrew Cagney <ac131313@redhat.com>
415
416 * gdb.base/store.exp, gdb.base/store.c: New files.
417
92806416
DJ
4182002-12-03 Daniel Jacobowitz <drow@mvista.com>
419
420 * gdb.base/selftest.exp: Update for current gdb.
421
3bcbaac5
DJ
4222002-12-03 Daniel Jacobowitz <drow@mvista.com>
423
424 * gdb.base/maint.exp: Only dump symbols from one source file
425 or objfile.
426
f4f00b1f
DJ
4272002-12-03 Daniel Jacobowitz <drow@mvista.com>
428
429 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
430 function call.
431
f1c8a949
JB
4322002-11-25 Jim Blandy <jimb@redhat.com>
433
434 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
435 function appearing in error message.
436
9e297a97
DJ
4372002-11-21 Daniel Jacobowitz <drow@mvista.com>
438
439 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
440
1f312e79
JJ
4412002-11-08 Jeff Johnston <jjohnstn@redhat.com>
442
443 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
444 for mi1 and current mi is in correct format. New mi startup message
445 should be in mi console format. This is part of fix for PR gdb/604.
446
83c31e7d
FN
4472002-09-18 Fernando Nasser <fnasser@redhat.com>
448
449 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
450 which explicitly prints the zero offset as "+0".
451
322b3f65
DJ
4522002-10-22 Daniel Jacobowitz <drow@mvista.com>
453
454 * gdb.threads/schedlock.c (args): Make unsigned.
455
4562002-10-21 Daniel Jacobowitz <drow@mvista.com>
457
458 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
459 numbers. Allow "foo2|selected stack frame".
460 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
461 * gdb.asm/asmsrc2.s: Likewise.
462 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
463 comments.
464 * gdb.asm/mips.inc: New file.
465
5e2fe5b8
AF
4662002-10-18 Adam Fedor <fedor@gnu.org>
467
468 * gdb.base/default.exp: Update expected output to include 'ObjC'.
469 * gdb.base/help.exp: Likewise.
470
abe1a5d0
KB
4712002-10-17 Kevin Buettner <kevinb@redhat.com>
472
473 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
474 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
475
10abb1d4
JB
4762002-10-02 Jim Blandy <jimb@redhat.com>
477
478 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
479
1f609b42
AC
4802002-10-01 Andrew Cagney <ac131313@redhat.com>
481
482 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
483 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
484 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
485 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
486 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
487 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
488 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
489
0aee02e4
AC
4902002-09-29 Andrew Cagney <ac131313@redhat.com>
491
492 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
493 * mi0-disassemble.exp, mi0-eval.exp: Delete.
494 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
495 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
496 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
497 * mi0-var-block.exp, mi0-var-child.exp: Delete.
498 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
499
6fde09ad
KB
5002002-09-27 Kevin Buettner <kevinb@redhat.com>
501
502 * gdb.base/annota1.exp (info break): Make directory components of
503 path optional since not all compilers emit this debug information.
504
505 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
506 step ends up stepping out of the function instead of stopping on
507 the epilogue.
508
9e8aab75
KS
5092002-09-26 Keith Seitz <keiths@redhat.com>
510
511 * lib/insight-support.exp (gdbtk_start): Figure out where
512 the insight executable is based on where gdb is. Use this
513 executable to start insight instead of gdb.
514
e36180d7
AC
5152002-09-25 Andrew Cagney <cagney@redhat.com>
516
517 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
518
9dd34b2b
AC
5192002-09-24 Andrew Cagney <ac131313@redhat.com>
520
521 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
522 test_isolated_complaints.
523 (test_empty_complaint): New function.
524 (test_empty_complaints): New function. Check no output when no
525 complaints.
526
dea97812
KB
5272002-09-19 Jim Blandy <jimb@redhat.com>
528
529 * gdb.base/charset.exp, gdb.base/charset.c: New files.
530
54951bd7
AC
5312002-09-19 Andrew Cagney <ac131313@redhat.com>
532
533 * gdb.gdb/complaints.exp: New file.
534
dec43320
AC
5352002-09-18 Andrew Cagney <ac131313@redhat.com>
536
537 * gdb.base/maint.exp: Check `help maint internal-warning'.
538
e70d6e3f
DC
5392002-09-18 David Carlton <carlton@math.stanford.edu>
540
541 * gdb.c++/m-static.exp: Remove breakpoints depending on line
542 numbers, and replace them by a single breakpoint after the
543 constructors are all finished.
544 Add test 4.
545 * gdb.c++/m-static.cc: Add test 4.
546 * gdb.c++/m-static.h: New file.
547 * gdb.c++/m-static1.cc: New file.
548
549 * gdb.c++/printmethod.exp: New file.
550 * gdb.c++/printmethod.cc: New file.
551
552 * gdb.c++/pr-574.exp: New file.
553 * gdb.c++/pr-574.cc: New file.
554
afb5c968
CV
5552002-09-18 Corinna Vinschen <vinschen@redhat.com>
556
557 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
558 embedded targets which never actually exit.
559
31e45dee
FN
5602002-09-18 Fernando Nasser <fnasser@redhat.com>
561
562 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
563 "don't step after run" as unresolved or unsupported, instead of xfail.
564
a283c5a1
CV
5652002-09-18 Corinna Vinschen <vinschen@redhat.com>
566
567 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
568 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
569 Add newline to expected string in "step out of main (status wrapper)"
570 case.
571
11350d2a
CV
5722002-09-18 Corinna Vinschen <vinschen@redhat.com>
573
574 * lib/gdb.exp (rerun_to_main): Allow restarting application.
575 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
576
0deec7d6
TT
5772002-09-17 Tom Tromey <tromey@redhat.com>
578
579 * gdb.base/printcmds.exp (test_print_string_constants): Expect
580 \000, not \0, in double-quoted string.
581
b2b4a1b5
CV
5822002-09-14 Corinna Vinschen <vinschen@redhat.com>
583
584 * gdb.base/command.exp: Don't expect a "Program exited normally"
585 string after running the commands execution on breakpoint tests.
586
1c56143a
CV
5872002-09-13 Corinna Vinschen <vinschen@redhat.com>
588
589 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
590
37f8da45
JB
5912002-09-12 Joel Brobecker <brobecker@gnat.com>
592
593 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
594
08b468e0
KS
5952002-09-10 Keith Seitz <keiths@redhat.com>
596
597 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
598 runto proc.
599 (mi_run_to_main): Use mi_runto.
600 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
601
dc360f58
KS
6022002-09-10 Keith Seitz <keiths@redhat.com>
603
604 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
605 regexp for stopping at main. Could have multiple event notifications.
606 Don't assume that main was declared with no parameters.
607 (mi_next): Use mi_step_to.
608 (mi_step): Use mi_next_to.
609
ce3abcfb
CV
6102002-09-09 Corinna Vinschen <vinschen@redhat.com>
611
612 * gdb.base/default.exp: Fix expected string in `info float' test.
613
d1f5b980
BE
6142002-09-09 Ben Elliston <bje@redhat.com>
615
616 * config/mips.exp: Update comments.
617 * config/mips-idt.exp: Likewise.
618 * config/nind.exp: Likewise.
619 * config/slite.exp: Likewise.
620 * config/sparclet.exp: Likewise.
621 * config/udi.exp: Likewise.
622 * config/vx.exp: Likewise.
623 * config/vxworks29k.exp: Likewise.
624
2f71430b
JB
6252002-09-05 Jim Blandy <jimb@redhat.com>
626
627 * gdb.threads/killed.exp: Fix test failure message.
628
7ddebc7e
KS
6292002-09-04 Keith Seitz <keiths@redhat.com>
630
631 * lib/mi-support.exp: Update copyright.
632 (mi_gdb_test): Increase the priority of the expected pattern
633 so that it matches gdb_test.
634
0ae67eb3
KS
6352002-09-03 Keith Seitz <keiths@redhat.com>
636
637 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
638 Use integer comparison instead of string comparison for testing
639 whether binary was built.
640
38fc42c8
JB
6412002-09-03 Jim Blandy <jimb@redhat.com>
642
643 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
644
b6ff0e81
JB
6452002-08-29 Jim Blandy <jimb@redhat.com>
646
647 * gdb.threads/pthreads.exp: Move the portable thread compilation
648 code into a function in lib/gdb.exp, and call that from here.
649 * lib/gdb.exp (gdb_compile_pthreads): New function.
650
07c98896
KS
6512002-08-29 Keith Seitz <keiths@redhat.com>
652
653 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
654 expect_out so that callers can get at it.
655
0312286c
DJ
6562002-08-23 Daniel Jacobowitz <drow@mvista.com>
657
658 * gdb.threads/print-threads.c: New file.
659 * gdb.threads/print-threads.exp: New file.
660 * gdb.threads/schedlock.c: New file.
661 * gdb.threads/schedlock.exp: New file.
662
dd039bc4
EZ
6632002-08-22 Elena Zannoni <ezannoni@redhat.com>
664
665 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
666 not altivec.c.
667
1f36144c
MK
6682002-08-17 Mark Kettenis <kettenis@gnu.org>
669
670 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
671 targets. The problem should be fixed now.
672
16057ec7 6732002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
674
675 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
676 2002-07-24 change that removes final dots from error messages.
677
3c1499ad
TT
6782002-08-13 Tom Tromey <tromey@redhat.com>
679
680 * gdb.base/readline.exp: New file.
681
a20ce2c3
AC
6822002-08-01 Andrew Cagney <ac131313@redhat.com>
683
684 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
685 supress message.
686
db034ac5
AC
6872002-08-01 Andrew Cagney <cagney@redhat.com>
688
689 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
690 CHILL_FOR_TARGET and CHILL_LIB.
691 * configure.in (configdirs): Remove gdb.chill.
692 * configure: Regenerate.
693 * lib/gdb.exp: Obsolete references to chill.
694 * gdb.fortran/types.exp: Ditto.
695 * gdb.fortran/exprs.exp: Ditto.
696
3e000b18
KB
6972002-07-30 Kevin Buettner <kevinb@redhat.com>
698
699 * gdb.base/shlib-call.exp (additional_flags): Conditionally
700 set Irix-specific compile and link flags.
701
28f4966b
KB
7022002-07-29 Kevin Buettner <kevinb@redhat.com>
703
704 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
705 source files. The ``-o'' option doesn't work with the ``-E'' option
706 when using the Irix compiler.
707
46c0d5a6
DJ
7082002-07-19 Daniel Jacobowitz <drow@mvista.com>
709
710 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
711 Improve support for reusing an exec file. Copy exec file
712 to target, and run gdbserver on the target instead of on the host.
713
eecf4bed
JB
7142002-07-18 Jim Blandy <jimb@redhat.com>
715
0f815cdf
JB
716 * gdb.base/ending-run.exp: Don't expect to see the program end in
717 some orderly fashion when we're running on a real stand-alone
718 board.
719
eecf4bed
JB
720 * gdb.base/interrupt.exp: Correct logic for skipping tests on
721 targets that don't support interrupts.
722
52d309e4
JB
7232002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
724
725 * gdb.base/attach.exp: Add patterns to match output from /proc-based
726 systems.
727 Move comments in expect statements to inside the actions, so that they
728 don't get matched against.
729
ff683d9e
MK
7302002-07-10 Mark Kettenis <kettenis@gnu.org>
731
732 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
733 function when asleep" test.
734
b5356753
AC
7352002-07-10 Andrew Cagney <ac131313@redhat.com>
736
737 * gdb.base/page.exp: Rewrite to handle problems with very long
738 `info set' output. Update copyright.
739
6aa4d13a
AC
7402002-06-26 Andrew Cagney <ac131313@redhat.com>
741
742 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
743 gdb.threads-hp.
744 * gdb.hp/configure: Regenerate.
745 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
746 * gdb.hp/gdb.threads-hp/configure: Delete file.
747 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
748
8cf8c2b8
AC
7492002-06-22 Andrew Cagney <ac131313@redhat.com>
750
751 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
752 setlocale, bindtextdomain and textdomain.
753
6827a8f8
JB
7542002-06-11 Jim Blandy <jimb@redhat.com>
755
919d772c
JB
756 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
757 preprocessor macro information is present.
758
6827a8f8
JB
759 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
760 tests.
761
c15b0d21
MS
7622002-06-06 Michael Snyder <msnyder@redhat.com>
763
c5984d70
MS
764 * gdb.base/overlays.exp: Record addresses of overlay
765 functions in TCL variables rather than in GDB variables,
766 to avoid having GDB convert them to pointers (with loss
767 of information).
768
99a8512b
MS
769 * gdb.base/d10v.ld: Merge in several years worth of
770 default linker script changes.
c15b0d21
MS
771 * gdb.base/long_long.exp: Add check for sizeof (long double).
772
be26fe0d
ML
7732002-06-06 Michal Ludvig <mludvig@suse.cz>
774
775 * gdb.asm/asm-source.exp: Add x86-64 target.
776 * gdb.asm/x86_64.inc: New.
777
258093ca 7782002-05-30 Michael Chastain <mec@shout.net>
258093ca 779
4b3153f1 780 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
781 * gdb.c++/m-static.cc: New file.
782 * gdb.c++/m-static.exp: New file.
783
241264c6
MS
7842002-05-28 Michael Snyder <msnyder@redhat.com>
785
786 * gdb.base/call-ar-st.exp: Allow for reduced floating point
787 precision.
788
9bba8c8f 7892002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 790
4b3153f1 791 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
792 * gdb.c++/m-data.cc: New file.
793 * gdb.c++/m-data.exp: New file.
794
7952002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 796
4b3153f1 797 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
798 * gdb.c++/try_catch.cc: New file.
799 * gdb.c++/try_catch.exp: New file.
800
def1b996
MC
8012002-05-27 Michael Chastain <mec@shout.net>
802
803 * gdb.c++/local.exp: Accept more nested types in output.
804
522ba268
MC
8052002-05-26 Michael Chastain <mec@shout.net>
806
807 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
808
277254ba
MS
8092002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
810
811 * lib/gdb.exp (gdb_wrapper_init): Just because
812 gdb_wrapper_file exists, this does not mean that the file
813 should not be rebuilt. That is what gdb_wrapper_initialized
814 is for.
815 (default_gdb_init): Reset gdb_wrapper_initialized.
816
b61a8733
MS
8172002-05-23 Michael Snyder <msnyder@redhat.com>
818
5bdb6d01
MS
819 * gdb.base/all-bin.exp: Revise previous patch by just reducing
820 the precision of the floating point test results.
821 * gdb.base/call-rt-st.exp: Ditto.
822
b61a8733
MS
823 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
824 * gdb.base/call-rt-st.exp: Ditto.
825
56f6e910
MC
8262002-05-19 Michael Chastain <mec@shout.net>
827
828 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
829
ad0b0016
EZ
8302002-05-19 Elena Zannoni <ezannoni@redhat.com>
831
832 * configure.in (configdirs): Add gdb.arch.
833 * configure: Regenerate.
834
f617d2b6
JB
8352002-05-17 Jim Blandy <jimb@redhat.com>
836
837 * gdb.base/completion.exp: Recognize the more detailed error
838 messages produced by the macro expander's lexical analyzer.
839
eac2a696
EZ
8402002-05-14 Elena Zannoni <ezannoni@redhat.com>
841
842 * gdb.arch/altivec-abi.c: New file.
843 * gdb.arch/altivec-abi.exp: New file.
844 * gdb.arch/altivec-regs.c: New file.
845 * gdb.arch/altivec-regs.exp: New file.
846
2fdde8f8
DJ
8472002-05-14 Daniel Jacobowitz <drow@mvista.com>
848
849 * gdb.base/maint.exp (maint print type): Update for new type
850 structure.
eac2a696 851
e31f1a7c
EZ
8522002-05-14 Elena Zannoni <ezannoni@redhat.com>
853
854 * gdb.arch: New directory.
855 * gdb.arch/configure.in: New file.
856 * gdb.arch/configure: New file.
857 * gdb.arch/Makefile.in: New file.
858
db589741
CV
8592002-05-13 Corinna Vinschen <vinschen@redhat.com>
860
861 * gdb.asm/asm-source.exp: Add v850 as supported target.
862 * gdb.asm/v850.inc: New file.
863
8ce2a7dc
DJ
8642002-05-13 Daniel Jacobowitz <drow@mvista.com>
865
866 * gdb.c++/annota2.exp (annotate-quit): Add comment.
867
df763c7f
DJ
8682002-05-12 Daniel Jacobowitz <drow@mvista.com>
869
870 * gdb.base/break.exp: Check 'break "marker2"'.
871
377daeed
MS
8722002-05-10 Michael Snyder <msnyder@redhat.com>
873
874 * gdb.base/long_long.exp: Fix typo.
875
c4b7bc2b
JB
8762002-05-10 Jim Blandy <jimb@redhat.com>
877
ecac9a4e
JB
878 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
879 a bug.
880
c4b7bc2b
JB
881 * gdb.base/printcmds.exp (test_integer_literals_rejected):
882 Recognize more detailed error message produced by the macro
883 expander's lexical analyzer.
884 * lib/gdb.exp (test_print_reject): Same.
885
e71019a1
MK
8862002-05-09 Mark Kettenis <kettenis@gnu.org>
887
888 * gdb.c++/method.exp: Fix typo.
889
fedfc8e6
MS
8902002-05-08 Michael Snyder <msnyder@redhat.com>
891
166a1957
MS
892 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
893 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 894 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
895 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
896 Add iftarget clause for strongarm.
897
f1c47eb2
MS
8982002-05-06 Michael Snyder <msnyder@redhat.com>
899
cb9a9d3e
MS
900 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
901 (gdb_continue_to_end): Accept output from status wrapper.
902 * gdb.base/ending-run.exp: Add case for output from status wrapper.
903 Clean up fail messages to match pass messages.
904
f1c47eb2
MS
905 Enable the "needs_status_wrapper" testsuite feature.
906 * lib/gdb.exp (gdb_wrapper_init): New procedure.
907 (gdb_compile): Conditionally call gdb_wrapper_init.
908 * gdb.base/a2-run.exp: Recognize output from status wrapper.
909 * gdb.c++/method.exp: Recognize output from status wrapper.
910
6079c749
BE
9112002-05-06 Ben Elliston <bje@redhat.com>
912From Graydon Hoare <graydon@redhat.com>
913
914 * config/sid.exp: Include support for "rawsid" protocol.
915
188baff3
JB
9162002-05-03 Jim Blandy <jimb@redhat.com>
917
918 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
919 * gdb.c++/hang3.C: New file.
920
b9c07f0f
AC
9212002-05-04 Andrew Cagney <ac131313@redhat.com>
922
923 * gdb.base/default.exp: Remove obsolete code.
924 * gdb.c++/misc.exp: Ditto. Update copyright.
925 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
926 * gdb.base/whatis.exp: Ditto. Update copyright.
927 * gdb.base/scope.exp: Ditto. Update copyright.
928 * gdb.base/ptype.exp: Ditto. Update copyright.
929 * gdb.base/printcmds.exp: Ditto. Update copyright.
930 * gdb.base/opaque.exp: Ditto. Update copyright.
931 * gdb.base/list.exp: Ditto.
932 * gdb.base/funcargs.exp: Ditto. Update copyright.
933 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
934 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
935 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
936 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
937 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
938 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
939
5c7a0397
MS
9402002-05-02 Michael Snyder <msnyder@redhat.com>
941
d6dcc264 942 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
943 * gdb.base/long_long.exp: Add xscale target.
944 * gdb.base/default.exp: Add xscale target.
945
eb7f1c48
JB
9462002-05-01 Jim Blandy <jimb@redhat.com>
947
948 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
949 gdb.c++/hang.exp: New test.
950
a6befae8
FF
9512002-05-01 Fred Fish <fnf@redhat.com>
952
953 * gdb.base/completion.exp: Handle completions of "./Make" for
954 more than one completion possibility, as is the case when we
955 build and test in the source tree.
956
0a310277
AG
9572002-04-29 Anthony Green <green@redhat.com>
958
959 * gdb.java/jmisc1.exp: New file.
960 * gdb.java/jmisc2.exp: New file.
961
6ff9af88
DJ
9622002-04-24 Daniel Jacobowitz <drow@mvista.com>
963
964 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
965
96b3d632
EZ
9662002-04-23 Elena Zannoni <ezannoni@redhat.com>
967
968 * gdb.base/help.exp: Change 'help status' to allow for target
969 dependent output differences.
970
5019bb54
MC
9712002-04-22 Michael Chastain <mec@shout.net>
972
973 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
974
a805a116
MC
9752002-04-22 Michael Chastain <mec@shout.net>
976
977 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
978
a1706bfd
DM
9792002-04-17 David S. Miller <davem@redhat.com>
980
981 * gdb.asm/sparc64.inc: New file.
982 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
983
a73a20a2
EZ
9842002-04-19 Elena Zannoni <ezannoni@redhat.com>
985
986 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
987 instruction file directly into the build tree. Clean up at end of
988 test.
989
ba678339
DM
9902002-04-18 David S. Miller <davem@redhat.com>
991
992 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
993 handle 64-bit platforms correctly.
994 * gdb.base/maint.exp: Likewise.
995
b03399da
KB
9962002-04-18 Kevin Buettner <kevinb@redhat.com>
997
998 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
999 ``-fpic'' when compiling files comprising a shared library, but
1000 it does need additional linker flags in order to find shared
1001 libraries at run time.
1002
e2004992
KB
10032002-04-18 Kevin Buettner <kevinb@redhat.com>
1004
1005 * gdb.base/cvexpr.c (use): New function.
1006 (main): Invoke use() on all global variables to prevent
1007 some linkers from deleting these otherwise unused symbols.
1008
d8937120
MC
10092002-04-17 Michael Chastain <mec@shout.net>
1010From David S. Miller <davem@redhat.com>
1011
1012 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1013 handle 64-bit platforms correctly.
1014
ffd61a58
MS
10152002-04-12 Michael Snyder <msnyder@redhat.com>
1016From Jim Blandy <jimb@redhat.com>
1017 * gdb.base/foo.c (foox): Remove section attribute; the linker
1018 script can handle this instead.
1019 * gdb.base/bar.c (barx): Same.
1020 * gdb.base/baz.c (bazx): Same.
1021 * gdb.base/grbx.c (grbxx): Same.
1022
1023 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1024 manager doesn't automatically unmap overlays unnecessarily.
1025
6b8426a6
MH
10262002-04-10 Martin M. Hunt <hunt@redhat.com>
1027
1028 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1029 stepping out of main.
1030
34af4875
MC
10312002-04-09 Michael Chastain <mec@shout.net>
1032
1033 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1034 scope so that the nested scope tests will make sense.
1035 * gdb.c++/local.exp: Write patterns that actually work with gcc
1036 (the HP patterns "were never known to work with gcc").
1037 Keep the old aCC patterns too.
1038
2d1676a0
DJ
10392002-04-09 Daniel Jacobowitz <drow@mvista.com>
1040
1041 * gdb.base/attach.exp: Correct target board test.
1042
3a63e3f9
MC
10432002-04-08 Michael Chastain <mec@shout.net>
1044
1045 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1046 in a const method. Add some xfail and fail cases for configurations
1047 that do not emit the "const ...".
1048
f18dabd2
MC
10492002-04-07 Michael Chastain <mec@shout.net>
1050
1051 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1052 Accept "A * const" and "const A * const" as type of "this".
1053 Fix spelling of getFunky throughout. Make messages uniform.
1054
0fcddd82
EZ
10552002-04-07 Elena Zannoni <ezannoni@redhat.com>
1056
1057 Work around for PR gdb/285:
1058 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1059
16a8534a
EZ
10602002-04-07 Elena Zannoni <ezannoni@redhat.com>
1061
1062 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1063 instructions file at run time instead of configure time.
1064 Sometimes we run the test in a directory that is not the one we
1065 configured in.
1066 * gdb.asm/configure.in: Delete creation of symlink.
1067 * gdb.asm/configure: Regenerate.
1068
24181d81
JB
10692002-04-05 J. Brobecker <brobecker@gnat.com>
1070
1071 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1072 xfullpath () function.
1073
7cdb7107
DJ
10742002-04-04 Daniel Jacobowitz <drow@mvista.com>
1075
1076 * gdb.asm/Makefile.in: Correct dependencies.
1077
1078 * gdb.asm/powerpc.inc: New file.
1079 * gdb.asm/asm-source.exp: Add PowerPC.
1080 * gdb.asm/configure.in: Likewise.
1081 * gdb.asm/configure: Regenerated.
1082
a7d17088
DJ
10832002-04-04 Daniel Jacobowitz <drow@mvista.com>
1084
1085 * gdb.base/relocate.exp: New file.
1086 * gdb.base/relocate.c: New file.
1087
cd721503
FF
10882002-04-04 Fred Fish <fnf@redhat.com>
1089
1090 * gdb.base/step-test.exp: Update comment regarding stopping in
1091 memcpy/bcopy calls inserted as part of the compiler runtime.
1092
b22ad7a7
MS
10932002-04-04 Michael Snyder <msnyder@redhat.com>
1094
1095 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1096
5f279fa6
DJ
10972002-04-03 Daniel Jacobowitz <drow@mvista.com>
1098
1099 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1100 (gdb_expect): Remove $notransfer hack.
1101
dd0fd3ce
DJ
11022002-04-02 Daniel Jacobowitz <drow@mvista.com>
1103
1104 * gdb.c++/classes.exp ("calling method for small class"): Match
1105 updated register output.
1106
1e50cda1
DJ
11072002-03-30 Daniel Jacobowitz <drow@mvista.com>
1108
1109 Fix PR gdb/452
1110 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1111 when finished. Make gdb_file_cmd send "exec-file" when
1112 appropriate.
1113
24015922
DJ
11142002-03-30 Daniel Jacobowitz <drow@mvista.com>
1115
1116 * gdb.base/attach.exp: Remove extra setup_xfail.
1117
dd7dfd64
MS
11182002-03-26 Michael Snyder <msnyder@redhat.com>
1119
1120 * gdb.base/default.exp: Add tests for dump, append, and restore.
1121 * gdb.base/help.exp: Add tests for dump, append, and restore.
1122 * gdb.base/dump.exp: New file, test dump, append and restore.
1123 * gdb.base/dump.c: New file.
1124
48b2f8d7
MS
11252002-03-27 Michael Snyder <msnyder@redhat.com>
1126
1127 * gdb.base/help.exp: Modify expect strings to reflect
1128 clean-ups in help messages.
1129
05b4d525
FF
11302002-03-26 Fred Fish <fnf@redhat.com>
1131
1132 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1133 have debugging info for those functions and the compiler uses them
1134 internally to copy structs around.
1135
d7679631
FF
11362002-03-26 Fred Fish <fnf@redhat.com>
1137
1138 * gdb.base/list.exp: Revert the change made yesterday and add note
1139 about why we don't list the default lines for remote targets.
1140
523ac3f9
MS
11412002-03-25 Michael Snyder <msnyder@redhat.com>
1142
1143 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1144
754b2b8d
FF
11452002-03-25 Fred Fish <fnf@redhat.com>
1146
1147 * gdb.base/list.exp: This test works on remote targets so remove
1148 the short circuit for remote targets. Update copyright.
1149
33c3e192
FF
11502002-03-25 Fred Fish <fnf@redhat.com>
1151
1152 * gdb.base/attach.exp: Fix logic error that was suppressing this
1153 test for all non hppa*-*-hpux* targets, instead of the hp target.
1154 Move comments closer to the suppression point. Also now need to
1155 check that we are running natively.
1156
d43e73ee
MS
11572002-03-22 Michael Snyder <msnyder@redhat.com>
1158
882c8f02
MS
1159 * gdb.base/default.exp: Add test for gcore. Update copyright.
1160 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 1161
04c12f60
FF
11622002-03-06 Fred Fish <fnf@redhat.com>
1163
1164 * gdb.base/funcargs.c: Remove extraneous ';' character.
1165 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1166
b43df995
MC
11672002-03-04 Michael Chastain <mec@shout.net>
1168
1169 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1170 accommodate gcc v3 function signature.
1171 * gdb.mi/mi0-var-cmd-exp: Ditto.
1172
92362027
AC
11732002-02-24 Andrew Cagney <ac131313@redhat.com>
1174
1175 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1176 ``GNU/Linux'' or ``Linux kernel''
1177 * testsuite/gdb.threads/pthreads.c: Ditto.
1178
258ad32d
MC
11792002-02-24 Michael Chastain <mec@shout.net>
1180
1181 * gdb.threads/pthreads.c (thread1): Add a return statement.
1182 (thread2): Likewise.
1183 (foo): Likewise.
1184
04c3b3d4
MC
11852002-02-23 Michael Chastain <mec@shout.net>
1186
1187 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1188 to placate gcc.
1189
5a2a0a20
MC
11902002-02-23 Michael Chastain <mec@shout.net>
1191
1192 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1193 test "ptype bint". The test passes on all my stabs configurations.
1194
a640f7fc
JB
11952002-02-21 Jim Blandy <jimb@redhat.com>
1196
27924826
JB
1197 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1198 filename at a time, and watch for the ones we want to see.
1199
a640f7fc
JB
1200 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1201 types of pointers to prototyped functions.
1202
edcc8c75
AC
12032002-02-20 Andrew Cagney <ac131313@redhat.com>
1204
1205 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1206 signed, unsigned and straight char.
1207 (padding_char, padding_short, padding_int, padding_long,
1208 padding_long_long, padding_float, padding_double,
1209 padding_long_double): New global variables.
1210 (fill, fill_structs): New functions.
1211
1212 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1213 for correctly sized writes. Update copyright.
1214 (get_valueof): New procedure.
1215 (get_sizeof): Call get_valueof.
1216 (check_valueof): New procedure.
1217 (check_padding): New procedure.
1218
ac57ea44
MC
12192002-02-20 Michael Chastain <mec@shout.net>
1220
1221 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1222 to setup_xfail. Document some of the remaining calls.
1223
7a10c941
MC
12242002-02-18 Michael Chastain <mec@shout.net>
1225
1226 * gdb.c++/userdef.exp: Update copyright year.
1227
fb8acdcc
DJ
12282002-02-18 Daniel Jacobowitz <drow@mvista.com>
1229
1230 * gdb.c++/userdef.exp: Test overloaded operators properly.
1231 Remove xfails.
1232
fda6ae12
MS
12332002-02-14 Michael Snyder <msnyder@redhat.com>
1234
1235 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1236
676a0442
DJ
12372002-02-14 Daniel Jacobowitz <drow@mvista.com>
1238
1239 * gdb.base/a2-run.exp: Check for a remote target properly.
1240 * gdb.base/annota1.exp: Likewise.
1241 * gdb.base/list.exp: Likewise.
1242 * gdb.base/reread.exp: Likewise.
1243 * gdb.base/scope.exp: Likewise.
1244 * gdb.base/shlib-call.exp: Likewise.
1245 * gdb.base/term.exp: Likewise.
1246 * gdb.c++/annota2.exp: Likewise.
1247
78b4f468
RE
12482002-02-13 Richard Earnshaw <rearnsha@arm.com>
1249
1250 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1251
9a81ba51
MC
12522002-02-10 Michael Chastain <mec@shout.net>
1253
1254 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1255 (call_after_alloca): Ditto.
1256
004af6c7
DJ
12572002-02-10 Daniel Jacobowitz <drow@mvista.com>
1258
1259 * gdb.base/ending-run.exp: Guard "cont" test with
1260 gdb_skip_stdio_test.
1261
37225f62
JB
12622002-02-06 Jim Blandy <jimb@redhat.com>
1263
1264 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1265 from here...
1266 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1267 To here. Disable this test on non-HP platforms. Add big comment.
1268
fe6fdd96
MS
12692002-02-04 Michael Snyder <msnyder@redhat.com>
1270
1271 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1272 other than d10v and m32r.
1273
036fad3f
RE
12742002-02-02 Richard Earnshaw <rearnsha@arm.com>
1275
1276 * gdb.base/default.exp: Rewrite test patterns to reduce time
1277 taken to match them.
1278
7148ab62
DJ
12792002-01-30 Daniel Jacobowitz <drow@mvista.com>
1280
1281 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1282 Allow a start function above main.
1283 * gdb.threads/linux-dp.exp: Fix copyright date.
1284
396cc255
DJ
12852002-01-30 Daniel Jacobowitz <drow@mvista.com>
1286
1287 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1288 (check_philosopher_stack): Check for manager thread before checking
1289 for a just-starting thread.
1290
f038d31b
DJ
12912002-01-30 Daniel Jacobowitz <drow@mvista.com>
1292
1293 From Neil Booth <neil@daikokuya.demon.co.uk>:
1294 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1295 warnings.
1296
b3ff9d9a
FF
12972002-01-21 Fred Fish <fnf@redhat.com>
1298
1299 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1300 not caller.
1301
39ad761d
JB
13022002-01-21 Jim Blandy <jimb@redhat.com>
1303
1304 * gdb.base/reread.exp: Check that GDB properly re-reads the
1305 executable file when it changes while no inferior is running.
1306
aaf320fa
FF
13072002-01-21 Fred Fish <fnf@redhat.com>
1308
1309 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1310 optionally accept the "shlib events" variation.
1311
808a31f5
JB
13122002-01-21 Jim Blandy <jimb@redhat.com>
1313
1314 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1315 call `fflush' after every `printf', so that the output is produced
1316 at predictable points, regardless of whatever buffering does (or
1317 doesn't) take place.
1318 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1319 at different points.
1320
4420d5e2
DJ
13212002-01-20 Daniel Jacobowitz <drow@mvista.com>
1322
1323 * gdb.c++/inherit.exp: Update copyright years.
1324 * gdb.c++/method.exp: Likewise.
1325
3e36a0f4
DJ
13262002-01-20 Daniel Jacobowitz <drow@mvista.com>
1327
1328 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1329 artificial methods/arguments.
1330 * gdb.c++/derivation.exp: Likewise.
1331 * gdb.c++/inherit.exp: Likewise.
1332 * gdb.c++/method.exp: Likewise.
1333 * gdb.c++/virtfunc.exp: Likewise.
1334
b4ceaee6
AC
13352002-01-18 Andrew Cagney <ac131313@redhat.com>
1336
1337 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1338 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1339 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1340 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1341 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1342 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1343
ecace851
JB
13442002-01-17 Jim Blandy <jimb@redhat.com>
1345
1346 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1347 anchoring the pattern matching the entry point symbol's name.
1348
375fc983
AC
13492002-01-17 Andrew Cagney <ac131313@redhat.com>
1350
1351 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1352 continue/quit query. Update copyright.
1353
fe6fdd96
MS
13542002-01-14 Michael Snyder <msnyder@redhat.com>
1355
1356 * gdb.base/gcore.exp: Remove extra debugging output.
1357
e017c81f
DJ
13582002-01-13 Daniel Jacobowitz <drow@mvista.com>
1359
1360 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1361 for slightly dubious v2 mangled string.
1362
37ab3bf8
DJ
13632002-01-13 Daniel Jacobowitz <drow@mvista.com>
1364
1365 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1366
1bc05c3a 13672002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 1368
1bc05c3a 1369 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 1370
1bc05c3a
JM
1371 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1372 constructors.
1373 * gdb.c++/derivation.exp: Likewise.
1374 * gdb.c++/templates.exp: Likewise.
1375 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 1376
1bc05c3a
JM
13772002-01-10 Michael Snyder <msnyder@redhat.com>
1378
1379 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 1380
a911c360
MS
13812002-01-08 Michael Snyder <msnyder@redhat.com>
1382
1383 * gdb.base/gcore.exp: New test for generate-core-file command.
1384 * gdb.base/gcore.c: Testcase for above.
1385 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1386
ea2119ec
JM
13872002-01-08 Jason Merrill <jason@redhat.com>
1388
1389 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1390
68203136
FF
13912002-01-07 Fred Fish <fnf@redhat.com>
1392
1393 * gdb.c++/overload.exp: Remove unconditional xfails for:
1394 print foo_instance1.overloadargs(1)
1395 print foo_instance1.overloadargs(1, 2)
1396 print foo_instance1.overloadargs(1, 2, 3)
1397 print foo_instance1.overloadargs(1, 2, 3, 4)
1398 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1399 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1400 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1401 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1402 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1403 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1404 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1405 print foo_instance1.overload1arg()
1406 print foo_instance1.overload1arg((char)arg2)
1407 print foo_instance1.overload1arg((signed char)arg3)
1408 print foo_instance1.overload1arg((unsigned char)arg4)
1409 print foo_instance1.overload1arg((int)arg7)
1410 print foo_instance1.overload1arg((unsigned int)arg8)
1411 print foo_instance1.overload1arg((float)arg11)
1412 print foo_instance1.overload1arg((double)arg12)
1413
21b9b5b1
MS
14142002-01-07 Michael Snyder <msnyder@redhat.com>
1415
1416 * gdb.base/huge.exp: New test. Print a very large target data object.
1417 (skip_huge_test): New test variable. Define if you want to skip this
1418 test. The test reads an 8 megabyte data object from the target, so it
1419 might be very time consuming on remote targets with a slow connection.
1420 * gdb.base/huge.c: New file. Test case for above.
1421
725f922e
FF
14222002-01-07 Fred Fish <fnf@redhat.com>
1423
1424 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1425 g_instance.bfoo, and g_instance.cfoo.
1426
634d57ec
JL
1427Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1428
f286b2c3
JL
1429 * gdb.base/break.c (multi_line_if_conditional): New function.
1430 (multi_ilne_while_conditional): Likewise.
1431 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1432 IF or WHILE condition puts the breakpoint at the start of
1433 the condition.
1434
634d57ec
JL
1435 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1436 hppa*-*-hpux* expected failure.
1437 * gdb.base/structs.exp (do_function_calls): Similarly.
1438
1439 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1440 watchpoints.
1441
9fbfe2dc
AC
14422002-01-06 Andrew Cagney <ac131313@redhat.com>
1443
1444 Fix PR gdb/66.
1445 * gdb.base/structs.exp: Replace skip for a29k with skip for
1446 gdb,cannot_call_functions.
1447 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1448 * gdb.base/callfuncs.exp: Ditto.
1449 * gdb.base/call-rt-st.exp: Ditto.
1450 * gdb.base/call-strs.exp: Ditto.
1451 * gdb.base/callfwmall.exp: Ditto.
1452 * gdb.base/scope.exp: Obsolete xfail a29k.
1453 * gdb.c++/misc.exp: Ditto.
1454 * gdb.c++/cplusfuncs.exp: Ditto.
1455 * gdb.base/ptype.exp: Ditto.
1456 * gdb.base/printcmds.exp: Ditto.
1457 * gdb.base/opaque.exp: Ditto.
1458 * gdb.base/list.exp: Ditto.
1459 * gdb.base/funcargs.exp: Ditto.
1460 * gdb.base/default.exp: Ditto.
1461
8ddad156
MS
14622002-01-04 Michael Snyder <msnyder@redhat.com>
1463
ca4976a6 1464 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1465 * gdb.base/maint.exp: Add tests for maint info sections options.
1466
1b074332
JL
1467Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1468
1469 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1470
7d159115
CV
14712001-12-20 Corinna Vinschen <vinschen@redhat.com>
1472
1473 * gdb.asm/arm.inc: New file.
1474 * gdb.asm/asm-source.exp: Add arm targets.
1475 * gdb.asm/configure.in: Ditto.
1476 * gdb.asm/configure: Recreated from configure.in.
1477
8fb87725
JL
1478Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1479
afabe08c
JL
1480 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1481 with HP's compiler.
1482 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1483 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1484 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1485 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1486
1487 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1488 either HP's compilers or GCC.
1489
db521deb
JL
1490 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1491 a SIGBUS or SIGSEGV.
1492
1493 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1494
1495 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1496 can be compiled with either HP's compiler or GCC.
1497
cfa88ab7
JL
1498 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1499 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1500 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1501
ca344dff
JL
1502 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1503 to match current gdb output. Update due to using auto-solib-limit
1504 for limiting instead of overloading auto-solib-add.
1505 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1506 test program.
1507
3f3c6e55 1508 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1509 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1510 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1511 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1512 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1513 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1514 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1515 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1516 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1517 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1518 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1519 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1520 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1521
8fb87725
JL
1522 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1523 a SIGTRAP to the inferior.
1524
cf599fa7
CV
15252001-12-19 Corinna Vinschen <vinschen@redhat.com>
1526
1527 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1528 Substitute call to target_link by call to gdb_compile.
1529
2cd045cd
JL
1530Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1531
1532 * gdb.base/break.exp: Fix HP specific search string when testing
1533 backtracing in a called function.
1534
1535 * gdb.base/constvars.exp: Only set lang to C++ if we're
1536 compiling the test with HP's compilers.
1537 * gdb.base/volatile.exp: Similarly.
1538
99ebe9ac
JB
15392001-12-19 Jim Blandy <jimb@redhat.com>
1540
1541 * gdb.base/printcmds.exp: Expect the null character to be printed
1542 as '\0', and the '\013' to be printed as '\v'.
1543 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1544 * gdb.base/setvar.exp: Same.
1545
b9891b29
JB
15462001-12-17 Jim Blandy <jimb@redhat.com>
1547
0eba65ab
JB
1548 * gdb.base/completion.exp: Rather than completing very long
1549 filenames, which can make the readline library produce output we
1550 don't recognize, cd to the directory first, and then complete
1551 using nice, short relative paths.
1552
6970b5b1
JB
1553 * gdb.base/completion.exp: On some systems, there is, in fact, a
1554 variable named `b' in scope, since GDB treats all static
1555 variables as being in scope. So use `no_var_named_this'
1556 instead of `b'.
1557
b9891b29
JB
1558 * gdb.base/corefile.exp: Recognize the message saying that GDB
1559 can't find the core file's registers as a failure.
1560
e6ccd35f
JSC
15612001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1562
1563 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1564 test expect string more specific.
1565
105ba819
CV
15662001-12-13 Corinna Vinschen <vinschen@redhat.com>
1567
1568 * gdb.asm/asm-source.exp: Add support for xstormy16.
1569 * gdb.asm/configure.in: Ditto.
1570 * gdb.asm/configure: Rebuild.
1571 * gdb.asm/xstormy16.inc: New file.
1572
e9e79dd9
FF
15732001-12-10 Fred Fish <fnf@redhat.com>
1574
1575 * gdb.base/maint.exp: Update to match changes in type dumping code.
1576
347dc97d
JB
15772001-12-10 Jim Blandy <jimb@redhat.com>
1578
1579 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1580 matching the entry point symbol's name at the beginning of the
1581 line.
1582
5178b9d6
DJ
15832001-12-07 Daniel Jacobowitz <drow@mvista.com>
1584
1585 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1586 gdb.c++/inherit.exp, gdb.c++/method.exp,
1587 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1588 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1589 and class layout support.
1590
af890c52
DJ
15912001-12-07 Daniel Jacobowitz <drow@mvista.com>
1592
1593 * gdb.c++/classes.exp: Add test for static member function.
1594 * gdb.c++/misc.cc: Add class with static member function.
1595
7a345fb3
JB
15962001-12-07 Jim Blandy <jimb@redhat.com>
1597
f2e54a80 1598 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1599 those tests as `unsupported'.
1600 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1601 Rewrite subsequent tests to use it.
1602
1603 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
1604 those tests as `unsupported'.
1605 * gdb.base/structs.exp (call_struct_func): New function.
1606 (do_function_calls): Use call_struct_func to call the functions
1607 returning structs.
1608
0bc69509
JB
1609 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1610 whether functions are prototyped or not, so we can't possibly pass
1611 arguments to t_float_values2 properly.
1612
7a345fb3
JB
1613 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1614 value of `timeout' for targets other than the mips*tx39-*.
1615
edb6ede1
MS
16162001-12-06 Michael Snyder <msnyder@redhat.com>
1617
1618 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1619 and detect whether the start symbol has a leading underscore.
1620
2d842f13
JB
16212001-12-04 Jim Blandy <jimb@redhat.com>
1622
1623 * gdb.base/completion.exp: Clarify indentation.
1624
68550daf
JB
16252001-12-03 Jim Blandy <jimb@redhat.com>
1626
1627 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1628 variables on the S/390, not `.word'.
1629
cd5195a8
JB
16302001-11-30 Jim Blandy <jimb@redhat.com>
1631
1632 Add assembly-source tests for s390-ibm-linux.
1633 * gdb.asm/s390.inc: New file.
1634 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1635 the S/390 architecture.
1636 * gdb.asm/configure: Regenerated.
1637
ca9efc90
MS
16382001-11-30 Michael Snyder <msnyder@redhat.com>
1639
1640 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1641 next, info source, info sources, info line, global and static
1642 variables, and static functions.
1643 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1644 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1645 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1646 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1647 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1648 (gdbasm_leave): Restore frame pointer.
1649 (gdbasm_startup): Copy stack set-up from crt0.S.
1650
d0e66976
FN
16512001-11-26 Fernando Nasser <fnasser@redhat.com>
1652
1653 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1654 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1655 to a local (non-static) variable. Copy tstruct.a to a static buffer
1656 and return a pointer to that buffer.
1657 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1658
e2334072
MK
16592001-11-24 Mark Kettenis <kettenis@gnu.org>
1660
1661 * gdb.asm/configure.in: Fix recognition of ix86 target.
1662 * gdb.asm/configure: Regenerate.
1663
756caa3d
MS
16642001-11-21 Michael Snyder <msnyder@redhat.com>
1665
1666 * gdb.asm/sparc.inc: New file.
1667 * gdb.asm/asm-source.exp: Recognize sparc target.
1668 * gdb.asm/configure.in: Recognize sparc target.
1669 * gdb.asm/configure: Regenerate.
1670
9a4d72d5
MS
16712001-11-21 Michael Snyder <msnyder@redhat.com>
1672
1673 * gdb.asm/m32r.inc: New file.
1674 * gdb.asm/asm-source.exp: Recognize m32r target.
1675 * gdb.asm/configure.in: Recognize m32r target.
1676 * gdb.asm/configure: Regenerate.
1677
a773d1cd
MS
16782001-11-20 Michael Snyder <msnyder@redhat.com>
1679
017ac23d
MS
1680 * gdb.asm/i386.inc: New file.
1681 * gdb.asm/asm-source.exp: Recognize ix86 target.
1682 * gdb.asm/configure.in: Recognize ix86 target.
1683 * gdb.asm/configure: Regenerate.
1684
a773d1cd
MS
1685 * gdb.c++/namespace.exp: Fix quotes in output messages.
1686
bb632afb
MS
16872001-11-14 Michael Snyder <msnyder@redhat.com>
1688
25d559ca 1689 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
1690 qualifier in a type cast expression, to designate an address
1691 in the instruction space (Harvard architecture).
1692
4749e309
MS
16932001-11-13 Michael Snyder <msnyder@redhat.com>
1694
1695 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1696 Tests for expressions using 'const' and 'volatile'.
1697
25050984
CV
16982001-11-13 Corinna Vinschen <vinschen@redhat.com>
1699
1700 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1701
1902c51f
DJ
17022001-11-12 Daniel Jacobowitz <drow@mvista.com>
1703
1704 * lib/mi-support.exp (mi_run_to_helper): Move comments
1705 outside of gdb_expect.
1706
dcf95b47
DJ
17072001-11-11 Daniel Jacobowitz <drow@mvista.com>
1708
1709 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1710 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1711 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1712 mi0_run_to): New functions.
1713 * gdb.mi/mi-simplerun.exp: Use them.
1714 * gdb.mi/mi0-simplerun.exp: Likewise.
1715 * gdb.mi/mi-var-cmd.exp: Likewise.
1716 * gdb.mi/mi0-var-cmd.exp: Likewise.
1717
45b074e1
AC
17182001-11-10 Andrew Cagney <ac131313@redhat.com>
1719
1720 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1721 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1722
bf50d346
AC
17232001-11-09 Andrew Cagney <ac131313@redhat.com>
1724
1725 * gdb.base/restore.exp: Include $expected value in restored test
1726 message.
1727
9383332c
AC
17282001-11-09 Andrew Cagney <ac131313@redhat.com>
1729
1730 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1731 implemented.
1732
db62520a
MS
17332001-11-08 Michael Snyder <msnyder@redhat.com>
1734
1735 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1736 Add pass/fail message for stop at breakpoint in call dummy function.
1737
b5703437
MS
17382001-11-07 Michael Snyder <msnyder@redhat.com>
1739
760f6330
MS
1740 * gdb.c++/templates.exp (test_template_breakpoints):
1741 If we get an overload menu, but it does not match what
1742 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
1743 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1744 making the whitespace optional. Argument for "new" may be
1745 "unsigned" as well as "unsigned int/long".
eef747c0
MS
1746 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1747 making the whitespace optional. Also replace "(void) with
1748 "((void|)), making the keyword "void" optional.
63f50499
MS
1749 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1750 making the whitespace optional. Also replace "(void) with
1751 "((void|)), making the keyword "void" optional.
3bf40917
MS
1752 * gdb.base/callfuncs.c (t_float_values): This function must
1753 _not_ be prototyped, and the following function (t_float_values2)
1754 must be prototyped (if the compiler supports it), so that GDB
1755 can be tested against both cases. Usually one case involves
1756 promotion of float to double, while the other does not.
1757 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
1758 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1759 includes a stack frame for "start".
1760
c8ab4e6d
JB
17612001-11-05 Jim Blandy <jimb@redhat.com>
1762
1763 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1764 pointers are 32 bits long, and that offsets of relocs are always
1765 stored in the data (REL-style), and not in the reloc entry itself
1766 (RELA-style).
1767 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1768 stabs.
1769
3f08ced9
MS
17702001-11-01 Michael Snyder <msnyder@redhat.com>
1771
1772 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1773 and regular expression operators by using quoting.
1774
cbfa24cd
MS
17752001-10-31 Michael Snyder <msnyder@redhat.com>
1776
1777 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1778 depending on what the symbol table contains.
1779 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1780 the output of the ptype command. Similarly, accept both "const &"
1781 and "const&".
1782
aaa68313
CV
17832001-10-31 Corinna Vinschen <vinschen@redhat.com>
1784
1785 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1786 symbol `STORAGE' to allow to choose the storage class of
1787 the local datastructures.
1788 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1789 compiler directive.
1790
91740388
MS
17912001-10-30 Michael Snyder <msnyder@redhat.com>
1792
1793 * gdb.base/jump.exp: Allow it to run for all targets.
1794
1b7c05e7
CV
17952001-10-29 Corinna Vinschen <vinschen@redhat.com>
1796
1797 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1798 with new double_array size.
1799 (main): Change storage class of all local variables to static.
1800 Reduce size of double_array to 9.
1801 * gdb.base/call-ar-st.exp: Increase timeout value.
1802 Change expected output for double array to match new size in
1803 call-ar-st.c.
1804
36a22261
CV
18052001-10-29 Corinna Vinschen <vinschen@redhat.com>
1806
1807 * gdb.base/ending-run.exp: Create identical output when passing
1808 `step to end of run' case. Add regular expression branch satisfying
1809 Stormy16 target.
1810
92b8ae91
MK
18112001-10-28 Mark Kettenis <kettenis@gnu.org>
1812
1813 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1814 that we catch the expected failure under Linux/x86.
1815
cb135b83
OF
18162001-10-29 Orjan Friberg <orjanf@axis.com>
1817
1818 * gdb.base/setvar.exp: Escape curly braces.
1819 * gdb.stabs/weird.exp: Ditto.
1820
6884aa54
DJ
18212001-10-27 Daniel Jacobowitz <drow@mvista.com>
1822
1823 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1824 * gdm.mi/mi0-hack-cli.exp: Likewise.
1825
0398c9aa
AC
18262001-10-25 Andrew Cagney <ac131313@redhat.com>
1827
1828 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1829 messages.
1830
d20bf2e8
AC
18312001-10-21 Andrew Cagney <ac131313@redhat.com>
1832
1833 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1834 checking MI enabled.
1835
03dd63aa
CV
18362001-10-09 Corinna Vinschen <vinschen@redhat.com>
1837
1838 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1839
1d9d99f3
FCE
18402001-10-04 Frank Ch. Eigler <fche@redhat.com>
1841
1842 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1843 if gdb child process crashes, just signal an error.
1844
838ae6c4
JB
18452001-10-02 Jim Blandy <jimb@redhat.com>
1846
1847 * lib/gdb.exp (test_xfail_format): Simplify.
1848
1849 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1850 front of the variable name `format'. Simplify `if'.
1851
8f0cbc1c
DJ
18522001-10-01 Daniel Jacobowitz <drow@mvista.com>
1853
1854 * gdb.threads/pthreads.exp: Wait for output and delay
1855 before sending ^C.
1856
1f08dafd
DJ
18572001-10-01 Daniel Jacobowitz <drow@mvista.com>
1858
1859 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1860 some incorrect output instead of timing out.
1861 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1862
674f90ff
CV
18632001-09-28 Corinna Vinschen <vinschen@redhat.com>
1864
1865 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1866 check to allow additional `int'.
1867
9b284272
DJ
18682001-09-27 Daniel Jacobowitz <drow@mvista.com>
1869
1870 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1871 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1872
b55a4771
MS
18732001-09-27 Michael Snyder <msnyder@redhat.com>
1874
1875 * lib/gdb.exp (test_debug_format): New proc.
1876 (setup_xfail_format): Use new proc test_debug_format.
1877 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1878 proc; use new service proc test_debug_format.
1879 Replace all other "gcc_compiled" tests with this test.
1880 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1881 proc; use new service proc test_debug_format.
1882 Replace all other "gcc_compiled" tests with this test.
1883
18842001-09-27 Michael Snyder <msnyder@redhat.com>
1885
1886 * gdb.base/cvexpr.exp: New file.
1887 * gdb.base/cvexpr.c: New file
1888 Test for expressions using const and volatile keywords.
1889
4e6667ac
CV
18902001-09-26 Corinna Vinschen <vinschen@redhat.com>
1891
1892 * gdb.base/constvars.exp: Check for different orders of keywords
1893 and additional "int" strings in output.
1894
4f337972
AC
18952001-09-22 Andrew Cagney <ac131313@redhat.com>
1896
1897 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1898 responses from "help maint".
1899
2015650d
FCE
19002001-09-19 Frank Ch. Eigler <fche@redhat.com>
1901
1902 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1903 to localhost:NNN instead of :NNN, in case Xvfb is listening
1904 only on TCP.
1905
f3bcedc1
CV
19062001-09-19 Corinna Vinschen <vinschen@redhat.com>
1907
1908 * gdb.base/recurse.exp: When checking leaving the watchpoint
1909 scope, recognize when gdb is in function's epilogue and pass.
1910
6b819c92
KS
19112001-09-18 Keith Seitz <keiths@redhat.com>
1912
1913 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1914 support for running tests against sid targets.
1915 (gdbtk_done): Ditto.
1916
a10c9419
CV
19172001-09-18 Corinna Vinschen <vinschen@redhat.com>
1918
1919 * gdb.base/ending-run.c (main): Set stdout buffersize
1920 to the same reasonable value for any target.
1921 * gdb.base/ending-run.exp: Add a regular expression
1922 to make testsuite happy on Sanyo Stormy16 target.
1923
739d0d99
CV
19242001-09-17 Corinna Vinschen <vinschen@redhat.com>
1925
1926 * gdb.base/display.c (do_loops): Add float variable `f'.
1927 Increment f in loop.
1928 * gdb.base/display.exp: Increment timeout by 60 seconds.
1929 Change float display test to use variable `f'.
1930
1b8947f0
JB
19312001-09-17 Jim Blandy <jimb@redhat.com>
1932
1933 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1934 overflowing the limited breakpoint tables on some ROM monitors
1935 (like the ROM68K).
1936
9890ac81
FCE
19372001-09-15 Frank Ch. Eigler <fche@redhat.com>
1938
1939 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
1940 the "-ac" (disable access control) flag.
1941
6db765ea
JH
19422001-08-30 Jeff Holcomb <jeffh@redhat.com>
1943
1944 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
1945 ints.
1946
4c32cc04
KS
19472001-08-30 Keith Seitz <keiths@redhat.com>
1948
1949 * lib/gdb.exp: Move all insight-related functionality into
1950 separate file.
1951 * lib/insight-support.exp: New file.
1952
8d6e6f81
FCE
19532001-08-29 Frank Ch. Eigler <fche@redhat.com>
1954
1955 * config/sid.exp (sid_start): Never set sid verbosity; disable
1956 expect_background {} that consumed its stdout; tolerate </dev/null.
1957 Attempt to set endianness override in "sid" protocol mode. Cleanup.
1958
6a90e1d0
AC
19592001-08-18 Andrew Cagney <ac131313@redhat.com>
1960
1961 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
1962 CLI jump command to start it.
1963 (mi_run_to_main): Fail immediatly when unexpected output.
1964
1759b3c3
AC
19652001-08-18 Andrew Cagney <ac131313@redhat.com>
1966
1967 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
1968 beginning of function. Fix PR gdb/191.
1969
61d11d80
FCE
19702001-08-16 Frank Ch. Eigler <fche@redhat.com>
1971
1972 * config/sid.exp (sid_start): Don't warn if we cannot figure out
1973 what to force sid endianness to.
1974
942a4df2
KS
19752001-08-15 Keith Seitz <keiths@redhat.com>
1976
1977 * lib/gdb.exp (gdbtk_start): Don't set environment
1978 variables for TCL_LIBRARY and friends. Insight will
1979 now figure these out for itself.
1980
0521c418
MS
19812001-08-02 Michael Snyder <msnyder@redhat.com>
1982
1983 * gdb.base/completion.exp: Remove the symbol "a64l" from
1984 the expect string; this is target-specific, and not related
1985 to what is being tested.
1986
74a9a58a
DB
19872001-08-02 Dave Brolley <brolley@redhat.com>
1988
1989 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
1990
c70819fa
MS
19912001-07-25 Michael Snyder <msnyder@redhat.com>
1992
c2b8fa57
MS
1993 * gdb.base/consecutive.exp: New file. Test stepping over
1994 breakpoints on consecutive instructions.
1995 * gdb.base/consecutive.c: New file.
1996
c70819fa
MS
1997 * gdb.base/call-rt-st.exp: Use double-backslash to quote
1998 curly braces in regular expressions.
1999
2b1a1355
MS
20002001-07-25 Michael Snyder <msnyder@redhat.com>
2001
2002 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2003 legitimate output from stepping out of main.
2004
413eca6f
KS
20052001-07-22 Keith Seitz <keiths@redhat.com>
2006
2007 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2008 the empty string, do not run the tests.
2009
7e5a9322
SC
20102001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2011
2012 * gdb.base/long_long.exp: Detect size of pointer. Take into
2013 account 2-byte pointers when testing for p/a results.
2014
de58f10f
SC
20152001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2016
2017 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2018 and defined to 1K for m68hc11.
2019 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2020 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2021 (sizeof_random_data): New variable to tell the size of the data table;
2022 don't test past this size; always run to main.
2023
d6f5fea1
SC
20242001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2025
2026 * gdb.base/return2.exp: return of long long and double fails for
2027 68HC11; don't execute these tests on that platform.
2028 * gdb.base/return.exp: Return of a double fails for 68hc11.
2029
c477543d
SC
20302001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2031
2032 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2033 tests that print a float.
2034 * call-rt-st.exp: Likewise.
2035
63cf1c79
MK
20362001-07-12 Mark Kettenis <kettenis@gnu.org>
2037
2038 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2039 running this test on Linux.
2040
112f9ab5
MC
20412001-06-24 Michael Chastain <chastain@redhat.com>
2042
2043 * gdb.base/arithmet.exp: Remove some tests to make all test names
2044 unique.
2045
4970cb0f
MS
20462001-07-03 Michael Snyder <msnyder@redhat.com>
2047
2048 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2049 the output of the ptype command.
2050
d85da69f
MS
20512001-07-02 Michael Snyder <msnyder@redhat.com>
2052
4c8a82de
MS
2053 * gdb.base/completion.exp: Don't assume that break.c is the only
2054 source file that may contain functions named "marker".
d85da69f
MS
2055 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2056
8afc772b
AC
20572001-06-28 Andrew Cagney <ac131313@redhat.com>
2058
2059 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2060 of files to delete.
2061
2062 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2063 * gdb.disasm/h8300s.exp: New file.
2064 gdb.disasm/h8300s.s: Likewise.
2065
cff22675
AC
20662001-06-27 Andrew Cagney <ac131313@redhat.com>
2067
2068 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2069 empty breakpoint tables.
2070
68c81b54
AC
20712001-06-25 Andrew Cagney <ac131313@redhat.com>
2072
2073 * lib/mi-support.exp: Update args=... part of stop-reason
2074 patterns. Accept either a list or a tuple.
2075
2dd62704
AC
20762001-06-23 Andrew Cagney <ac131313@redhat.com>
2077
2078 * lib/mi-support.exp: Remove local emacs variable defining
2079 change-log-default-name.
2080
b4127474
MC
20812001-06-22 Michael Chastain <chastain@redhat.com>
2082
2083 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2084 This is operationally compatible with the previous version.
2085
8dbfb380
JB
20862001-06-13 Jim Blandy <jimb@redhat.com>
2087
2088 * lib/gdb.exp (gdb_test): Doc fix.
2089
f2d8c86d
MC
20902001-06-10 Michael Chastain <chastain@redhat.com>
2091
2092 * gdb.base/exprs.exp: Remove a duplicate test.
2093
81564d34
JB
20942001-06-06 Jim Blandy <jimb@redhat.com>
2095
2096 * gdb.base/return2.exp (main): Use values to test float and double
2097 returns that are not NaN's, to avoid being confused by IEEE
2098 comparison rules.
2099
da55addb
MS
21002001-06-04 Michael Snyder <msnyder@redhat.com>
2101
2102 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2103 non-zero if control_c fails. Terminate the test on failure,
2104 rather than wait for 12 more tests to time out.
2105
42c65987
JB
21062001-06-06 Jim Blandy <jimb@redhat.com>
2107
b18bced9
JB
2108 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2109 Don't forget to match the GDB prompt.
2110
42c65987
JB
2111 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2112
5b41e5f0
JB
21132001-06-04 Jim Blandy <jimb@redhat.com>
2114
2115 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2116 command.
2117
015e046f
KB
21182001-05-31 Kevin Buettner <kevinb@redhat.com>
2119
2120 * gdb.base/annota1.exp (info break): Match four or more spaces
2121 after "Address".
2122
fb1ffbbe
MC
21232001-05-31 Michael Chastain <chastain@redhat.com>
2124
2125 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2126 (dm_type_int_star): Likewise.
2127 (dm_type_long_star): Likewise.
2128 (dm_type_void_star): Likewise.
2129
5ea2a32c
KB
21302001-05-29 Kevin Buettner <kevinb@redhat.com>
2131
2132 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2133 to a known value in order to get consistent results regardless
2134 of the setting of INPUTRC or the presence or contents of .inputrc.
2135
ae23c492
MS
21362001-05-24 Michael Snyder <msnyder@redhat.com>
2137
ac55707e
MS
2138 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2139 Don't require that the main thread and the manager thread are the
2140 first in the list.
2141
ae23c492
MS
2142 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2143 debugging. If test fails, issue an "unsupported" not a "fail".
2144
400071f1
JB
21452001-05-24 Jim Blandy <jimb@redhat.com>
2146
2147 Don't assume that short is shorter than int.
2148 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2149 assume that shorts are smaller than ints. On a 16-bit machine,
2150 this isn't true.
2151 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2152 an int, is not equal to ~0 stored in an unsigned char. This tests
2153 the same thing that the previous test meant to, but works on
2154 16-bit machines, too.
2155 ("print unsigned char != (~0)"): Same test, complemented.
2156
0816a3e5
MS
21572001-05-24 Michael Snyder <msnyder@redhat.com>
2158
2159 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2160 test for (full_coverage == 0). This makes the test run faster,
2161 and prevents dejagnu getting out of step.
2162
f6dc23a9
KB
21632001-05-23 Kevin Buettner <kevinb@redhat.com>
2164
2165 * gdb.base/finish.exp (finish_void): Revise pattern for
2166 stopping on the call statement to not permit stopping at
2167 the start of the instructions comprising the call sequence.
2168
7dbd117d
MC
21692001-05-19 Michael Chastain <chastain@redhat.com>
2170
2171 * gdb.base/callfuncs.exp: Make all test names unique.
2172 * gdb.base/commands.exp: Make all test names unique.
2173 * gdb.base/condbreak.exp: Make all test names unique.
2174 * gdb.base/dbx.exp: Make all test names unique.
2175 * gdb.base/default.exp: Make all test names unique.
2176 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2177 and TIMEOUT messages to their corresponding PASS message.
2178 * gdb.base/ending-run.exp: Make all test names unique.
2179 * gdb.base/long_long.exp: Remove duplicate test.
2180
6b0b0a9e
KB
21812001-05-21 Kevin Buettner <kevinb@redhat.com>
2182
2183 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2184 stop on the call statement as well as the statement after the
2185 call.
2186
2caa35cb
MS
21872001-05-21 Michael Snyder <msnyder@redhat.com>
2188
2189 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2190
40713331
EZ
21912001-05-10 Elena Zannoni <ezannoni@redhat.com>
2192
2193 * gdb.base/completion.exp: Revamp test. Make it execute on all
2194 platforms.
2195
c2c1be8d
EZ
21962001-05-10 Elena Zannoni <ezannoni@redhat.com>
2197
2c9cd303
EZ
2198 * config/gdbserver.exp (gdb_load): Handle the case
2199 in which the arguments to gdbserver are given in the
2200 baseboard configuration file.
2201 Also handle the case in which the server needs to do a
2202 load.
2203
9671de48
KS
22042001-05-07 Keith Seitz <keiths@cygnus.com>
2205
2206 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2207 set up the display for testing.
2208 (gdbtk_start): Convert all paths to paths that tcl will like.
2209 Export target information to environment.
2210 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2211 necessary.
2212 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2213 (to_tcl_path): New proc to convert a given pathname into
2214 a path acceptible as an argument to a tcl command.
2215 (_gdbtk_export_target_info): New proc to export target info
2216 into the environment for gdbtk testing.
2217 (gdbtk_done): New proc to signal end-of-test.
2218
5a360f47
JB
22192001-05-06 Jim Blandy <jimb@redhat.com>
2220
2221 * restore.c: Make the code of caller0 correspond to its comment.
2222
66c756c6
MS
22232001-05-03 Michael Snyder <msnyder@redhat.com>
2224
2225 * config/sid.exp (gdb_target_sid): Check for error messages.
2226 On error or timeout, don't make expect exit (which will terminate
2227 all subsequent tests); instead just make gdb exit.
2228 (gdb_load): Check for error messages. On error or timeout,
2229 return a negative value.
2230
a966fde5
JB
22312001-04-24 Jim Blandy <jimb@redhat.com>
2232
851c18e0
JB
2233 * gdb.c++/templates.exp: If we see the prompt for the overload
2234 list, but we haven't recognized any of the longer patterns,
2235 arrange for this test to fail, not hang.
2236
a966fde5
JB
2237 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2238 variations.
2239
db144853
MC
22402001-04-22 Michael Chastain <chastain@redhat.com>
2241
2242 * gdb.c++/local.exp: Use the 'runto' library function.
2243 * gdb.c++/namespace.exp: Likewise.
2244 * gdb.c++/overload.exp: Likewise.
2245
3207ec21
KB
22462001-03-26 Kevin Buettner <kevinb@redhat.com>
2247
2248 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2249 * gdb.base/step-line.exp: New file. Test step/next in presence of
2250 #line directives.
2251 * gdb.base/step-line.c: New file. Test program for the above.
2252 * gdb.base/step-line.inp: New file. We pretend that this file has
2253 been transformed by some other tool into step-line.c.
2254
13b57657
JB
22552001-03-21 Jim Blandy <jimb@redhat.com>
2256
2257 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2258 unmangled operator names.
2259
754cbe1c
JB
22602001-03-20 Jim Blandy <jimb@redhat.com>
2261
2262 * gdb.threads/linux-dp.exp: Recognize an additional message
2263 generated by GDB when it doesn't understand how to debug threads
2264 on the target system.
2265
177495c9
AC
22662001-03-19 Andrew Cagney <ac131313@redhat.com>
2267
2268 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2269
f266096b
MC
22702001-03-12 Michael Chastain <chastain@redhat.com>
2271
2272 * gdb.c++/derivation.exp: Use the 'runto' library function.
2273
cac3c2ff
MC
22742001-03-12 Michael Chastain <chastain@redhat.com>
2275
2276 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2277
b6c11a24
MC
22782001-02-24 Michael Chastain <chastain@redhat.com>
2279
2280 * gdb.c++/ref-types.exp: Change handwritten code to library
2281 function 'runto'.
2282
6bae5bce
OF
22832001-03-16 Orjan Friberg <orjanf@axis.com>
2284
2285 * gdb.base/signals.exp: Set count to 0 explicitly.
2286
0015fd9a
MS
22872001-03-15 Mark Salter <msalter@redhat.com>
2288
2289 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2290 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
2291 (gdb_load): Add support for additional target_info: gdb_download_size
2292 and gdb_load_timeout.
0015fd9a 2293
fc33412a
DT
2294Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2295
2296 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2297 file -- to prevent failing when the compile fails but we have no
2298 intention of running the tests anyway.
2299
2300 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2301 tests if set.
2302
2303 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2304 integers.
2305
2306 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2307 * gdb.c++/namespace.exp: Ditto.
2308
115f06de
OF
23092001-03-07 Orjan Friberg <orjanf@axis.com>
2310
2311 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2312 * gdb.base/pointers.exp: Relax pattern match of decimals.
2313
b6ba6518
KB
23142001-03-06 Kevin Buettner <kevinb@redhat.com>
2315
2316 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2317 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2318 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2319 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2320 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2321 config/sh.exp, config/sid.exp, config/slite.exp,
2322 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2323 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2324 config/vxworks.exp, config/vxworks29k.exp,
2325 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2326 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2327 gdb.base/arithmet.exp, gdb.base/assign.exp,
2328 gdb.base/async.exp, gdb.base/attach.exp,
2329 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2330 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2331 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2332 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2333 gdb.base/commands.exp, gdb.base/completion.exp,
2334 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2335 gdb.base/constvars.exp, gdb.base/corefile.exp,
2336 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2337 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2338 gdb.base/ending-run.exp, gdb.base/environ.exp,
2339 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2340 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2341 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2342 gdb.base/funcargs.exp, gdb.base/help.exp,
2343 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2344 gdb.base/logical.exp, gdb.base/long_long.exp,
2345 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2346 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2347 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2348 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2349 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2350 gdb.base/regs.exp, gdb.base/relational.exp,
2351 gdb.base/remote.exp, gdb.base/reread.exp,
2352 gdb.base/restore.exp, gdb.base/return2.exp,
2353 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2354 gdb.base/selftest.exp, gdb.base/setshow.exp,
2355 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2356 gdb.base/sigall.exp, gdb.base/signals.exp,
2357 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2358 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2359 gdb.base/step-test.exp, gdb.base/structs.c,
2360 gdb.base/structs.exp, gdb.base/structs2.exp,
2361 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2362 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2363 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2364 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2365 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2366 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2367 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2368 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2369 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2370 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2371 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2372 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2373 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2374 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2375 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2376 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2377 gdb.trace/circ.exp, gdb.trace/collection.exp,
2378 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2379 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2380 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2381 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2382 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2383 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2384 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2385 notices.
2386
dc96c6c7 23872001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
2388
2389 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2390 first arg is int not float.
2391
dc96c6c7 23922001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
2393
2394 * gdb.base/reread.exp: Unsupported for non-native targets;
2395 doesn't work for remote debugging.
2396
9b0c4aeb
FN
23972001-02-19 Fernando Nasser <fnasser@redhat.com>
2398
2399 From Drew Moseley <dmoseley@redhat.com>
2400 * gdb.base/ending-run.exp: Properly handle the BSP state when
2401 stepping past the end of main.
2402
02aa71d5
MC
24032001-02-19 John Moore <jmoore@redhat.com>
2404
2405 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2406 Converted HPUX fix for non-expected items following multiple
2407 step commands into general solution for all platforms.
2408
1fa449a4
MC
24092001-02-18 Michael Chastain <chastain@redhat.com>
2410
2411 * gdb.c++/classes.exp (do_tests): Change runto statements
2412 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2413 statements demangler agnostic.
2414 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2415 (gdb_virtfunc_restart): Likewise.
2416
b2f9ec70
MC
24172001-02-14 Michael Chastain <chastain@redhat.com>
2418
2419 * gdb.c++/inherit.exp (do_tests): Change runto statements
2420 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2421 statements demangler agnostic.
2422
cf74b8ca
AC
2423Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2424
2425 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2426 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2427 before calling common_routine 15 times'' tests.
2428
99f78f56
MC
24292001-02-11 Michael Chastain <chastain@redhat.com>
2430
2431 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2432 Helps the test script figure out which demangler is in use.
2433 (dm_type_foo_ref): Ditto.
2434 (dm_type_int_star): Ditto.
2435 (dm_type_long_star): Ditto.
2436 (dm_type_unsigned_int): Ditto.
2437 (dm_type_void): Ditto.
2438 (dm_type_void_star): Ditto.
99707966 2439 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2440 Probe the gdb demangler and set variables to accommodate
2441 formatting differences.
2442 (info_func_regexp): New function. Same as info_func, but
2443 matches against a regexp.
2444 (info_func): Match against a literal string.
2445 (print_addr_2): New function. Match against a literal string,
2446 which can be different from the input to gdb.
2447 (print_addr): Simply call print_addr_2 with the same argument twice.
2448 (test_lookup_operator_functions): Use demangler formatting variables.
2449 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2450 the tests in the same order as the C++ class declaration.
2451 (test_paddr_operator_functions): Ditto.
2452 (test_paddr_overloaded_functions): Ditto.
2453 (test_paddr_hairy_functions): Use demangler formatting variables.
2454 Add reference to gdb/19 for related tests.
2455 (do_tests): Call probe_demangler.
2456
1de8f023
KB
24572001-01-30 Kevin Buettner <kevinb@redhat.com>
2458
2459 * gdb.c++/templates.cc (printf): Remove unused function definition.
2460
ca3f91ed
MS
24612001-01-26 Felix Lee <flee@redhat.com>
2462
2463 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2464
24652001-01-25 matthew green <mrg@redhat.com>
2466
2467 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2468 up sid.
2469 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2470
24712001-01-25 matthew green <mrg@redhat.com>
2472
2473 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2474 Deprecate $sid_spawn_id.
2475 (sid_exit): Remove code necessary only for `spawn.'
2476
24772001-01-25 matthew green <mrg@redhat.com>
2478
2479 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2480
fb18ec4a
MC
24812001-01-28 Michael Chastain <chastain@redhat.com>
2482
2483 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2484 to call when tests fail. It takes gdb out of the overloaded
2485 function choice menu back to the main prompt, so that the test
2486 program stays synchronized.
2487 (set_bp_overloaded): New proc to collect all the common
2488 code for setting a breakpoint on an overloaded name. Calls
2489 take_gdb_out_of_choice_menu when needed.
2490 (menu_overload1arg): New variable to collect the repeated
2491 instances of the expected menu for an overloaded name. Change
2492 the regular expression to handle changes in g++ type encoding:
2493 "void" can be either "void" or "", and "unsigned int" can be
2494 either "unsigned int" or "unsigned".
2495 (continue_to_bp_overloaded): Change regular expressions to handle
2496 changes in g++ type encoding.
2497 (no proc): Call take_gdb_out_of_choice_menu when needed.
2498 Remove redundant calls to "info break". Accept either "canceled"
2499 or "cancelled". Change regular expressions in "info break"
2500 calls to handle changes in g++ type encoding. Give all tests
2501 unique strings.
2502
9c646a6e
BE
25032001-01-17 Ben Elliston <bje@redhat.com>
2504
2505 * config/sid.exp: New file.
2506
9549d9c1
AC
2507Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2508
2509 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2510
dc96c6c7 25112000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2512
2513 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2514 Add a RE to accept a non-ascii char if one is ever presented.
2515
b4df4f68
FN
25162000-12-20 Fernando Nasser <fnasser@redhat.com>
2517
297dd0fd 2518 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2519
dc96c6c7 25202000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2521
2522 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2523 in regexp. One '\' does not suffice on Linux.
2524
4a7bddb6
MC
25252000-12-09 Michael Chastain <chastain@redhat.com>
2526
2527 * gdb.base/break.exp (test_clear_command): Use a marker function
2528 rather than 'main' for the test function. Also move this
2529 test to an execution point where the marker function names are
2530 guaranteed to be bound to functions. (Executing tests after a
2531 'finish' from main runs into name conflicts with local names
2532 in __libc_start_main).
2533
dc96c6c7 25342000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2535
2536 * gdb.base/finish.exp: New test for gdb's "finish" command.
2537 * gdb.base/return2.exp: New test for gdb's "return" command.
2538 * gdb.base/return2.c: New source file for above.
2539
dc96c6c7 25402000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2541
2542 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2543 * gdb.base/miscexprs.exp: Ditto.
2544 * gdb.base/pointers.exp: Ditto.
2545 * gdb.c++/derivation.exp: Ditto.
2546 * gdb.c++/local.exp: Ditto.
2547 * gdb.c++/namespace.exp: Ditto.
2548 * gdb.c++/overload.exp: Ditto.
2549 * gdb.c++/ref-types.exp: Ditto.
2550
dc96c6c7 25512000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2552
2553 * gdb.base/constvars.exp: Test result of "up" command.
2554 * gdb.base/miscexprs.exp: Ditto.
2555 * gdb.base/pointers.exp: Ditto.
2556 * gdb.base/scope.exp: Ditto.
2557 * gdb.c++/derivation.exp: Ditto.
2558 * gdb.c++/local.exp: Ditto.
2559 * gdb.c++/namespace.exp: Ditto.
2560 * gdb.c++/overload.exp: Ditto.
2561 * gdb.c++/ref-types.exp: Ditto.
2562
44097287
FN
25632000-11-22 Michael Chastain <chastain@redhat.com>
2564
2565 * mips_pro.exp: Accept either "middle -> top -> main" or
2566 "middle -> main" in the backtrace, because gcc can optimize
2567 tail calls to jumps. Remove setup_xfail for the hppa case.
2568 Add a comment with the original warning messages from PR 3016,
2569 which was filed in 1993, to preserve them for posterity.
2570
9d2e1bab
ND
25712000-11-17 Nick Duffek <nsd@redhat.com>
2572
2573 * lib/gdb.exp (gdb_test): Override timeout with board info.
2574
1aca8eb7
ND
25752000-11-17 Nick Duffek <nsd@redhat.com>
2576
2577 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2578 the second kill and detach messages.
2579
93076499
ND
25802000-11-17 Nick Duffek <nsd@redhat.com>
2581
2582 * configure.in: Add AC_EXEEXT.
2583 * configure: Regenerate.
2584 * Makefile.in (just-check): Export EXEEXT.
2585 * lib/gdb.exp ($EXEEXT): Import from environment.
2586 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2587 expect "maint dump-me" on Cygwin.
2588 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2589 $EXEEXT.
2590
30e87cd3
ND
25912000-11-17 Nick Duffek <nsd@redhat.com>
2592
2593 * gdb.base/break.exp: Test backtrace and finish from called
2594 function on all platforms, not just HP-UX.
2595
dc96c6c7 25962000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2597
2598 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2599 code from gdb_target_monitor, so it can be used independantly
2600 for gdbserver. Also comment out an unnecessary PUTS.
2601
dc96c6c7 26022000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
2603
2604 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2605 * gdb.base/corefile.exp: Expect the message "Program is being
2606 debugged already" when we send the "corefile" command, since
2607 the preceeding gdb_load may have connected gdb to a remote target.
2608 * gdb.base/display.exp: Disable hardware watchpoints if new
2609 board info variable "no_hardware_watchpoints" is true.
2610 Replace single-letter commands with more readable ones.
2611 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2612 if new board info variable "no_hardware_watchpoints" is true.
2613 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2614 to see if stdio (printf) testing is possible.
2615 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2616 board info variable "no_hardware_watchpoints" is true. Use new
2617 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2618
39124dea
FN
26192000-11-13 Fernando Nasser <fnasser@redhat.com>
2620
2621 From Orjan Friberg <orjanf@axis.com>:
2622 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2623 in array print pattern match.
2624
a9e2e984
FN
26252000-11-09 Fernando Nasser <fnasser@redhat.com>
2626
2627 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2628 spelling "cancelled" to U.S. spelling "canceled" to match changes
2629 made to gdb.
2630 * gdb.c++/ovldbreak.exp: Ditto.
2631
c7db355b
PS
26322000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2633
2634 * gdb.base/callfuncs.c (main): Moved to end of file, call
2635 t_double_values to initialize the FPU before inferior calls are made.
2636 * gdb.base/callfuncs.exp: Test for register preservation after calling
2637 inferior functions. Add tests for continuining, finishing and
2638 returning from a stop in a call dummy.
2639
dc96c6c7 26402000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
2641
2642 * gdb.base/commands.exp: Break up long lines, and re-indent.
2643
dc96c6c7 26442000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
2645
2646 * config/gdbserver.exp: Rewritten from the ground up, to make it
2647 compatible with the current dejagnu tree, and to make it work with
2648 the new "gdbserver" in libremote.
2649
dc96c6c7 26502000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2651
2652 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2653 * gdb.base/varargs.exp: Skip entire test if no printf support.
2654 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2655 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2656
dc96c6c7 26572000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2658
2659 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2660 no floating point support.
2661 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2662 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2663 * gdb.base/call-rt-st.exp: Ditto.
2664 * gdb.base/call-strs.exp: Ditto.
2665
bac5fc66
JG
26662000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2667
2668 * gdb.base/sizeof.c: include <stdio.h>.
2669
2670 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2671 'finish', otherwise uncaptured gdb_prompt would potentially
2672 throw remaining test points out of sync.
2673
b22a6027
SB
26742000-07-26 Scott Bambrough <scottb@netwinder.org>
2675
2676 * gdb.base/recurse.exp: Run tests for all targets.
2677 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2678 gnu-oldld case on ARM.
2679 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2680 for ARM targets.
2681
d8231941
AG
2682Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2683
2684 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2685 * gdb.java/configure: Rebuild.
2686
8caabe69
AG
2687Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2688
2689 * gdb.java/jv-exp.exp: New file.
2690
9d273ca3
AG
2691Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2692
2693 * configure: Rebuilt.
2694 * configure.in (configdirs): Add gdb.java.
2695 * gdb.java/jmisc.java: New file.
2696 * gdb.java/jmisc.exp: New file.
2697 * gdb.java/Makefile.in: New file.
2698 * gdb.java/configure: Rebuilt.
2699 * gdb.java/configure.in: New file.
2700 * lib/java.exp: New file.
2701
4f823a66
AC
2702Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2703
2704 * gdb.base/exprs.exp: Test casts to a pointer including over and
2705 underflow.
2706
2391e11d
AC
2707Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2708
2709 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2710 and the compilers sizes.
2711
54602222
ND
27122000-07-09 Nick Duffek <nsd@redhat.com>
2713
2714 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2715 (use_methods): New function.
2716 (main): Call use_methods().
2717 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2718 (do_tests): Call test_method_param_class.
2719
2bec0572
ND
27202000-07-09 Nick Duffek <nsd@redhat.com>
2721
2722 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2723 spelling.
2724 (test_enums): New procedure. Move enum tests from end of script
2725 to here. Set breakpoint on function name instead of line number.
2726 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2727 (enums2): New marker function.
2728 (enums1): New function.
2729 (main): Call enums1(). Move enum tests to enums1().
2730
78492fde
AC
2731Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2732
2733 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2734 compile/link program. Update line numbers.
2735 * gdb.asm/d10v.inc: Define ``startup''.
2736 * gdb.asm/asmsrc1.s: Add definition of _start.
2737
49a2cef8
AC
2738Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2739
2740 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2741
3e6c8688
EZ
27422000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2743
2744 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2745 of 'help maint print' command.
2746
9ff5cbe9
AC
2747Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2748
2749 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2750 they use gdb_expect_list.
2751
17c579bd
AC
2752Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2753
2754 * gdb.base/commands.exp: Use ``set remote
2755 memory-read-packet-size'' instead of ``set endian big'' to test
2756 long commands.
2757
e6d71bf3
DB
27582000-06-03 Daniel Berlin <dan@cgsoftware.com>
2759
2760 * gdb.c++/templates.exp (do_tests): Make all of these work under
2761 g++, and stop skipping them.
2762
2763 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2764 work under g++.
2765
e5f9ba7b
MS
2766 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2767 initialization.
2768
dc96c6c7 27692000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
2770
2771 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2772 the regular expression: accept an (almost) arbitrary sequence of
2773 "frames-invalid" and "breakpoints-invalid" messages both before
2774 and after the "starting" message.
2775
dc96c6c7 27762000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
2777
2778 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 2779
dc96c6c7 27802000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
2781
2782 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2783 Relax the regular expression a little, make it pass on Solaris 8.
2784
8216cda9
KB
27852000-05-12 Kevin Buettner <kevinb@redhat.com>
2786
2787 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2788 a call, do not require that gdb stop on the line after the call.
2789 Instead, it is permissible for gdb to stop on the line of the
2790 call itself.
2791
1a570b2f
MS
27922000-05-12 Michael Snyder <msnyder@.cygnus.com>
2793
2794 * gdb.base/break.exp (bp on small function, optimized file):
2795 Add a second pass pattern. The behavior differs here between stabs
2796 and dwarf for one-line functions. Stabs preserves two line symbols
2797 (one before the prologue and one after) with the same line number,
2798 but dwarf regards these as duplicates and discards one of them.
2799 Therefore the address after the prologue (where the breakpoint is)
2800 has no exactly matching line symbol, and GDB reports the breakpoint
2801 as if it were in the middle of a line rather than at the beginning.
2802
dc96c6c7 28032000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
2804
2805 * gdb.base/interrupt.exp: Make "pass" message say "send"
2806 rather than "send_gdb" (for consistancy).
2807
7d418785
AC
2808Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2809
2810 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2811 * gdb.c++/templates.cc: Properly check for GCC version number.
2812 * lib/compiler.cc: Likewise
2813
dc96c6c7 28142000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
2815
2816 * gdb.base/break.exp: When compiled with -O2 optimization,
2817 gdb may not stop at the first line of main, due to code motion.
2818
dc96c6c7 28192000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
2820
2821 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2822 This test depends on parsing the printf output from the target.
2823 Since the sparclet stub doesn't do stdio, this will never work.
2824 * gdb.base/call-rt-st.exp: ditto.
2825 * gdb.base/call-strs: ditto.
2826
dc96c6c7 28272000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
2828
2829 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2830
2831 * gdb.base/ending-run.exp: After connecting to a remote target,
2832 but before running, the target will appear to be in a random
2833 location. Specify both a file and a line for breakpoints.
2834 Also, the function that calls main may be called 'init'
2835 rather than 'start'.
2836
a5a51225
EZ
28372000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2838
2839 * gdb.base/help.exp: Update output for add-symbol-file command.
2840
7930cc7c
FN
28412000-04-10 Fernando Nasser <fnasser@cygnus.com>
2842
2843 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2844 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2845
23e37ab1
C
28462000-04-07 J.T. Conklin <jtc@redback.com>
2847
e93c542c
C
2848 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2849
23e37ab1
C
2850 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2851
591b8fa3
PDM
2852Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2853
2854 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2855 values that can be represented exactly.
2856 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2857 above change, and to not check against the directory part of the source
2858 file name.
2859 (step into print_long_arg_list): Likewise.
2860 (print print_small_structs from print_long_arg_list): Likewise.
2861 (print print_long_arg_list): Likewise.
2862
7a495180
EZ
28632000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2864
30b53638 2865 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 2866
beb998c6
AC
2867Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2868
2869 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2870
1c689132
DB
28712000-03-25 Daniel Berlin <dan@cgsoftware.com>
2872
2873 * gdb.base/commands.exp (deprecated_command_test): Add test for
2874 deprecate with no arguments.
2875
c1790a9d
JL
28762000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2877
2878 * gdb.base/break.exp: Add new test for setting breakpoints on
2879 optimized code so we can test breakpoints work even when function
2880 prologues may be optimized away
2881
003ba290
FN
28822000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2883
2884 From David Whedon <dwhedon@gordian.com>
2885 * gdb.base/commands.exp : Added command deprecator tests.
2886
6837a0a2
DB
28872000-03-22 Daniel Berlin <dan@cgsoftware.com>
2888
2889 * gdb.base/help.exp: Added test for new apropos command.
2890
b9593231
KB
28912000-03-21 Kevin Buettner <kevinb@redhat.com>
2892
2893 * gdb.base/pointers.c (usevar): New function.
2894 (main): Make sure that global variables v_int_pointer2, rptr,
2895 and y are all referenced someplace in the program by calling
2896 usevar() on them. [Some linkers delete symbols which are
2897 never referenced. The space remains, but there's no way to
2898 get a (symbolic) handle on the variable from the debugger.]
2899
751a959b
EZ
29002000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2901
2902 * gdb.base/printcmds.c: Add typedeffed arrays.
2903
2904 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2905 procedure to test arrays that are typedef'd.
2906
73a93a32
JI
29072000-03-13 James Ingham <jingham@leda.cygnus.com>
2908
2909 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 2910 the library directories.
73a93a32 2911
fb40c209
AC
2912Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2913
2914 * configure.in (configdirs): Add sub directory gdb.mi.
2915 * configure: Re-generate.
2916
2917 * gdb.mi: New directory.
beb998c6 2918
ee4dd2c9
AC
29192000-02-25 Scott Bambrough <scottb@netwinder.org>
2920
2921 * gdb.base/long_long.exp: Correct test suite failure when printing
2922 a long long value as a double on ARM platforms.
2923
70f0cc22
JB
29242000-02-16 Jim Blandy <jimb@redhat.com>
2925
2926 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2927 default source file is set properly before running this test.
2928
853819b8
EZ
29292000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2930
2931 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2932 gdbtk/library directory, not in gdbtcl2.
2933
dfcd3bfb
JM
29342000-02-04 Jim Blandy <jimb@redhat.com>
2935
2936 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
2937 backslash from regexp pattern.
2938
2939 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
2940 procedure. Use it to run all the "continue to bp overloaded"
2941 tests. Note that this changes the names of the tests slightly.
2942 If the breakpoint hit message includes a hex PC value, because
2943 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
2944 from the real source code, still consider that a pass.
2945
2946 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
2947 XFAIL here if the breakpoint message contains a hex address. Note
2948 similar change on 1999-11-02.
2949
2950 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
2951
2952 * gdb.base/ptype.exp: Establish a default source file before
2953 calling get_debug_format.
2954
29552000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
2956
2957 * gdb.base/watchpoint.exp: Remove duplication of test messages.
2958
8b93c638
JM
29592000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2960
2961 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
2962 of successive stepi commands -- while in the prologue we should see
2963 the function entry bracket.
2964
29652000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2966
2967 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
2968 reach __change_mode() when stepping through the end of main().
2969
c5394b80
JM
29702000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
2971
2972 * gdb.base/default.exp: Fix expected pattern.
2973 * gdb.base/help.exp: Same.
2974
0d06e24b
JM
29752000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2976
2977 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
2978 Don't use xfail's because that affects only the following test.
beb998c6 2979
0d06e24b
JM
2980 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
2981 solaris or linux.
2982
2983 * gdb.base/selftest.exp: Update to reflect changes to main.c.
2984
dc96c6c7 29852000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 2986
beb998c6 2987 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
2988 "A syntax error" rather than "A parse error". Accept both.
2989
29902000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
2991
2992 * gdb.base/default.exp: Remove OS dependent string from "target
2993 remote" test.
2994 * gdb.base/help.exp: Same for "help target remote" test.
2995
c3f6f71d
JM
29962000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2997
2998 From Jim Kingdon <kingdon@redhat.com>:
2999
3000 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3001 prompt (cleanup rather than necessity, but still might keep output
3002 from spilling to next test).
3003
30042000-01-02 Fred Fish <fnf@cygnus.com>
3005
3006 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3007 AIX, which defines them in <sys/types.h>.
3008
ed9a39eb 30091999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 3010
ed9a39eb
JM
3011 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3012 float" test.
3013
30141999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 3015
ed9a39eb 3016 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
3017
3018 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3019 outermost frame disallowed".
3020
30211999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3022
3023 * gdb.base/setvar.exp: New tests for setting the value of a struct
3024 with a constant list.
3025
30261999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3027
3028 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3029 require the user to type a cast before setting the value of a struct.
3030
de57eccd
JM
30311999-12-06 Jim Blandy <jimb@cygnus.com>
3032
3033 * gdb.base/default.exp: Expect the new 'info float' command on
3034 all i386 platforms.
3035
3036 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3037 LinuxThreads libraries that don't support debugging.
3038
c2d11a7d
JM
3039Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3040
3041 * gdb.base/remote.c: Fill the buffer with truely random data.
3042 Change the buffer type to ``unsigned char'' to simplify size
3043 arithmetic.
3044
3045 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3046 stub only handles 400-1 byte packets. Verify that the download
3047 worked.
3048
30491999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3050
3051 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3052 tests, using UNRESOLVED for the untested cases. Also, does not wait
3053 for a timeout if the prompt was received before a recognizable pattern.
3054
30551999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3056
3057 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3058
30591999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3060
3061 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3062 watchpoints.
3063
30641999-11-24 Jason Merrill <jason@casey.cygnus.com>
3065
3066 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3067
3068 * gdb.c++/local.exp: Be more flexible in recognizing local class
3069 name mangling. Don't allow horribly truncated method names.
3070 * gdb.c++/derivation.exp: Expect protected inheritance.
3071 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3072 * gdb.c++/virtfunc.exp: Likewise.
3073 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3074 when printing a nested enum.
3075
30761999-11-22 Jim Blandy <jimb@cygnus.com>
3077
3078 * gdb.base/step-test.exp: Properly await GDB's response to setting
3079 a breakpoint on the call to large_struct_by_value.
3080
3081 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3082 just because we have debug info for the `start' function.
3083
30841999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3085
3086 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3087 "Unknown signal" messages, which indicate (on LinuxThreads) that
3088 GDB doesn't know how to debug threads on this system. This is
3089 better than hanging while philosopher 0 dumps chatter into gdb.log.
3090
30911999-11-18 Tom Tromey <tromey@cygnus.com>
3092
3093 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3094
30951999-11-18 Fred Fish <fnf@cygnus.com>
3096
3097 * gdb.base/coremaker2.c: Add sample program for generating
3098 cores that is more self contained than coremaker.c. Eventually
3099 I'll add more code to this and tie it into the testsuite.
3100
4ce44c66
JM
31011999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3102
3103 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3104
31051999-11-10 Jimmy Guo <guo@cup.hp.com>
3106
3107 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3108 from $srcdir/lib/.
3109 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3110 and gdb.c++/.
3111
3112 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3113
beb998c6 3114 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
3115 'continue with watch' test point.
3116
31171999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3118
3119 Merged from p2linux-990323-branch:
beb998c6 3120
4ce44c66
JM
3121 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3122
11cf8741
JM
3123Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3124
3125 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3126 {limit,fixed}''. Test ``set download-write-size''.
3127
3128Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3129
3130 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3131 gdb_expect_list.
3132
3133Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3134
3135 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3136
31371999-11-03 Mark Salter <msalter@cygnus.com>
3138
3139 * gdb.base/break.exp: Fix "stub continue" pattern.
3140
31411999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3142
3143 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3144
31451999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3146
3147 * gdb.base/display.exp ("finish"): Add timeout clause.
3148
3149 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3150 plain prompt clause, so this doesn't have to time out in order to
3151 fail.
3152
3153 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3154 breakpoint hit messages include an address.
3155
3156 * gdb.base/display.exp: Don't forget to escape parens in regular
3157 expressions. Unix regexp notatation sucks.
3158
31591999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3160
3161 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3162 order for 'signalled' message.
3163
5c44784c
JM
31641999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3165
3166 From Jimmy Guo <guo@cup.hp.com>:
3167 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3168 * gdb.base/annota1.c: Add code for tests to work with.
3169
31701999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3171
3172 * gdb.base/remote.exp: New test for remote downloading settings.
3173 * gdb.base/remote.c: New file with large .data.
3174
917317f4
JM
31751999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3176
3177 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3178 for LinuxThreads support, merged from the Code Fusion branch.
3179
3180Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3181
3182 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3183 containing exp_continue into a while within an expect. Don't
3184 attempt a start more than three times. Check return value from
3185 gdb_load.
beb998c6 3186
2df3850c
JM
3187Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3188
3189 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3190 a pass case.
3191
2acceee2
JM
31921999-10-01 Kevin Buettner <kevinb@cygnus.com>
3193
3194 * gdb.base/break.c (main): Added a statement that we can step
3195 off of.
3196 * gdb.base/break.exp: Added tests for setting a breakpoint
3197 at an offset and stepping onto a breakpoint.
3198
31991999-10-01 Fred Fish <fnf@cygnus.com>
3200
beb998c6 3201 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
3202 gdb output.
3203
c2c6d25f
JM
32041999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3205
3206 * gdb.base/break.exp: Code locations are in hex, don't forget!
3207 (For HP-UX.)
3208
32091999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3210
3211 * condbreak.exp: Use break.c as test program.
3212 * condbreak.c: Remove, redundant with break.c.
3213
32141999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3215
3216 * config/monitor.exp (gdb_target_monitor): Disable X- and
3217 Z-packets if the target needs it.
3218
32191999-09-13 James Ingham <jingham@leda.cygnus.com>
3220
3221 * gdb.c++/overload.exp: Added tests for listing overloaded
3222 functions with function pointers in the arg, explicitly calling
3223 out the version you want.
3224
cff3e48b
JM
32251999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3226
3227 * long_long.exp: Add variations of test cases that work for
3228 targets with 16-bit ints and 32-bit doubles.
3229
d4f3574e
SS
32301999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3231
3232 * break.c (main): Compare a possibly-uninitialized argc with an
3233 unlikely value that fits in 16 bits.
3234
32351999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3236
3237 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3238 0xfeeb, don't want negative numbers if ints are 16 bits.
3239
3240 * lib/gdb.exp (skip_cplus_tests): New proc.
3241 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3242 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3243 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3244 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3245 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3246 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3247 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3248 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3249
3250 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3251
3252Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3253
3254 * gdb.base/corefile.exp (up): Allow a parameter to appear
3255 in the frame that we're going up to.
3256
3257 From Jim Blandy <jimb@cygnus.com>:
3258
3259 * gdb.base/default.exp (info float): Expect some output now.
3260
3261 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3262 returning floating-point values to fail on the x86.
3263 * gdb.base/callfwmall.exp (do_function_calls): Same.
3264
3265 * gdb.base/list.exp (test_listsize): Correct expectations for
3266 listing line 1 with listsize 2. Also, listing a single line
3267 works now, as does listing three lines. [Kevin's note: There
3268 were a number of other cases fixed too where the expectations
3269 differed...]
3270
32711999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3272
3273 * gdb.base/selftest.exp: Add case for when version prints as
3274 constant string instead of char pointer.
3275
104c1213
JM
32761999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3277
3278 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3279 stepping out of main.
3280
3281 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3282 G++ used.
3283
3284 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3285 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3286
3287 * gdb.c++/ovldbreak.exp: Update match string in test that
3288 includes a warning of multiple breakpoints.
3289
32901999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3291
3292 * gdb.base/display.exp: Improve precision of step-after-finish
3293 added yesterday.
3294
3295 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3296 test.
3297
3298 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3299 configs when using G++, not just hppa*.
3300
33011999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3302
3303 * gdb.base/async.c: New file.
3304 * gdb.base/async.exp: New file.
3305
3306Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3307
3308 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3309 PA64.
3310
53a5351d
JM
3311Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3312
104c1213
JM
3313 * gdb.base/display.exp: "finish" can leave us mid-line on many
3314 targets, deal with it. Add a small constant to main, instead of
3315 1000 since main+1000 may not be a valid address in the target.
3316
53a5351d
JM
3317 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3318 on hpux11.
3319
3320 * gdb.base/attach.exp: Handle another hpux11 error message variant
3321 when attaching to a process that does not exist.
3322
33231999-08-19 J.T. Conklin <jtc@redback.com>
3324
3325 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3326 characters in 'continue to 1241' test.
3327
33281999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3329
3330 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3331 stop in print_long_arg_list, define and use a whitespace
3332 variable in print_small_structs test, add an XFAIL for Solaris.
3333 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3334 interested enough to fix.
3335
7be570e7
JM
33361999-08-13 Keith Seitz <keiths@cygnus.com>
3337
3338 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3339 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3340 proc knows about targets other than the natives.
3341 (test_assign): Use "gdb_run_cmd" to "run" the target.
3342 Check that we've actually hit the breakpoint at main.
3343 When we attempt to assign a value to a local variable, check
3344 that the variable is in the current scope, i.e., don't use
3345 a test with an empty result.
3346
3347Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3348
3349 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3350 command.
3351
33521999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3353
3354 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3355 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3356 gdb.compat, gdb.threads-hp.
3357 gdb.hp/configure, gdb.hp/configure.in: New files.
3358 gdb.hp/Makefile.in: Recurse into new subdirs.
3359 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3360 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3361 in object files.
3362 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3363
96baa820
JM
33641999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3365
3366 * gdb.base/display.exp: Help expect by putting a newline in the
3367 funky printf, remove a bogus p/a test.
3368
33691999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3370
3371 * gdb.base/display.exp: Make sure that when we say 'run', we are
3372 connected to the target. This is necessary when running not
3373 natively.
3374
33751999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3376
3377 * gdb.base/step-test.exp: Removed some extraneous messages.
3378
3379 * gdb.base/long_long.exp: Don't run memory examination tests
3380 on little-endian targets (they will need a different set of
3381 results to match).
3382
33831999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3384
3385 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3386 until somebody decides to fix GDB.
3387
3388 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3389 constant as "ULL".
3390 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3391 matches for a couple x/2 commands.
3392
a0b3c4fd
JM
33931999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3394
3395 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3396 by merging in ref-types2 tests.
3397 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3398
3399 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3400 * gdb.c++/Makefile.in: Add standard actions.
3401 (EXECUTABLES): Rename from PROGS, update list.
3402 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3403 from gdb.hp.
3404 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3405 foo and bar locals.
3406 * gdb.c++/anon-union.exp: Fix tests to match.
3407 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3408 expect matches to handle output variations.
3409 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3410 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3411 output, add HP alternatives for new and delete prints.
3412 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3413 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3414 * gdb.c++/demangle.exp: Use $style when reporting failure.
3415 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3416 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3417 match alternatives.
3418 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3419 compilers.
3420 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3421 * gdb.c++/method.exp: Add match alternatives.
3422 * gdb.c++/misc.cc: Add bool types.
3423 * gdb.c++/misc.exp: Add tests for bool types.
3424 * gdb.c++/overload.exp: Add xfails.
3425 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3426 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3427 add some more template parameter tests (only for HP currently).
3428 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3429 * gdb.c++/virtfunc.cc: Add return type and value for main.
3430 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3431 match alternatives.
beb998c6 3432
a0b3c4fd
JM
34331999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3434
3435 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3436
34371999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3438
3439 * gdb.base/signals.exp: Don't expect getting a backtrace from
3440 within a signal handler to fail on Linux.
3441
34421999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3443
3444 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3445 * lib/gdb.exp: Remove some gratuitious semicolons.
3446 (delete_breakpoints): Increase timeout.
3447 (gdb_expect): Add -notransfer option.
3448 (gdb_test): Use -notransfer option.
3449 (get_compiler_info): Add f77 case.
3450 (get_compiler): New proc, split out from gdb_preprocess, add f77
3451 case.
3452 (gdb_preprocess): Call get_compiler.
3453
3454 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3455 * gdb.base/attach.exp, gdb.base/display.exp,
3456 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3457 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3458 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3459 third arg to gdb_test.
3460 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3461 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3462 HP-UX xfails, add others.
3463 * gdb.base/completion.exp: Reflect name change of self-test.
3464 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3465 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3466 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3467 HP failure number.
3468 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3469 useless HP-UX 10.30 references.
3470 * gdb.base/maint.exp: Loosen matches.
3471 * gdb.base/pointers.c (main): Declare more_code.
3472 * gdb.base/pointers.exp: Match on output of a `next'.
3473 * gdb.base/structs.c: Add prototypes.
3474 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3475 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3476
34771999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3478
3479 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3480 command.
3481
34821999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3483
3484 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3485 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3486
3487 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3488 debug info. Deal with lack of signal hanlder info in stack.
3489
3490 From Jim Kingdon <kingdon@redhat.com>:
3491 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3492
5a2468f5
JM
34931999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3494
3495 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3496 gdb.base/foll-vfork.exp: Don't run for crosses.
3497
adf40b2e
JM
3498Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3499
3500 * gdb.base/configure.in: Check for gdbvars.exp instead of
3501 a1-selftest.exp.
3502 * gdb.base/configure: Re-generate.
3503
35041999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3505
3506 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3507 in trying to run first and name is too long.
3508
3509 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3510 pointers2.c and pointers2.exp, respectively.
3511 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3512 doschk happier.
3513
43e526b9
JM
35141999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3515
3516 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3517 callfuncs2.c and callfuncs2.exp.
3518
3519 * gdb.base/list.exp: Remove mistaken xfails.
3520 * gdb.base/list0.h: Add optional prototypes.
3521
9846de1b
JM
3522Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3523
3524 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3525 calling malloc.
3526 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3527 * ptype.exp: Move test for get_debug_format to before its first
3528 use.
3529
35301999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3531
3532 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3533 * gdb.base/annota2.cc, annota2.exp: Move from here.
3534 * gdb.c++/annota2.cc, annota2.exp: To here.
3535 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3536
43ff13b4
JM
3537Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3538
3539 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3540 a consistent format.
3541
085dd6e6
JM
35421999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3543
3544 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3545 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3546 HP compilers, also set the globals $true and $false.
3547
3548 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3549 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3550 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3551 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3552 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3553 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3554 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3555 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3556 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3557 whatis.c} Add C++ compatible function definitions and return
3558 types, add includes for library functions.
3559 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3560 * gdb.base/step-test.c (myglob): Rename from glob.
3561 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3562 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3563 files, move here from gdb.hp.
3564 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3565 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3566 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3567 Adjust line numbers in regexps.
3568
3569 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3570 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3571 instead of 0/1.
3572
3573 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3574 foll-vfork.exp: New files, move here from gdb.hp.
3575 * gdb.base/page.exp: New file, test of pagination command.
3576
3577 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3578 recursion test.
3579 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3580
3581 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3582 gdb.base/solib.exp: Fix compiler invocation process.
3583
3584 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3585 HP-UX 11, turn off overload resolution explicitly.
3586 * gdb.base/commands.exp: Set argument list explicitly, add
3587 watchpoint test.
3588 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3589 them work.
3590 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3591 expressions properly.
3592 * gdb.base/corefile.exp: Loosen the match slightly.
3593 * gdb.base/default.exp: Allow "Error accessing memory" message
3594 also.
3595 * gdb.base/display.exp: Skip over x/0 j if PA64.
3596 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3597 * gdb.base/interrupt.exp: Ditto.
3598 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3599 in use.
3600 * gdb.base/list.exp: Add xfails for HP-UX.
3601 * gdb.base/long_long.exp: Refine some of the numeric matches.
3602 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3603 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3604 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3605 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3606 * gdb.base/ptype.exp: Succeed on more varieties of output.
3607 * gdb.base/scope.exp: Add xfails for HP-UX.
3608 * gdb.base/sect-cmd.exp: Add more cases.
3609 * gdb.base/setvar.exp: Add xfails for HP-UX.
3610 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3611 * gdb.base/signals.exp: Match on void symbolically.
3612 * gdb.base/step-test.exp: Add case for PA64.
3613 * gdb.base/term.exp: Add exit and restart.
3614 * gdb.base/twice.exp: Clean up after self.
3615 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3616 * gdb.base/whatis.exp: Allow more ways to pass tests.
3617
3618 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3619 no longer useful.
3620
3621Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3622
3623 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3624 list of patterns.
3625 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3626 print_double_array(double_array)", "continuing to breakpoint
3627 1018", "print print_double_array(array_d)" and "continuing to
3628 1034" tests.
beb998c6 3629
085dd6e6
JM
36301999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3631
3632 * Makefile.in: Add empty html and install-html targets.
3633
36341999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3635
3636 * config/mt-*: Remove, these haven't been used since 1996.
3637
36381999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3639
3640 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3641 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3642 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3643
9e0b60a8
JM
36441999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3645
3646 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3647 simpler match case for the ptype of the big class.
3648
36491999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3650
3651 * gdb.exp: Fix test for gdb_prompt existence.
3652
36531999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3654
3655 * gdb.exp (gdb_test): Add fail after calls to perror.
3656
36571999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3658
3659 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3660
36611999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3662
3663 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3664
0f71a2f6
JM
3665Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3666
3667 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3668 malloc() is linked in.
3669
36701999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3671
3672 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3673 step at end.
3674
3675 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3676
36771999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3678
3679 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3680
cce74817
JM
3681Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3682
3683 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3684 * gdb.base/mips_pro.exp: Likewise.
3685
36861999-06-02 Keith Seitz <keiths@cygnus.com>
3687
3688 * gdb.c++/templates.cc: Change all "new" operators to throw
3689 an exception.
3690 * gdb.c++/cplusfuncs.cc: Likewise.
3691
3692 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3693
3694Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3695
3696 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3697 * gdb.base/ending-run.exp: When stepping out of main, accept a
3698 step into an arbitrary assembler file.
3699
392a587b
JM
37001999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3701
beb998c6 3702 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 3703 "breakpoint-invalid" to be printed.
beb998c6 3704 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
3705 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3706 * gdb.base/annota2.cc: Initialize a.x to 0.
3707
9e086581
JM
37081999-05-17 Keith Seitz <keiths@cygnus.com>
3709
3710 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3711 when "skip_float_tests" set.
3712 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3713 "print print_ten_doubles", and "step into print_long_arg_list".
3714 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3715 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3716 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3717 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3718 "skip_float_tests" is set.
3719 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3720 when "skip_float_tests" set.
beb998c6 3721
cd0fc7c3
SS
37221999-05-06 Keith Seitz <keiths@cygnus.com>
3723
3724 * gdb.base/annota2.cc: Include stdio.h.
3725
3726Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3727
3728 * gdb.base/crossload.exp: Remove, this has been disabled ever
3729 since BFD stopped including all targets, and cross-GDB gets
3730 plenty of testing anyway.
3731 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3732 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3733 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3734 * gdb.base/README: Remove, was doc for this.
3735 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3736 needed.
3737
b83266a0
SS
37381999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3739
3740 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3741 output.
3742
3743 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3744 * gdb.base/annota2.exp: New file. More annotation tests.
3745 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3746 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3747
37481999-04-23 Angela Marie Thomas <angela@cygnus.com>
3749
3750 * config/cfdbug.exp: New file.
3751
7a292a7a
SS
37521999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3753
3754 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3755 Marcus Daniel's and Dale Hawkins's demangler crashes.
3756
3757 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3758 test_lucid_style_demangling, test_arm_style_demangling,
3759 test_hp_style_demangling): Try Tom Tromey's core-dumping
3760 identifier under each demangling style.
3761
37621999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3763
3764 * gdb.c++/demangle.exp: Include the current demangling style
3765 in all test names.
3766 (current_demangling_style): New global variable.
3767 (set_demangling_style, test_demangling_core, test_demangling,
3768 test_demangling_exact): New functions.
3769 (test_gnu_style_demangling, test_lucid_style_demangling,
3770 test_arm_style_demangling, test_hp_style_demangling): Use those,
3771 instead of calling gdb_test and gdb_test_exact directly.
3772 (catch_demangling_errors): New function, which reports errors
3773 signalled by the demangling test functions in an orderly way.
3774 (do_tests): Use catch_demangling_errors.
3775
37761999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3777
3778 * gdb.base/signals.exp (test_handle_all_print): Use () for
3779 grouping in expressions, not {}.
3780
3781 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3782 initialized yet.
3783
37841999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3785
3786 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3787 are listed.
3788
37891999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3790
3791 * gdb.stabs/weird.exp: Test for CC being defined before
3792 looking at its value.
3793
37941999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3795
3796 * gdb.base/call-ar-st.exp: Remove stray '#'.
3797 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3798 "short int" and "long int".
3799 * gdb.c++/overload.cc: Cast the string added in the previous
3800 change, to mollify finicky HP compiler.
3801 * gdb.hp/reg-test.exp (testfile): Fix file name.
3802 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 3803
7a292a7a
SS
3804 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3805 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3806 alternate form of enum ptype.
3807
c906108c
SS
38081999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3809
7a292a7a
SS
3810 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3811 * gdb.hp/*.exp: Change all to run compiler probe only after
3812 passing skip_hp_tests, so as not to waste time on guaranteed
3813 failure.
3814
c906108c
SS
3815 * gdb.c++/overload.cc: Pass string instead of char addr, always
3816 init ccpfoo.
3817 * gdb.c++/templates.cc: Fix syntax error.
3818
7a292a7a
SS
3819Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3820
3821 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 3822 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
3823 command.
3824
38251999-03-18 James Ingham <jingham@cygnus.com>
3826
3827 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3828
3829 * gdb.c++/method.exp: It was testing an uninitialized int on the
3830 stack and assuming it was positive.
3831
3832 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3833
3834 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 3835 keep it from killing the rest of the tests.
7a292a7a
SS
3836 Use gdb_continue_to_end.
3837
3838 * gdb.base/sigall.exp: use gdb_continue_to_end.
3839
3840 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3841
3842 * gdb.base/display.exp: use runto_main, not run.
3843
beb998c6
AC
3844 * gdb.base/default.exp: Check for the current error message in the
3845 r abbreviation test.
7a292a7a
SS
3846 Add strongarm to the targets that know info float.
3847
beb998c6 3848 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
3849 run which doesn't work with monitors.
3850
3851 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3852
3853 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3854
3855 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
3856 program. Traps the case (in Cygmon) when the program never really
3857 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
3858 more places, so I used my name. Sorry Mark...
3859
3860 * config/monitor.exp (gdb_target_monitor): added another
3861 target_info parameter: remotebinarydownload. This will set the
3862 remotebinarydownload flag if this is causing some boards trouble.
3863
38641999-03-18 Mark Salter <msalter@cygnus.com>
3865
3866 * lib/gdb.exp (continue_to_exit): New function.
3867
3868 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3869 * gdb.base/ending-run.exp: Ditto.
3870 * gdb.base/step-test.exp: Ditto.
3871
38721999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3873
3874 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3875 (suggested by Art Haas <ahaas@neosoft.com>).
3876
38771999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3878
3879 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3880
3881Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3882
3883 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3884 descriptions of types (short unsigned int vs unsigned short, etc).
3885
38861999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3887
3888 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3889 a call to strlen; sometimes we do have sources.
3890
38911999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
3892
3893 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3894 character, so GDB won't print garbage after its end.
beb998c6 3895
c906108c
SS
3896 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3897 breakpoint there instead. Sometimes GCC emits memcpy to handle
3898 the large structures being passed by value, so we step into that
3899 instead of sum_array_print, which obscures what we're really testing.
3900 * gdb.base/step-test.exp: However, we do want a test that notices
3901 the bizarre steps into memcpy, so do that here. Add check for
3902 stepping into function calls that pass large structures by value.
3903 ("Is that a noun clause, or are you just happy to see me?")
3904 Remove all references to specific line numbers.
3905 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3906 New type and function.
3907 (main): Call large_struct_by_value, passing it a large struct by value.
3908 * lib/gdb.exp (gdb_get_line_number): New function.
3909
3910 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3911 more portable.
3912
7a292a7a
SS
39131999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3914
c906108c
SS
3915 * lib/gdb.exp: Doc fixes.
3916
7a292a7a
SS
39171999-03-05 Nick Clifton <nickc@cygnus.com>
3918
beb998c6 3919 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
3920
39211999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3922
c906108c
SS
3923 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3924 commands. They're not germane to this test, and they don't work
3925 that way on remote targets.
3926
3fc11d3e
JM
39271999-03-01 James Ingham <jingham@cygnus.com>
3928
3929 * Changelog entries merged over from gdb development branch.
3930
3fc11d3e
JM
3931 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3932
3933 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3934 for outputting results of test run.
3935
2d4a1622 3936 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
3937
3938 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 3939
7a292a7a
SS
39401999-02-25 Felix Lee <flee@cygnus.com>
3941
3942 * lib/gdb.exp (debug_format): initialize
3943
c906108c
SS
39441999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
3945
3946 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
3947 * gdb.base/call-rt-st.c: Ditto.
3948
c906108c
SS
39491999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
3950
3951 * gdb.threads/pthreads.exp (horiz): New variable.
3952 (test_startup): Fix regexps that capture thread numbers.
3953
39541999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
3955
3956 * gdb.base/smoke.exp: Disambiguate two test case names (both
3957 called ``print'').
3958
3959Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3960
3961 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
3962 compilation.
3963
39641999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3965
3966 * gdb.base/miscexprs.exp: Change patterns to match GDB's
3967 actual output formatting.
3968 * gdb.base/smoke.exp: GDB removes leading 0's.
3969 * gdb.base/volatile.exp: Don't check type of remuneration;
3970 that variable is no longer defined in constvars.c.
3971 * gdb.base/step-test.c (main): Exit with explicit exit code.
3972 * gdb.base/step-test.exp: Remove two nexti checks--they are
3973 not portable.
3974
39751999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3976
3977 * gdb.base/help.exp ("help delete display"): Fix test to match
3978 gdb's output.
3979
3980 * gdb.base/long_long.c (known_types): Initialize values to zero.
3981 * gdb.base/long_long.exp: Step one more line
3982 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 3983 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
3984 unique test case names.
3985
3986Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3987
beb998c6 3988 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
3989
3990 * gdb.c++/method.exp: Add missing close brace.
3991
39921999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
3993
3994 * gdb.base/maint.exp: Use 'set height 0' to disable page
3995 prompting, not 'set height 400'.
3996
3997 Fix a bunch of timeouts.
3998 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
3999 four separate tests, so expect doesn't take forever to match a ton
4000 of text against a regexp with lots of .* forms.
4001 ("maint print psymbols", "maint print symbols"): Make some of
4002 these greps more selective, so that expect doesn't try to wade
4003 through huge piles of output and time out.
4004
4005 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4006
4007 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4008 tests: one which doesn't expect shlib events to be reported, and
4009 another which does, but is XFAIL for all platforms other than
4010 HP/UX.
4011
4012 * gdb.base/break.exp: Teach the test suite that the `catch
4013 fork', `catch vfork', and `catch exec' commands produce error
4014 messages on platforms that don't provide these features.
4015
4016Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4017
4018 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4019 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4020 (shortening names from solib_threshold.exp etc), won't run on
4021 anything but HP-UX for the foreseeable future.
4022 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4023 reflect move.
4024
4025Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4026
4027 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4028 gdb.trace/Makefile.in (clean): Remove all test executables.
4029
4030Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4031
4032 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4033 successfully re-sets breakpoints in shared libraries.
4034 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4035
4036Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4037
beb998c6
AC
4038 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4039 and compiled w/o GCC.
c906108c
SS
4040
4041 * gdb.hp/watch-cmd.exp: ditto.
4042
4043 * gdb.hp/watch-hp.exp: ditto.
4044
4045 * gdb.hp/xdb1.exp: ditto.
4046
4047 * gdb.hp/xdb2.exp: ditto.
4048
4049 * gdb.hp/dbx.exp: ditto.
4050
4051Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4052
4053 * constvars.c: Remove C++-isms.
4054 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4055 with GCC.
4056
4057Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4058
4059 The following changes are part of the HP merge.
4060
4061 * gdb.base/break.exp: new tests to verify that catchpoints for
4062 fork, vfork, and exec don't trigger inappropriately.
4063
4064 * gdb.base/opaque.exp: compile one file at a time, then link.
4065
4066 * gdb.base/signals.exp: be more restrictive about which hppa
4067 systems receive a setup_xfail. new tests.
4068
4069 * gdb.base/solib_threshold.build: new file.
4070 * gdb.base/solib_threshold.exp: new file.
4071 * gdb.base/solib_threshold.link_opts: new file.
4072 * gdb.base/solib_threshold.mk: new file.
4073 * gdb.base/gen_solib_threshold.c: new file.
4074
4075 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4076 tests. New tests for enums inside classes.
4077
4078 * gdb.c++/compiler.cc: indicate support of template debugging.
4079
4080 * gdb.c++/demangle.exp: run hp style demangling tests.
4081
4082 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4083 tests.
4084
4085 * gdb.c++/misc.cc: changes to support new tests.
4086
4087 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4088 to support new tests.
4089
4090 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4091 gcc, then skip these tests.
4092
4093Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4094
4095 The following files are part of the HP merge; some had longer
4096 names at HP, but have been renamed to be no more than 14
4097 characters in length.
4098
4099 * gdb.hp/ambiguous.cc: new file.
4100 * gdb.hp/ambiguous.exp: new file.
4101 * gdb.hp/attach.exp: new file.
4102 * gdb.hp/attach2.exp: new file.
4103 * gdb.hp/classes-hp.exp: new file.
4104 * gdb.hp/ctti.exp: new file.
4105 * gdb.hp/ctti-add.cc: new file.
4106 * gdb.hp/ctti-add1.cc: new file.
4107 * gdb.hp/ctti-add2.cc: new file.
4108 * gdb.hp/ctti-add3.cc: new file.
4109 * gdb.hp/dbx.exp: new file.
4110 * gdb.hp/exception.cc: new file.
4111 * gdb.hp/exception.exp: new file.
4112 * gdb.hp/foll-exec.c: new file.
4113 * gdb.hp/foll-exec.exp: new file.
4114 * gdb.hp/foll-fork.c: new file.
4115 * gdb.hp/foll-fork.exp: new file.
4116 * gdb.hp/foll-vfork.c: new file.
4117 * gdb.hp/foll-vfork.exp: new file.
4118 * gdb.hp/inherit-hp.exp: new file.
4119 * gdb.hp/more-steps.exp: new file.
4120 * gdb.hp/namespace.cc: new file.
4121 * gdb.hp/namespace.exp: new file.
4122 * gdb.hp/optimize.exp: new file.
4123 * gdb.hp/pxdb.c: new file.
4124 * gdb.hp/pxdb.exp: new file.
4125 * gdb.hp/quicksort.exp: new file.
4126 * gdb.hp/reg-test.exp: new file.
4127 * gdb.hp/reg-test.s: new file.
4128 * gdb.hp/sized-enum.c: new file.
4129 * gdb.hp/sized-enum.exp: new file.
4130 * gdb.hp/start-stop.exp: new file.
4131 * gdb.hp/templ-hp.cc: new file.
4132 * gdb.hp/templ-hp.exp: new file.
4133 * gdb.hp/thr-lib.c: new file.
4134 * gdb.hp/thr-lib.exp: new file.
4135 * gdb.hp/thr-lib.h: new file.
4136 * gdb.hp/thr-liblib.c: new file.
4137 * gdb.hp/virtfun-hp.c: new file.
4138 * gdb.hp/virtfun-hp.exp: new file.
4139 * gdb.hp/watch-cmd.exp: new file.
4140 * gdb.hp/watch-hp.exp: new file.
4141 * gdb.hp/xdb1.exp: new file.
4142 * gdb.hp/xdb2.exp: new file.
4143 * gdb.hp/xdb3.exp: new file.
4144
4145Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4146
4147 The following files are part of the HP merge; some had longer
4148 names at HP, but have been renamed to be no more than 14
4149 characters in length.
4150
4151 * gdb.base/ss.h: new file.
4152 * gdb.base/call-ar-st.c: new file.
4153 * gdb.base/call-ar-st.exp: new file.
4154 * gdb.base/call-rt-st.c: new file.
4155 * gdb.base/call-rt-st-exp: new file.
4156 * gdb.base/call-strs.exp: new file.
4157 * gdb.base/ena-dis-br.exp: new file.
4158 * gdb.base/environ.exp: new file.
4159 * gdb.base/long_long.exp: new file.
4160 * gdb.base/sect-cmd.exp: new file.
4161 * gdb.base/shlib-cl2.exp: new file.
4162 * gdb.base/smoke.exp: new file.
4163 * gdb.base/so-impl-ld.c: new file.
4164 * gdb.base/so-impl-ld.exp: new file.
4165 * gdb.base/so-indr-cl.c: new file.
4166 * gdb.base/so-indr-cl.exp: new file.
4167 * gdb.base/varargs.exp: new file.
4168 * gdb.base/volatile.exp: new file.
4169 * gdb.base/whatis-exp.exp: new file.
7a292a7a 4170 * gdb.base/display.exp: new file.
c906108c
SS
4171 * gdb.c++/derivation.exp: new file.
4172 * gdb.c++/local.exp: new file.
4173 * gdb.c++/member-ptr.exp: new file.
4174 * gdb.c++/overload.exp: new file.
4175 * gdb.c++/ovldbreak.exp: new file.
4176 * gdb.c++/ref-types.exp: new file.
4177 * gdb.c++/ref-types2.exp: new file.
4178 * gdb.c++/userdef.exp: new file.
beb998c6 4179
c906108c
SS
4180Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4181
4182 * gdb.base/default.exp: Reflect wording change in remote.c.
4183
dc96c6c7 4184Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4185
4186 * gdb.base/help.exp: Update to reflect current text.
4187
4188Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4189
4190 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4191 they're stack variables and contain garbage.
4192 * gdb.c++/anon-union.exp: new file.
4193
4194 The following changes were made by David Taylor
4195 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4196 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4197 in changes by HP.
4198
4199 * gdb.base/bitops.exp: new file.
4200 * gdb.base/default.exp: change expected messages for catch and
4201 info catch tests to reflect HP merge changes.
4202 * gdb.base/enable-disable-break.exp
4203 * gdb.base/ending-run.c: new file.
4204 * gdb.base/long_long.c: new file.
4205 * gdb.base/maint.exp: new file.
4206 * gdb.base/pointers2.exp: new file.
4207 * gdb.base/shlib-call2.exp: new file.
4208 * gdb.base/solib.exp: new file.
4209 * gdb.base/step-test.c: new file.
4210 * gdb.c++/anon-union.cc: new file.
4211 * gdb.c++/local.cc: new file.
4212 * gdb.c++/member-pointer.cc: new file.
4213 * gdb.c++/method.cc: new file.
4214 * gdb.c++/ref-types.cc: new file.
4215 * gdb.c++/ref-types2.cc: new file.
4216 * gdb.c++/userdef.cc: new file.
beb998c6 4217
c906108c
SS
4218 * gdb.base/scope.exp: compile one file at a time, then link.
4219 * gdb.base/langs.exp: ditto.
4220 * gdb.base/list.exp: ditto.
beb998c6 4221
c906108c
SS
4222Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4223
4224 The following changes were made by David Taylor
4225 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4226 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4227 in changes by HP.
beb998c6 4228
c906108c
SS
4229 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4230 skip tests. When compiling pass c++ flag to gdb_compile.
4231 * gdb.c++/
beb998c6 4232
c906108c
SS
4233 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4234 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4235 (skip_hp_tests): new function.
4236 (gdb_preprocess): new function.
4237
4238 * configure.in (hpdir): decide whether to configure gdb.hp.
4239 * configure: regenerated.
4240
4241 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4242 to delete on clean.
4243 (EXECUTABLES): update to reflect new additions.
4244 * gdb.base/commands.exp: update message expected.
4245 * gdb.base/default.exp: add copyright notice.
4246 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4247 * gdb.base/help.exp: update messages to reflect current text.
4248 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4249 targets for recurse tests.
4250 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4251 skip this file.
4252
4253 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4254 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4255 compilation.
4256 * gdb.c++/misc.exp: ditto.
4257 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4258 run the tests. tell gdb_compile that it's a c++ compilation.
4259
4260 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 4261
c906108c
SS
4262 * gdb.base/all-bin.exp: new file.
4263 * gdb.base/arithmet.exp: new file.
4264 * gdb.base/assign.exp: new file.
4265 * gdb.base/completion.exp: new file.
4266 * gdb.base/cond-expr.exp: new file.
4267 * gdb.base/condbreak.exp: new file.
4268 * gdb.base/define.exp: new file.
4269 * gdb.base/dollar.exp: new file.
4270 * gdb.base/environment.exp: new file.
4271 * gdb.base/eval-skip.exp: new file.
4272 * gdb.base/jump.exp: new file.
4273 * gdb.base/logical.exp: new file.
4274 * gdb.base/pointers.exp: new file.
4275 * gdb.base/relational.exp: new file.
4276 * gdb.base/section_command.exp: new file.
4277 * gdb.base/whatis-expr.exp: new file.
4278
4279 * gdb.base/all-types.c: new file.
4280 * gdb.base/call-array-struct.c: new file.
4281 * gdb.base/call-return-struct.c: new file.
4282 * gdb.base/call-strings.c: new file.
4283 * gdb.base/callfuncs2.c: new file.
4284 * gdb.base/condbreak.c: new file.
4285 * gdb.base/constvars.c: new file.
4286 * gdb.base/display.c: new file.
4287 * gdb.base/int-type.c: new file.
4288 * gdb.base/jump.c: new file.
4289 * gdb.base/miscexprs.c: new file.
4290 * gdb.base/pointers.c: new file.
4291 * gdb.base/pointers2.c: new file.
4292 * gdb.base/shmain.c: new file.
4293 * gdb.base/shr1.c: new file.
4294 * gdb.base/shr2.c: new file.
4295 * gdb.base/solib.c: new file.
4296 * gdb.base/solib1.c: new file.
4297 * gdb.base/solib2.c: new file.
4298 * gdb.base/varargs.c: new file.
4299 * gdb.c++/derivation.cc: new file.
4300 * gdb.c++/overload.cc: new file.
4301 * gdb.c++/ovldbreak.cc: new file.
4302 * gdb.hp/attach.c: new file.
4303 * gdb.hp/attach2.c: new file.
4304 * gdb.hp/average.c: new file.
4305 * gdb.hp/compiler.c: new file.
4306 * gdb.hp/compiler.cc: new file.
4307 * gdb.hp/execd-program.c: new file.
4308 * gdb.hp/follow-exec.c: new file.
4309 * gdb.hp/follow-fork.c: new file.
4310 * gdb.hp/follow-vfork-and-exec.c: new file.
4311 * gdb.hp/misc-hp.cc: new file.
4312 * gdb.hp/more-steps.c: new file.
4313 * gdb.hp/optimize.c: new file.
4314 * gdb.hp/quicksort.c: new file.
4315 * gdb.hp/run-hp.c: new file.
4316 * gdb.hp/start-stop.c: new file.
4317 * gdb.hp/sum.c: new file.
4318 * gdb.hp/templates-hp.cc: new file.
4319 * gdb.hp/thread-local-in-lib.c: new file.
4320 * gdb.hp/thread-local-in-lib.h: new file.
4321 * gdb.hp/thread-local-in-lib.lib.c: new file.
4322 * gdb.hp/vforked-program.c: new file.
4323 * gdb.hp/virtfunc-hp.cc: new file.
4324 * gdb.hp/watchpoint-hp.c: new file.
4325 * gdb.hp/xdb.c: new file.
4326 * gdb.hp/xdb0.c: new file.
4327 * gdb.hp/xdb0.h: new file.
4328 * gdb.hp/xdb1.c: new file.
4329
4330Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4331
4332 The following change was made by Edith Epstein
4333 <eepstein@cygnus.com> as part of a project to merge in changes
4334 originally made by HP; HP did not create ChangeLog entries.
4335
4336 * gdb.c++/demangle.exp: changed the expected output for some
4337 ARM-style mangling -- removed second reference to datatype.
4338 For example, maint demangle __dt__11T1__pt__2_cFv
4339 T1<char>::~T1<char>(void)
4340 becomes,
4341 maint demangle __dt__11T1__pt__2_cFv
4342 T1<char>::~T1(void)
4343
4344 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 4345
c906108c
SS
4346Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4347
4348 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4349 * gdb.trace/backtrace.exp: Likewise.
4350 * gdb.trace/circ.exp: Likewise.
4351 * gdb.trace/collection.exp: Likewise.
4352 * gdb.trace/deltrace.exp: Likewise.
4353 * gdb.trace/infotrace.exp: Likewise.
4354 * gdb.trace/limits.exp: Likewise.
4355 * gdb.trace/packetlen.exp: Likewise.
4356 * gdb.trace/passc-dyn.exp: Likewise.
4357 * gdb.trace/passcount.exp: Likewise.
4358 * gdb.trace/report.exp: Likewise.
4359 * gdb.trace/save-trace.exp: Likewise.
4360 * gdb.trace/tfind.exp: Likewise.
4361 * gdb.trace/tracecmd.exp: Likewise.
4362 * gdb.trace/while-dyn.exp: Likewise.
4363 * gdb.trace/while-stepping.exp: Likewise.
4364
43651998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4366
4367 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4368
4369Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4370
4371 From Brendan Kehoe:
4372 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4373 int return types.
4374
4375Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4376
4377 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4378 remote dos host testing right.
4379
4380Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4381
4382 * gdb.base/corefile.exp: remove some xfails.
4383
4384Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4385
4386 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4387 have different timestamps.
4388
4389Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4390
4391 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4392 gdb.base/default.exp: Replace "exec" with "executable".
4393
4394Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4395
4396 * gdb.base/default.exp: Change else if to elseif from previous
4397 delta.
4398
4399Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4400
4401 * gdb.base/default.exp: Add brace missing from previous delta.
4402
4403Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4404
4405 * gdb.base/default.exp: Support test for info float for all
4406 varieties of arm toolchain.
4407
dc96c6c7 4408Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4409
4410 * gdb.trace/*.exp: remove "remote_download" command.
4411
dc96c6c7 4412Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4413
4414 * gdb.trace/*.exp: remove -gdwarf from compile.
4415
4416Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4417
4418 * gdb.trace/configure.in(AC_INIT): typo
4419 * gdb.trace/configure: regenerated
4420
dc96c6c7 4421Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4422
4423 * config/m68k-emc.exp: New file.
4424 * lib/<emc-support.exp trace-support.exp}: New files.
4425 * configure.in: add new test directory gdb.trace.
4426 * gdb.trace/{configure configure.in Makefile.in}: New files.
4427 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4428 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4429 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4430 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4431 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4432 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4433 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4434
dc96c6c7 4435Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4436
4437 * gdb.c++/classes.exp: Change all regular expressions to match
4438 arbitrary combinations of newline/carriage-return, so that they
4439 will work equally well on Unix and Windows.
4440 * gdb.c++/inherit.exp: ditto.
4441 * gdb.c++/virtfunc.exp: ditto.
4442
44431998-08-11 Dawn Perchik <dawn@cygnus.com>
4444
4445 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4446
c2d11a7d
JM
4447Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4448
4449 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4450 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4451 to use a0-a3/d0-d3 as needed.
4452
4453Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4454
4455 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4456 * gdb.disasm/am33.exp: Corresponding changes.
4457
c906108c
SS
44581998-07-11 Felix Lee <flee@cygnus.com>
4459
4460 * gdb.base/callfuncs.exp: add cmp10 test.
4461 * gdb.base/callfuncs.c (cmp10): new function.
4462
4463Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4464
beb998c6 4465 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4466 into two parts to get around a synchronization problem in expect.
4467
3fc11d3e
JM
4468Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4469
4470 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4471
4472 * configure.in: Add options for gdbtk testsuite.
4473
4474 * configure: Regenerate.
4475
4476 * gdb.gdbtk: New directory to hold gdbtk tests.
4477
c906108c
SS
4478Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4479
4480 * gdb.fortran/types.exp: Escape brackets in expect patterns
4481 for test_float_literal_types_accepted tests.
4482 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4483 before run test.
4484
c2d11a7d
JM
4485Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4486
4487 * am33.exp: Just compile, do not link the testcase.
4488 * am33.s: Add ".am33" pseudoop to force am33 mode.
4489
c906108c
SS
44901998-06-25 Felix Lee <flee@cygnus.com>
4491
4492 * gdb.base/setshow.exp: make sure $pc is sane.
4493
4494 * gdb.stabs/weird.exp: split expect patterns properly.
4495
c2d11a7d
JM
4496Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4497
4498 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4499 * gdb.disasm/am33.exp: Run it.
4500
dc96c6c7 4501Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4502
4503 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4504 match processing (and eliminate spurious timeouts when running).
4505
dc96c6c7 4506Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4507
4508 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4509 exception test, but conditionalize it on target [mach | gnu].
4510
dc96c6c7 4511Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4512
4513 * gdb.base/overlays.exp: fixup compile line for linker script.
4514
4515Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4516
4517 * gdb.fortran/types.exp: don't guess at float size.
4518
4519Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4520
4521 * gdb.base/exprs.exp: delete test that depends on int size.
4522
4523Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4524
4525 * config/sim.exp: Removed checks for target triplets.
4526 (gdb_target_sim): Use gdb,target_sim_options.
4527
4528Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4529
4530 * gdb.base/reread.exp: New file.
4531 * gdb.base/reread1.c: New file.
4532 * gdb.base/reread2.c: New file.
4533
4534Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4535
4536 * config/sim.exp: Use 'target sim -sparclite' when running
4537 SPARClite programs.
4538
4539Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4540
4541 * gdb.base/structs2.exp: New file.
4542 * gdb.base/structs2.c: New file.
4543
4544Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4545
4546 * gdb.asm/common.inc: New file.
4547 * gdb.asm/d10v.inc: New file.
4548 * asm-source.exp: Pass -I's to gas to find .inc files.
4549 Update line numbers in expected output.
4550 * asmsrc1.s: Rewrite.
4551 * asmsrc2.s: Rewrite.
4552 * configure.in: Create arch.inc symlink.
4553 * configure: Regenerate.
4554 * Makefile.in (distclean): Delete arch.inc.
4555
4556Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4557
4558 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4559 (t_enum_value2): ditto
4560 (t_enum_value3): ditto
4561 (main): ditto
4562Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4563
4564 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4565 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4566 change.
4567 Use gdb_test instead of send_gdb/gdb_expect sequences.
4568
4569Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4570
4571 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4572 not void.
4573
4574Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4575
4576 * gdb.base/branches.c: Code with lots of loops and
4577 subroutines. Used to test gdbs ability to single step through PC
4578 changes, especially to test mips-tdep.c:mips_next_pc
4579
4580Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4581
4582 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4583 more rigorous EGCS C++ error checking.
4584
4585Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4586
4587 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4588 tests.
c906108c 4589 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4590 function when asleep.
c906108c 4591 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4592 for i*86 Linux and SVR4 signal handling problems.
4593 Remove linux xfail for `next to handler in signals_tests_1', fixed
4594 by recent infrun.c change.
c906108c 4595 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4596 stack backtraces.
c906108c
SS
4597 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4598 target.[ch] change.
4599
4600Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4601
4602 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4603 for a newline from gdb before continuing.
4604 (default_gdb_exit): Just look for y or n.
4605 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4606 it does, fail the rests of the tests in the file.
4607
4608Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4609
4610 * config/cygmon.exp: New file.
4611
4612Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4613
4614 * gdb.base/list.exp: Fix problem with "list default lines around
4615 main" test on remote targets.
4616
4617 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4618 run test on remote targets.
4619
4620Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4621
4622 * gdb.asm: New directory.
4623 * configure.in: Configure it.
4624 * configure: Regenerate.
4625 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4626 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4627
4628Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4629
4630 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4631
dc96c6c7 4632Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4633
c906108c
SS
4634 * gdb.base/overlays (several files): Merge the two overlay
4635 managers into one. Change variables (foox, barx, bazx, grbxx)
4636 back into ints but force them to load in their proper sections.
4637
4638Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4639
4640 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4641 on-chip insn memory and IMAP1 to upper 128k.
4642 (D10VCopy): Handle memory regions crossing 16k boundaries.
4643 (D10VCopy): Transfer data in 32 bit chunks.
4644
4645Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4646
4647 * gdb.base/overlays.c (main): Exit normally when result is
4648 correct.
4649
4650 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4651 map. Include space for printf in .text segment.
4652
4653 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4654 updated d10v memory VMA/LMA map.
4655 (D10VCopy): Call D10VTranslate.
beb998c6 4656
c906108c
SS
4657Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4658
4659 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4660
4661 * gdb.base/bar.c (barx, bar): Change variable to small array so
4662 that it won't be put into the .sdata - small data -
4663 section. Update reference.
4664 * gdb.base/baz.c (bazx, baz): Ditto.
4665 * gdb.base/foo.c (foox, foo): Ditto.
4666 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4667
4668 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4669 to be arrays.
beb998c6 4670
dc96c6c7 4671Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4672
c906108c
SS
4673 * gdb.base/overlays.exp: fix up and get working again.
4674 Add tests for backtraces from an overlay function.
beb998c6 4675
c906108c
SS
4676Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4677
4678 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4679 "calling function with watchpoint enabled".
4680
4681Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4682
4683 * gdb.base/break.exp (test_next_with_recursion): Remove
4684 gdb_suppress_tests for d10v-*-*.
4685 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4686 pending review of whether it is useful or not.
4687
4688Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4689
4690 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4691
4692Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4693
4694 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4695 * config/dve.exp: New file to support Densan boards.
4696
4697Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4698
4699 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4700 reads and BSD.
4701
4702Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4703
4704 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4705 response.
4706
4707 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4708
4709Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4710
4711 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4712 test.
4713
4714 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4715 target_sizeof_long and target_bigendian_p.
4716 (structs_by_value, structs_by_reference): Check values according
4717 to targets word size and endianess.
beb998c6 4718
c906108c
SS
4719Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4720
4721 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4722 output.
4723
4724Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4725
4726 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4727 Update test of set args help to match source change.
4728
4729Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4730
4731 * gdb.base/default.exp: Expect help system output to be in
4732 alphabetical order.
4733 * gdb.base/help.exp: Ditto.
4734
4735Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4736
4737 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4738 "i*86-pc-linux-gnu*".
4739 * gdb.base/interrupt.exp: Ditto.
4740 * gdb.base/corefile.exp: Ditto.
4741
4742 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4743 define vxworks when building the testcase.
4744
4745 * gdb.base/ptype.exp: Fix testnames to be unique.
4746 * gdb.base/radix.exp: Ditto.
4747 * gdb.base/term.exp: Ditto.
4748 * gdb.base/whatis.exp: Ditto.
4749 * gdb.c++/classes.exp: Ditto.
4750
4751Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4752
4753 * gdb.base/callfuncs.exp: Fix indentation.
4754
4755 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4756 suppress_flag has been set.
4757 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4758 target feature.
4759
4760Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4761
4762 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4763 the testcase.
4764
4765 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4766 set_debug_traps() and breakpoint().
4767 * gdb.c++/misc.cc (main): Ditto.
4768 * gdb.c++/templates.cc (main): Ditto.
4769 * gdb.c++/virtfunc.cc (main): Ditto.
4770
4771Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4772
4773 * lib/gdb.exp(gdb_step_for_stub): New function.
4774 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4775 exists, reload the executable and do a "continue" instead of
4776 doing a jump.
4777 (runto_main): Use gdb_step_for_stub.
beb998c6 4778
c906108c
SS
4779 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4780 tests to have unique names.
4781 * gdb.base/callfuncs.exp: Ditto.
4782 * gdb.base/commands.exp: Ditto.
4783 * gdb.base/default.exp: Ditto.
4784 * gdb.base/help.exp: Ditto.
4785 * gdb.base/list.exp: Ditto.
4786 * gdb.base/opaque.exp: Ditto.
4787 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4788 similar tests.
beb998c6 4789
c906108c
SS
4790 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4791 * gdb.c++/cplusfuncs.cc: Ditto.
4792 * gdb.c++/virtfunc.cc: Ditto.
4793
4794 * config/monitor.exp: Keep track of the last file we saw, rather
4795 than trying to get the info from gdb.
4796
4797 * gdb.fortran/types.exp: Move comment to previous line.
4798
4799Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4800
4801 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4802 target mode.
4803
4804Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4805
4806 From Bob Manson:
4807 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4808 string from GDB when it connects.
4809
4810 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4811
4812Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4813
4814 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4815 if we can't get a debug format from GDB (we may be testing an
4816 older GDB). Use a 10 second timeout when checking for the format.
4817
4818 * gdb.stabs/weird.exp: Fix quoting.
4819
4820 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4821
4822Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4823
4824 * config/arm-ice.exp: New file.
4825
4826Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4827
4828 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4829 until it has been modified to work with the new testsuite.
4830
99707966 4831 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
4832 testcase won't compile, cause all of the testcases in the file to
4833 fail instead.
4834
4835 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4836 (gdb_clear_suppressed): New procedure.
4837 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4838 it contains a positive value.
4839
4840Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4841
4842 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4843
4844 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4845
4846Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4847
4848 * lib/gdb.exp (setup_xfail_format): New function.
4849 (get_debug_format): New function to get debug format.
4850 (debug_format): New global variable to hold last value set
4851 by get_debug_format.
4852 * gdb.base/list.exp: Call get_debug_format and expect some
4853 tests to fail for DWARF 1 and COFF formats.
4854 * gdb.c++/ptype.exp: Ditto.
4855 * gdb.c++/classes.exp: Ditto.
4856 * gdb.c++/cplusfuncs.exp: Ditto.
4857 * gdb.c++/inherit.exp: Ditto.
4858 * gdb.c++/templates.exp: Ditto.
4859 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 4860
c906108c
SS
4861Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4862
4863 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4864 host doesn't have a currently-open connection.
4865
4866 * config/sparclet.exp: Cleanups and fixes to make it generic for
4867 any gdb stub target. Handle cases where gdb doesn't respond when
4868 interrupted in a sane fashion.
4869
4870 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4871 same thing in a totally different way.
4872
4873 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4874 setting "timeout".
4875 (gdb_start): We set the global gdb_prompt variable in
4876 default_gdb_init now.
4877
4878Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4879
4880 * gdb.base/printcmds.exp: Fix "check for floating addition"
4881 regexp to accept results within approx +/- .01 of exact value.
4882 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4883
4884Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4885
4886 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4887 properly.
4888 (gdb_expect): Add optional timeout parameter, and add timeout
4889 value to various calls.
4890 (gdb_suppress_tests): Only give one warning message per group.
4891
4892Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4893
4894 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4895 global variables. Handle getting a value for $timeout more
4896 gracefully.
4897
4898Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4899
4900 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4901 initialize.
4902 (default_gdb_init): New procedure; allow gdb_init to be overridden
4903 by a target configuration file.
4904 (gdb_expect): Pass the timeout to remote_expect.
4905
4906 * config/monitor.exp(gdb_load): Fix typo in regexp.
4907
4908Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4909
4910 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4911
4912Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4913
4914 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4915 here. Call gdb_target_exec before rebooting the target, to make
4916 sure the connection to the target is closed.
4917 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4918 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4919 Also detect "Timeout reading from remote" error.
4920
4921 * config/gdbserver.exp: Pass the executable being loaded to
4922 gdb_target_monitor. Don't call gdb_file_cmd here; let
4923 gdb_target_monitor do it.
4924
4925 * gdb.disasm/hppa.exp: Don't use exec_output.
4926
4927Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4928
4929 * gdb.base/list.exp: If we're debugging a non-native target,
4930 try to set the pc register to point to the start of the
4931 program before doing the first list command.
4932
4933 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4934 test_calls after restarting.
4935
4936 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
4937 reloading.
4938
4939 * gdb.base/watchpoint.exp: Fix typo.
4940
4941 * gdb.base/setshow.exp: Check for use_gdb_stub.
4942
4943 * gdb.base/break.exp: Fix continue until exit test for the gdb
4944 stub case.
4945 * gdb.base/langs.exp: Ditto.
4946
4947 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
4948 gdb_load_offset. If we weren't given a file to load, figure out
4949 what the current file is and use it.
4950
4951 * config/i386-bozo.exp: New file.
4952
4953Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
4954
4955 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
4956 feature.
4957
4958 * config/proelf.exp: New entry.
4959
4960Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
4961
4962 * lib/gdb.exp: Remove spurious .* patterns at the beginning
4963 of regexps.
4964
4965 * gdb.base/watchpoint.exp: Don't run the test_stepping
4966 tests if gdb can't call functions on the target.
4967
4968 * gdb.base/setshow.exp: Don't run the set prompt tests if
4969 the board has gdb_prompt set.
4970
4971Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
4972
4973 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
4974 * gdb.base/commands.exp: Likewise.
4975 * gdb.base/setshow.exp: Likewise.
4976
4977Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
4978
4979 * config/monitor.exp(gdb_start): Look for gdb_prompt target
4980 feature.
4981
4982 * config/i960.exp: New file.
4983
4984Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
4985
4986 * gdb.base/funcargs.exp: Check for gdb,short_int target
4987 feature instead of looking for explicit target triplets.
4988
dc96c6c7 4989Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 4990
beb998c6 4991 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
4992 "p 123DEADBEEF", to check parse_number.
4993 * top.c: change "to enable to enable" to "to enable" in a couple
4994 of help strings.
4995
4996Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
4997
4998 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
4999 on the mn10300.
beb998c6 5000
c906108c
SS
5001Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5002
5003 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5004 where the test executable is run with explicit args.
5005 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5006
5007Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5008
5009 * gdb.base/run.c: Use FAKEARGV to build test executable that
5010 does not require a command line arg, since most simulators
5011 don't currently support passing such an arg into the simulated
5012 program.
5013 * gdb.base/commands.exp: Change tests to insert the proper
5014 value as the arg to the first recursive factorial call. Change
5015 compilation line to define FAKEARGV at compile time.
5016
5017Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5018
5019 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5020 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5021 function with watchpoint enabled" test.
5022
5023Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5024
5025 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5026 Don't call gdb_test when the command doesn't return to a gdb prompt.
5027
5028 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5029 "Tests restarted" messages.
5030
5031Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5032
5033 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5034
dc96c6c7 5035Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5036
5037 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5038 for INFO SYMBOL; add help tests for OVERLAY commands.
5039 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5040 add tests for OVERLAY commands
5041 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5042 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5043 * gdb.base/sigall.c: add usestubs code frag
5044 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 5045
c906108c
SS
5046Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5047
5048 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5049 failures.
5050 (gdb_stop_suppressing_tests): Note that tests have restarted.
5051
5052Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5053
5054 * config/h8300.exp: New file.
5055
5056Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5057
5058 * gdb.base/setshow.exp: Check for the existence of a
5059 feature, not its value.
5060
5061Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5062
5063 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5064
5065 * gdb.base/scope.exp: It's now init0(), not init().
5066
5067 * gdb.base/scope0.c: For now, change init() to be init0().
5068
5069 * config/monitor.exp: Use gdb_serial in preference to serial
5070 or netport.
5071
5072 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5073 and it's not already set.
5074
5075Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5076
5077 * gdb.base/setshow.exp: Only test the run command if the target
5078 isn't using a stub and if it supports argument passing.
5079
5080Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5081
5082 * config/udi.exp(gdb_start): Make sure UDICONF is set
5083 properly before starting gdb.
5084
5085Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5086
5087 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5088 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5089 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5090
5091Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5092
5093 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5094 specialized code to reboot the board, use remote_reboot instead.
5095
5096 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5097
5098 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5099
5100 * config/monitor.exp: Make sure we disconnect from the target.
5101 Also, try a reboot/reload cycle instead of failing if the
5102 load fails.
5103
5104Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5105
5106 * gdb.base/default.exp: Don't set match_max.
5107 * gdb.base/help.exp: Ditto.
5108 * gdb.base/list.exp: Ditto.
5109 * gdb.base/signals.exp: Ditto.
5110
5111 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5112 set, use remote_ld to download the testcase instead of
5113 the GDB loader.
5114
5115Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5116
5117 * config/vr5000.exp: New file.
5118
5119 * config/monitor.exp(gdb_target_monitor): Add pattern for
5120 "Ending remote" to detect errors in connecting.
5121
5122 * gdb.base/setshow.exp: Add .* within auto language test.
5123
5124 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5125 target feature.
5126
5127 * config/monitor.exp(gdb_load): Check for a failure when loading,
5128 and reboot the board if necessary.
5129
5130 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5131 a set of tests. Remove print.* from the patterns being checked.
5132
5133Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5134
5135 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5136 refer to gdb_spawn_id.
5137
5138 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5139 longer used.
5140 * config/sparclet.exp: Ditto.
5141 * config/sparclet-old.exp: Ditto.
5142 * config/slite.exp: Ditto.
5143 * config/sim.exp: Ditto.
5144 * gdb.base/funcargs.exp: Ditto.
5145
5146 * lib/gdb.exp:Remove references to gdb_spawn_id.
5147 (gdb_expect): Move to remote.exp.
5148
5149Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5150
5151 * config/monitor.exp: Detect the "Couldn't establish connection"
5152 message from GDB.
5153
5154Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5155
5156 * gdb.base/bitfields.exp: Use runto instead of explicit
5157 gdb_run_cmd/gdb_expect sequences.
5158
5159 * gdb.base/break.exp(text_next_with_recursion): Add match for
5160 gdb_expect call.
5161
5162 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5163 We also need to handle the "A program is being debugged already"
5164 prompt from gdb. Use gdb_test to set the baud rate.
5165
5166 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5167 to 20000. Really. I mean it.
5168
5169Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5170
5171 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5172 fails. If suppress_flag is set, skip perror message about not
5173 being able to send to GDB.
5174 (send_gdb): If suppress_flag is set, don't try to send commands to
5175 GDB.
5176 (gdb_expect): If suppress_flag is set, always fail immediately.
5177 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5178 (gdb_init): Call gdb_stop_suppressing_tests.
5179 (default_gdb_exit): Ditto.
5180 (default_gdb_start): Ditto.
5181
5182 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5183 gdb_stop_suppressing_tests as appropriate.
5184 * gdb.base/break.exp: Ditto.
5185 * gdb.base/callfuncs.exp: Ditto.
5186 * gdb.base/commands.exp: Ditto.
5187 * gdb.base/exprs.exp: Ditto.
5188 * gdb.base/funcargs.exp: Ditto.
5189 * gdb.base/list.exp: Ditto.
5190 * gdb.base/recurse.exp: Ditto.
5191 * gdb.base/scope.exp: Ditto.
5192 * gdb.base/structs.exp: Ditto.
5193 * gdb.c++/inherit.exp: Ditto.
5194
5195Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5196
5197 * config/vr4300.exp: New file.
5198
99707966
MC
5199 * gdb.*/*.exp: Call gdb_expect instead of expect.
5200
5201 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
5202
5203Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5204
5205 * lib/gdb.exp(gdb_init): New function.
5206
5207 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5208 for each individual variable set.
5209
5210 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5211 name.
5212
5213 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5214
5215 * gdb.base/scope.exp: Use gdb_test.
5216
5217 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5218 aborting; the testsuite driver will do that for us (see
5219 gdb_finish). Also, use gdb_test in a few more places.
5220
5221Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5222
5223 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5224
5225Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5226
5227 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5228 and "add_tests" are not at the same address.
5229
5230Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5231
5232 * gdb.base/ptype.exp: Use gdb_test.
5233
5234Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5235
5236 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5237 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5238 left in. No longer expect them to fail.
5239
5240 * gdb.stabs/*.mt; Deleted, no longer used.
5241 * gdb.stabs/configure.in: Remove references to target makefile
5242 frags.
5243 * gdb.stabs/configure: Rebuilt.
5244
5245 * gdb.disasm/*.mt: Deleted, no longer used.
5246 * gdb.disasm/configure.in: Remove references to target makefile
5247 frags. Use "sh3.s" as the unique filename for this directory.
5248 * gdb.disasm/configure: Rebuilt.
5249
5250 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5251 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5252 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5253
5254Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5255
5256 * config/udi.exp: Use mondfe,name instead of remote_host.
5257
5258Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5259
5260 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5261 a function with a watchpoint enabled on the mn10200.
5262
5263 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5264 before trying to create it!
5265
5266Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5267
5268 * config/vx.exp: Use hostname instead of netport.
5269
5270 * config/vxworks.exp: New file.
5271
5272 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5273
5274 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5275 gdb before assuming everything worked. Send a ^C if a timeout
5276 occurs.
5277
5278 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5279 $gdb_spawn_id directly.
5280 (gdb_run_cmd): Try _start as well as start. Use the target feature
5281 gdb,start_symbol as the symbol to start from when jumping.
5282
5283Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5284
5285 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5286 redundant) test.
5287
5288 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5289 it doesn't lose for 16bit integer systems.
5290
5291Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5292
5293 * gdb.fortran/types.exp: If the target doesn't support "double"
5294 data types, then expect "real" types to only be 4 bytes.
5295
5296 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5297 call tests if the target doesn't support inferior function calls.
5298
5299 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5300 in printf tests.
5301
5302Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5303
5304 * gdb.base/help.exp: Disable "help set", "help show", and
5305 "help support". Simplify regexp for "help stack".
5306
5307 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5308 to 60 seconds. Temporarily set match_max to 15000 around the
5309 "info copying" test.
5310
5311 * gdb.base/nodebug.exp: Don't try to do an inferior function
5312 call if the target doesn't support them.
5313 * gdb.base/printcmds.exp: Likewise.
5314 * gdb.base/setvar.exp: Likewise.
5315 * gdb.base/structs.exp: Likewise.
5316 * gdb.c++/templates.exp: Likewise.
5317 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5318
5319 * gdb.base/recurse.exp: Enable for the mn10200.
5320
5321 * configure.in: Do configure gdb.stabs directory for *-*-elf
5322 targets.
5323 * configure: Rebuilt.
5324
5325 * gdb.base/break.exp: Check for gdb,noresults before testing
5326 exit status and/or results from the target.
5327 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5328 * lib/gdb.exp: Remove old (now bogus) initialization of
5329 noinferior, noargs, noresults and nosignals.
5330
5331Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5332
5333 * config/sh.exp: New file.
5334
5335 * config/slite.exp: Try to connect multiple times to the board
5336 before rebooting. Only send a "monitor run" if need_monitor_run
5337 is set.
5338
5339 * gdb.base/break.exp: Don't do the "stub continue" test if
5340 the target has gdb_stub set.
5341
5342 * gdb.base/callfuncs.exp: Increase the timeout.
5343
5344 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5345 if the target has gdb,noinferiorio set.
5346
5347 * gdb.base/list.exp: Increase match_max to 10000 characters.
5348
5349 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5350
5351 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5352 target.
5353
5354 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5355
5356Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5357
5358 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5359 trying to delete the copy of gdb. Catch the file delete so we
5360 don't die if the delete fails; also, the file should be copied to
5361 the host, not to the build.
5362
5363Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5364
5365 * lib/gdb.exp(gdb_test): Surround the result pattern with
5366 parenthesis in case it contains multiple regexps separated
5367 with |.
5368
5369 * gdb.base/watchpoint.exp: Use gdb_test.
5370 * gdb.base/default.exp: Ditto.
5371
5372Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5373
99707966 5374 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 5375
c906108c
SS
5376 * gdb.base/scope.exp: Use gdb_test.
5377 * gdb.c++/classes.exp: Ditto.
5378 * gdb.c++/inherit.exp: Ditto.
5379
5380Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5381
5382 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5383 remote_exec instead.
5384 * gdb.base/corefile.exp: Don't be ridiculous.
5385 * gdb.base/*.c: Add missing stub invocations.
5386
5387Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5388
5389 * config/slite.exp: Miscellaneous fixes.
5390
5391 * lib/gdb.exp: Fix runto.
5392
5393 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5394 the target.
5395
5396 * gdb.base/watchpoint.exp: Fix regexp.
5397
5398 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5399 close and wait commands, as the descriptor may now be
5400 invalid. Always call "remote_close host".
5401
5402Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5403
5404 Major rewrite for testsuite revision.
beb998c6 5405
c906108c
SS
5406 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5407 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5408 instead of relying on spawn_id to always contain a valid
5409 spawn id.
5410 (get_compiler_info): New procedure to build the ${binfile}.ci
5411 file, instead of replicating this in N different places.
5412 (gdb_compile): New procedure.
beb998c6 5413
c906108c
SS
5414 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5415 appropriate arguments) instead of compile. Use gdb_test in a lot
5416 more places. Use send_gdb instead of send. Always run gdb_start
5417 at the start of a testcase, as this is no longer done magically.
5418
5419 config/*-gdb.exp: Rename without the -gdb suffix.
5420
5421 config/mips.exp: Use remote_close instead of exit_remote_shell.
5422 config/monitor.exp: Use target_info instead of looking at
5423 baud, timeout, etc.
5424 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5425
5426Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5427
5428 * gdb.c++/templates.exp (test_ptype_of_templates),
5429 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5430 Update expect patterns for destructors and assignment operators
5431 to match corresponding c-typeprint.c changes.
5432 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5433 to destructor breakpoint test, GDB should be able to set the
5434 destructor breakpoint without specifying arguments.
5435
5436Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5437
5438 * gdb.threads/pthreads.exp: Change result for failure to compile due
5439 to lack of pthreads runtime support from an error to simply an
5440 unsupported test, per dejagnu standards.
5441
5442Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5443
5444 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5445 where GDB exits to reduce pattern match time.
5446 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5447
5448 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5449
dc96c6c7 5450Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5451
5452 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5453 * gdb.base/default.exp: ditto.
5454 * gdb.base/nodebug.exp: ditto.
5455 * gdb.base/printcmds.exp: ditto.
5456 * gdb.base/ptype.exp: ditto.
5457 * gdb.base/setvar.exp: ditto.
5458 * gdb.base/structs.exp: ditto.
5459 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5460
5461Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5462
5463 * configure, */configure: Rebuild with autoconf 2.12.
5464
5465Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5466
5467 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5468 use new i*86-pc-linux*-gnu quads.
5469 * gdb.base/corefile.exp: Ditto.
5470 * gdb.base/signals.exp: Ditto.
5471 * gdb.base/sigall.exp: Ditto.
5472 * gdb.base/interrupt.exp: Ditto.
5473
5474 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5475 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5476 RedHat 4.0.
beb998c6 5477
c906108c
SS
5478 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5479 linux. This allows the test case to at least compile on latest
5480 linux, but still not run due to missing the threads runtime library.
5481
5482Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5483
5484 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5485 directory to search gdb directory. Accept and step over conditional
5486 stack alignment code. Consume $prompt in failure cases.
5487 Reset timeout to $oldtimeout instead of some arbitrary value.
5488 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5489 timeout problems with infinite stack backtraces.
5490 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5491 Accept function parameters for linkfunc member.
5492
5493Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5494
5495 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5496 (CXXFLAGS): Remove, unreferenced.
5497 (B_OPTIONS): Add for -B options and add code to initialize with
5498 previous -B options and also add -B option to pick up cross compiled
5499 runtime.
5500 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5501 doing cross compiles.
5502 (target_alias): Declare global.
5503 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5504 to verify that gcc exists in build tree, and if so set CC to that
5505 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5506
c906108c
SS
5507Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5508
5509 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5510 ptype test for anonymous union. Fixup testcase to match
5511 current gcc debug output.
5512
5513Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5514
5515 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5516 force argument to an unsigned long type.
5517
5518Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5519
5520 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5521 tests and anonymous union print/ptype tests.
5522 * gdb.base/list.exp (test_forward-search): Increase timeout by
5523 5 minutes for the "search extremely long line" case.
5524 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5525 completely optional and that the pass/fail messages use the command as
5526 the message if that third arg is a null string.
5527 (gdb_test_exact): Arrange that a null string pattern means match a
5528 null string output rather than any output, which might include random
5529 errors.
5530 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5531 backtrace test.
5532 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5533 always failing and failure is now exposed by gdb.exp changes.
5534
5535Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5536
5537 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5538 weren't being noted.
5539
5540Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5541
5542 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5543 * gdb.stabs/weird.exp: Remove v_comb xfails.
5544
dc96c6c7 5545Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5546
5547 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5548 list.exp scope.exp watchpoint.exp]
5549 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5550
dc96c6c7 5551Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5552
5553 * config/monitor.exp: Increase download timeout to 1000 seconds.
5554
dc96c6c7 5555Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5556
5557 * config/m32r.exp: Increase timeout to 120 seconds.
5558
5559Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5560
5561 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5562 and accept older ordering as obsolescent gcc or gdb.
5563 * gdb.c++/templates.exp: Ditto.
5564 * gdb.c++/virtfunc.exp: Ditto.
5565
5566Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5567
5568 * gdb.base/coremaker.c: Add code to mmap some data so we
5569 can check that it ends up in the core file.
5570 * gdb.base/corefile.exp: Add test to read mmapped data
5571 from core file.
5572
dc96c6c7 5573Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5574
5575 * config/m32r.exp: New file.
5576
5577Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5578
5579 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5580 that cflags can contains -gstabs, and work correctly for other tests.
5581
dc96c6c7 5582Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5583
5584 * gdb.base/setshow.exp: New file, tests show and set.
5585 * gdb.base/setshow.c: New file, tests show and set.
5586 * gdb.base/help.exp: Add test for help set|show annotate.
5587 * gdb.base/default.exp: Add test for set|show annotate.
5588
5589Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5590
5591 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5592 errors unique.
5593 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5594 explicitly.
5595
5596Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5597
5598 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5599 and width commands. This is done elsewhere.
5600 * (gdb_start): Don't call gdb_start_sim here. That's already
5601 done in gdb_load. This fixes lots of failures in default.exp.
5602
5603Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5604
5605 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5606 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5607 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5608 in the same we we treat other failures (since it may be an expected
5609 condition), rather than as an error.
5610 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5611 old test format.
5612
5613Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5614
5615 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5616 (distclean maintainer-clean realclean): No need to remove files
5617 twice. Nuke the duplicates.
5618 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 5619 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
5620 Remove config.h along with other config files.
5621
5622Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5623
5624 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5625 "p func1 ()" and note that rests of tests are skipped.
5626 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5627 setup_xfails for "print func2::coremaker_local".
5628 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5629 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5630 affected by the previous run test.
5631 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5632 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5633 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5634 "pass int powerset tuple" and "pass modeless int powerset tuple".
5635 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5636 "real write 4" and "real write 8".
5637 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5638 setup_xfails for "print vs1 after tuple assign 2",
5639 "print \$i after tuple assign 2", and
5640 "print vs2 after tuple assign 2".
5641 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5642 meaningful error message and return -1 so the caller can
5643 suppress further tests and avoid a cascade of errors.
beb998c6 5644
c906108c
SS
5645Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5646
5647 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5648 format for printing version.
5649 * gdb.base/default.exp: Ditto.
5650 * gdb.base/interrupt.exp: Fix problem with cascade of
5651 errors if child process dies while calling a function.
beb998c6 5652
c906108c
SS
5653Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5654
5655 * Makefile.in (VPATH): Add
5656 * Makefile.in (Makefile, config.status): Fix rules so things get
5657 remade when necessary.
5658
5659Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5660
5661 * Makefile.in (just-check): Add path to sibling expect dir
5662 to environment variable specified by RPATH_ENVVAR.
5663
5664Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5665
5666 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5667 (just-check): Add shared library paths for libstdc++, tk,
5668 tcl, bfd, and opcodes to the environment variable specified
5669 in RPATH_ENVVAR.
5670 * configure.in: Add support to recognize --enable-shared flag
5671 and generate correct value for RPATH_ENVVAR.
5672 * configure: Regenerated with autoconf.
5673
5674Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5675
5676 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5677 include all osf versions.
5678 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5679 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5680 when target is linux. When failing to build pthreads test
5681 executable, give more meaningful message.
5682 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5683 arg for pthread_create.
beb998c6 5684
c906108c
SS
5685Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5686
5687 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5688 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5689 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5690 and -lpthreads (everybody else).
5691 (test_startup): Fail gracefully if threads are not supported.
5692 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5693 "p/c array_index("abcdef",2)" when not gcc compiled.
5694 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5695 "print func2::coremaker_local" when not gcc compiled.
5696 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5697 "ptype on opaque struct tagname (statically)",
5698 "ptype on opaque struct tagname (dynamically) 1", and
5699 "ptype on opaque struct tagname (dynamically) 2"
5700 for not compiled with gcc.
5701 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5702 backtrace when compiled with gcc.
beb998c6 5703 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
5704 than always return success.
5705
5706Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5707
5708 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5709
5710Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5711
5712 * gdb.base/structs.exp: Undo last change.
5713
5714Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5715
5716 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5717 encapsulate all the steps/nexts done during self test, starting
5718 at main, and makes them less sensitive to optimization issues.
5719 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5720 signal handler" test.
5721 * gdb.threads/pthreads.exp: Only run this for native configs.
5722 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5723 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5724 tests.
5725 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5726 for "runto test_calls(void)" test.
beb998c6 5727
c906108c
SS
5728Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5729
5730 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5731 and don't expect address info in breakpoint confirmations.
5732
5733Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5734
5735 * gdb.base/list.exp (test_forward_search): Increase timeout
5736 temporarily by 60 seconds for searching extremely long line,
5737 and then reset to old value when done. Increase expect input
5738 buffer to 10000.
5739
5740Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5741
5742 * gdb.base/list.exp (test_forward_search): Fix to handle very
5743 long source line without overflowing expect's input buffer.
5744
5745Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5746
5747 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5748 "buffer_full".
5749
5750 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5751 "buffer_full".
5752
5753 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5754 "buffer_full".
5755
5756 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5757 "buffer_full".
5758
5759Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5760
5761 * configure.in (configdirs): Add gdb.threads.
5762 * configure: Regenerated with autoconf.
5763 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5764 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5765 * gdb.threads/configure: New, generated with autoconf.
beb998c6 5766
c906108c
SS
5767Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5768
5769 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5770
5771Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5772
5773 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5774 each signal's status in the output of "handle all print".
5775 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5776 the \r\n sequence that immediately precedes the gdb prompt.
5777 * gdb.base/a1-selftest.exp: Save original timeout and restore
5778 after test.
5779
5780Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5781
5782 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5783 symbol.
5784
5785Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5786
5787 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5788
5789Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5790
5791 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5792 timeout by 60 seconds.
5793
5794Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5795
5796 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5797 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5798 error return.
5799
5800Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5801
5802 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5803 gdb initialization, also report how long dejagnu waited. Restore
5804 old timeout before doing error return. Temporarily increase timeout
5805 by 3 minutes to allow for slow startups over heavy NFS use.
5806
5807Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5808
5809 * lib/gdb.exp: Report timeout value for verbosity level 2.
5810 * config/gdbserver.exp: Ditto.
5811 * config/hppro.exp: Ditto.
5812 * config/mips-gdb.exp: Ditto.
5813 * config/monitor.exp: Ditto.
5814 * config/netware.exp: Ditto.
5815 * config/sim-gdb.exp: Ditto.
5816 * config/slite-gdb.exp: Ditto.
5817 * config/udi-gdb.exp: Ditto.
5818 * config/unix-gdb.exp: Ditto.
5819 * config/vx-gdb.exp: Ditto.
5820 * gdb.base/a1-selftest.exp: Ditto.
5821 * gdb.base/a2-run.exp: Ditto.
5822 * gdb.base/break.exp: Ditto.
5823 * gdb.base/corefile.exp: Ditto.
5824 * gdb.base/list.exp: Ditto.
5825 * gdb.base/recurse.exp: Ditto.
5826 * gdb.base/scope.exp: Ditto.
5827 * gdb.base/signals.exp: Ditto.
5828
5829Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5830
5831 * gdb.threads/Makefile.in (docdir): Removed.
5832
5833Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5834
5835 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 5836 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 5837 @srcdir@.
beb998c6 5838 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
5839 autoconf 2.5 or higher.
5840 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5841
5842Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5843
5844 * configure: Regenerated.
5845 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5846 avoid name clashes with SunOS headers.
5847
5848Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5849
5850 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5851
5852Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5853
5854 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5855 prototype information ends up in the compiler info file.
5856
5857Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5858
5859 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5860 attempting to regenerate it. Eliminate use of a temporary file
5861 and just generate the info file directly. Source it immediately,
5862 for consistency of use.
5863 * gdb.base/corefile.exp: Ditto
5864 * gdb.base/exprs.exp: Ditto.
5865 * gdb.base/funcargs.exp: Ditto.
5866 * gdb.base/langs.exp: Ditto.
5867 * gdb.base/list.exp: Ditto.
5868 * gdb.base/mips_pro.exp: Ditto.
5869 * gdb.base/nodebug.exp: Ditto.
5870 * gdb.base/opaque.exp: Ditto.
5871 * gdb.base/ptype.exp: Ditto.
5872 * gdb.base/scope.exp: Ditto.
5873 * gdb.base/setvar.exp: Ditto.
5874 * gdb.base/signals.exp: Ditto.
5875 * gdb.base/whatis.exp: Ditto.
5876 * gdb.c++/templates.exp: Ditto.
5877 * gdb.c++/virtfunc.exp: Ditto.
5878 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5879 whether or not to add -lstdc++ to the compile command line args.
5880
5881Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5882
5883 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5884 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5885 Increase timeout, a lot of single stepping might be needed if the
5886 target has no hardware watchpoints.
5887
5888Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5889
5890 * gdb.base/break.exp: Ignore compiler warnings when compiling
5891 break.c.
5892 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5893 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5894 from remote-sim.
5895 * gdb.base/exprs.exp: Add h8300 xfails.
5896 * gdb.base/funcargs.exp: Likewise.
5897 * gdb.base/nodebug.exp: Likewise.
5898 * gdb.base/printcmds.exp: Likewise.
5899 * gdb.base/ptype.exp: Likewise.
5900 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5901 h8300 xfails.
beb998c6 5902 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
5903 on the h8300.
5904 * gdb.base/funcargs.c: Explicitly make last constant argument to
5905 call_after_alloca_subr an unsigned long type.
5906 * gdb.base/return.c: Include stdio.h.
5907
5908Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5909
5910 * config/abug.exp: New file for the older Motorola Bug monitor
5911 that runs on the mvme13x series VME boards.
5912 * config/monitor.exp: Use the new config array for target settings
5913 if they exist.
5914
5915Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5916
5917 * sim-gdb.exp: Make the SH simulator allocate less space when
5918 it is targeted.
5919
5920Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5921
5922 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5923 test.
5924
5925Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5926
5927 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5928 "rs6000-*-*" for "list function in include file" when gcc compiled.
5929 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5930 for "p ctable1[120]".
5931 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5932 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5933 Remove setup_xfail for "rs6000-*-*" for
5934 "print 'scope0.c'::filelocal before run".
5935 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
5936 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
5937 since some compilers don't allow both options to be given
5938 on the same command line. Create object file and move it.
beb998c6 5939
c906108c
SS
5940Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
5941
5942 * gdb.base/corefile.exp: Always regenerate the core file, since
5943 we always regenerate the coremaker program. Detect special case
5944 where registers cannot be read from core file.
beb998c6 5945
c906108c
SS
5946Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
5947
5948 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5949 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
5950 * gdb.c++/templates.exp: Only match on basename of file since
5951 some formats like xcoff don't encode directory information.
5952 * gdb.stabs/weird.exp: Use the right sed script for powerpc
5953 and rs6000 AIX xcoff targets.
5954 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
5955 * configure: Regenerate.
5956 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
5957 here, rather than in distclean.
beb998c6 5958
c906108c
SS
5959Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
5960
5961 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
5962 defined, and use it to compile the test case with -O2. The
5963 native compilation still uses no optimization.
5964 * gdb.base/mips_pro.c: Remove inline assembly code since
5965 it is compiled PIC by default, which results in assembler
5966 warnings that make the testsuite think the compilation
5967 was unsuccessful.
5968
5969Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
5970
5971 * gdb.c++/misc.exp: Add note to message for
5972 "print s.a for foo struct" that this is a known gcc 2.7.2
5973 and earlier bug.
5974
5975Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
5976
5977 * gdb.base/break.exp: Fix pattern for matching "Delete all
5978 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
5979 setup_xfail for deleting all breakpoints test. Fix various
5980 timeout messages to include "(timeout)".
5981 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
5982 for "p t_float_values2(3.14159,float_val2)".
5983 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
5984 for "continue to call2g" when gcc compiled.
5985 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
5986 "up to foo in langs.exp", "show language at foo in langs.exp",
5987 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
5988 and "show language at fsub in langs.exp".
5989 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
5990 "list line 1 in include file", "list message for lines past EOF",
5991 "list function in include file", "list list0.h:foo", and
5992 "list filename:function; nonexistant function".
5993 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
5994 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
5995 and "ptype t_char_array" to be for native cc only.
beb998c6 5996
c906108c
SS
5997Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
5998
beb998c6 5999 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
6000 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6001 "print func2::coremaker_local", and "backtrace in corefile.exp".
6002
6003Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6004
6005 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6006 "bt in signals.exp". This problem only appears when running
6007 the testsuite, and then only intermittently.
6008
6009Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6010
6011 * gdb.base/return.exp (return_tests): Differentiate between
6012 two tests of continuing.
6013
6014Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6015
6016 * */Makefile.in (maintainer-clean): Remove config.log.
6017 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6018 * gdb.c++/Makefile.in (PROGS): Add inherit.
6019 (clean): Remove *.ci.
6020
6021Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6022
6023 * gdb.c++/misc.cc: Add test code from Mike Stump.
6024 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6025
6026Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6027
6028 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6029 to "alpha-*-osf2*" and add comment.
6030 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6031 setup_xfail for "step over execarg initialization" and
6032 "step over corearg initialization".
6033 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6034 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6035 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6036 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6037 "print func2::coremaker_local", and "backtrace in corefile.exp".
6038 * gdb.base/signals.exp: Build and source signals.ci.
6039 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6040 to be for gcc only.
6041 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 6042
c906108c
SS
6043Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6044
6045 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6046 Feb 3 procfs.c change.
6047
6048Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6049
6050 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6051
6052Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6053
6054 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6055 from dejagnu's apparent default of 10 seconds, which gives random
6056 results when running the tests over NFS on moderately loaded systems.
6057 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6058
6059Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6060
6061 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6062 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6063 result reports.
6064
6065Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6066
6067 * configure.in (CY_AC_PATH_TCLH): Remove.
6068 * configure: Regenerate.
6069
6070Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6071
6072 * gdb.c++/Makefile.in (clean): Add missing '{'.
6073
6074Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6075
6076 * lib/gdb.exp: Provide a default value for noinferior.
6077
6078 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6079 Load libgloss.exp.
6080
6081Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6082
6083 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6084 the executable, not the .o to run the tests from.
6085
6086Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6087
6088 * gdb.base/break.exp: Don't test for program exit or exit status
6089 if $noresults if nonzero.
6090 * gdb.base/langs.exp: Likewise.
6091 * gdb.base/watchpoint.exp: Likewise.
6092
6093 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6094 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6095 trying to compile the testcase.
6096
6097Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6098
6099 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6100 * gdb.base/signals.exp (continue to handler): Likewise.
6101
6102Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6103
6104 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6105
6106 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6107
6108Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6109
6110 * gdb.base/corefile.exp: Recognize "not found" as failure
6111 when trying to determine if a core file was generated.
6112 If no core file was generate the first time, try again without
6113 the ulimit -c to work around braindamaged shells.
6114
6115Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6116
6117 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6118 [] tests with "test" and enclose string in quotes.
6119 * gdb.stabs/configure: Rebuild
beb998c6 6120
c906108c
SS
6121Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6122
6123 Changes in sync with expect:
6124 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6125 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6126 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6127 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6128 argument to AC_REQUIRE.
6129 * configure: Regenerated.
6130
6131Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6132
6133 * gdb.base/corefile.exp: When generating a core, discard any
6134 error messages about ulimit not found and the "core dumped"
6135 message from the shell that runs the coredumper.
6136
6137Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6138
6139 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6140
6141 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6142 which sed script to run. Expect failure for v_comb test
6143 on PA targets too.
beb998c6 6144
c906108c
SS
6145Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6146
6147 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6148 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6149
6150Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6151
6152 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6153 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6154 "sparc-sun-solaris*" xfails for "p v_comb".
6155 * lib/gdb.exp (default_gdb_start): Fix typo.
6156 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6157 messages to not include the full program name that caused
6158 the core dump since some systems (such as solaris) apparently
6159 truncate this path to about 80 characters.
6160 When generating a core file first try increasing the core file
6161 size limit to unlimited since some systems may default it to
6162 zero, and it is harmless to try it. Move the test for failing
6163 to generate a core file to where it will actually get executed.
6164 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6165 new gdb result from g++ debug info improvements and make old
6166 pattern obsolescent. Also account for size_t differences
6167 (may be int or long).
6168 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6169 initialization before function call is placed in the delay slot
6170 and thus appears to be skipped over by commands such as "next".
6171
6172Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6173
6174 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6175
6176Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6177
6178 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6179 input source file; fix code to compile test to deal with this
6180 convention.
6181 * gdb.c++/*.exp: Likewise.
6182
6183Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6184
6185 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6186 "bt in signals.exp".
6187
6188Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6189
6190 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6191 "step over execarg initialization" and
6192 "step over corearg initialization".
6193
6194Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6195
6196 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6197 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6198
6199Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6200
6201 From Rob Savoye (rob@poseidon.cygnus.com)
6202 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6203 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6204 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6205 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6206 configure.in}: Major reworking for autoconfig.
6207 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6208 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6209 New files.
6210 * config/unix-gdb.exp: Make GDB global.
6211 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6212 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6213 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6214 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6215 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6216 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6217 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6218 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6219 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6220 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6221 pr-8136.exp, result.exp, string.exp, tuples.exp},
6222 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6223 to returns as necessary, arrange for test to compile own testcase
6224 executable.
6225 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 6226
c906108c
SS
6227Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6228
6229 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6230 clear_xfail at end of test which might not call either pass or fail.
6231 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6232 "backtrace through signal handler".
6233
6234Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6235
6236 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6237 continuing from a job control stop signal.
6238 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6239
6240Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6241
6242 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6243 * gdb.base/corefile.exp: Likewise.
6244 * gdb.base/funcargs.exp: Likewise.
6245
6246Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6247
6248 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6249 * config/monitor.exp: Add support for setting baud rate.
6250
6251Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6252
6253 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6254 i*86-*-linux* xfails for "backtrace through signal handler".
6255 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6256 "print func2::coremaker_local".
6257 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6258 alpha-dec-osf2* xfail for
6259 "delete all breakpoints when none".
6260
6261Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6262
6263 * gdb.base/break.exp: Change test that deletes all breakpoints
6264 when no user breakpoints are installed. A post 4.15 change
6265 causes gdb to no longer prompt in this case.
6266
6267Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6268
6269 * gdb.base/return.exp (return_tests): Change xfail for test
6270 "correct value returned double test" to stop xfailing at
6271 Solaris 2.5. Apparently the bug has been fixed.
6272
6273Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6274
6275 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6276 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6277
6278Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6279
6280 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6281 * gdb.disasm/hppa.s: Corresponding changes.
6282
6283Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6284
6285 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6286 makefile fragment.
6287 * config/mt-hpux: Deleted.
6288
6289Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6290
beb998c6 6291 * Many files: When warning about suppressed tests due to a
c906108c
SS
6292 nonexistant test binary, avoid incrementing the warning count.
6293
6294Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6295
6296 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 6297
c906108c
SS
6298Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6299
6300 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6301 "sparc-*-solaris2*".
6302
6303Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6304
6305 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6306 Add global and local variables and initialize them.
6307 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6308 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6309 extracts the file name and terminating signal from the core file.
6310 * TODO: Remove note about tests for correct mapping of corefile.
6311 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6312 from optimizing it away.
6313 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6314 handles common blocks.
6315
6316Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6317
6318 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6319 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6320
6321Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6322
6323 * Makefile.in (maintainer-clean): New target, synonym for
6324 realclean.
6325 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6326 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6327 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6328 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6329 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6330 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6331
6332Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6333
6334 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6335 xfails when not gcc compiled for "print foo::funclocal".
6336 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6337 "print foo::funclocal at foo",
6338 "print 'scope1.c'::foo::funclocal at foo",
6339 "print foo::funclocal_bss at foo",
6340 "print 'scope1.c'::foo::funclocal_bss at foo",
6341 "print foo::funclocal_ro at foo",
6342 "print 'scope1.c'::foo::funclocal_ro at foo",
6343 "print bar::funclocal at foo" and
6344 "print 'scope1.c'::bar::funclocal at foo".
6345 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6346 gcc compiled for "print foo::funclocal at bar".
6347 Expand all messages to ensure that they identify that
6348 the test is at bar().
6349 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6350 gcc compiled for:
6351 "ptype on opaque struct pointer (statically)",
6352 "ptype on opaque struct tagname (statically)",
6353 "ptype on opaque struct pointer (dynamically) 1",
6354 "ptype on opaque struct tagname (dynamically) 1",
6355 "ptype on opaque struct pointer (dynamically) 2" and
6356 "ptype on opaque struct tagname (dynamically) 2
6357 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6358 gcc compiled for:
6359 "p datalocal"
6360 "whatis datalocal",
6361 "ptype datalocal",
6362 "p bsslocal",
6363 "whatis bsslocal", and
6364 "ptype bsslocal".
6365 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6366 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6367 when not gcc compiled.
6368 * gdb.base/funcargs.exp (float_and_integral_args): Add
6369 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6370 compiled.
6371 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6372 "backtrace from call6a" when not gcc compiled.
6373 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6374 "backtrace from call7a" when not gcc compiled.
6375 * gdb.base/callfuncs.exp (do_function_calls):
6376 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6377 "p t_char_array_values(char_array_val2,char_array_val1)",
6378 "p t_char_array_values(char_array_val1,char_array_val2)",
6379 "p t_char_array_values("carray 1","carray 2")",
6380 "p t_char_array_values("carray 1",char_array_val2)",
6381 "p t_char_array_values(char_array_val1,"carray 2")",
6382 "p sum_args(1,{2})",
6383 "p sum_args(2,{2,3})",
6384 "p sum_args(3,{2,3,4})",
6385 "p sum_args(4,{2,3,4,5})"
6386 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6387 "backtrace in corefile.exp" when not gcc compiled.
6388
6389Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6390
6391 * gdb.base/signals.exp: Rewrite `handle all print' test as
6392 a procedure. Accept blanks or TABs as whitespace, increase
6393 timeout and expect input buffer size for the large output
6394 from the command. Remove "i*86-*-bsdi2.0" xfail.
6395
6396Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6397
6398 * gdb.base/setvar.exp: Add new testcases for truncation when
6399 assigning invalid values to bitfields.
6400
6401Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6402
beb998c6 6403 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
6404 mips-sgi-irix* xfail for
6405 "call inferior func with struct - returns char *"
6406 and fix test so that an optional (unsigned char *) cast is
6407 accepted in the result.
6408
6409Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6410
6411 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6412 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6413 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6414 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6415 that accidentally got checked in.
6416
6417Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6418
beb998c6 6419 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6420 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6421 compiled test.
6422 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6423 Add mips-sgi-irix5* xfail for not gcc compiled.
6424 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6425 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6426 "p top", "whatis top", "p middle", and "whatis middle".
6427 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6428 "whatis signed char" for not gcc compiled.
6429 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6430 "set variable signed char=-1 (-1)" and
6431 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6432 * gdb.base/funcargs.exp (float_and_integral_args):
6433 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6434 Add mips-sgi-irix* xfail when not gcc compiled for
6435 "continue to call2b".
6436 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6437 "continue to call2g".
6438 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6439 "backtrace from call6a"
6440 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6441 "backtrace from call7k".
6442 Add mips-sgi-irix5* xfail when not gcc compiled for
6443 "backtrace from call7a".
6444 (localvars_after_alloca): Fix gdb_test cmds for
6445 "print * after runto ...".
6446 Remove rs6000-*-* xfails for
6447 "print i after runto localvars_after_alloca" and
6448 "print l after runto localvars_after_alloca"
6449 for all compilers.
6450 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6451 when not compiled with gcc, for:
6452 "print signed char == (minus)",
6453 "print signed char != (minus)",
6454 "print signed char < (minus)",
6455 "print signed char > (minus)".
6456 * gdb.base/callfuncs.exp (do_function_calls):
6457 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6458 "call inferior func with struct - returns char *".
beb998c6 6459 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6460 "correct value returned double test" to include Solaris 2.4.
6461 * gdb.base/funcargs.exp (float_and_integral_args):
6462 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6463
c906108c
SS
6464Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6465
6466 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6467 enumeration bitfields if compiling with GNU C.
6468 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6469 to empty' prompt.
6470
6471Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6472
6473 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6474 test for PRO targets.
6475
6476 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6477 breakpoints in the inferior at any given time by making
6478 two groups of breakpoints for call2*, call6* and call7*
6479 tests.
6480
6481Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6482
6483 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6484 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6485 from optimizing it away.
6486 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6487 "call inferior func with struct".
6488
6489Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6490
6491 * configure.in: Only configure gdb.chill for particular targets.
6492
6493Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6494
6495 * gdb.base/Makefile.in: Add action to .c.o transformation
6496 rule that generates a .ci file for each .o file and remove
6497 explicit .c.o rules except for callfuncs.o.
6498 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6499 generates a .ci file for each .o file and remove explicit
6500 .cc.o rules.
6501 (clean): Remove *.tmp *.ci files.
6502 (EXECUTABLES): Remove templ-info.exp.
6503 * gdb.base/compiler.c: New file.
6504 * gdb.c++/compiler.cc: New file
6505 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6506 Change rs6000-*-* xfail for
6507 "print 'scope0.c'::filelocal_ro" and
6508 "print 'scope1.c'::filelocal" and
6509 "print 'scope1.c'::filelocal_bss" and
6510 "print 'scope1.c'::filelocal_ro" and
6511 "print 'scope1.c'::foo::funclocal" and
6512 "print 'scope1.c'::foo::funclocal_ro" and
6513 "print 'scope1.c'::bar::funclocal" and
6514 "print 'scope0.c'::filelocal_ro" and
6515 "print 'scope1.c'::filelocal at foo" and
6516 "print 'scope1.c'::filelocal_bss at foo" and
6517 "print 'scope1.c'::filelocal_ro at foo" and
6518 "print 'scope1.c'::foo::funclocal at foo" and
6519 "print 'scope1.c'::foo::funclocal_bss at foo" and
6520 "print 'scope1.c'::foo::funclocal_ro at foo" and
6521 "print 'scope1.c'::bar::funclocal at foo" and
6522 "print 'scope0.c'::filelocal_ro" and
6523 "print 'scope1.c'::filelocal" and
6524 "print 'scope1.c'::filelocal_bss" and
6525 "print 'scope1.c'::filelocal_ro" and
6526 "print 'scope1.c'::foo::funclocal" and
6527 "print 'scope1.c'::foo::funclocal_bss" and
6528 "print 'scope1.c'::foo::funclocal_ro" and
6529 "print 'scope1.c'::bar::funclocal" and
6530 "print 'scope1.c'::bar::funclocal_bss"
6531 to only be xfail'd when not compiled with gcc.
beb998c6 6532 Add rs6000-*-* xfail for
c906108c
SS
6533 "print 'scope0.c'::filelocal_bss before run"
6534 when compiled with gcc.
6535 (test_at_main): Add rs6000-*-* xfail for
6536 "print filelocal_ro in test_at_main"
6537 when compiled with gcc.
6538 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6539 Add rs6000-*-aix* xfail for
c906108c
SS
6540 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6541 "ptype t_char_array", not compiled with gcc.
6542 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6543 xfail for "list foo (in include file)" when gcc compiled.
6544 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6545 (integral_args): Add rs6000-*-* xfail for
6546 "run to call0a" if not compiled with gcc.
6547 (unsigned_integral_args): Add rs6000-*-* xfail for
6548 "run to call1a" if not compiled with gcc.
6549 (float_and_integral_args): Add rs6000-*-* xfail for
6550 "run to call2a" if not compiled with gcc and for
6551 "continue to call2b" for any compiler.
6552 Add rs6000-*-* xfail to
6553 "print f1 after run to call2a" for gcc compiled.
6554 (discard_and_shuffle): Add rs6000-*-* xfail for
6555 "run to call6a".
6556 (shuffle_round_robin): Add rs6000-*-* xfail for
6557 "backtrace from call7a" if not compiled with gcc.
6558 Add rs6000-*-* xfail for
6559 "backtrace from call7b" if compiled with gcc.
6560 (call_after_alloca): Add rs6000-*-* xfail for
6561 "print c in call_after_alloca" and
6562 "print s in call_after_alloca" and
6563 "backtrace from call_after_alloca_subr"
6564 if not compiled with gcc.
6565 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6566 "print c in localvars_in_indirect_call" and
6567 "print c in localvars_in_indirect_call" and
6568 "backtrace in indirectly called function" and
6569 "stepping into indirectly called function"
6570 if not compiled with gcc.
6571 (localvars_after_alloca): Add rs6000-*-* xfail for
6572 "print c after runto localvars_after_alloca" and
6573 "print s after runto localvars_after_alloca" and
6574 "print i after runto localvars_after_alloca" and
6575 "print l after runto localvars_after_alloca"
6576 for all compilers.
6577 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6578 than whatis-info.exp.
6579 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6580 than opaque-info.exp.
6581 Setup rs6000-*-* xfail for
beb998c6 6582 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6583 "ptype on opaque struct pointer (dynamically)" when
6584 not compiled with gcc.
6585 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6586 rather than callf-info.exp.
6587 (do_function_calls): Add clear_xfail for rs6000-*-* for
6588 "p t_float_values2(3.14159,float_val2)". Seems to work
6589 fine there, both with xlc and gcc. Need to find out what
6590 it is doing right and fix other platforms.
6591 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6592 "call inferior func with struct - returns int",
6593 "call inferior func with struct - returns long",
6594 "call inferior func with struct - returns float",
6595 "call inferior func with struct - returns double",
6596 "call inferior func with struct - returns char *",
6597 but only if not gcc compiled (presumes xlc compiled).
6598 Change rs6000-*-* xfails for
6599 "call inferior func with struct - returns char" and
6600 " call inferior func with struct - returns short" to only
6601 xfail if not using gcc.
6602 (clean mostlyclean): Remove *.ci and *.tmp files.
6603 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6604 than templ-info.exp.
6605 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6606 Add rs6000-*-* xfail for "up to foo in langs.exp"
6607 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6608 when not gcc compiled.
beb998c6 6609
c906108c
SS
6610Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6611
6612 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6613 * gdb.base/corefile.exp: Likewise.
6614 * gdb.base/list.exp: Likewise.
6615 * gdb.base/scope.exp: Likewise.
6616 * gdb.base/siganls.exp: Likewise.
6617
6618 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6619 compiler output.
6620 * gdb.base/whatis.exp: Likewise.
6621
6622Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6623
6624 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6625 failure (opcode table has been fixed to match reality).
6626
6627Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6628
6629 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6630 "call inferior func with struct - returns char",
6631 "call inferior func with struct - returns short"
6632
6633 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6634 "print 'scope0.c'::filelocal at main",
6635 "print 'scope0.c'::filelocal_bss in test_at_main",
6636 "print 'scope0.c'::filelocal at foo",
6637 "print 'scope0.c'::filelocal_bss in test_at_foo",
6638 "print 'scope0.c'::filelocal at bar",
6639 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 6640
c906108c
SS
6641 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6642 in source file 1". This bug seems to have been fixed with both
6643 gcc and native cc (was native assembler bug?).
6644
6645Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6646
6647 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6648 "backtrace through signal handler" to "i*86-*-sysv4*".
6649 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6650 continue" case. Add "known SVR4 bug" to fail message.
6651 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6652 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6653 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6654 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6655 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6656 "up to foo in langs.exp", "show language at foo in
6657 langs.exp", "up to cppsub_ in langs.exp", "show
6658 language at cppsub_ in langs.exp", "up to fsub in
6659 langs.exp", and "show language at fsub in langs.exp".
6660 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6661 "bactrace in corefile.exp".
6662 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6663 "call inferior function with struct - returns float" and
6664 "call inferior function with struct - returns double".
beb998c6 6665
c906108c
SS
6666Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6667
6668 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6669 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6670 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6671 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6672
6673Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6674
6675 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6676 (or overriden) "CHILL" macro rather then bare "gcc".
6677 Also look for ../../gcc/xgcc since that is what we will
6678 actually need, not "Makefile". Remove following assignment
6679 of CHILL to CHILL_FOR_TARGET because that results in
6680 recursive definition.
6681
6682Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6683
6684 * gdb.base/corefile.exp: Change xfail for backtrace in
6685 corefile.exp from linuxaout to all linux.
6686 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6687 cases where we miss the breakpoint at the signal handler
6688 for some reason. Setup xfail for linuxoldld/linuxaout and
6689 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6690 hitting SIGURG breakpoint.
6691 * gdb.base/signals.exp: Setup xfail for "next" acting like
6692 continue to add linuxoldld. Setup xfail for all linux for
6693 "next to handler in signals_tests_1", "backtrace in
6694 signals_tests_1", "continue to func1", "pass SIGUSR1",
6695 and continue to handler".
6696
6697Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6698
6699 * Update all FSF addresses except those in COPYING* files.
6700
6701Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6702
6703 * gdb.base/a2-run.exp: Change messages to be more explicit about
6704 the status of args, and quote binfile in results.
6705
6706Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6707
6708 * gdb.base/callfuncs.exp: Add tests for passing structs to
6709 inferior functions and return various types.
6710 * gdb.base/callfuncs.c: Add functions to receive a struct
6711 and return a member of the struct, in various types.
6712
6713Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6714
6715 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6716
6717Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6718
6719 * config/vxworks29k.exp: New file, sources vxworks.exp.
6720
6721Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6722
6723 * config/gdbremote.exp: New file. Testing framework using
6724 gdbserver.
6725
6726Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6727
6728 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6729 "call function when asleep" and "send end of file".
6730 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6731 for "backtrace in corefile.exp".
6732 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6733 for "backtrace through signal handler".
6734 * gdb.base/corefile.exp: Make sure we actually generate a core file
6735 before trying the core tests. Some systems allow the user to suppress
6736 generation of core files and default to that (linux for example).
6737 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6738 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6739
6740Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6741
6742 * gdb.threads: New directory with some crude multi-threaded
6743 gdb tests (step.exp and step2.exp).
6744 * config/mt-lynx (STEP_EXECUTABLE): Define.
6745 (THREADFLAGS): Define.
6746
6747Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6748
6749 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6750
6751 * gdb.base/signals.exp: Disable whole file for lynx until
6752 further notice.
6753
6754 * gdb.base/signals.exp: xfail test where "next" acts like
6755 "continue" for lynx.
6756
6757 * gdb.base/interrupt.exp: xfail test for calling function while
6758 inferior is asleep for lynx.
6759
6760 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6761 than one cr-lf after each command.
6762
6763Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6764
6765 * configure.in: Reinstate setting of stabsdirs variable, fix
6766 typo in setting up configdirs for native builds.
6767
6768 * gdb.base/return.exp: Fix typo in return double test.
6769 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6770 compiler from optimizing them away.
6771
6772Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6773
6774 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6775 sequences to be echo'd by gdb when using gdb_test.
6776 * gdb.chill/chexp.exp: Likewise.
6777 * gdb.fortran/exprs.exp: Likewise
6778
6779Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6780
6781 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6782 after the inferior gdb has started.
6783
6784 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6785 after each command.
6786 * gdb.base/funcargs.exp: Likewise.
6787 * gdb.base/gdbvars.exp: Likewise.
6788 * gdb.base/interrupt.exp: Likewise.
6789 * gdb.base/list.exp: Likewise.
6790 * gdb.base/watchpoint.exp: Likewise.
6791 * gdb.c++/demangle.exp: Likewise.
6792 * gdb.c++/inherit.exp: Likewise.
6793 * gdb.chill/chexp.exp: Likewise.
6794 * gdb.fortran/exprs.exp: Likewise.
6795
6796 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6797 test if we can't handle IO to/from the inferior.
6798
6799 * gdb.c++/misc.exp: Always check for a program already being
6800 started after sending a "run" command to gdb.
6801
6802 * gdb.base/twice.exp: Start with a fresh gdb.
6803
6804 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6805 only depend on gdb's expression code, not the chill runtime.
6806
6807 * gdb.base/return.c: Put return values into variables so we
6808 can have gdb print them rather than depending on the program
6809 to print them.
6810 * gdb.base/return.exp: Corresponding changes.
6811
6812 * lib/gdb.exp: Provide default value for noinferiorio.
6813 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6814 the inferior.
6815
6816 * gdb.base/break.exp: Always check for a program already being
6817 started after sending a "run" command to gdb.
6818 (text_next_with_recursion): Don't check the output from the
6819 program's printf statement. Instead just make sure the program
6820 exited.
6821
6822 * gdb.base/commands.exp: Protect tests which need arguments with
6823 $noargs conditionals.
6824
6825Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6826
6827 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6828 of structure member arrays to match gdb/valops.c:value_addr change.
6829
6830Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6831
6832 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6833 cases.
6834
6835Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6836
6837 * configure.in (configdirs): Remove gdb.chill from default list
6838 of subdirs and then add it back in only if doing a native build.
6839 The current chill compiler does not yet work in any cross build.
6840 * Revert all signal changes from Jul 6.
6841 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6842 for sh-hms targets, allowing these tests to link, with no other
6843 changes. Testing is suppressed by setting "nosignals" in site.exp.
6844
6845Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6846
6847 * configure.in (signaldirs): Define and add to configdirs for all
6848 targets except some specific ones that are known to not support signals.
6849 Also clean up formatting.
6850 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6851 (signals, sigall): Remove rules to build.
6852 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6853 Moved to new gdb.signals directory.
6854 * gdb.signals: New test directory.
6855 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6856 signals.c signals.exp}: New or moved files.
6857
6858Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6859
6860 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6861
6862Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6863
6864 * gdb.base/return.exp: Xfail `return double' test failure
6865 on at least Solaris 2.3 and handle future/past versions on
6866 a case by case basis as appropriate. Also update message
6867 to include i*86 failures.
6868
6869Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6870
6871 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6872
6873 * lib/gdb.exp: Fix comment which erroneously identified
6874 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6875 gdb_file_cmd not gdb_load).
6876 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6877
6878 * gdb.base/setvar.exp: Make test names consistent between pass and
6879 fail cases. Use gdb_test more.
6880
6881Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6882
6883 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6884
6885Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6886
6887 * gdb.base/help.exp: Fix expected help string for `show commands'.
6888
6889Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6890
6891 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6892
6893 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6894 of a text section.
6895
6896Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6897
6898 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6899 that loop eventually terminates. Fix Connection refused logic so
6900 that testsuite will expire nicely.
6901
6902Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6903
6904 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6905 config/rom68k.exp: New tcl glue for the appropriate monitors.
6906 These all just end up calling monitor.exp.
6907 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6908 refused' by retrying. Cleanup some timeout issues.
6909 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6910 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6911 callers don't have to set/restore global timeout variable.
6912
6913 * The following set of changes centralizes management of the global
6914 timeout variable. This way, it can be set in one target dependent
6915 place instead of dozens of places scattered throughout the test suite.
6916 If you need to lengthen a timeout, then you should either set timeout
6917 in one of the config/{target}.exp files, or multiply it by a factor.
6918 Setting it to an absolute value is always going to lose for some
6919 targets.
6920 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6921 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6922 * gdb.base/funcargs.exp: Don't set timeout.
6923 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6924 * gdb.base/printcmds.exp (test_print_string_constants
6925 test_print_array_constants): Don't set timeout.
6926 * gdb.base/ptype.exp: Don't set timeout.
6927 * gdb.base/recurse.exp: Don't set timeout.
6928 * gdb.base/return.exp: Don't set timeout.
6929 * gdb.base/watchpoint.exp: Don't set timeout.
6930 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6931 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6932
6933Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6934
6935 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
6936
6937Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6938
6939 * lib/gdb.exp: Disable chill tests for irix5.
6940
6941Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6942
6943 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
6944 each test pass or fail.
6945
6946Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6947
6948 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
6949 xlc not gcc.
6950
6951Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
6952
6953 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
6954
6955Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
6956
6957 * config/est.exp: Fix copyright and comments. Remove dead code.
6958 Use targetname, serialport and baud variables instead of fixed
6959 constants.
6960 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
6961 * config/cpu32bug.exp: New file to support cpu32bug monitors.
6962
6963Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6964
6965 * gdb.base/watchpoint.exp: Don't run
6966 test_watchpoint_triggered_in_syscall for sunos.
6967
6968Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6969
6970 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
6971 they don't seem to exist. Do include stdio.h.
6972
6973Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6974
6975 * gdb.base/a1-selftest.exp: Add alpha xfail.
6976
6977Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6978
6979 * gdb.base/watchpoint.c (main): Prompt before calling read().
6980 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
6981 Revise accordingly. Remove cruft about sending "123" several
6982 times, until it gets noticed. Clean up the "print buf[0]" stuff
6983 so that it passes or fails, and waits for prompts in the usual way.
6984
6985Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6986
6987 * gdb.base/recurse.exp: Fix comment.
6988
6989 * TODO: Remove item about printing variables in nodebug.exp. Add
6990 item about enabling tests which are only run on some targets.
6991
6992 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
6993 fail, make test names unique, use new gdb_test convention
6994 regarding pattern, use gdb_test more, etc.).
6995
6996 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
6997 fail, make test names unique, etc.).
6998
6999Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7000
7001 * gdb.base/nodebug.c: Change return type of top and middle to
7002 short.
7003 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7004 are fixed by the recent mdebugread.c changes. Allow `short ()'
7005 as type for top and middle.
7006
7007Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7008
7009 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7010 nearly as I can tell, the whole thing was an accident in Stu's
7011 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7012 to replace a send/expect pair with gdb_test, but ended up only
7013 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7014 of 30 Mar 1995 took care of it, but left this vestigial comment
7015 which I am now nuking.
7016
7017Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7018
7019 * gdb.base/break.exp: Look for different line number for
7020 breakpoint at main depending on usestubs.
7021
7022Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7023
7024 * gdb.base/list.exp: Adjust some alternate expect patterns to
7025 match recent list0.c change. Add alternate expect pattern for
7026 output from `list default lines around main' for optimizing
7027 compilers.
7028
7029Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7030
7031 * lib/gdb.exp: If nosignals is not set, set it to 0.
7032
7033Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7034
7035 * config/slite-gdb.exp: Responds to load symbol table prompt.
7036 * gdb.base/break.exp: Adjust line number, fix rerun.
7037 * gdb.base/langs0.c: Add #ifdef usestubs.
7038
7039Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7040
7041 * gdb.base/list.exp: Adjust line contents after adding new lines in
7042 list0.c. Also fix a syntax error.
7043
7044 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7045 * gdb.base/break.exp: ditto.
7046 * gdb.base/list.exp: ditto.
7047 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7048 * gdb.base/run.c: ditto.
7049 * gdb.base/list0.c: ditto.
7050 * gdb.base/funcargs.c: ditto.
7051
7052Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7053
7054 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7055 $targetname, $serialport and $baud instead of hardwired variables.
7056 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7057 target doesn't support signals.
7058
7059Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7060
7061 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7062
7063Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7064
7065 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7066 Don't rely on the value of an auto variable before it has been
7067 initialized. Use gdb_test more.
7068
7069Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7070
7071 * lib/gdb.exp (default_gdb_version): A version number must start
7072 with a digit, but other than that contains all characters up to
7073 the first whitespace character.
7074
7075Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7076
7077 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7078
7079Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7080
7081 * gdb.c++/*.exp: Warn if executable does not exist. The original
7082 reason for skipping the warning was that configure.in sometimes
7083 intentionally skipped building the executables but the tcl code
7084 had no way of knowing. That (a) was always bogus with respect to
7085 error handling, (b) is no longer true (right now there is no way
7086 to skip C++ tests).
7087
7088 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7089
7090Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7091
7092 * gdb.base/list.exp: Add expect patterns for output from
7093 SunPRO compiled executables.
7094 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7095 types.
7096
7097Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7098
7099 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7100 number (we are already testing that the correct source line text
7101 gets printed).
7102
7103 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7104 that is what is intended, but something needed to be done to get
7105 sunos4 native working again.
7106
7107 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7108
7109 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7110 apparently went with a (very) old xfail.
7111
7112Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7113
7114 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7115 runto_main is a proc in gdb.exp that will do 'step' for target use
7116 stubs.
7117 * gdb.base/exprs.exp: ditto.
7118 * gdb.base/interrupt.exp: ditto.
7119 * gdb.base/opaque.exp: ditto.
7120 * gdb.base/printcmds.exp: ditto.
7121 * gdb.base/ptype.exp: ditto.
7122 * gdb.base/scope.exp: ditto.
7123 * gdb.base/setvar.exp: ditto.
7124 * gdb.base/signals.exp: ditto.
7125 * gdb.base/twice.exp: ditto.
7126 * gdb.c++/classes.exp: ditto.
7127 * gdb.c++/inherit.exp: ditto.
7128 * gdb.c++/templates.exp: ditto.
7129 * gdb.base/break.exp: no run and hit main for stubs. Change line
7130 numbers for breakpoints and info breakpoint.
7131 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7132 breakpoint().
7133 * gdb.base/callfuncs.c: ditto.
7134 * gdb.base/exprs: ditto.
7135 * gdb.base/interrupt.c: ditto.
7136 * gdb.base/opaque0.c: ditto.
7137 * gdb.base/printcmds.c: ditto.
7138 * gdb.base/ptype.c: ditto.
7139 * gdb.base/scope0.c: ditto.
7140 * gdb.base/setvar.c: ditto.
7141 * gdb.base/signals.c: ditto.
7142 * gdb.base/twice.c: ditto.
7143 * gdb.c++/misc.cc: ditto.
7144 * gdb.c++/templates.cc: ditto.
7145
7146Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7147
7148 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7149
7150 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7151 somewhere between `read' and `main.c'. I'm pretty sure the
7152 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7153 and it isn't particularly useful.
7154
7155 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7156
7157Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7158
7159 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7160
7161Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7162
7163 * config/mt-slite: add LIBS and -nostdlib.
7164 * config/slite-gdb.exp: add this new file to support sparclite target.
7165
7166Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7167
7168 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7169
7170 * gdb.base/a2-run.exp: Change argument to istarget from
7171 "*-*-vxworks" to "*-*-vxworks*".
7172 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7173
7174Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7175
7176 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7177 will not runto main but do a 'step' to step out of breakpoint().
7178 * config/mt-slite: add -Dusestubs.
7179
7180Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7181
7182 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7183 instead of just @.
7184
7185 * gdb.base/signals.exp: Add test for "handle all print".
7186 * TODO: Remove "handle all print". Also remove item about
7187 checking copyright date (I don't like the idea of a spurious FAIL
7188 based on when we run the tests).
7189
7190 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7191 for SunOS4 (reason for failure not investigated). Remove
7192 redundant test for $binfile.
7193
7194 * gdb.base/nodebug.c (array_index): Call malloc.
7195
7196 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7197
7198Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7199
7200 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7201 conventions and slightly simplify the matching regexp.
7202
7203Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7204
7205 * gdb.base/break.exp: Update gdb_test invocation to use new
7206 convention.
7207
7208 * lib/gdb.exp: If noargs is not set, set it to 0.
7209
7210 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7211 tests unique.
7212
7213 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7214
7215Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7216
7217 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7218 one argument of type "<non-float parameter>".
7219
7220Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7221
7222 * config/rom68k.exp: New file to support Motorola IDP board.
7223 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7224 * gdb.base/break.c: Change things around so that this program
7225 doesn't depend upon args. This is necessary to make remote
7226 targets work (in general, they can't take args).
7227 * gdb.base/break.exp: Don't try to send args to program. Don't
7228 expect output. Also, replace lots of code with gdb_test.
7229
7230Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7231
7232 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7233 printing of '\'' (which is what the comment says we are testing,
7234 even though we were not), not '''.
7235 (test_integer_literals_rejected): Test that printing ''' is an error.
7236
7237 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7238 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7239 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7240 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7241 Use gdb_test not test_print_accept.
7242 * lib/gdb.exp: Remove test_print_accept.
7243
7244 * gdb.base/signals.exp (signal_tests_1): Make pass message
7245 consistent with fail message.
7246
7247 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7248 unsigned char; the bug (PR 1821) is fixed.
7249
7250 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7251
7252 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7253 successful tests--makes xfailing them work right.
7254
7255Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7256
7257 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7258 only \r\n, not .*. The test can pass .* as the last thing in
7259 $pattern if that is what it wants. In addition to providing this
7260 flexibility, this change should speed up pattern matching in cases
7261 where the pattern already ended with .* (there were a number of
7262 them). This change also helps catch bad patterns--in the old
7263 scheme the typo "char \*" instead of "char \\*" would pass. Now
7264 it is caught.
7265 * Many .exp files: Update callers.
7266
7267 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7268 clearer and does not spuriously match multiple ('s. Likewise for
7269 ) and *.
7270
7271 * gdb.base/nodebug.exp: Test ability to call a function and pass
7272 it a string (even with no debugging info).
7273
7274 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7275 "p '\'", which is the same as "p ''" once tcl gets done with
7276 quoting, to "p '\\'", which I suspect is what is intended (one
7277 backslash gets sent to GDB).
7278
7279 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7280
7281Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7282
7283 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7284 1817) was fixed literally years ago.
7285
7286Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7287
7288 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7289 test, it causes stepping out of call_after_alloca_subr with
7290 optimizing compilers.
7291 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7292 fails.
7293
7294 * gdb.c++/templates.exp: Source templ-info.exp only if
7295 the templates executable exists.
7296
7297 * gdb.c++/misc.cc (class Contains_static_instance,
7298 class Contains_nested_static_instance),
7299 gdb.c++/classes.exp (test_static_members): Test printing of
7300 a class that contains a static instance of the class.
7301
7302Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7303
7304 * gdb.base/langs2.c (cppsub_): Don't prototype.
7305 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7306 only, I believe).
7307
7308Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7309
7310 * lib/gdb.exp (skip_chill_tests): New procedure.
7311
7312 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7313
7314Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7315
7316 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7317 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7318
7319Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7320
7321 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7322
7323 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7324 disassemble 8, not 16, instructions for part 4.
7325
7326 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7327 support the latter anymore.
7328
7329 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7330 -DNO_PROTOTYPES.
7331 * gdb.base/callfuncs.c: Control use of prototypes based on
7332 NO_PROTOTYPES, not __STDC__.
7333 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7334 t_float_values2 tests if prototypes in use.
7335
7336 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7337 t_double_values): When checking differences against DELTA, check
7338 that difference is within the range (-DELTA,DELTA), not just
7339 (-infinity,DELTA).
7340
7341Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7342
7343 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7344 'file' command firts, then 'target', then 'load', this is due to gdb
7345 target set up.
7346 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7347
7348Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7349
7350 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7351 FP load/store variants.
7352 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7353
7354Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7355
7356 * gdb.base/term.exp: Do not give a warning if not native, it is
7357 not an abnormal condition.
7358
7359Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7360
7361 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7362 t_char_array".
7363
7364Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7365
7366 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7367 are getting the version number.
7368
7369 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7370 if not native, it is not an abnormal condition.
7371
7372Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7373
7374 * lib/gdb.exp: Just use "file exists", rather than undocumented
7375 dejagnu procedure "findfile".
7376
7377Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7378
7379 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7380 (LDFLAGS): Set to -Xlinker -Ur.
7381
7382 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7383 Removed, these values are set by lib/gdb.exp.
7384
7385 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7386
7387Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7388
7389 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7390 of replicating gdb startup code.
7391
7392 * config/mt-vxworks (LDFLAGS): Set to -r.
7393 (CFLAGS_FOR_TARGET): Removed.
7394
7395 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7396 (gdb) and gdb for vxworks uses (vxgdb).
7397
7398 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7399 executable is not in the tree and host != target, use sed and
7400 program_transform_name to determine the gdb name used by the
7401 target.
7402
7403 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7404 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7405
7406Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7407
7408 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7409 floats, chars, and shorts where there are ANSI-style function
7410 definitions.
7411
7412 * gdb.base/langs.exp, gdb.base/langs*: New test.
7413 * gdb.base/Makefile.in: Build it.
7414 * TODO: Remove item about checking that C names don't get C++
7415 demangling applied; this test tests it.
7416
7417Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7418
7419 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7420 went with the const70 xfail. The xfail went away a year ago.
7421
7422 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7423
7424 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7425 for hp300.
7426
7427 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7428
7429 * gdb.base/a1-selftest.exp: Don't run on hp300.
7430
7431Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7432
7433 * Makefile.in (site.exp): Set host_alias and target_alias as well
7434 as host_triplet and target_triplet.
7435
7436Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7437
7438 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7439
7440 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7441 places as other ecoff systems).
7442
7443 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7444 ultrix.
7445
7446Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7447
7448 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7449 remove them.
7450 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7451 variable and "variable" in addition to "data variable".
7452 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7453
7454 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7455 2.
7456 * gdb.base/list1.c (long_line): Add additional statement at start
7457 of function.
7458 * gdb.base/list.exp (test_forward_search): Update line number to
7459 reflect new statement.
7460
7461Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7462
7463 * gdb.base/signals.exp: Reinitialize searched source directories
7464 after gdb_start call.
7465
7466Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7467
7468 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7469 * gdb.stabs/Makefile.in: Likewise.
7470
7471 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7472 change. Instead split the tests into smaller pieces.
7473 * gdb.disasm/hppa.s: Corresponding changes.
7474
7475Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7476
7477 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7478 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7479
7480 * gdb.base/funcargs.exp: Modify many tests so that every test
7481 either passes or fails. Make some test names unique.
7482
7483Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7484
7485 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7486 Call stty to set interrupt character.
7487
7488 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7489 for HP assembler versus GNU assembler based on actual behavior of
7490 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7491
7492 * TODO: Suggest a few more stepping tests.
7493
7494Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7495
7496 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7497 restart GDB for h8300 after a continue.
7498 (return): Add pattern to match a29k-udi behavior.
7499 * gdb.base/nodebug.exp: Remove obsolete comment.
7500 * gdb.base/regs.exp: New file, testing of register displays.
7501 * gdb.base/return.exp: Fix typo in reference to $objdir.
7502 * gdb.base/whatis.exp: Always start with a fresh GDB.
7503
7504Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7505
7506 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7507 higher, these tests generate a lot of output.
7508
7509Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7510
7511 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7512 code following the catch silently ignored some errors; without the
7513 catch they should be thrown like any other tcl error. Also, the
7514 catch used "" instead of {} which meant all the callers who wanted
7515 to include one of the characters "[]$ had to quote it an extra time.
7516 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7517 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7518 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7519 Remove extra quoting.
7520
7521Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7522
7523 * gdb.base/commands.exp: Make test names unique; every test either
7524 passes or fails. Update some comments.
7525
7526 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7527
7528Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7529
7530 The following fixes a FAIL caused by the fact that the alpha stabs
7531 configuration didn't use the ".if alpha" code in weird.def.
7532 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7533 bit pointer, so the 32 bit version works even on the alpha.
7534 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7535 Remove the stuff which allowed us to have separate versions for
7536 alpha and everything else.
7537
7538 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7539 regexp which "info func operator\[\](" is supposed to match. Fix
7540 string to send to GDB. Note that GDB still doesn't work right. Add a
7541 new test for "info func .perator\[\](" which GDB does handle correctly.
7542
7543 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7544
7545Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7546
7547 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7548 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7549 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7550 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7551 it makes the tests harder to understand and confuses test-o-matic.
7552 The preferred style is that each test provides a PASS or a FAIL,
7553 and has a unique message (e.g. "continue #54" not just "continue")
7554 which is the same for the pass and the fail.
7555 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7556 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7557 to lib/gdb.exp.
7558 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7559 prt_accept which was basically the same thing. Likewise for
7560 test_print_reject and prt_reject.
7561 * lib/gdb.exp (test_print_reject): Add some more error message
7562 patterns to match from the former printcmds.exp (prt_reject).
7563 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7564 One defect of the passcount stuff is that some of it failed to
7565 report XPASS where appropriate.
7566 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7567 stuff before and after arg in expected pattern.
7568 (test_paddr_operator_functions): Re-do test without print_addr_of;
7569 this is the only test which seems to want extra stuff there.
7570
7571Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7572
7573 * gdb.base/nodebug.exp: Update new tests to reflect improved
7574 wording of gdb output.
7575
7576 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7577 and "ptype" work on variables in files compiled without -g.
7578 Replaces commented out "maint print msymbol" tests.
7579
7580Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7581
7582 * gdb.base/setvar.c (dummy): Call malloc.
7583
7584 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7585 losing with the irix4 sed.
7586
7587 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7588 ALRM" on irix4.
7589
7590Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7591
7592 * TODO: Remove items about corefile.exp testing new exec-file and
7593 backtrace; both are now done. Add items about printing enums.
7594
7595Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7596
7597 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7598 "get signal $thissig" test fails.
7599
7600 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7601
7602Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7603
7604 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7605 compiler warning with dec alpha compiler.
7606
7607 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7608 extra \n from gdb_test call (this explains why the prompt test
7609 that I removed yesterday was there).
7610 (user_defined_command_test): Remove extra \n and prompt test.
7611
7612 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7613 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7614 doesn't exist.
7615 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7616 Also remove alpha workaround, which turns out to be because
7617 SIGABRT == SIGLOST.
7618
7619 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7620
7621 * gdb.base/help.exp: Don't test "help show".
7622
7623Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7624
7625 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7626 "set print address" is on.
7627 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7628 pass prompt to gdb_test; gdb_test already looks for the prompt.
7629
7630 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7631
7632 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7633 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7634 was to make sure that gdb can read a core file. But (a) the "read
7635 the corefile" part didn't make it to a1-selftest.exp, we just
7636 delete the corefile after creating it, and (b) we test reading
7637 corefiles in corefile.exp anyway. Also, this test left around a
7638 xgdb process on Solaris.
7639
7640 * gdb.base/corefile.exp: Also test backtrace.
7641
7642Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7643
7644 * gdb.base/commands.exp: Test a simple user defined command with
7645 arguments and if/while statements; verify the full user command is
7646 printed by "show user".
7647
7648 * gdb.base/commands.exp: Test if/while commands as part of a
7649 breakpoint command list; verify they appear in breakpoint
7650 information.
7651
7652Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7653
7654 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7655 than by dividing by zero.
7656
7657Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7658
7659 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7660 performing an inferior call with watchpoints enabled.
7661 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7662 call.
7663
7664Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7665
7666 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7667 of "file" command.
7668
7669 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7670 Add additional pattern for when "int operator int(void);" appears
7671 in a different order.
7672
7673Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7674
7675 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7676
7677 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7678 and "signal" with ".*".
7679
7680Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7681
7682 * TODO: Add note about "handle all nostop".
7683
7684 * gdb.base/{sigall.c, sigall.exp}: New test.
7685 * gdb.base/Makefile.in: Add it.
7686
7687Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7688
7689 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7690 when invoking GDB, suppresses any windowing interface.
7691
7692Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7693
7694 * config/sim-gdb: New file, simulator testing support.
7695
7696Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7697
7698 * gdb.base/interrupt.exp: Test calling func1 twice.
7699
7700Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7701
7702 * gdb.base/list.exp (test_forward_search): Set timeout higher
7703 when we'll be getting lots of output from gdb.
7704
7705 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7706 "init_malloc" to after the expect statement. Run it if that
7707 regexp is taken, but also for two others which happen if source
7708 cannot be found.
7709
7710Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7711
7712 * gdb.base/printcmds.exp: New test, for printing register before
7713 program is running.
7714
7715Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7716
7717 * gdb.base/list.exp: Correct some alternate expect patterns
7718 to reflect changes in list1.c.
7719
7720Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7721
7722 * TODO: Add item regarding large frames.
7723
7724 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7725
7726 * TODO: Remove item about enabling return.exp; it
7727 is enabled. Suggest a few more "return" tests.
7728
7729Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7730
7731 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7732 anonymous unions.
7733
7734Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7735
7736 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7737 and pr-5646.o, so "make" is the same as "make all", not "make
7738 pr-4975.o".
7739
7740Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7741
7742 * gdb.base/list.exp: Adjust expectations to reflect changes in
7743 list1.c.
7744 (test_forward_search): New test proc.
7745 * gdb.base/list1.c (long_line): New function, has long source line.
7746
7747Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7748
7749 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7750 additional line of code that was added.
7751
7752Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7753
7754 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7755 tests so as not to overflow expect's input buffers.
7756 * gdb.disasm/hppa.exp: Corresponding changes.
7757
7758Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7759
7760 Beginnings of template debugging tests.
7761 * gdb.c++/templ-info.cc: New file to test for template
7762 debugging capability of the compiler.
7763 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7764 templ-info.cc.
7765 * gdb.c++/templates.cc: Add explicit template instantiations
7766 to enable compiling with -fno-implicit-templates. Add destructor
7767 and 'value' method to T5 class for template tests.
7768 * gdb.c++/templates.exp: Add testcases for printing of template
7769 types, setting breakpoints on template methods and calling a
beb998c6 7770 template method.
c906108c
SS
7771
7772Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7773
7774 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7775 branch target since some assemblers (gas-2.5) may emit a
7776 relocation for the branch instead of resolving it in the
7777 assembler.
7778
7779Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7780
7781 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7782 through signal handler.
7783
7784Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7785
7786 * configure.in (*-*-netware): Use config/mt-netware.
7787
7788 * config/mt-netware: New file.
7789 * config/mt-i386-netware: Removed, separate configs for different
7790 netware architectures are no longer needed now that we have
7791 --with-headers.
7792
7793Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7794
7795 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7796 by the recent changes to use ANSI C arithmetic conversions.
7797
7798Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7799
7800 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7801 bug involving using inferior_pid to figure out whether to select a
7802 frame.
7803
7804Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7805
7806 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7807 match the current disassembler output.
7808
7809Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7810
7811 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7812 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7813 types, expect "int" as type of integer values (for now).
7814
7815Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7816
7817 * gdb.base/commands.exp: New tests for if/while commands.
7818
7819Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7820
7821 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7822 by .*, since hex values have different syntax in Chill mode.
7823
7824Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7825
7826 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7827 linefeed from expect pattern for repeated types with indices > 9.
7828
7829Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7830
7831 First part of Fortran test suite.
7832 * gdb.fortran: New directory.
7833 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7834
7835Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7836
7837 * gdb.base/default.exp: Update expect pattern for load command
7838 without arguments.
7839
7840Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7841
7842 * configure.in: Change i386 to i[345]86.
7843 * gdb.base/configure.in: Likewise.
7844 * gdb.c++/configure.in: Likewise.
7845 * gdb.chill/configure.in: Likewise.
7846
7847Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7848
7849 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7850 patterns, since that is not a valid context for comments.
7851
7852Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7853
7854 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7855 repeated types and repeated types with indices > 9.
7856
7857Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7858
7859 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7860 2417; old bug has been fixed.
7861
7862Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7863
7864 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7865 send the newline ourselves instead of assuming gdb_test will do
7866 so when passed an empty input string.
7867
7868 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7869 stabs testcode.
7870
7871Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7872
7873 * lib/gdb.exp (gdb_test): Don't send anything if the first
7874 argument is an empty string. This makes cases where we want to
7875 match output that is already in expect's buffers (for example,
7876 matching a breakpoint after gdb_run_cmd has been called) work
7877 reliably.
7878
7879Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7880
7881 * config/netware.exp: New file.
7882
7883Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7884
7885 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7886 the -B and -L prefixes so we can find the debugging stub.
7887
7888 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7889 there and we are using the gcc from the tree.
7890
7891 * gdb.base/types.c: Removed.
7892
7893 * gdb.base/configure.in: Look for makefile fragments in ../config.
7894 Recognize i386-*-netware.
7895 * gdb.c++/configure.in: Likewise.
7896
7897Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7898
7899 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7900 the correct TCL syntax.
7901
7902Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7903
7904 * gdb.base/opaque.exp: use runto instead of messing around with
7905 breakpoints. Simplify by using gdb_test.
7906
7907 * gdb.base/bitfields.exp: restart between tests on netware targets
7908 because breakpoints aren't relocated after target death. Run
7909 processes to completion.
7910
7911 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7912
7913Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7914
7915 * Makefile.in: Remove extra tabs that confuse some versions
7916 of "make". Use the newly built gdb to test with by default,
7917 rather than the first one in the tester's search path.
7918
7919Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7920
7921 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7922
7923 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7924 condition help.
7925
7926Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7927
7928 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7929
7930 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7931 running.
7932 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7933 * gdb.base/funcargs.exp: Likewise.
7934
7935 * gdb.base/bitfields.exp: Simplify by using gdb_test.
7936 * gdb.base/funcargs.exp: Likewise.
7937
7938 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
7939 message is "".
7940
7941Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7942
7943 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
7944 return,signals,twice}.exp: Handle non-existant binaries
7945 consistantly.
7946
7947 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
7948 * gdb.base/Makefile.in: Don't try to generate a core dump, we
7949 might testing a cross development system.
7950
7951Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7952
7953 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
7954 runtest script is relative to ${srcdir}, not ${rootdir}.
7955
7956Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
7957
7958 * gdb.base/signals.exp: Allow for optionality of breakpoint
7959 address.
7960
7961Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7962
7963 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
7964
7965Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7966
7967 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
7968 for size_t definition.
7969 * gdb.c++/templates.cc: Likewise
7970
7971 * config/mt-i386-netware: New file.
7972
7973 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
7974 defined.
7975
7976 * gdb.base/Makefile.in: Added support for systems that name core
7977 files by appending "core" to the program name.
7978 * gdb.base/a1-selftest.exp: Likewise.
7979
7980Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7981
7982 * gdb.base/return.exp: Add comment and message for `return double'
7983 test failure on Sparc Solaris.
7984
7985Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
7986
7987 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
7988
7989Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7990
7991 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
7992 from optimizing them away.
7993 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
7994 patterns to include default constructors and assignment operators,
7995 to match gcc versions beyond 2.5.8. Accept any cplus demangling
7996 character in the output of the virtual base pointer.
7997
7998Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7999
8000 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8001 expression match in print_addr_of to avoid unintented matches.
8002 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8003 versions up to 2.5.8.
8004
8005Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8006
8007 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8008 included file to run under newer versions of expect.
8009 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8010 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8011 Remove xfail for the virtual table of BDDHookV.
8012
8013Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8014
8015 * lib/gdb.exp (string_to_regexp): Set a default result.
8016 (default_gdb_start): Fix misleading message.
8017
8018Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8019
8020 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8021 Remove all CC, etc definitions.
8022 * config/mt-hpux: New file.
8023 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8024 (CFLAGS, LDFLAGS): Define.
8025 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8026
8027 * Makefile.in (site.exp): Don't insert host_os, etc.
8028 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8029 (distclean): Check existence of subdir.
8030 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8031 * gdb.base/Makefile.in: General cleanup and simplification.
8032 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8033 to build executables. Use default rule to build .o files.
8034 (EXPECT, RUNTEST, CC): Fix relative pathname.
8035 (site.exp): Don't insert host_os, etc.
8036 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8037 and/or SIGUSR1 defined.
8038 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8039 * gdb.c++/Makefile.in: General cleanup and simplification.
8040 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8041 (CFLAGS): Remove.
8042 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8043
8044Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8045
8046 * gdb.base/recurse.exp: Misc changes to get tests running again
8047 after Kung's changes to the watchpoint code.
8048 * gdb.base/watchpoint.exp: Likewise.
8049
8050Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8051
8052 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8053
8054Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8055
8056 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8057 * lib/gdb.exp (default_gdb_start): Define.
8058 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8059 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8060 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8061 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8062 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8063 Don't call gdb_target_udi in between tests.
8064
8065Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8066
8067 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8068 (which was basically just a local version of the same thing). In
8069 addition to avoiding duplication, gdb_test_exact is faster.
8070 * lib/gdb.exp (gdb_test_exact): Fix typo.
8071
8072 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8073 don't give an error.
8074
8075 * gdb.base/term.exp: Call delete_breakpoints before starting.
8076
8077 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8078 (t10): Add comment.
8079
8080Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8081
8082 Reorganization of the GDB Test Suite.
8083
8084 * gdb.base: New directory, contains all the basic tests.
8085 * gdb.c++: New directory, tests specific to C++.
8086 * gdb.chill: New directory, tests specific to Chill.
8087 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8088 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8089 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8090 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8091 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8092 t30-31 to chill).
8093 * */gdbme.*: Rename to match appropriate expect scripts.
8094 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8095 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8096 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8097 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8098 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8099 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8100 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8101 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8102 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8103 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8104 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8105 gdb.c++/virtfunc.cc: New names of C++ files.
8106 * gdb.chill/chillvars.ch: New name of Chill file.
8107 * gdb.base/configure.in, gdb.c++/configure.in,
8108 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8109 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8110 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8111 * configure.in (configdirs): Update to reflect directory changes.
8112 (target_abbrev): No longer define for any configuration.
8113 * Makefile.in: Cosmetic improvements to header comments.
8114
8115Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8116
8117 Various changes to gdb.t31:
8118
8119 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8120 * gdbme.ch: Make all key-words and predefineds be upper-case.
8121 * chillvars.exp: Expect key-words and predefinds in upper-case.
8122
8123 * chillvars.exp: Use gdb_test_exact many places.
8124 Change expected output for arrays (which now includes index labels).
8125
8126 * pr-5020.exp, gdme.ch (module PR_5020):
8127 New test, for PR-5020.
8128
8129Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8130
8131 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8132 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8133
8134Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8135
8136 * Makefile.in: Fix bit-rot in definitions of CHILL,
8137 CHILL_FOR_TARGET and Chill_LIB.
8138 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8139 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8140 CHILL, and CHILL_LIB.
8141
8142Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8143
8144 * Revert the previous changes. Please see Rob's directory
8145 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8146
8147Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8148
8149 * Makefile.in, configure.in, config/mips-gdb.exp,
8150 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8151 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8152 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8153 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8154 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8155 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8156 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8157 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8158 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8159 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8160 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8161 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8162 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8163 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8164 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8165 changes from 94Q1.
8166
8167Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8168
8169 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8170 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8171 Rob's new testing fragments.
8172
8173Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8174
8175 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8176 lib/gdb.exp: Replace error proc calls with perror.
8177
8178Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8179
8180 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8181 version also, match on casted version strings, and match on
8182 gdb startup case where the line numbers might be messed up.
8183
8184Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8185
8186 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8187 (CFLAGS): Delete it from here.
8188
8189Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8190
8191 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8192
8193Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8194
8195 * Makefile.in (RUNTEST): Default to just "runtest".
8196
8197Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8198
8199 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8200 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8201 the code has been restructured.
8202
8203Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8204
8205 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8206 \n, not just one of each.
8207
8208 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8209 /bin/cc gives a warning if you do.
8210
8211Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8212
beb998c6 8213 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
8214 __t10ListS_link1ZUiRCUiPT0
8215
8216Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8217
8218 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8219 on local variables in recursive functions.
8220
8221 * gdb.t07/Makefile.in: Build the new test.
8222
8223Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8224
8225 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8226 directly. Instead compare the return values from actual calls.
8227
8228Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8229
8230 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8231
8232Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8233
8234 * From Peter Schauer with minor modifications.
8235 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8236 stops in mid-line in the caller. Add xfail for returning a float
8237 value on X86 targets.
8238
8239Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8240
8241 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8242 to avoid expect lossage.
8243 (fmem_LRbug_tests): Likewise.
8244 * gdb.disasm/hppa.s: Corresponding changes.
8245
8246 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8247 conditions to work with latest dejagnu/expect.
8248
8249 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8250 expected to fail on the PA.
8251 (backtrace in call with trampolines): Explicitly require main
8252 to be frame #1 (no trampolines should show up in backtrace).
8253
8254 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8255 "continue -expect".
8256 * gdb.t06/break.exp: Likewise.
8257 * gdb.t07/watchpoint.exp: Likewise.
8258 * gdb.t13/bitfields.exp: Likewise.
8259 * gdb.t15/{funcargs,return}.exp: Likewise.
8260 * gdb.stabs/weird.exp: Likewise.
8261 * config/{mips,udi}-gdb.exp: Likewise.
8262
8263 * hppa.sed: Enclose comments within a sed command to avoid
8264 losing with the old OSF1 sed.
8265
8266Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8267
8268 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8269 sequent dynix.
8270 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8271 * gdb.t15/funcargs.exp: Conditionally step again to really
8272 finish from marker_call_with_trampolines. Handle the case where
8273 the first step from within call_with_trampolines already steps
8274 us back to main.
8275 * gdb.t15/gdbme.c: Add comment to closing brace of
8276 call_with_trampolines for funcargs.exp.
8277
8278Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8279
beb998c6 8280 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
8281 Fix typo(s).
8282
8283Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8284
8285 * gdb.t07/gdbme.c: More code for watchpoint testing.
8286
8287 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8288 "Hardware watchpoint" throughout file.
8289 (test_watchpoint_triggered_in_syscall): New test.
8290 (test_complex_watchpoint): New test.
8291
8292Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8293
8294 * gdbme.c (call_with_trampolines): New function to try and step
8295 into. Tests trampoline problems on the PA.
8296
8297 * funcargs.exp (localvars_in_indirect_call): No longer expect
8298 stepping into indirect call to fail on PAs.
8299 (test_stepping_over_trampolines): New test.
8300
8301Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8302
8303 * TODO: Add suggestions for static member function tests, and
8304 completion tests.
8305
8306Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8307
8308 * TODO: Add suggestions for "p/a" tests.
8309
8310 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8311 (default_gdb_exit): Replace all the hair with sending "quit" to
8312 the process with a simple close.
8313
8314Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8315
8316 * TODO: Add suggestions for shared library tests.
8317
8318Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8319
8320 * TODO: Add suggestions for x/s tests.
8321
8322Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8323
8324 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8325 "enable once", and "enable breakpoints once" with ".*".
8326
8327Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8328
8329 * TODO: Add suggestions about structure passing tests.
8330
8331Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8332
8333 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8334 the primary1 test, use work around if __GNUC__ < 2.
8335 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8336 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8337 Test for bad output rather than waiting for timeout. Issue
8338 second continue only if first continue failed.
8339
8340Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8341
8342 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8343 operator[] test with gdb_test because the old code didn't seem to
8344 be getting the quoting right with the new dejagnu.
8345
8346Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8347
8348 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8349 one from the path.
8350 * Makefile.in: Use a fresh expect if there is one, use runtest
8351 from the src tree if there is one.
beb998c6 8352
c906108c
SS
8353Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8354
8355 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8356 next over recursive call. Revise the tests from that point on
8357 (which had been skipped) to match GDB's actual (correct) output.
8358
8359 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8360 with next over a breakpoint whose condition is false.
8361
8362 * gdb.t00/help.exp: Comment out "help set print" tests just like
8363 (and for same reason as) "help set" test.
8364
8365Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8366
8367 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8368 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8369
8370Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8371
8372 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8373 necessary gdb_target_udi.
8374
8375 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8376
8377 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8378 1838 and 2417; they are fixed.
8379
8380 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8381 gdb.t03/ptype.exp (ptype structure, ptype union):
8382 Remove xfails; the test is looser than when the xfails were added.
8383
8384 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8385 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8386
8387 * gdb.t01/run.exp: Only run shell test if isnative.
8388
8389 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8390 since "run" automatically loads if necessary. Call gdb_target_udi
8391 after the "file" since "file" kills any execution target.
8392
8393 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8394 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8395 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8396 argument for UDI.
8397
8398Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8399
8400 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8401
8402 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8403
8404Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8405
8406 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8407 properly quoting regexps. This makes the second argument to
8408 demangle a fixed string, which matches the callers, instead of a
8409 shell-style pattern which is what the previous implementation
8410 used. Update some of the callers.
8411
8412Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8413
8414 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8415 (comib_nullified_tests): Fix typo.
8416 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8417 strings. No longer expected to fail.
8418
8419 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8420 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8421 strings. No longer expected to fail.
8422
8423 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8424 string. No longer expected to fail.
8425
8426Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8427
8428 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8429 No longer expected to fail.
8430
8431 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8432 string. No longer expected to fail.
8433
8434Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8435
8436 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8437 only in the names (I probably got most of them). I was even
8438 generous with some which differed in underscores in names, and
8439 probably missed a few, and I *still* was able to remove almost a
8440 third of the file with almost no impact on testsuite coverage.
8441
8442Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8443
8444 * gdb.t00/default.exp: Match udi_attach error message as well as
8445 the one from child_attach.
8446
8447 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8448
8449 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8450
8451 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8452 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8453
8454 * Move test with enums and partial symbols back to
8455 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8456 Reverts the change of 26 May 93. Per today's change to
8457 stabs.texinfo, the behavior that weird.exp was expecting was
8458 unreasonable; what is important is that the compiler+gdb get
8459 things right, which happens with a recent gcc. Also fix the test
8460 to deal with native compilers which put out the stab gdb can't
8461 deal with.
8462
8463Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8464
8465 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8466 in the names. The main thing these accomplish is to slow things down.
8467 Many more such duplicates surely remain.
8468
8469 * gdb.t00/help.exp: Comment out "help support" test just like
8470 (and for same reason as) "help set" test.
8471
8472Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8473
8474 * gdb.t06/break.exp: Remove setup_xfails for
8475 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8476 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8477 about known bug in gcc to include up through 2.5.8.
8478 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8479 well as "_vb$".
8480 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8481 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8482 with latest gcc and gdb.
8483 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8484 well as "_vb$".
8485
8486Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8487
8488 * configure.in (hppa*-*-*): Also configure and build stabs-only
8489 tests.
8490
8491Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8492
8493 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8494 * gdb.t10/configure.in (hppa*-*-*): Use it.
8495
8496Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8497
8498 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8499
8500Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8501
8502 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8503 versions prior to 1.13.5.
8504
8505Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8506
8507 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8508 the prompt is at the start of a line.
8509
8510Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8511
8512 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8513 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8514 in the copr tests now.
8515 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8516 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8517 expected to fail.
8518
8519Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8520
8521 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8522 gdb.t31/chillvars.exp, lib/gdb.exp:
8523 Tweak to run under either version of expect.
8524 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8525 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8526 * gdb.t11/list.exp: Remove extraneous whitespace.
8527
8528Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8529
8530 * gdb.t16/printcmds.exp (test_print_strings): Accept
8531 "(unsigned char *) " before the string.
8532
8533 * TODO: Add notes about printing of fancy types and GDB expressions.
8534
8535Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8536
8537 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8538 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8539 if doing mips-idt-ecoff.
c906108c
SS
8540
8541Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8542
8543 * Most .exp files: Tweak to run under either version of expect.
8544
8545Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8546
8547 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8548 xfails; I'm not sure why they are failing, but not because of PR 1806.
8549
8550Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8551
8552 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8553 defined in lib/gdb.exp.
8554
8555Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8556
8557 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8558 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8559 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8560 have to be typeless.
8561
8562Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8563
8564 * TODO: Add suggestion for copyright year test.
8565
8566Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8567
8568 * configure.in (*-*-lynxos*): Add stabs tests.
8569
8570Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8571
8572 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8573 so insert a tab before any assembler directive in column zero.
8574
8575 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8576 stores.
8577 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8578 stores.
8579 (fpu_short_memory_tests): Likewise.
8580
8581Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8582
8583 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8584 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8585 .stabs directives in comments.
8586
8587Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8588
8589 * TODO: New file, describing tests we could write.
8590 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8591
8592Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8593
8594 * gdb.t06/signals.exp: Add kludge to force re-sync.
8595
8596 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8597 to xgdb instead of gdb, get out of gdb.
8598
8599Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8600
8601 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8602 for info.
8603
8604Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8605
8606 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8607 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8608 * gdb.stabs/hppa.sed: New sed script for the PA.
8609
8610Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8611
8612 * gdb.stabs: Re-write weird.def and configuration to use sed
8613 instead of cpp. sed is portable and POSIX; cpp is neither.
8614
8615Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8616
8617 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8618
8619Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8620
8621 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8622
8623Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8624
8625 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8626 "_vb$".
8627 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8628 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8629
8630Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8631
8632 * lib/gdb.exp: Comment out code which depends on non-existent
8633 `transform' procedure.
8634
8635Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8636
8637 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8638 * lib/gdb.exp: Transform tool name.
8639 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8640 1.1's new error handling system.
8641
8642Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8643
8644 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8645
8646Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8647
8648 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8649 They made pattern matching so slow that timeouts happened on
8650 heavily loaded systems. Now any output from "show print" which
8651 gets us back to the GDB prompt is a PASS.
8652
8653Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8654
8655 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8656
8657Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8658
8659 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8660
8661 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8662 It is not from PR 3220.
8663
8664Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8665
8666 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8667 just started failing because they depended on the order the
8668 subcommands are presented, or exact docstring text. This kind of
8669 test is a pain and has minimal benefit.
8670
8671Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8672
8673 * gdb.t09/corefile.exp: At end of test, use "core" command with
8674 no arguments.
8675
8676Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8677
8678 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8679 17}/Makefile.in: Make it possible to run the testsuite with Sun
8680 make and CC = cross gcc by adding explicit build rules for .o
8681 files.
8682
8683Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8684
8685 * gdb.t15/funcargs.exp: Don't put comments on same line as
8686 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 8687
c906108c
SS
8688Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8689
8690 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8691
8692Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8693
8694 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8695 * gdb.t20/inherit.exp: remove three dumplicate entries.
8696
8697Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8698
8699 * gdb.t06/break.exp: For "next over recursive call", fail on any
8700 incorrect output, not just on "factorial (value=2)".
8701
8702Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8703
8704 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8705 working now. Add an xfail if accesing a bss variable causes
8706 a memory error if the target is not yet run.
8707
8708Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8709
8710 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8711 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8712 name of __st* demangling (2 strings). Did Kung really get the
8713 more than 95 others right without testing them?
8714
8715Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8716
8717 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8718
8719Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8720
8721 * configure.in (configdirs): Add gdb.disasm
8722 * gdb.disasm: New directory for GDB disassembler tests.
8723 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8724
8725Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8726
8727 * gdb.t00/help.exp: Don't test "help set".
8728
8729 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8730 from within expect statements. None of these happen anymore and
8731 they cause regressions to be silently unnoticed.
8732
8733 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8734 messages) about known failures with gcc cygnus-2.4.5-930417.
8735
8736 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8737 comp-info.exp so it gets built if it doesn't exist.
8738
8739 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8740 it is no longer used.
8741 * gdb.t13/comp-info.c: Removed.
8742
8743Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8744
8745 * gdb.t06/signals.exp: Add xfail for sun3.
8746
8747Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8748
8749 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8750 relevant because ^C doesn't get sent but failure can be reproduced
8751 interactively).
8752
8753Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8754
8755 * gdb.stabs/alpha.mt: New configuration file for alpha.
8756 * gdb.stabs/configure.in: Use it.
8757 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8758 sharing with alpha.mt, redefine long to word via preprocessor.
8759 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8760 for alpha.
8761 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8762 native cc.
8763 * gdb.t00/teststrategy.exp: Change expect string so that we
8764 consume the `(xgdb)' from the command echo and from the gdb prompt.
8765 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8766 gdb currently compares all values as long, so this failure probably
8767 applies to any configuration where LONGEST is bigger than a target int.
8768 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8769 with gcc.
8770 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8771 to handle opaque pointers, gcc is.
8772 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8773 as first argument. Include <sys/types.h> and change all operator
8774 new definitions to use size_t.
8775 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8776 now that we use size_t.
8777
8778Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8779
8780 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8781 a long or float array cast all array members to the same type.
8782 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8783 with 64 bit longs.
8784 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8785 on alpha.
8786 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8787
8788Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8789
8790 * gdb.t24 (demangle.exp): Constructors of templates have names like
8791 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8792 section 14.6 of the ARM.
8793
8794 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8795 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8796 accomplish little and slow down the testsuite.
8797
8798 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8799 Accept spaces various places.
8800
8801Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8802
8803 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8804 with watchpoint enabled.
8805
8806 * Makefile.in: Remove definition of CC and remove the second
8807 definition of CXX (the "CXX = gcc" one remains). These definitions
8808 were causing backquotes to be expanded within backquotes, which
8809 doesn't work.
8810
8811Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8812
8813 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8814
8815Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8816
8817 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8818 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8819 by mips cc and contains no stabs entries.
8820
8821Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8822
8823 * config/vx-gdb.exp: Use fake device to load files rather than
8824 NFS.
8825 * lib/gdb.exp: New proc to do "file" command.
8826 * config/unix-gdb.exp: Use new "file" proc.
8827
8828Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8829
8830 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8831 Rework board rebooting slightly.
8832 (gdb_exit): Don't exit from the remote shell; there isn't one.
8833 * gdb.stabs/weird.exp: If a program is being debugged already,
8834 kill it.
8835 * gdb.t04/setvar.exp: Stop and restart gdb.
8836 * gdb.t05/expr.exp: Likewise.
8837 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8838 restart gdb and reload the program.
8839 * gdb.t08/opaque.exp: Likewise.
8840 * gdb.t12/scope.exp: Likewise.
8841 * gdb.t13/bitfields.exp: Likewise.
8842 * gdb.t15/funcargs.exp: Likewise.
8843 * gdb.t20/classes.exp: Likewise.
8844 * gdb.t03/ptype.exp: Increase timeout.
8845 * gdb.t16/printcmds.exp (test_print_string_constants,
8846 test_print_array_constants): Likewise.
8847 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8848 * gdb.t20/classes.exp (do_tests): Likewise.
8849 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8850
8851Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8852
8853 * gdb.stabs: Renamed *wierd* to *weird*.
8854
8855Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8856
8857 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8858 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8859
8860Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8861
8862 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8863 (do_tests): Remove xfail for whatis on one_var and two_var.
8864
8865Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8866
8867 * Makefile.in: Made cross building work better by adding
8868 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8869
8870Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8871
8872 * gdb.t15/{return.c,return.exp,Makefile.in}:
8873 New test, currently commented out.
8874
8875Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8876
8877 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8878 still running and removes the leftover named socket so GDb can do
8879 clean restarts.
8880
8881Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8882
8883 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8884 console, not GDB.
8885 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8886 cross testing works better with "make check"
8887 * config/unix-gdb: Use default procedures for exit and version.
8888 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8889 with the newest VxWorks.
8890
8891Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8892
8893 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8894 old form.
8895
8896 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8897 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8898
8899 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8900
8901 * config/unix-gdb.exp: Remove this version of gdb_exit
8902 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8903 Rob says he'll look at it when he gets back to testing boards.
8904
8905Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8906
8907 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8908 an expected fail for certain ptype commands.
8909
8910 * gdb.t20/classes.exp: Update expected results of "ptype class
8911 Base1" to account for the constructor that now appears in the type.
8912
8913Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8914
8915 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8916 disappeared from list.
8917 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8918 "alldone" proc with call to cleanup and exit.
8919 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8920 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8921 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8922 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8923 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8924 "alldone" proc with simple returns that suppress remaining
8925 tests. The alldone proc went away many months ago.
8926
8927Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8928
8929 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8930
8931 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8932
8933Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8934
8935 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
8936 as vax gdb will display them.
8937
8938Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8939
8940 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
8941 optimizers.
8942
8943 * scope.exp: Change "bad value for localval" messages so each one
8944 is unique.
8945
8946 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
8947 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
8948
8949 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
8950
8951Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8952
8953 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
8954 doesn't exist (due to optimization).
8955
8956Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8957
8958 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
8959 contains \r because the filename is long.
8960
8961 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
8962 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
8963
8964Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8965
8966 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
8967 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
8968 Ultrix.
8969 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
8970 int tests.
8971 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
8972
8973Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
8974
8975 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
8976
8977 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 8978 to match does not match the passing case but still matches the
c906108c
SS
8979 failing case.
8980
8981Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8982
8983 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
8984
8985Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
8986
8987 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
8988 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
8989 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
8990 Remove various versions of gdb_exit.
8991 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
8992 gdb_exit.
8993 * config/unix-gdb.exp: gdb_exit remains here, and should override
8994 the generic version, since it's doing a lot of wierd stuff that
8995 the other versions aren't. FIXME, fold it in, or abandon this
8996 version.
8997
8998Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8999
9000 * gdb.t24/demangle.exp: Add tests for PR 3220.
9001
9002Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9003
9004 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9005
9006Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9007
9008 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9009 "i386-*-*". Works for i486 as well.
9010
9011 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9012 bug, and expand domain of xfail to all SVR4 systems, since the
9013 actual problem is likely to be in generic SVR4 /proc support.
9014
9015Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9016
9017 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9018
9019Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9020
9021 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9022 xfails for other systems. Match a missing 'Continuing.' as an
9023 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9024
9025 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9026 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9027 Only issue warning for missing executables if -all option is used.
9028
9029 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9030 file if -all option is used. It's like an unpredictable XFAIL.
9031
9032Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9033
9034 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9035 for dynamically linked binaries.
9036
9037 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9038
9039Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9040
9041 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9042 to state that this is a known bug in old versions of g++.
9043
9044Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9045
9046 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9047 while waiting for `Continuing'.
9048
9049Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9050
9051 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9052 in text, data, and bss.
9053 * gdb.t10/nodebug.c: Add local and global test variables for
9054 initialized and uninitialized data.
9055
9056Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9057
9058 * config/unix-gdb.exp (gdb_exit): Add "wait".
9059
9060Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9061
9062 * gdb.t06/signals.exp: xfail the continue from the handler for all
9063 targets.
9064
9065 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9066 function with watchpoints enabled, the i386 call dummy starts with
9067 a call.
9068
9069 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9070 386 bsd names its corefiles.
9071
9072Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9073
9074 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9075 compilers don't grok it.
9076 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9077 with small octal ints rather than character constants, which
9078 are signed and might not fit if first promoted to int.
9079
9080Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9081
9082 * gdb.t09/Makefile.in (clean): Remove corefile.
9083
9084Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9085
9086 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9087
9088Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9089 and Jim Kingdon (kingdon@cygnus.com)
9090
9091 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9092 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9093 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9094
9095Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9096
9097 * gdb.t17/interrupt.exp: Add xfail for hppa.
9098
9099Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9100
9101 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9102 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9103 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9104 to determine signed-ness of bitfields and use the result to setup
9105 the xfail.
9106 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9107 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9108 call line is reached if necessary.
9109
9110Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9111
9112 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9113
9114Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9115
9116 * gdb.t06/break.exp: Also test `clear' command.
9117
9118Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9119
9120 * gdb.t00/teststrategy.exp: Remove extra quote.
9121
9122 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9123 watchpoint enabled to be for all non-68k machines.
9124
9125 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9126
9127Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9128
9129 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9130 targets use aout.mt instead of ecoff.mt as gas understands
9131 standard aout format.
9132
9133Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9134
9135 * lib/gdb.exp (runto): Don't insist that function we are running to
9136 was compiled with -g.
9137
9138 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9139
9140 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9141 to get back into the read system call.
9142 Accept leading newline in case where we woke it up.
9143
9144Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9145
9146 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9147 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9148 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9149 enable ecoff configuration.
9150
9151Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9152
9153 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9154
9155Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9156
9157 * gdb.t16/printcmds.exp: Add another printf test.
9158
9159Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9160
9161 * configure.in: If configured -with-stabs on any target, add
9162 stabsdirs to configdirs.
9163
9164Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9165
9166 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9167 fun" so pattern does not match the command itself.
9168
9169Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9170
9171 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9172
9173Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9174
9175 * gdb.t17/interrupt.exp: Test for more things.
9176
9177Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9178
9179 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9180 compiler arranges the code and line numbers.
9181
9182 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9183
9184Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9185
9186 * gdb.t00/help.exp: Increase expect input buffer size.
9187
9188Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9189
9190 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9191
9192 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9193
9194 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9195
9196 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9197 [0-9]*, not just [0-9].
9198
9199Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9200
9201 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9202
9203 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9204
9205Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9206
9207 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9208
9209Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9210
9211 * gdb.t06/signals.c: Add xfails for sun3.
9212
9213 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9214
9215 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9216 test_stepping tests.
9217
9218Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9219
9220 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9221
9222 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9223
9224 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9225 rather than actually putting it through cpp twice.
9226
9227 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9228
9229Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9230
9231 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9232 no longer needed.
9233
9234Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9235
9236 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9237
9238 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9239 C++ features prints as "struct", make it a pass, not an xfail.
9240
9241Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9242
9243 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9244 Don't require VA to print as "class" rather than "struct".
9245
9246Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9247
9248 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9249
9250Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9251
9252 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9253
9254Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9255
9256 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9257 order.
9258
9259Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9260
9261 * gdb.t16/printcmds.exp: Add printf tests.
9262
9263 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9264
9265 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9266
9267Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9268
9269 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9270 pass counts, to counteract any existing or future setup_xfails.
9271
9272Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9273
9274 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9275 {BEGIN,END}_COMMON for common block instead of STAB.
9276 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9277
9278 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9279 intp_var should be N_GSYM not N_LSYM.
9280 wierd-aout.S: Use a label for the value of the N_SO.
9281 wierd.def: Remove all backslashes.
9282 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9283
9284Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9285
9286 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9287 get the expected next to inheritance3.
9288
9289Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9290
9291 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9292 now that gcc-2.4 gets it right.
9293
9294Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9295
9296 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9297
9298 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9299 generating comp-info.exp which works for cross-compilation.
9300
9301Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9302
9303 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9304 "*-*-sysv4.*".
9305
9306Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9307
9308 * gdb.t01/run.exp: Start with a fresh gdb.
9309 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9310 SVR4.x.
9311
9312Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9313
9314 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9315 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9316 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9317 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9318 things to remove.
9319
9320Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9321
9322 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9323 test cases from bug reports.
9324
9325Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9326
9327 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9328 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9329 avoid spurious xfails.
9330 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9331 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9332 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9333
9334Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9335
9336 * gdb.t00/teststrategy.exp: Rework to provide more useful
9337 description of each test, fix problem with systems that define
9338 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9339 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9340 results for "next over recursive call" so timeouts aren't taken
9341 by error.
9342
9343Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9344
9345 * gdb.t12/scope.exp: Test printing of variables before run.
9346
9347 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9348 printed in wrong order due to sorting.
9349
9350Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9351
9352 * gdb.t00/teststrategy.exp: Fix expected results for printing
9353 user entered string constant. Is array of char, prints with no
9354 address.
9355
9356 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9357 commands.
9358 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9359 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9360 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9361 of struct of char arrays.
9362 * gdb.t00/radix.exp: New tests for radix commands.
9363
9364Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9365
9366 * gdb.t16/printcmd.exp: Print a variable before running program
9367 (with xfail for AIX).
9368
9369Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9370
9371 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9372
9373 * gdb.t16/printcmd.exp: Don't print variables before running program.
9374
9375 * gdb.t06/break.exp: Don't require envp argument to main.
9376
9377 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9378
9379 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9380 Add xfails for rs6000.
9381
9382 * gdb.t02/whatis.exp: Change other tests not to re-test something
9383 we already tested.
9384
9385 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9386 each type used has a variable of that type.
9387
9388Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9389
9390 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9391
9392Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9393
9394 * configure.in: change srctrigger to be a file, not a directory
9395
9396Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9397
9398 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9399
9400 * gdb.t11/list.exp: Fixed a couple of typos.
9401
9402Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9403
9404 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9405 is fixed and PR is closed.
9406 * gdb.t16 (gdbme.c): Add simple test string variable.
9407 * gdb.t16 (printcmds.exp): Add tests with simple test string
9408 variable, primarily for boundaries on "set print elements".
9409
9410Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9411
9412 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9413 Make leading 0's optional and don't expect a tab in the middle
9414 of the number.
9415
9416 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9417
9418 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9419 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9420 don't end command passed to gdb_test with newline.
9421
9422 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9423 signed keyword away, don't expect signed bitfields to be signed.
9424
9425 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9426 printing with only as many 1's as are in the field as well as printing
9427 with 32 1's (see comment).
9428
9429Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9430
9431 * gdb.t00/default.exp: Start with a fresh gdb.
9432 * configure.in (configdirs): Remove gdb.t31 until the chill
9433 compiler works again. It no longer is able to find chillrt0
9434 since it isn't in libchill.a anymore.
9435 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9436 wierd.o, make more modular.
9437 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9438 spurious newlines that caused problems.
9439
9440Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9441
9442 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9443 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9444 gdb.stabs/wierd.{exp,def}: Many new tests.
9445
9446 * gdb.t00/default.exp: update info line for new message.
9447
9448 * gdb.t02/{whatis.exp,gdbme.c}:
9449 Test that "char *" doesn't print as "caddr_t".
9450
9451Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9452
9453 * gdb.t00/help.exp: Use .* in place of some help messages which
9454 just changed.
9455 gdb.t00/default.exp: Update "info frame" test for new message.
9456 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9457 Remove some xfails
9458
9459Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9460
9461 * gdb.t03/{gdbme.c,ptype.exp}:
9462 Add tests for typedef'd struct and union without tags.
9463 Also check "whatis" on a variable of a typedef'd enum without a tag.
9464
9465 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9466 PRMS 1823; the bug still exists but isn't reproduced by this test
9467 anymore), and remove rs6000 XFAIL (the bug is fixed).
9468
9469 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9470 duplicated from whatis.exp. For those that are left, accept
9471 "long", "long int", or "int" for long variables (whatis.exp already
9472 has an XFAIL for "int", so no need to fail it here).
9473
9474 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9475 Deal with GCC's names for types now that GDB uses the compiler's names.
9476
9477 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9478 setup_xfail's for sunos4. If we #defined the signed keyword away,
9479 don't expect GDB to know that char it is signed.
9480
9481 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9482
9483Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9484
9485 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9486 should work on any system, regardless of debugging format.
9487 * gdb.t21/demangle.exp: Move to gdb.t24.
9488 * gdb.t24/demangle.exp: Move from gdb.t21.
9489 * gdb.t24/{Makefile.in, configure.in}: New files.
9490
9491Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9492
9493 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9494 * gdb.stabs: New directory.
9495
9496Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9497
9498 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9499 not just "Quit anyway?".
9500
9501Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9502
9503 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9504 that all setup_xfails are immediately followed by clear_xfails.
9505
9506Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9507
9508 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9509 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9510 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9511 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9512 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9513 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9514 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9515 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9516 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9517 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9518 gdb.t31/chillvars.exp, lib/gdb.exp:
9519 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9520 bug-gdb@prep.ai.mit.edu.
9521
9522Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9523
9524 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9525 with 0.0, not integer 0.
9526
9527Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9528
9529 * gdb.t06/break.exp: Update for "Kill the program" message change.
9530
9531Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9532
9533 * Makefile.in (GDBFLAGS): Set to -nx.
9534 * Makefile.in (site.exp): Use GDBFLAGS.
9535
9536Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9537
9538 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9539 Makefiles.
9540 (check): depend on just-check.
9541 (just-check): added so that tests can be run without a noop
9542 build pass.
9543
9544Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9545
9546 Switch to using configure's configdirs.
9547 * Makefile.in (Makefile): add configure.in dependency.
9548 (SUBDIRS): removed redundant assignment.
9549 * configure.in: switch subdirs assignment to configdirs.
9550 * gdb.t*/configure.in: new files.
9551
9552Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9553
9554 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9555 works.
9556
9557Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9558
9559 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9560 in explicit rules. Apparently this is not supported by some makes.
9561
9562Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9563
9564 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9565
9566Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9567
9568 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9569 disappeared.
9570
9571Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9572
9573 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9574
9575Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9576
9577 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9578 watchpoint problem that is now fixed.
9579 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9580 uninitialized convenience variables.
9581 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9582 structures.
9583
9584Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9585
9586 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9587 which causes expect to get out of sync with gdb on long output
9588 from help set.
9589 * gdb.t09/corefile.exp: Make expected pattern for core file
9590 failing signal and frame output format less sun specific.
9591
9592Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9593
9594 * gdb.t31/chillvars.exp: Add and remove initial dummy
9595 breakpoint, so that symbol table is forced in.
9596 (Needed at least on Sunos4, though it seems not SVR4.)
9597 * gdb.t31/chillvars.exp: Update for changed output format.
9598
9599Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9600
9601 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9602
9603Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9604
9605 * Makefile.in: Added --srcdir when invoking runtest, removed the
9606 need for a local config file. (optional now)
9607
9608Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9609
9610 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9611 failure count used to force early termination. Add some more
9612 expected failures for gnu style demangling.
9613
9614Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9615
9616 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9617 pmi variable from gdb.t20/gdbme to get optimized away.
9618 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9619 Check for written corefile upon timeout _and_ eof.
9620
9621Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9622
9623 * config/unix-gdb.exp: Add missing return 0.
9624
9625Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9626
9627 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9628 test termination.
9629
9630Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9631
9632 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9633 disappeared.
9634
9635Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9636
9637 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9638 time as i860 support works.
9639
beb998c6 9640 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
9641 "backtrace 100\r" rather than just "backtrace\r", to match last
9642 change.
9643
9644Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9645
9646 * config/udi-gdb.exp (gdb_exit): Remove close command.
9647 (gdb_target_udi): New procedure to set the UDI target.
9648 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9649 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9650 Added waits for prompts after several question responses. Added
9651 some more responses used by a29k-amd-udi-gdb.
9652 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9653 pass different arguments, restart UDI connection after program
9654 completion.
9655 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9656 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9657 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9658 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9659 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9660 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9661 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9662 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9663 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9664 after program completion.
9665 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9666 compiled with a SELECT_VECS setting.
9667 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9668 infinite recursion.
9669
9670 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9671 Added checks for COFF results, and made them expected failures for
9672 all targets. It would be better to make them expected failures
9673 for COFF targets only.
9674
9675Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9676
9677 * Makefile.in: add null dvi target, don't bother to recurse
9678 through test directories for info and install-info; rename
9679 $(datadir) to be dejagnu instead of deja-gnu
9680
9681Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9682
9683 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9684 compiler to coredump.
9685 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9686 code.
9687
9688Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9689
9690 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9691 coredump.
9692 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9693 code.
9694
9695Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9696
9697 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9698 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9699 which in a shell. Deletes xgdb when done.
9700 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9701 Tests the return from the "set height" or "set width" commands.
9702 Added a few return codes where needed.
9703
9704Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9705
9706 * Makefile.in (SUBDIRS): Add gdb.t17.
9707 * configure.in (subdirs): Add gdb.t17.
9708 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9709 files to test gdb's calling of functions in the inferior with
9710 the correct arguments and gdb's ability to retrieve any
9711 result returned.
9712
9713Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9714
9715 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9716 may be called after gdb goes away. Previous versions of expect
9717 needed these to avoid file descriptor leaks, but they cause
9718 errors with the current revision of expect.
9719 * gdb.t00/gdbvars.exp: Use -re on expected output after
9720 setting sevenbit-strings.
9721 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9722 to set sevenbit-strings consistent across tests.
9723 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9724 set sevenbit-strings consistent across tests.
9725
9726Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9727
9728 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9729 expected output to match current "expect" expectations.
9730
9731Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9732
9733 * gdb.t00/default.exp: Change expected output for default "source"
9734 command, to match new gdb behavior which requires a filename to
9735 source.
9736
9737Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9738
9739 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9740 expected fail for i486-*-* that misses the marker2 function.
9741 * gdb.t10/crossload.exp (bfddefault): Allow successful
9742 recognition of a format to pass even if no symbols are found.
9743 Explicitly catch failures where the format is not recognized
9744 or is ambiguous, and add the reason to the fail message.
9745 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9746 the cause is and invalid target and add reason to failure message.
9747 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9748 elf32-i386, elf32-sparc, and elf32-i860.
9749 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9750 Set up expected failure for 'filename'::variable scope resolution,
9751 which is now apparently broken on all targets.
9752 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9753 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9754 gdb.t23/templates.exp: Change failure for missing binfile into
9755 just a warning.
9756 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9757 references.
9758
9759Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9760
9761 * gdb.t00/default.exp: Add expected output for default "source"
9762 command, to match new gdb behavior.
9763 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9764
9765Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9766
9767 * config/*-gdb.exp: returns an error, rather than exiting on
9768 internal errors.
9769
9770Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9771
9772 * gdb.t03/gdbme.c: Add pointer to struct variable.
9773 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9774 referencing struct members.
9775
9776Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9777
9778 * configure.in (mips-idt-ecoff): New target.
9779 * config/mips-gdb.exp: New file for remote board using MIPS remote
9780 debugging protocol.
9781
9782 * Redid configuration scheme. Removed gdb.t*/configure.in.
9783 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9784 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9785 distclean targets. Built executables via .o files. Adjusted
9786 tests to account for source files in $(srcdir) rather than
9787 $(objdir).
9788 * lib/gdb.exp (runto): Don't expect () after the function name,
9789 because it may have arguments.
9790
9791Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9792
9793 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9794 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9795 expected failures for mips-idt-* and mips-sgi-*.
9796 * gdb.t00/default.exp (attach): Kill process if requested.
9797 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9798 that does not read core files.
9799 * gdb.t01/run.exp: Removed checks for exit status code.
9800 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9801 it is linked in.
9802 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9803 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9804 appropriate, rather than doing it by hand.
9805 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9806 execution.
9807 * gdb.t10/crossload.exp: Kill existing program if needed.
9808 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9809 appropriate, rather than doing it by hand. Always increase
9810 timeout for this test, not just for VxWorks.
9811
9812Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9813
9814 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9815 of Chill STRUCT types and STRUCT values.
9816 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9817 than "char".
9818 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 9819 struct2): New struct definitions and initializations to test
c906108c
SS
9820 simple Chill STRUCT types.
9821
9822Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9823
9824 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9825 the null byte at the end of strings.
9826 * gdb.t00/default.exp: Make show version insensitive to copyright
9827 date.
9828 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9829 to avoid dependencies on target char signedness.
9830 * gdb.t16/printcmds.exp: Update expected results for explicitly
9831 unsigned char.
9832 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9833 now work.
9834 * gdb.t21/demangle.exp: Add many more patterns for template
9835 demangling, most of them being expected failures.
9836 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9837 string we are matching for, to match on the whole string.
9838 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9839 and fix a whole bunch that had incorrect expected output but were
9840 passing anyway because of the bug in "proc demangle".
9841 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9842 type.
9843 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9844
9845Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9846
9847 * gdb/testsuite: made modifications to testcases, etc., to allow
9848 them to work properly given the reorganization of deja-gnu and the
9849 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9850
9851Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9852
9853 * gdb/testsuite: Initial creation of gdb/testsuite.
9854 Migrated dejagnu testcases and support files for testing nm to
9855 gdb/testsuite from deja-gnu. These files were moved "as is"
9856 with no modifications. This migration is part of a major overhaul
9857 of dejagnu. The modifications to these testcases, etc., which
9858 will allow them to work with the new version of dejagnu will be
9859 made in a future update.
9860\f
9861Local Variables:
9862mode: indented-text
9863left-margin: 8
9864fill-column: 74
9865version-control: never
9866End:
This page took 0.891959 seconds and 4 git commands to generate.