* gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2003-02-01 Mark Kettenis <kettenis@gnu.org>
2
3 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
4 gdb.mi/mi1-pthreads.exp: Return instead of calling
5 gdb_suppress_entire_file.
6
7 2003-02-01 Mark Salter <msalter@redhat.com>
8
9 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
10
11 2003-01-31 Mark Salter <msalter@redhat.com>
12
13 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14 Support empty arg.
15
16 2003-01-30 Michael Chastain <mec@shout.net>
17
18 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
19 This was a workaround for a UTF-8 bug in readline 4.3. The bug
20 has been fixed in gdb/readline on 2003-01-09.
21
22 2003-01-29 Michael Snyder <msnyder@redhat.com>
23
24 * gdb.base/args.exp: Skip if target does not support args passing.
25
26 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
27
28 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
29 gdb_test. Accept a list of expect arguments as the third
30 parameter.
31 (gdb_test): Use it.
32
33 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
34
35 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
36 allow for different test tree configurations. Update some
37 tescases accordingly.
38 * gdb.arch/altivec-regs.exp: Ditto.
39 * gdb.asm/asm-source.exp: Ditto.
40 * gdb.base/advance.exp: Ditto.
41 * gdb.base/display.exp: Ditto.
42 * gdb.base/long_long.exp: Ditto.
43 * gdb.base/mips_pro.exp: Ditto.
44 * gdb.base/overlays.exp: Ditto.
45 * gdb.base/relocate.exp: Ditto.
46 * gdb.base/setshow.exp: Ditto.
47 * gdb.base/step-line.exp: Ditto.
48 * gdb.base/step-test.exp: Ditto.
49 * gdb.base/until.exp: Ditto.
50 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
51
52 2003-01-17 David Carlton <carlton@math.stanford.edu>
53
54 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
55 corresponding to PR c++/945.
56 Update copyright.
57
58 2003-01-17 David Carlton <carlton@math.stanford.edu>
59
60 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
61 corresponding to PR c++/68.
62
63 2003-01-17 David Carlton <carlton@math.stanford.edu>
64
65 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
66 (test_paddr_hairy_functions): Call print_addr_2_kfail for
67 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
68
69 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
70
71 * gdb.base/break.exp: Fix change of default location, because of
72 removal of until tests.
73 * gdb.base/help.exp: Update test for new 'until' help message.
74 Add test for help on 'advance'.
75 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
76
77 2003-01-15 Mark Kettenis <kettenis@gnu.org>
78
79 * gdb.base/default.exp: Adapt "info float" test for recent changes
80 to that command. Add test for "info vector".
81 * gdb.base/float.exp: New file. Add test for "info float" that
82 resembles the old test in gdb.base/default.exp.
83
84 2003-01-15 David Carlton <carlton@math.stanford.edu>
85
86 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
87
88 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
89
90 * gdb.base/break.exp: Move the tests of until command from here...
91 * gdb.base/until.exp: ... to here. New file. Add other tests.
92 * gdb.base/advance.c: New file.
93 * gdb.base/advance.exp: New file.
94
95 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
96
97 * gdb.base/args.c: New file.
98 * gdb.base/args.exp: New file.
99
100 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
101
102 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
103
104 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
105
106 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
107
108 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
109
110 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
111 dates.
112
113 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
114
115 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
116
117 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
118
119 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
120 (ptype &*"foo").
121 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
122
123 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
124
125 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
126 * gdb.mi/mi1-console.exp: Likewise.
127
128 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
129
130 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
131 * gdb.mi/mi1-console.exp: Likewise.
132
133 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
134
135 * gdb.c++/overload.exp: Remove some fixed XFAILs.
136
137 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
138
139 * gdb.base/detach.exp: New test.
140
141 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
142
143 * Makefile.in (ALL_SUBDIRS): New variable.
144 (subdirs, clean, distclean): Use it.
145 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
146 regenerating Makefile, since it is generated from the top level.
147 * gdb.asm/Makefile.in: Likewise.
148 * gdb.base/Makefile.in: Likewise.
149 * gdb.c++/Makefile.in: Likewise.
150 * gdb.disasm/Makefile.in: Likewise.
151 * gdb.java/Makefile.in: Likewise.
152 * gdb.mi/Makefile.in: Likewise.
153 * gdb.threads/Makefile.in: Likewise.
154 * gdb.trace/Makefile.in: Likewise.
155
156 2003-01-09 David Carlton <carlton@math.stanford.edu>
157
158 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
159 Add copyright year 2003.
160
161 2003-01-06 Michael Chastain <mec@shout.net>
162
163 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
164 When selecting a thread, 'line' and 'file' are optional.
165 * gdb.mi/mi1-pthreads.exp: Likewise.
166
167 2003-01-06 Andreas Schwab <schwab@suse.de>
168
169 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
170 failures.
171
172 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
173
174 Fix PR gdb/844
175 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
176 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
177
178 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
179 instead of calling gdb_suppress_entire_file.
180 * gdb.threads/print-threads.exp: Likewise.
181 * gdb.threads/schedlock.exp: Likewise.
182
183 * gdb.threads/killed.exp: Return instead of calling
184 gdb_suppress_entire_file.
185 * gdb.threads/linux-dp.exp: Likewise.
186 * gdb.threads/pthreads.exp: Likewise.
187
188 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
189
190 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
191 stabs.
192 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
193 * gdb.base/whatis.exp: Always allow (void) after function names.
194
195 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
196
197 * gdb.c++/casts.exp: Correct regexp.
198
199 2003-01-04 Mark Kettenis <kettenis@gnu.org>
200
201 * configure.in: Call AC_CONFIG_HEADER. Don't call
202 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
203 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
204 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
205 aforementioned directories in the AC_OUPUT call.
206 * config.hin: New file.
207 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
208 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
209 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
210 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
211 pass -I$objdir instead of -I$objdir/$subdir in compilation.
212 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
213 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
214 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
215 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
216 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
217 gdb.threads/configure.in, gdb.threads/configure,
218 gdb.threads/config.in, gdb.trace/configure.in,
219 gdb.trace/configure: Removed.
220
221 2003-01-03 Michael Chastain <mec@shout.net>
222
223 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
224 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
225
226 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
227
228 * gdb.base/store.exp: Fix regular expressions.
229
230 2002-12-28 Mark Kettenis <kettenis@gnu.org>
231
232 * configure.in: Rewrite.
233 * configure: Regenerated.
234
235 2003-01-03 David Carlton <carlton@math.stanford.edu>
236
237 * gdb.base/psymtab.exp: New file.
238 * gdb.base/psymtab1.c: Ditto.
239 * gdb.base/psymtab2.c: Ditto.
240
241 2002-12-23 Adam Fedor <fedor@gnu.org>
242
243 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
244
245 2002-12-23 David Carlton <carlton@math.stanford.edu>
246
247 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
248 and current_directory initialization.
249
250 2002-12-22 Jim Blandy <jimb@redhat.com>
251
252 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
253 rather than as part of the output file name.
254
255 * gdb.base/attach.exp: There's no need to copy the test program to
256 /tmp; that was only ever necessary on HP/UX, and this test is
257 entirely disabled there anyway.
258
259 2002-12-21 Jim Blandy <jimb@redhat.com>
260
261 * gdb.c++/psmang.exp: Doc fix.
262
263 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
264 test.
265
266 2002-12-20 David Carlton <carlton@math.stanford.edu>
267
268 * gdb.c++/annota2.exp: KFAIL annotate-quit.
269
270 2002-12-18 Michael Chastain <mec@shout.net>
271
272 * gdb.c++/annota2.exp: Add copyright year 2002.
273
274 2002-12-17 David Carlton <carlton@math.stanford.edu>
275
276 * gdb.c++/try_catch.cc: Add marker comments.
277 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
278 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
279 * gdb.c++/m-static.cc: Ditto.
280 * gdb.c++/m-static1.cc: Ditto.
281 * gdb.c++/try_catch.cc: Ditto.
282
283 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
284
285 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
286 to see whether we are using the new -environment-directory
287 command which resets via -r or the old version of the command
288 which may prompt the user. Part of fix for gdb/741.
289
290 2002-12-13 Andrew Cagney <ac131313@redhat.com>
291
292 * gdb.fortran/types.exp: Update obsolete comment.
293 * gdb.fortran/exprs.exp: Ditto.
294 * lib/gdb.exp: Delete obsolete code.
295 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
296 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
297 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
298 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
299 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
300 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
301 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
302 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
303 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
304 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
305 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
306 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
307 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
308 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
309 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
310 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
311 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
312 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
313 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
314 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
315 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
316 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
317 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
318 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
319 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
320 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
321 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
322 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
323 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
324 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
325 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
326 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
327 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
328 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
329 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
330 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
331 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
332
333 2002-12-11 David Carlton <carlton@math.stanford.edu>
334
335 * gdb.c++/m-data.exp: Add test for members that shadow global
336 variables: see PR gdb/804.
337 * gdb.c++/m-data.cc: Ditto.
338
339 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
340
341 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
342
343 2002-12-06 David Carlton <carlton@math.stanford.edu>
344
345 * gdb.base/store.c: Don't declare functions static.
346
347 2002-12-04 Andrew Cagney <ac131313@redhat.com>
348
349 * gdb.base/store.exp, gdb.base/store.c: New files.
350
351 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
352
353 * gdb.base/selftest.exp: Update for current gdb.
354
355 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
356
357 * gdb.base/maint.exp: Only dump symbols from one source file
358 or objfile.
359
360 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
361
362 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
363 function call.
364
365 2002-11-25 Jim Blandy <jimb@redhat.com>
366
367 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
368 function appearing in error message.
369
370 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
371
372 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
373
374 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
375
376 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
377 for mi1 and current mi is in correct format. New mi startup message
378 should be in mi console format. This is part of fix for PR gdb/604.
379
380 2002-09-18 Fernando Nasser <fnasser@redhat.com>
381
382 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
383 which explicitly prints the zero offset as "+0".
384
385 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
386
387 * gdb.threads/schedlock.c (args): Make unsigned.
388
389 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
390
391 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
392 numbers. Allow "foo2|selected stack frame".
393 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
394 * gdb.asm/asmsrc2.s: Likewise.
395 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
396 comments.
397 * gdb.asm/mips.inc: New file.
398
399 2002-10-18 Adam Fedor <fedor@gnu.org>
400
401 * gdb.base/default.exp: Update expected output to include 'ObjC'.
402 * gdb.base/help.exp: Likewise.
403
404 2002-10-17 Kevin Buettner <kevinb@redhat.com>
405
406 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
407 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
408
409 2002-10-02 Jim Blandy <jimb@redhat.com>
410
411 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
412
413 2002-10-01 Andrew Cagney <ac131313@redhat.com>
414
415 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
416 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
417 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
418 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
419 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
420 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
421 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
422
423 2002-09-29 Andrew Cagney <ac131313@redhat.com>
424
425 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
426 * mi0-disassemble.exp, mi0-eval.exp: Delete.
427 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
428 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
429 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
430 * mi0-var-block.exp, mi0-var-child.exp: Delete.
431 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
432
433 2002-09-27 Kevin Buettner <kevinb@redhat.com>
434
435 * gdb.base/annota1.exp (info break): Make directory components of
436 path optional since not all compilers emit this debug information.
437
438 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
439 step ends up stepping out of the function instead of stopping on
440 the epilogue.
441
442 2002-09-26 Keith Seitz <keiths@redhat.com>
443
444 * lib/insight-support.exp (gdbtk_start): Figure out where
445 the insight executable is based on where gdb is. Use this
446 executable to start insight instead of gdb.
447
448 2002-09-25 Andrew Cagney <cagney@redhat.com>
449
450 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
451
452 2002-09-24 Andrew Cagney <ac131313@redhat.com>
453
454 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
455 test_isolated_complaints.
456 (test_empty_complaint): New function.
457 (test_empty_complaints): New function. Check no output when no
458 complaints.
459
460 2002-09-19 Jim Blandy <jimb@redhat.com>
461
462 * gdb.base/charset.exp, gdb.base/charset.c: New files.
463
464 2002-09-19 Andrew Cagney <ac131313@redhat.com>
465
466 * gdb.gdb/complaints.exp: New file.
467
468 2002-09-18 Andrew Cagney <ac131313@redhat.com>
469
470 * gdb.base/maint.exp: Check `help maint internal-warning'.
471
472 2002-09-18 David Carlton <carlton@math.stanford.edu>
473
474 * gdb.c++/m-static.exp: Remove breakpoints depending on line
475 numbers, and replace them by a single breakpoint after the
476 constructors are all finished.
477 Add test 4.
478 * gdb.c++/m-static.cc: Add test 4.
479 * gdb.c++/m-static.h: New file.
480 * gdb.c++/m-static1.cc: New file.
481
482 * gdb.c++/printmethod.exp: New file.
483 * gdb.c++/printmethod.cc: New file.
484
485 * gdb.c++/pr-574.exp: New file.
486 * gdb.c++/pr-574.cc: New file.
487
488 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
489
490 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
491 embedded targets which never actually exit.
492
493 2002-09-18 Fernando Nasser <fnasser@redhat.com>
494
495 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
496 "don't step after run" as unresolved or unsupported, instead of xfail.
497
498 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
499
500 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
501 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
502 Add newline to expected string in "step out of main (status wrapper)"
503 case.
504
505 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
506
507 * lib/gdb.exp (rerun_to_main): Allow restarting application.
508 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
509
510 2002-09-17 Tom Tromey <tromey@redhat.com>
511
512 * gdb.base/printcmds.exp (test_print_string_constants): Expect
513 \000, not \0, in double-quoted string.
514
515 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
516
517 * gdb.base/command.exp: Don't expect a "Program exited normally"
518 string after running the commands execution on breakpoint tests.
519
520 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
521
522 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
523
524 2002-09-12 Joel Brobecker <brobecker@gnat.com>
525
526 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
527
528 2002-09-10 Keith Seitz <keiths@redhat.com>
529
530 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
531 runto proc.
532 (mi_run_to_main): Use mi_runto.
533 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
534
535 2002-09-10 Keith Seitz <keiths@redhat.com>
536
537 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
538 regexp for stopping at main. Could have multiple event notifications.
539 Don't assume that main was declared with no parameters.
540 (mi_next): Use mi_step_to.
541 (mi_step): Use mi_next_to.
542
543 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
544
545 * gdb.base/default.exp: Fix expected string in `info float' test.
546
547 2002-09-09 Ben Elliston <bje@redhat.com>
548
549 * config/mips.exp: Update comments.
550 * config/mips-idt.exp: Likewise.
551 * config/nind.exp: Likewise.
552 * config/slite.exp: Likewise.
553 * config/sparclet.exp: Likewise.
554 * config/udi.exp: Likewise.
555 * config/vx.exp: Likewise.
556 * config/vxworks29k.exp: Likewise.
557
558 2002-09-05 Jim Blandy <jimb@redhat.com>
559
560 * gdb.threads/killed.exp: Fix test failure message.
561
562 2002-09-04 Keith Seitz <keiths@redhat.com>
563
564 * lib/mi-support.exp: Update copyright.
565 (mi_gdb_test): Increase the priority of the expected pattern
566 so that it matches gdb_test.
567
568 2002-09-03 Keith Seitz <keiths@redhat.com>
569
570 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
571 Use integer comparison instead of string comparison for testing
572 whether binary was built.
573
574 2002-09-03 Jim Blandy <jimb@redhat.com>
575
576 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
577
578 2002-08-29 Jim Blandy <jimb@redhat.com>
579
580 * gdb.threads/pthreads.exp: Move the portable thread compilation
581 code into a function in lib/gdb.exp, and call that from here.
582 * lib/gdb.exp (gdb_compile_pthreads): New function.
583
584 2002-08-29 Keith Seitz <keiths@redhat.com>
585
586 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
587 expect_out so that callers can get at it.
588
589 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
590
591 * gdb.threads/print-threads.c: New file.
592 * gdb.threads/print-threads.exp: New file.
593 * gdb.threads/schedlock.c: New file.
594 * gdb.threads/schedlock.exp: New file.
595
596 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
597
598 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
599 not altivec.c.
600
601 2002-08-17 Mark Kettenis <kettenis@gnu.org>
602
603 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
604 targets. The problem should be fixed now.
605
606 2002-08-15 Mark Kettenis <kettenis@gnu.org>
607
608 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
609 2002-07-24 change that removes final dots from error messages.
610
611 2002-08-13 Tom Tromey <tromey@redhat.com>
612
613 * gdb.base/readline.exp: New file.
614
615 2002-08-01 Andrew Cagney <ac131313@redhat.com>
616
617 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
618 supress message.
619
620 2002-08-01 Andrew Cagney <cagney@redhat.com>
621
622 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
623 CHILL_FOR_TARGET and CHILL_LIB.
624 * configure.in (configdirs): Remove gdb.chill.
625 * configure: Regenerate.
626 * lib/gdb.exp: Obsolete references to chill.
627 * gdb.fortran/types.exp: Ditto.
628 * gdb.fortran/exprs.exp: Ditto.
629
630 2002-07-30 Kevin Buettner <kevinb@redhat.com>
631
632 * gdb.base/shlib-call.exp (additional_flags): Conditionally
633 set Irix-specific compile and link flags.
634
635 2002-07-29 Kevin Buettner <kevinb@redhat.com>
636
637 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
638 source files. The ``-o'' option doesn't work with the ``-E'' option
639 when using the Irix compiler.
640
641 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
642
643 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
644 Improve support for reusing an exec file. Copy exec file
645 to target, and run gdbserver on the target instead of on the host.
646
647 2002-07-18 Jim Blandy <jimb@redhat.com>
648
649 * gdb.base/ending-run.exp: Don't expect to see the program end in
650 some orderly fashion when we're running on a real stand-alone
651 board.
652
653 * gdb.base/interrupt.exp: Correct logic for skipping tests on
654 targets that don't support interrupts.
655
656 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
657
658 * gdb.base/attach.exp: Add patterns to match output from /proc-based
659 systems.
660 Move comments in expect statements to inside the actions, so that they
661 don't get matched against.
662
663 2002-07-10 Mark Kettenis <kettenis@gnu.org>
664
665 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
666 function when asleep" test.
667
668 2002-07-10 Andrew Cagney <ac131313@redhat.com>
669
670 * gdb.base/page.exp: Rewrite to handle problems with very long
671 `info set' output. Update copyright.
672
673 2002-06-26 Andrew Cagney <ac131313@redhat.com>
674
675 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
676 gdb.threads-hp.
677 * gdb.hp/configure: Regenerate.
678 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
679 * gdb.hp/gdb.threads-hp/configure: Delete file.
680 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
681
682 2002-06-22 Andrew Cagney <ac131313@redhat.com>
683
684 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
685 setlocale, bindtextdomain and textdomain.
686
687 2002-06-11 Jim Blandy <jimb@redhat.com>
688
689 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
690 preprocessor macro information is present.
691
692 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
693 tests.
694
695 2002-06-06 Michael Snyder <msnyder@redhat.com>
696
697 * gdb.base/overlays.exp: Record addresses of overlay
698 functions in TCL variables rather than in GDB variables,
699 to avoid having GDB convert them to pointers (with loss
700 of information).
701
702 * gdb.base/d10v.ld: Merge in several years worth of
703 default linker script changes.
704 * gdb.base/long_long.exp: Add check for sizeof (long double).
705
706 2002-06-06 Michal Ludvig <mludvig@suse.cz>
707
708 * gdb.asm/asm-source.exp: Add x86-64 target.
709 * gdb.asm/x86_64.inc: New.
710
711 2002-05-30 Michael Chastain <mec@shout.net>
712
713 From Benjamin Kosnik <bkoz@redhat.com>:
714 * gdb.c++/m-static.cc: New file.
715 * gdb.c++/m-static.exp: New file.
716
717 2002-05-28 Michael Snyder <msnyder@redhat.com>
718
719 * gdb.base/call-ar-st.exp: Allow for reduced floating point
720 precision.
721
722 2002-05-27 Michael Chastain <mec@shout.net>
723
724 From Benjamin Kosnik <bkoz@redhat.com>:
725 * gdb.c++/m-data.cc: New file.
726 * gdb.c++/m-data.exp: New file.
727
728 2002-05-27 Michael Chastain <mec@shout.net>
729
730 From Benjamin Kosnik <bkoz@redhat.com>:
731 * gdb.c++/try_catch.cc: New file.
732 * gdb.c++/try_catch.exp: New file.
733
734 2002-05-27 Michael Chastain <mec@shout.net>
735
736 * gdb.c++/local.exp: Accept more nested types in output.
737
738 2002-05-26 Michael Chastain <mec@shout.net>
739
740 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
741
742 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
743
744 * lib/gdb.exp (gdb_wrapper_init): Just because
745 gdb_wrapper_file exists, this does not mean that the file
746 should not be rebuilt. That is what gdb_wrapper_initialized
747 is for.
748 (default_gdb_init): Reset gdb_wrapper_initialized.
749
750 2002-05-23 Michael Snyder <msnyder@redhat.com>
751
752 * gdb.base/all-bin.exp: Revise previous patch by just reducing
753 the precision of the floating point test results.
754 * gdb.base/call-rt-st.exp: Ditto.
755
756 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
757 * gdb.base/call-rt-st.exp: Ditto.
758
759 2002-05-19 Michael Chastain <mec@shout.net>
760
761 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
762
763 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
764
765 * configure.in (configdirs): Add gdb.arch.
766 * configure: Regenerate.
767
768 2002-05-17 Jim Blandy <jimb@redhat.com>
769
770 * gdb.base/completion.exp: Recognize the more detailed error
771 messages produced by the macro expander's lexical analyzer.
772
773 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
774
775 * gdb.arch/altivec-abi.c: New file.
776 * gdb.arch/altivec-abi.exp: New file.
777 * gdb.arch/altivec-regs.c: New file.
778 * gdb.arch/altivec-regs.exp: New file.
779
780 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
781
782 * gdb.base/maint.exp (maint print type): Update for new type
783 structure.
784
785 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
786
787 * gdb.arch: New directory.
788 * gdb.arch/configure.in: New file.
789 * gdb.arch/configure: New file.
790 * gdb.arch/Makefile.in: New file.
791
792 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
793
794 * gdb.asm/asm-source.exp: Add v850 as supported target.
795 * gdb.asm/v850.inc: New file.
796
797 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
798
799 * gdb.c++/annota2.exp (annotate-quit): Add comment.
800
801 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
802
803 * gdb.base/break.exp: Check 'break "marker2"'.
804
805 2002-05-10 Michael Snyder <msnyder@redhat.com>
806
807 * gdb.base/long_long.exp: Fix typo.
808
809 2002-05-10 Jim Blandy <jimb@redhat.com>
810
811 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
812 a bug.
813
814 * gdb.base/printcmds.exp (test_integer_literals_rejected):
815 Recognize more detailed error message produced by the macro
816 expander's lexical analyzer.
817 * lib/gdb.exp (test_print_reject): Same.
818
819 2002-05-09 Mark Kettenis <kettenis@gnu.org>
820
821 * gdb.c++/method.exp: Fix typo.
822
823 2002-05-08 Michael Snyder <msnyder@redhat.com>
824
825 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
826 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
827 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
828 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
829 Add iftarget clause for strongarm.
830
831 2002-05-06 Michael Snyder <msnyder@redhat.com>
832
833 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
834 (gdb_continue_to_end): Accept output from status wrapper.
835 * gdb.base/ending-run.exp: Add case for output from status wrapper.
836 Clean up fail messages to match pass messages.
837
838 Enable the "needs_status_wrapper" testsuite feature.
839 * lib/gdb.exp (gdb_wrapper_init): New procedure.
840 (gdb_compile): Conditionally call gdb_wrapper_init.
841 * gdb.base/a2-run.exp: Recognize output from status wrapper.
842 * gdb.c++/method.exp: Recognize output from status wrapper.
843
844 2002-05-06 Ben Elliston <bje@redhat.com>
845 From Graydon Hoare <graydon@redhat.com>
846
847 * config/sid.exp: Include support for "rawsid" protocol.
848
849 2002-05-03 Jim Blandy <jimb@redhat.com>
850
851 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
852 * gdb.c++/hang3.C: New file.
853
854 2002-05-04 Andrew Cagney <ac131313@redhat.com>
855
856 * gdb.base/default.exp: Remove obsolete code.
857 * gdb.c++/misc.exp: Ditto. Update copyright.
858 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
859 * gdb.base/whatis.exp: Ditto. Update copyright.
860 * gdb.base/scope.exp: Ditto. Update copyright.
861 * gdb.base/ptype.exp: Ditto. Update copyright.
862 * gdb.base/printcmds.exp: Ditto. Update copyright.
863 * gdb.base/opaque.exp: Ditto. Update copyright.
864 * gdb.base/list.exp: Ditto.
865 * gdb.base/funcargs.exp: Ditto. Update copyright.
866 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
867 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
868 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
869 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
870 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
871 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
872
873 2002-05-02 Michael Snyder <msnyder@redhat.com>
874
875 * gdb.base/watchpoint.exp: Add xscale target.
876 * gdb.base/long_long.exp: Add xscale target.
877 * gdb.base/default.exp: Add xscale target.
878
879 2002-05-01 Jim Blandy <jimb@redhat.com>
880
881 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
882 gdb.c++/hang.exp: New test.
883
884 2002-05-01 Fred Fish <fnf@redhat.com>
885
886 * gdb.base/completion.exp: Handle completions of "./Make" for
887 more than one completion possibility, as is the case when we
888 build and test in the source tree.
889
890 2002-04-29 Anthony Green <green@redhat.com>
891
892 * gdb.java/jmisc1.exp: New file.
893 * gdb.java/jmisc2.exp: New file.
894
895 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
896
897 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
898
899 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
900
901 * gdb.base/help.exp: Change 'help status' to allow for target
902 dependent output differences.
903
904 2002-04-22 Michael Chastain <mec@shout.net>
905
906 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
907
908 2002-04-22 Michael Chastain <mec@shout.net>
909
910 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
911
912 2002-04-17 David S. Miller <davem@redhat.com>
913
914 * gdb.asm/sparc64.inc: New file.
915 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
916
917 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
918
919 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
920 instruction file directly into the build tree. Clean up at end of
921 test.
922
923 2002-04-18 David S. Miller <davem@redhat.com>
924
925 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
926 handle 64-bit platforms correctly.
927 * gdb.base/maint.exp: Likewise.
928
929 2002-04-18 Kevin Buettner <kevinb@redhat.com>
930
931 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
932 ``-fpic'' when compiling files comprising a shared library, but
933 it does need additional linker flags in order to find shared
934 libraries at run time.
935
936 2002-04-18 Kevin Buettner <kevinb@redhat.com>
937
938 * gdb.base/cvexpr.c (use): New function.
939 (main): Invoke use() on all global variables to prevent
940 some linkers from deleting these otherwise unused symbols.
941
942 2002-04-17 Michael Chastain <mec@shout.net>
943 From David S. Miller <davem@redhat.com>
944
945 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
946 handle 64-bit platforms correctly.
947
948 2002-04-12 Michael Snyder <msnyder@redhat.com>
949 From Jim Blandy <jimb@redhat.com>
950 * gdb.base/foo.c (foox): Remove section attribute; the linker
951 script can handle this instead.
952 * gdb.base/bar.c (barx): Same.
953 * gdb.base/baz.c (bazx): Same.
954 * gdb.base/grbx.c (grbxx): Same.
955
956 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
957 manager doesn't automatically unmap overlays unnecessarily.
958
959 2002-04-10 Martin M. Hunt <hunt@redhat.com>
960
961 * gdb.base/ending-run.exp: Fix pattern for Mips targets
962 stepping out of main.
963
964 2002-04-09 Michael Chastain <mec@shout.net>
965
966 * gdb.c++/local.cc (main): Move call to marker1() inside nested
967 scope so that the nested scope tests will make sense.
968 * gdb.c++/local.exp: Write patterns that actually work with gcc
969 (the HP patterns "were never known to work with gcc").
970 Keep the old aCC patterns too.
971
972 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
973
974 * gdb.base/attach.exp: Correct target board test.
975
976 2002-04-08 Michael Chastain <mec@shout.net>
977
978 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
979 in a const method. Add some xfail and fail cases for configurations
980 that do not emit the "const ...".
981
982 2002-04-07 Michael Chastain <mec@shout.net>
983
984 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
985 Accept "A * const" and "const A * const" as type of "this".
986 Fix spelling of getFunky throughout. Make messages uniform.
987
988 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
989
990 Work around for PR gdb/285:
991 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
992
993 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
994
995 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
996 instructions file at run time instead of configure time.
997 Sometimes we run the test in a directory that is not the one we
998 configured in.
999 * gdb.asm/configure.in: Delete creation of symlink.
1000 * gdb.asm/configure: Regenerate.
1001
1002 2002-04-05 J. Brobecker <brobecker@gnat.com>
1003
1004 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1005 xfullpath () function.
1006
1007 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1008
1009 * gdb.asm/Makefile.in: Correct dependencies.
1010
1011 * gdb.asm/powerpc.inc: New file.
1012 * gdb.asm/asm-source.exp: Add PowerPC.
1013 * gdb.asm/configure.in: Likewise.
1014 * gdb.asm/configure: Regenerated.
1015
1016 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1017
1018 * gdb.base/relocate.exp: New file.
1019 * gdb.base/relocate.c: New file.
1020
1021 2002-04-04 Fred Fish <fnf@redhat.com>
1022
1023 * gdb.base/step-test.exp: Update comment regarding stopping in
1024 memcpy/bcopy calls inserted as part of the compiler runtime.
1025
1026 2002-04-04 Michael Snyder <msnyder@redhat.com>
1027
1028 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1029
1030 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
1031
1032 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1033 (gdb_expect): Remove $notransfer hack.
1034
1035 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
1036
1037 * gdb.c++/classes.exp ("calling method for small class"): Match
1038 updated register output.
1039
1040 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1041
1042 Fix PR gdb/452
1043 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1044 when finished. Make gdb_file_cmd send "exec-file" when
1045 appropriate.
1046
1047 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1048
1049 * gdb.base/attach.exp: Remove extra setup_xfail.
1050
1051 2002-03-26 Michael Snyder <msnyder@redhat.com>
1052
1053 * gdb.base/default.exp: Add tests for dump, append, and restore.
1054 * gdb.base/help.exp: Add tests for dump, append, and restore.
1055 * gdb.base/dump.exp: New file, test dump, append and restore.
1056 * gdb.base/dump.c: New file.
1057
1058 2002-03-27 Michael Snyder <msnyder@redhat.com>
1059
1060 * gdb.base/help.exp: Modify expect strings to reflect
1061 clean-ups in help messages.
1062
1063 2002-03-26 Fred Fish <fnf@redhat.com>
1064
1065 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1066 have debugging info for those functions and the compiler uses them
1067 internally to copy structs around.
1068
1069 2002-03-26 Fred Fish <fnf@redhat.com>
1070
1071 * gdb.base/list.exp: Revert the change made yesterday and add note
1072 about why we don't list the default lines for remote targets.
1073
1074 2002-03-25 Michael Snyder <msnyder@redhat.com>
1075
1076 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1077
1078 2002-03-25 Fred Fish <fnf@redhat.com>
1079
1080 * gdb.base/list.exp: This test works on remote targets so remove
1081 the short circuit for remote targets. Update copyright.
1082
1083 2002-03-25 Fred Fish <fnf@redhat.com>
1084
1085 * gdb.base/attach.exp: Fix logic error that was suppressing this
1086 test for all non hppa*-*-hpux* targets, instead of the hp target.
1087 Move comments closer to the suppression point. Also now need to
1088 check that we are running natively.
1089
1090 2002-03-22 Michael Snyder <msnyder@redhat.com>
1091
1092 * gdb.base/default.exp: Add test for gcore. Update copyright.
1093 * gdb.base/help.exp: Add test for gcore. Update copyright.
1094
1095 2002-03-06 Fred Fish <fnf@redhat.com>
1096
1097 * gdb.base/funcargs.c: Remove extraneous ';' character.
1098 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1099
1100 2002-03-04 Michael Chastain <mec@shout.net>
1101
1102 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1103 accommodate gcc v3 function signature.
1104 * gdb.mi/mi0-var-cmd-exp: Ditto.
1105
1106 2002-02-24 Andrew Cagney <ac131313@redhat.com>
1107
1108 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1109 ``GNU/Linux'' or ``Linux kernel''
1110 * testsuite/gdb.threads/pthreads.c: Ditto.
1111
1112 2002-02-24 Michael Chastain <mec@shout.net>
1113
1114 * gdb.threads/pthreads.c (thread1): Add a return statement.
1115 (thread2): Likewise.
1116 (foo): Likewise.
1117
1118 2002-02-23 Michael Chastain <mec@shout.net>
1119
1120 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1121 to placate gcc.
1122
1123 2002-02-23 Michael Chastain <mec@shout.net>
1124
1125 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1126 test "ptype bint". The test passes on all my stabs configurations.
1127
1128 2002-02-21 Jim Blandy <jimb@redhat.com>
1129
1130 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1131 filename at a time, and watch for the ones we want to see.
1132
1133 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1134 types of pointers to prototyped functions.
1135
1136 2002-02-20 Andrew Cagney <ac131313@redhat.com>
1137
1138 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1139 signed, unsigned and straight char.
1140 (padding_char, padding_short, padding_int, padding_long,
1141 padding_long_long, padding_float, padding_double,
1142 padding_long_double): New global variables.
1143 (fill, fill_structs): New functions.
1144
1145 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1146 for correctly sized writes. Update copyright.
1147 (get_valueof): New procedure.
1148 (get_sizeof): Call get_valueof.
1149 (check_valueof): New procedure.
1150 (check_padding): New procedure.
1151
1152 2002-02-20 Michael Chastain <mec@shout.net>
1153
1154 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1155 to setup_xfail. Document some of the remaining calls.
1156
1157 2002-02-18 Michael Chastain <mec@shout.net>
1158
1159 * gdb.c++/userdef.exp: Update copyright year.
1160
1161 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
1162
1163 * gdb.c++/userdef.exp: Test overloaded operators properly.
1164 Remove xfails.
1165
1166 2002-02-14 Michael Snyder <msnyder@redhat.com>
1167
1168 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1169
1170 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1171
1172 * gdb.base/a2-run.exp: Check for a remote target properly.
1173 * gdb.base/annota1.exp: Likewise.
1174 * gdb.base/list.exp: Likewise.
1175 * gdb.base/reread.exp: Likewise.
1176 * gdb.base/scope.exp: Likewise.
1177 * gdb.base/shlib-call.exp: Likewise.
1178 * gdb.base/term.exp: Likewise.
1179 * gdb.c++/annota2.exp: Likewise.
1180
1181 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
1182
1183 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1184
1185 2002-02-10 Michael Chastain <mec@shout.net>
1186
1187 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1188 (call_after_alloca): Ditto.
1189
1190 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1191
1192 * gdb.base/ending-run.exp: Guard "cont" test with
1193 gdb_skip_stdio_test.
1194
1195 2002-02-06 Jim Blandy <jimb@redhat.com>
1196
1197 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1198 from here...
1199 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1200 To here. Disable this test on non-HP platforms. Add big comment.
1201
1202 2002-02-04 Michael Snyder <msnyder@redhat.com>
1203
1204 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1205 other than d10v and m32r.
1206
1207 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
1208
1209 * gdb.base/default.exp: Rewrite test patterns to reduce time
1210 taken to match them.
1211
1212 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1213
1214 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1215 Allow a start function above main.
1216 * gdb.threads/linux-dp.exp: Fix copyright date.
1217
1218 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1219
1220 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1221 (check_philosopher_stack): Check for manager thread before checking
1222 for a just-starting thread.
1223
1224 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1225
1226 From Neil Booth <neil@daikokuya.demon.co.uk>:
1227 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1228 warnings.
1229
1230 2002-01-21 Fred Fish <fnf@redhat.com>
1231
1232 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1233 not caller.
1234
1235 2002-01-21 Jim Blandy <jimb@redhat.com>
1236
1237 * gdb.base/reread.exp: Check that GDB properly re-reads the
1238 executable file when it changes while no inferior is running.
1239
1240 2002-01-21 Fred Fish <fnf@redhat.com>
1241
1242 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1243 optionally accept the "shlib events" variation.
1244
1245 2002-01-21 Jim Blandy <jimb@redhat.com>
1246
1247 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1248 call `fflush' after every `printf', so that the output is produced
1249 at predictable points, regardless of whatever buffering does (or
1250 doesn't) take place.
1251 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1252 at different points.
1253
1254 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1255
1256 * gdb.c++/inherit.exp: Update copyright years.
1257 * gdb.c++/method.exp: Likewise.
1258
1259 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1260
1261 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1262 artificial methods/arguments.
1263 * gdb.c++/derivation.exp: Likewise.
1264 * gdb.c++/inherit.exp: Likewise.
1265 * gdb.c++/method.exp: Likewise.
1266 * gdb.c++/virtfunc.exp: Likewise.
1267
1268 2002-01-18 Andrew Cagney <ac131313@redhat.com>
1269
1270 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1271 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1272 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1273 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1274 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1275 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1276
1277 2002-01-17 Jim Blandy <jimb@redhat.com>
1278
1279 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1280 anchoring the pattern matching the entry point symbol's name.
1281
1282 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1283
1284 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1285 continue/quit query. Update copyright.
1286
1287 2002-01-14 Michael Snyder <msnyder@redhat.com>
1288
1289 * gdb.base/gcore.exp: Remove extra debugging output.
1290
1291 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1292
1293 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1294 for slightly dubious v2 mangled string.
1295
1296 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1297
1298 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1299
1300 2002-01-10 Jason Merrill <jason@redhat.com>
1301
1302 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
1303
1304 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1305 constructors.
1306 * gdb.c++/derivation.exp: Likewise.
1307 * gdb.c++/templates.exp: Likewise.
1308 * gdb.c++/virtfunc.exp: Likewise.
1309
1310 2002-01-10 Michael Snyder <msnyder@redhat.com>
1311
1312 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
1313
1314 2002-01-08 Michael Snyder <msnyder@redhat.com>
1315
1316 * gdb.base/gcore.exp: New test for generate-core-file command.
1317 * gdb.base/gcore.c: Testcase for above.
1318 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1319
1320 2002-01-08 Jason Merrill <jason@redhat.com>
1321
1322 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1323
1324 2002-01-07 Fred Fish <fnf@redhat.com>
1325
1326 * gdb.c++/overload.exp: Remove unconditional xfails for:
1327 print foo_instance1.overloadargs(1)
1328 print foo_instance1.overloadargs(1, 2)
1329 print foo_instance1.overloadargs(1, 2, 3)
1330 print foo_instance1.overloadargs(1, 2, 3, 4)
1331 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1332 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1333 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1334 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1335 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1336 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1337 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1338 print foo_instance1.overload1arg()
1339 print foo_instance1.overload1arg((char)arg2)
1340 print foo_instance1.overload1arg((signed char)arg3)
1341 print foo_instance1.overload1arg((unsigned char)arg4)
1342 print foo_instance1.overload1arg((int)arg7)
1343 print foo_instance1.overload1arg((unsigned int)arg8)
1344 print foo_instance1.overload1arg((float)arg11)
1345 print foo_instance1.overload1arg((double)arg12)
1346
1347 2002-01-07 Michael Snyder <msnyder@redhat.com>
1348
1349 * gdb.base/huge.exp: New test. Print a very large target data object.
1350 (skip_huge_test): New test variable. Define if you want to skip this
1351 test. The test reads an 8 megabyte data object from the target, so it
1352 might be very time consuming on remote targets with a slow connection.
1353 * gdb.base/huge.c: New file. Test case for above.
1354
1355 2002-01-07 Fred Fish <fnf@redhat.com>
1356
1357 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1358 g_instance.bfoo, and g_instance.cfoo.
1359
1360 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1361
1362 * gdb.base/break.c (multi_line_if_conditional): New function.
1363 (multi_ilne_while_conditional): Likewise.
1364 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1365 IF or WHILE condition puts the breakpoint at the start of
1366 the condition.
1367
1368 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1369 hppa*-*-hpux* expected failure.
1370 * gdb.base/structs.exp (do_function_calls): Similarly.
1371
1372 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1373 watchpoints.
1374
1375 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1376
1377 Fix PR gdb/66.
1378 * gdb.base/structs.exp: Replace skip for a29k with skip for
1379 gdb,cannot_call_functions.
1380 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1381 * gdb.base/callfuncs.exp: Ditto.
1382 * gdb.base/call-rt-st.exp: Ditto.
1383 * gdb.base/call-strs.exp: Ditto.
1384 * gdb.base/callfwmall.exp: Ditto.
1385 * gdb.base/scope.exp: Obsolete xfail a29k.
1386 * gdb.c++/misc.exp: Ditto.
1387 * gdb.c++/cplusfuncs.exp: Ditto.
1388 * gdb.base/ptype.exp: Ditto.
1389 * gdb.base/printcmds.exp: Ditto.
1390 * gdb.base/opaque.exp: Ditto.
1391 * gdb.base/list.exp: Ditto.
1392 * gdb.base/funcargs.exp: Ditto.
1393 * gdb.base/default.exp: Ditto.
1394
1395 2002-01-04 Michael Snyder <msnyder@redhat.com>
1396
1397 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
1398 * gdb.base/maint.exp: Add tests for maint info sections options.
1399
1400 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1401
1402 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1403
1404 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
1405
1406 * gdb.asm/arm.inc: New file.
1407 * gdb.asm/asm-source.exp: Add arm targets.
1408 * gdb.asm/configure.in: Ditto.
1409 * gdb.asm/configure: Recreated from configure.in.
1410
1411 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1412
1413 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1414 with HP's compiler.
1415 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1416 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1417 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1418 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1419
1420 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1421 either HP's compilers or GCC.
1422
1423 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1424 a SIGBUS or SIGSEGV.
1425
1426 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1427
1428 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1429 can be compiled with either HP's compiler or GCC.
1430
1431 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1432 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1433 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1434
1435 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1436 to match current gdb output. Update due to using auto-solib-limit
1437 for limiting instead of overloading auto-solib-add.
1438 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1439 test program.
1440
1441 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
1442 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1443 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1444 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1445 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1446 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1447 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1448 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1449 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1450 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1451 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1452 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1453 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
1454
1455 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1456 a SIGTRAP to the inferior.
1457
1458 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
1459
1460 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1461 Substitute call to target_link by call to gdb_compile.
1462
1463 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1464
1465 * gdb.base/break.exp: Fix HP specific search string when testing
1466 backtracing in a called function.
1467
1468 * gdb.base/constvars.exp: Only set lang to C++ if we're
1469 compiling the test with HP's compilers.
1470 * gdb.base/volatile.exp: Similarly.
1471
1472 2001-12-19 Jim Blandy <jimb@redhat.com>
1473
1474 * gdb.base/printcmds.exp: Expect the null character to be printed
1475 as '\0', and the '\013' to be printed as '\v'.
1476 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1477 * gdb.base/setvar.exp: Same.
1478
1479 2001-12-17 Jim Blandy <jimb@redhat.com>
1480
1481 * gdb.base/completion.exp: Rather than completing very long
1482 filenames, which can make the readline library produce output we
1483 don't recognize, cd to the directory first, and then complete
1484 using nice, short relative paths.
1485
1486 * gdb.base/completion.exp: On some systems, there is, in fact, a
1487 variable named `b' in scope, since GDB treats all static
1488 variables as being in scope. So use `no_var_named_this'
1489 instead of `b'.
1490
1491 * gdb.base/corefile.exp: Recognize the message saying that GDB
1492 can't find the core file's registers as a failure.
1493
1494 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1495
1496 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1497 test expect string more specific.
1498
1499 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
1500
1501 * gdb.asm/asm-source.exp: Add support for xstormy16.
1502 * gdb.asm/configure.in: Ditto.
1503 * gdb.asm/configure: Rebuild.
1504 * gdb.asm/xstormy16.inc: New file.
1505
1506 2001-12-10 Fred Fish <fnf@redhat.com>
1507
1508 * gdb.base/maint.exp: Update to match changes in type dumping code.
1509
1510 2001-12-10 Jim Blandy <jimb@redhat.com>
1511
1512 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1513 matching the entry point symbol's name at the beginning of the
1514 line.
1515
1516 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
1517
1518 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1519 gdb.c++/inherit.exp, gdb.c++/method.exp,
1520 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1521 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1522 and class layout support.
1523
1524 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
1525
1526 * gdb.c++/classes.exp: Add test for static member function.
1527 * gdb.c++/misc.cc: Add class with static member function.
1528
1529 2001-12-07 Jim Blandy <jimb@redhat.com>
1530
1531 If GDB says it can't find the struct the function returned, report
1532 those tests as `unsupported'.
1533 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1534 Rewrite subsequent tests to use it.
1535
1536 If GDB says it can't find the struct the function returned, report
1537 those tests as `unsupported'.
1538 * gdb.base/structs.exp (call_struct_func): New function.
1539 (do_function_calls): Use call_struct_func to call the functions
1540 returning structs.
1541
1542 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1543 whether functions are prototyped or not, so we can't possibly pass
1544 arguments to t_float_values2 properly.
1545
1546 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1547 value of `timeout' for targets other than the mips*tx39-*.
1548
1549 2001-12-06 Michael Snyder <msnyder@redhat.com>
1550
1551 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1552 and detect whether the start symbol has a leading underscore.
1553
1554 2001-12-04 Jim Blandy <jimb@redhat.com>
1555
1556 * gdb.base/completion.exp: Clarify indentation.
1557
1558 2001-12-03 Jim Blandy <jimb@redhat.com>
1559
1560 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1561 variables on the S/390, not `.word'.
1562
1563 2001-11-30 Jim Blandy <jimb@redhat.com>
1564
1565 Add assembly-source tests for s390-ibm-linux.
1566 * gdb.asm/s390.inc: New file.
1567 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1568 the S/390 architecture.
1569 * gdb.asm/configure: Regenerated.
1570
1571 2001-11-30 Michael Snyder <msnyder@redhat.com>
1572
1573 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1574 next, info source, info sources, info line, global and static
1575 variables, and static functions.
1576 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1577 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1578 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1579 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1580 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1581 (gdbasm_leave): Restore frame pointer.
1582 (gdbasm_startup): Copy stack set-up from crt0.S.
1583
1584 2001-11-26 Fernando Nasser <fnasser@redhat.com>
1585
1586 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1587 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1588 to a local (non-static) variable. Copy tstruct.a to a static buffer
1589 and return a pointer to that buffer.
1590 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1591
1592 2001-11-24 Mark Kettenis <kettenis@gnu.org>
1593
1594 * gdb.asm/configure.in: Fix recognition of ix86 target.
1595 * gdb.asm/configure: Regenerate.
1596
1597 2001-11-21 Michael Snyder <msnyder@redhat.com>
1598
1599 * gdb.asm/sparc.inc: New file.
1600 * gdb.asm/asm-source.exp: Recognize sparc target.
1601 * gdb.asm/configure.in: Recognize sparc target.
1602 * gdb.asm/configure: Regenerate.
1603
1604 2001-11-21 Michael Snyder <msnyder@redhat.com>
1605
1606 * gdb.asm/m32r.inc: New file.
1607 * gdb.asm/asm-source.exp: Recognize m32r target.
1608 * gdb.asm/configure.in: Recognize m32r target.
1609 * gdb.asm/configure: Regenerate.
1610
1611 2001-11-20 Michael Snyder <msnyder@redhat.com>
1612
1613 * gdb.asm/i386.inc: New file.
1614 * gdb.asm/asm-source.exp: Recognize ix86 target.
1615 * gdb.asm/configure.in: Recognize ix86 target.
1616 * gdb.asm/configure: Regenerate.
1617
1618 * gdb.c++/namespace.exp: Fix quotes in output messages.
1619
1620 2001-11-14 Michael Snyder <msnyder@redhat.com>
1621
1622 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
1623 qualifier in a type cast expression, to designate an address
1624 in the instruction space (Harvard architecture).
1625
1626 2001-11-13 Michael Snyder <msnyder@redhat.com>
1627
1628 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1629 Tests for expressions using 'const' and 'volatile'.
1630
1631 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
1632
1633 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1634
1635 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
1636
1637 * lib/mi-support.exp (mi_run_to_helper): Move comments
1638 outside of gdb_expect.
1639
1640 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
1641
1642 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1643 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1644 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1645 mi0_run_to): New functions.
1646 * gdb.mi/mi-simplerun.exp: Use them.
1647 * gdb.mi/mi0-simplerun.exp: Likewise.
1648 * gdb.mi/mi-var-cmd.exp: Likewise.
1649 * gdb.mi/mi0-var-cmd.exp: Likewise.
1650
1651 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1652
1653 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1654 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1655
1656 2001-11-09 Andrew Cagney <ac131313@redhat.com>
1657
1658 * gdb.base/restore.exp: Include $expected value in restored test
1659 message.
1660
1661 2001-11-09 Andrew Cagney <ac131313@redhat.com>
1662
1663 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1664 implemented.
1665
1666 2001-11-08 Michael Snyder <msnyder@redhat.com>
1667
1668 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1669 Add pass/fail message for stop at breakpoint in call dummy function.
1670
1671 2001-11-07 Michael Snyder <msnyder@redhat.com>
1672
1673 * gdb.c++/templates.exp (test_template_breakpoints):
1674 If we get an overload menu, but it does not match what
1675 we expect, we still need to issue the "cancel" command.
1676 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1677 making the whitespace optional. Argument for "new" may be
1678 "unsigned" as well as "unsigned int/long".
1679 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1680 making the whitespace optional. Also replace "(void) with
1681 "((void|)), making the keyword "void" optional.
1682 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1683 making the whitespace optional. Also replace "(void) with
1684 "((void|)), making the keyword "void" optional.
1685 * gdb.base/callfuncs.c (t_float_values): This function must
1686 _not_ be prototyped, and the following function (t_float_values2)
1687 must be prototyped (if the compiler supports it), so that GDB
1688 can be tested against both cases. Usually one case involves
1689 promotion of float to double, while the other does not.
1690 * gdb.base/callfwmall.c: Ditto.
1691 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1692 includes a stack frame for "start".
1693
1694 2001-11-05 Jim Blandy <jimb@redhat.com>
1695
1696 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1697 pointers are 32 bits long, and that offsets of relocs are always
1698 stored in the data (REL-style), and not in the reloc entry itself
1699 (RELA-style).
1700 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1701 stabs.
1702
1703 2001-11-01 Michael Snyder <msnyder@redhat.com>
1704
1705 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1706 and regular expression operators by using quoting.
1707
1708 2001-10-31 Michael Snyder <msnyder@redhat.com>
1709
1710 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1711 depending on what the symbol table contains.
1712 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1713 the output of the ptype command. Similarly, accept both "const &"
1714 and "const&".
1715
1716 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
1717
1718 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1719 symbol `STORAGE' to allow to choose the storage class of
1720 the local datastructures.
1721 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1722 compiler directive.
1723
1724 2001-10-30 Michael Snyder <msnyder@redhat.com>
1725
1726 * gdb.base/jump.exp: Allow it to run for all targets.
1727
1728 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
1729
1730 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1731 with new double_array size.
1732 (main): Change storage class of all local variables to static.
1733 Reduce size of double_array to 9.
1734 * gdb.base/call-ar-st.exp: Increase timeout value.
1735 Change expected output for double array to match new size in
1736 call-ar-st.c.
1737
1738 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
1739
1740 * gdb.base/ending-run.exp: Create identical output when passing
1741 `step to end of run' case. Add regular expression branch satisfying
1742 Stormy16 target.
1743
1744 2001-10-28 Mark Kettenis <kettenis@gnu.org>
1745
1746 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1747 that we catch the expected failure under Linux/x86.
1748
1749 2001-10-29 Orjan Friberg <orjanf@axis.com>
1750
1751 * gdb.base/setvar.exp: Escape curly braces.
1752 * gdb.stabs/weird.exp: Ditto.
1753
1754 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
1755
1756 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1757 * gdm.mi/mi0-hack-cli.exp: Likewise.
1758
1759 2001-10-25 Andrew Cagney <ac131313@redhat.com>
1760
1761 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1762 messages.
1763
1764 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1765
1766 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1767 checking MI enabled.
1768
1769 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
1770
1771 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1772
1773 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
1774
1775 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1776 if gdb child process crashes, just signal an error.
1777
1778 2001-10-02 Jim Blandy <jimb@redhat.com>
1779
1780 * lib/gdb.exp (test_xfail_format): Simplify.
1781
1782 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1783 front of the variable name `format'. Simplify `if'.
1784
1785 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
1786
1787 * gdb.threads/pthreads.exp: Wait for output and delay
1788 before sending ^C.
1789
1790 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
1791
1792 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1793 some incorrect output instead of timing out.
1794 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1795
1796 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
1797
1798 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1799 check to allow additional `int'.
1800
1801 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
1802
1803 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1804 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1805
1806 2001-09-27 Michael Snyder <msnyder@redhat.com>
1807
1808 * lib/gdb.exp (test_debug_format): New proc.
1809 (setup_xfail_format): Use new proc test_debug_format.
1810 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1811 proc; use new service proc test_debug_format.
1812 Replace all other "gcc_compiled" tests with this test.
1813 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1814 proc; use new service proc test_debug_format.
1815 Replace all other "gcc_compiled" tests with this test.
1816
1817 2001-09-27 Michael Snyder <msnyder@redhat.com>
1818
1819 * gdb.base/cvexpr.exp: New file.
1820 * gdb.base/cvexpr.c: New file
1821 Test for expressions using const and volatile keywords.
1822
1823 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
1824
1825 * gdb.base/constvars.exp: Check for different orders of keywords
1826 and additional "int" strings in output.
1827
1828 2001-09-22 Andrew Cagney <ac131313@redhat.com>
1829
1830 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1831 responses from "help maint".
1832
1833 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
1834
1835 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1836 to localhost:NNN instead of :NNN, in case Xvfb is listening
1837 only on TCP.
1838
1839 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
1840
1841 * gdb.base/recurse.exp: When checking leaving the watchpoint
1842 scope, recognize when gdb is in function's epilogue and pass.
1843
1844 2001-09-18 Keith Seitz <keiths@redhat.com>
1845
1846 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1847 support for running tests against sid targets.
1848 (gdbtk_done): Ditto.
1849
1850 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
1851
1852 * gdb.base/ending-run.c (main): Set stdout buffersize
1853 to the same reasonable value for any target.
1854 * gdb.base/ending-run.exp: Add a regular expression
1855 to make testsuite happy on Sanyo Stormy16 target.
1856
1857 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
1858
1859 * gdb.base/display.c (do_loops): Add float variable `f'.
1860 Increment f in loop.
1861 * gdb.base/display.exp: Increment timeout by 60 seconds.
1862 Change float display test to use variable `f'.
1863
1864 2001-09-17 Jim Blandy <jimb@redhat.com>
1865
1866 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1867 overflowing the limited breakpoint tables on some ROM monitors
1868 (like the ROM68K).
1869
1870 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
1871
1872 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
1873 the "-ac" (disable access control) flag.
1874
1875 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
1876
1877 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
1878 ints.
1879
1880 2001-08-30 Keith Seitz <keiths@redhat.com>
1881
1882 * lib/gdb.exp: Move all insight-related functionality into
1883 separate file.
1884 * lib/insight-support.exp: New file.
1885
1886 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
1887
1888 * config/sid.exp (sid_start): Never set sid verbosity; disable
1889 expect_background {} that consumed its stdout; tolerate </dev/null.
1890 Attempt to set endianness override in "sid" protocol mode. Cleanup.
1891
1892 2001-08-18 Andrew Cagney <ac131313@redhat.com>
1893
1894 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
1895 CLI jump command to start it.
1896 (mi_run_to_main): Fail immediatly when unexpected output.
1897
1898 2001-08-18 Andrew Cagney <ac131313@redhat.com>
1899
1900 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
1901 beginning of function. Fix PR gdb/191.
1902
1903 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
1904
1905 * config/sid.exp (sid_start): Don't warn if we cannot figure out
1906 what to force sid endianness to.
1907
1908 2001-08-15 Keith Seitz <keiths@redhat.com>
1909
1910 * lib/gdb.exp (gdbtk_start): Don't set environment
1911 variables for TCL_LIBRARY and friends. Insight will
1912 now figure these out for itself.
1913
1914 2001-08-02 Michael Snyder <msnyder@redhat.com>
1915
1916 * gdb.base/completion.exp: Remove the symbol "a64l" from
1917 the expect string; this is target-specific, and not related
1918 to what is being tested.
1919
1920 2001-08-02 Dave Brolley <brolley@redhat.com>
1921
1922 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
1923
1924 2001-07-25 Michael Snyder <msnyder@redhat.com>
1925
1926 * gdb.base/consecutive.exp: New file. Test stepping over
1927 breakpoints on consecutive instructions.
1928 * gdb.base/consecutive.c: New file.
1929
1930 * gdb.base/call-rt-st.exp: Use double-backslash to quote
1931 curly braces in regular expressions.
1932
1933 2001-07-25 Michael Snyder <msnyder@redhat.com>
1934
1935 * gdb.base/ending-run.exp: Accept "Program exited normally" as
1936 legitimate output from stepping out of main.
1937
1938 2001-07-22 Keith Seitz <keiths@redhat.com>
1939
1940 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
1941 the empty string, do not run the tests.
1942
1943 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1944
1945 * gdb.base/long_long.exp: Detect size of pointer. Take into
1946 account 2-byte pointers when testing for p/a results.
1947
1948 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1949
1950 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
1951 and defined to 1K for m68hc11.
1952 (random_data): Reduce table to 1K for embedded platforms (68hc11).
1953 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
1954 (sizeof_random_data): New variable to tell the size of the data table;
1955 don't test past this size; always run to main.
1956
1957 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1958
1959 * gdb.base/return2.exp: return of long long and double fails for
1960 68HC11; don't execute these tests on that platform.
1961 * gdb.base/return.exp: Return of a double fails for 68hc11.
1962
1963 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1964
1965 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
1966 tests that print a float.
1967 * call-rt-st.exp: Likewise.
1968
1969 2001-07-12 Mark Kettenis <kettenis@gnu.org>
1970
1971 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
1972 running this test on Linux.
1973
1974 2001-06-24 Michael Chastain <chastain@redhat.com>
1975
1976 * gdb.base/arithmet.exp: Remove some tests to make all test names
1977 unique.
1978
1979 2001-07-03 Michael Snyder <msnyder@redhat.com>
1980
1981 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
1982 the output of the ptype command.
1983
1984 2001-07-02 Michael Snyder <msnyder@redhat.com>
1985
1986 * gdb.base/completion.exp: Don't assume that break.c is the only
1987 source file that may contain functions named "marker".
1988 * gdb.base/corefile.exp: Quote the curly braces in regexp.
1989
1990 2001-06-28 Andrew Cagney <ac131313@redhat.com>
1991
1992 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
1993 of files to delete.
1994
1995 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
1996 * gdb.disasm/h8300s.exp: New file.
1997 gdb.disasm/h8300s.s: Likewise.
1998
1999 2001-06-27 Andrew Cagney <ac131313@redhat.com>
2000
2001 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2002 empty breakpoint tables.
2003
2004 2001-06-25 Andrew Cagney <ac131313@redhat.com>
2005
2006 * lib/mi-support.exp: Update args=... part of stop-reason
2007 patterns. Accept either a list or a tuple.
2008
2009 2001-06-23 Andrew Cagney <ac131313@redhat.com>
2010
2011 * lib/mi-support.exp: Remove local emacs variable defining
2012 change-log-default-name.
2013
2014 2001-06-22 Michael Chastain <chastain@redhat.com>
2015
2016 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2017 This is operationally compatible with the previous version.
2018
2019 2001-06-13 Jim Blandy <jimb@redhat.com>
2020
2021 * lib/gdb.exp (gdb_test): Doc fix.
2022
2023 2001-06-10 Michael Chastain <chastain@redhat.com>
2024
2025 * gdb.base/exprs.exp: Remove a duplicate test.
2026
2027 2001-06-06 Jim Blandy <jimb@redhat.com>
2028
2029 * gdb.base/return2.exp (main): Use values to test float and double
2030 returns that are not NaN's, to avoid being confused by IEEE
2031 comparison rules.
2032
2033 2001-06-04 Michael Snyder <msnyder@redhat.com>
2034
2035 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2036 non-zero if control_c fails. Terminate the test on failure,
2037 rather than wait for 12 more tests to time out.
2038
2039 2001-06-06 Jim Blandy <jimb@redhat.com>
2040
2041 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2042 Don't forget to match the GDB prompt.
2043
2044 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2045
2046 2001-06-04 Jim Blandy <jimb@redhat.com>
2047
2048 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2049 command.
2050
2051 2001-05-31 Kevin Buettner <kevinb@redhat.com>
2052
2053 * gdb.base/annota1.exp (info break): Match four or more spaces
2054 after "Address".
2055
2056 2001-05-31 Michael Chastain <chastain@redhat.com>
2057
2058 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2059 (dm_type_int_star): Likewise.
2060 (dm_type_long_star): Likewise.
2061 (dm_type_void_star): Likewise.
2062
2063 2001-05-29 Kevin Buettner <kevinb@redhat.com>
2064
2065 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2066 to a known value in order to get consistent results regardless
2067 of the setting of INPUTRC or the presence or contents of .inputrc.
2068
2069 2001-05-24 Michael Snyder <msnyder@redhat.com>
2070
2071 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2072 Don't require that the main thread and the manager thread are the
2073 first in the list.
2074
2075 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2076 debugging. If test fails, issue an "unsupported" not a "fail".
2077
2078 2001-05-24 Jim Blandy <jimb@redhat.com>
2079
2080 Don't assume that short is shorter than int.
2081 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2082 assume that shorts are smaller than ints. On a 16-bit machine,
2083 this isn't true.
2084 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2085 an int, is not equal to ~0 stored in an unsigned char. This tests
2086 the same thing that the previous test meant to, but works on
2087 16-bit machines, too.
2088 ("print unsigned char != (~0)"): Same test, complemented.
2089
2090 2001-05-24 Michael Snyder <msnyder@redhat.com>
2091
2092 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2093 test for (full_coverage == 0). This makes the test run faster,
2094 and prevents dejagnu getting out of step.
2095
2096 2001-05-23 Kevin Buettner <kevinb@redhat.com>
2097
2098 * gdb.base/finish.exp (finish_void): Revise pattern for
2099 stopping on the call statement to not permit stopping at
2100 the start of the instructions comprising the call sequence.
2101
2102 2001-05-19 Michael Chastain <chastain@redhat.com>
2103
2104 * gdb.base/callfuncs.exp: Make all test names unique.
2105 * gdb.base/commands.exp: Make all test names unique.
2106 * gdb.base/condbreak.exp: Make all test names unique.
2107 * gdb.base/dbx.exp: Make all test names unique.
2108 * gdb.base/default.exp: Make all test names unique.
2109 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2110 and TIMEOUT messages to their corresponding PASS message.
2111 * gdb.base/ending-run.exp: Make all test names unique.
2112 * gdb.base/long_long.exp: Remove duplicate test.
2113
2114 2001-05-21 Kevin Buettner <kevinb@redhat.com>
2115
2116 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2117 stop on the call statement as well as the statement after the
2118 call.
2119
2120 2001-05-21 Michael Snyder <msnyder@redhat.com>
2121
2122 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2123
2124 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2125
2126 * gdb.base/completion.exp: Revamp test. Make it execute on all
2127 platforms.
2128
2129 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2130
2131 * config/gdbserver.exp (gdb_load): Handle the case
2132 in which the arguments to gdbserver are given in the
2133 baseboard configuration file.
2134 Also handle the case in which the server needs to do a
2135 load.
2136
2137 2001-05-07 Keith Seitz <keiths@cygnus.com>
2138
2139 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2140 set up the display for testing.
2141 (gdbtk_start): Convert all paths to paths that tcl will like.
2142 Export target information to environment.
2143 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2144 necessary.
2145 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2146 (to_tcl_path): New proc to convert a given pathname into
2147 a path acceptible as an argument to a tcl command.
2148 (_gdbtk_export_target_info): New proc to export target info
2149 into the environment for gdbtk testing.
2150 (gdbtk_done): New proc to signal end-of-test.
2151
2152 2001-05-06 Jim Blandy <jimb@redhat.com>
2153
2154 * restore.c: Make the code of caller0 correspond to its comment.
2155
2156 2001-05-03 Michael Snyder <msnyder@redhat.com>
2157
2158 * config/sid.exp (gdb_target_sid): Check for error messages.
2159 On error or timeout, don't make expect exit (which will terminate
2160 all subsequent tests); instead just make gdb exit.
2161 (gdb_load): Check for error messages. On error or timeout,
2162 return a negative value.
2163
2164 2001-04-24 Jim Blandy <jimb@redhat.com>
2165
2166 * gdb.c++/templates.exp: If we see the prompt for the overload
2167 list, but we haven't recognized any of the longer patterns,
2168 arrange for this test to fail, not hang.
2169
2170 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2171 variations.
2172
2173 2001-04-22 Michael Chastain <chastain@redhat.com>
2174
2175 * gdb.c++/local.exp: Use the 'runto' library function.
2176 * gdb.c++/namespace.exp: Likewise.
2177 * gdb.c++/overload.exp: Likewise.
2178
2179 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2180
2181 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2182 * gdb.base/step-line.exp: New file. Test step/next in presence of
2183 #line directives.
2184 * gdb.base/step-line.c: New file. Test program for the above.
2185 * gdb.base/step-line.inp: New file. We pretend that this file has
2186 been transformed by some other tool into step-line.c.
2187
2188 2001-03-21 Jim Blandy <jimb@redhat.com>
2189
2190 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2191 unmangled operator names.
2192
2193 2001-03-20 Jim Blandy <jimb@redhat.com>
2194
2195 * gdb.threads/linux-dp.exp: Recognize an additional message
2196 generated by GDB when it doesn't understand how to debug threads
2197 on the target system.
2198
2199 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2200
2201 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2202
2203 2001-03-12 Michael Chastain <chastain@redhat.com>
2204
2205 * gdb.c++/derivation.exp: Use the 'runto' library function.
2206
2207 2001-03-12 Michael Chastain <chastain@redhat.com>
2208
2209 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2210
2211 2001-02-24 Michael Chastain <chastain@redhat.com>
2212
2213 * gdb.c++/ref-types.exp: Change handwritten code to library
2214 function 'runto'.
2215
2216 2001-03-16 Orjan Friberg <orjanf@axis.com>
2217
2218 * gdb.base/signals.exp: Set count to 0 explicitly.
2219
2220 2001-03-15 Mark Salter <msalter@redhat.com>
2221
2222 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2223 (gdb_target_monitor): Add check of gdb_target_cmd return value.
2224 (gdb_load): Add support for additional target_info: gdb_download_size
2225 and gdb_load_timeout.
2226
2227 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2228
2229 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2230 file -- to prevent failing when the compile fails but we have no
2231 intention of running the tests anyway.
2232
2233 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2234 tests if set.
2235
2236 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2237 integers.
2238
2239 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2240 * gdb.c++/namespace.exp: Ditto.
2241
2242 2001-03-07 Orjan Friberg <orjanf@axis.com>
2243
2244 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2245 * gdb.base/pointers.exp: Relax pattern match of decimals.
2246
2247 2001-03-06 Kevin Buettner <kevinb@redhat.com>
2248
2249 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2250 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2251 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2252 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2253 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2254 config/sh.exp, config/sid.exp, config/slite.exp,
2255 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2256 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2257 config/vxworks.exp, config/vxworks29k.exp,
2258 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2259 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2260 gdb.base/arithmet.exp, gdb.base/assign.exp,
2261 gdb.base/async.exp, gdb.base/attach.exp,
2262 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2263 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2264 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2265 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2266 gdb.base/commands.exp, gdb.base/completion.exp,
2267 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2268 gdb.base/constvars.exp, gdb.base/corefile.exp,
2269 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2270 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2271 gdb.base/ending-run.exp, gdb.base/environ.exp,
2272 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2273 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2274 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2275 gdb.base/funcargs.exp, gdb.base/help.exp,
2276 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2277 gdb.base/logical.exp, gdb.base/long_long.exp,
2278 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2279 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2280 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2281 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2282 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2283 gdb.base/regs.exp, gdb.base/relational.exp,
2284 gdb.base/remote.exp, gdb.base/reread.exp,
2285 gdb.base/restore.exp, gdb.base/return2.exp,
2286 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2287 gdb.base/selftest.exp, gdb.base/setshow.exp,
2288 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2289 gdb.base/sigall.exp, gdb.base/signals.exp,
2290 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2291 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2292 gdb.base/step-test.exp, gdb.base/structs.c,
2293 gdb.base/structs.exp, gdb.base/structs2.exp,
2294 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2295 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2296 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2297 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2298 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2299 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2300 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2301 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2302 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2303 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2304 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2305 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2306 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2307 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2308 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2309 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2310 gdb.trace/circ.exp, gdb.trace/collection.exp,
2311 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2312 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2313 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2314 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2315 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2316 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2317 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2318 notices.
2319
2320 2001-02-27 Michael Snyder <msnyder@cygnus.com>
2321
2322 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2323 first arg is int not float.
2324
2325 2001-02-22 Michael Snyder <msnyder@cygnus.com>
2326
2327 * gdb.base/reread.exp: Unsupported for non-native targets;
2328 doesn't work for remote debugging.
2329
2330 2001-02-19 Fernando Nasser <fnasser@redhat.com>
2331
2332 From Drew Moseley <dmoseley@redhat.com>
2333 * gdb.base/ending-run.exp: Properly handle the BSP state when
2334 stepping past the end of main.
2335
2336 2001-02-19 John Moore <jmoore@redhat.com>
2337
2338 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2339 Converted HPUX fix for non-expected items following multiple
2340 step commands into general solution for all platforms.
2341
2342 2001-02-18 Michael Chastain <chastain@redhat.com>
2343
2344 * gdb.c++/classes.exp (do_tests): Change runto statements
2345 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2346 statements demangler agnostic.
2347 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2348 (gdb_virtfunc_restart): Likewise.
2349
2350 2001-02-14 Michael Chastain <chastain@redhat.com>
2351
2352 * gdb.c++/inherit.exp (do_tests): Change runto statements
2353 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2354 statements demangler agnostic.
2355
2356 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2357
2358 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2359 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2360 before calling common_routine 15 times'' tests.
2361
2362 2001-02-11 Michael Chastain <chastain@redhat.com>
2363
2364 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2365 Helps the test script figure out which demangler is in use.
2366 (dm_type_foo_ref): Ditto.
2367 (dm_type_int_star): Ditto.
2368 (dm_type_long_star): Ditto.
2369 (dm_type_unsigned_int): Ditto.
2370 (dm_type_void): Ditto.
2371 (dm_type_void_star): Ditto.
2372 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
2373 Probe the gdb demangler and set variables to accommodate
2374 formatting differences.
2375 (info_func_regexp): New function. Same as info_func, but
2376 matches against a regexp.
2377 (info_func): Match against a literal string.
2378 (print_addr_2): New function. Match against a literal string,
2379 which can be different from the input to gdb.
2380 (print_addr): Simply call print_addr_2 with the same argument twice.
2381 (test_lookup_operator_functions): Use demangler formatting variables.
2382 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2383 the tests in the same order as the C++ class declaration.
2384 (test_paddr_operator_functions): Ditto.
2385 (test_paddr_overloaded_functions): Ditto.
2386 (test_paddr_hairy_functions): Use demangler formatting variables.
2387 Add reference to gdb/19 for related tests.
2388 (do_tests): Call probe_demangler.
2389
2390 2001-01-30 Kevin Buettner <kevinb@redhat.com>
2391
2392 * gdb.c++/templates.cc (printf): Remove unused function definition.
2393
2394 2001-01-26 Felix Lee <flee@redhat.com>
2395
2396 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2397
2398 2001-01-25 matthew green <mrg@redhat.com>
2399
2400 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2401 up sid.
2402 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2403
2404 2001-01-25 matthew green <mrg@redhat.com>
2405
2406 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2407 Deprecate $sid_spawn_id.
2408 (sid_exit): Remove code necessary only for `spawn.'
2409
2410 2001-01-25 matthew green <mrg@redhat.com>
2411
2412 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2413
2414 2001-01-28 Michael Chastain <chastain@redhat.com>
2415
2416 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2417 to call when tests fail. It takes gdb out of the overloaded
2418 function choice menu back to the main prompt, so that the test
2419 program stays synchronized.
2420 (set_bp_overloaded): New proc to collect all the common
2421 code for setting a breakpoint on an overloaded name. Calls
2422 take_gdb_out_of_choice_menu when needed.
2423 (menu_overload1arg): New variable to collect the repeated
2424 instances of the expected menu for an overloaded name. Change
2425 the regular expression to handle changes in g++ type encoding:
2426 "void" can be either "void" or "", and "unsigned int" can be
2427 either "unsigned int" or "unsigned".
2428 (continue_to_bp_overloaded): Change regular expressions to handle
2429 changes in g++ type encoding.
2430 (no proc): Call take_gdb_out_of_choice_menu when needed.
2431 Remove redundant calls to "info break". Accept either "canceled"
2432 or "cancelled". Change regular expressions in "info break"
2433 calls to handle changes in g++ type encoding. Give all tests
2434 unique strings.
2435
2436 2001-01-17 Ben Elliston <bje@redhat.com>
2437
2438 * config/sid.exp: New file.
2439
2440 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2441
2442 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2443
2444 2000-12-21 Michael Snyder <msnyder@cygnus.com>
2445
2446 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2447 Add a RE to accept a non-ascii char if one is ever presented.
2448
2449 2000-12-20 Fernando Nasser <fnasser@redhat.com>
2450
2451 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
2452
2453 2000-12-18 Michael Snyder <msnyder@cygnus.com>
2454
2455 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2456 in regexp. One '\' does not suffice on Linux.
2457
2458 2000-12-09 Michael Chastain <chastain@redhat.com>
2459
2460 * gdb.base/break.exp (test_clear_command): Use a marker function
2461 rather than 'main' for the test function. Also move this
2462 test to an execution point where the marker function names are
2463 guaranteed to be bound to functions. (Executing tests after a
2464 'finish' from main runs into name conflicts with local names
2465 in __libc_start_main).
2466
2467 2000-12-07 Michael Snyder <msnyder@cygnus.com>
2468
2469 * gdb.base/finish.exp: New test for gdb's "finish" command.
2470 * gdb.base/return2.exp: New test for gdb's "return" command.
2471 * gdb.base/return2.c: New source file for above.
2472
2473 2000-12-05 Michael Snyder <msnyder@cygnus.com>
2474
2475 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2476 * gdb.base/miscexprs.exp: Ditto.
2477 * gdb.base/pointers.exp: Ditto.
2478 * gdb.c++/derivation.exp: Ditto.
2479 * gdb.c++/local.exp: Ditto.
2480 * gdb.c++/namespace.exp: Ditto.
2481 * gdb.c++/overload.exp: Ditto.
2482 * gdb.c++/ref-types.exp: Ditto.
2483
2484 2000-12-05 Michael Snyder <msnyder@cygnus.com>
2485
2486 * gdb.base/constvars.exp: Test result of "up" command.
2487 * gdb.base/miscexprs.exp: Ditto.
2488 * gdb.base/pointers.exp: Ditto.
2489 * gdb.base/scope.exp: Ditto.
2490 * gdb.c++/derivation.exp: Ditto.
2491 * gdb.c++/local.exp: Ditto.
2492 * gdb.c++/namespace.exp: Ditto.
2493 * gdb.c++/overload.exp: Ditto.
2494 * gdb.c++/ref-types.exp: Ditto.
2495
2496 2000-11-22 Michael Chastain <chastain@redhat.com>
2497
2498 * mips_pro.exp: Accept either "middle -> top -> main" or
2499 "middle -> main" in the backtrace, because gcc can optimize
2500 tail calls to jumps. Remove setup_xfail for the hppa case.
2501 Add a comment with the original warning messages from PR 3016,
2502 which was filed in 1993, to preserve them for posterity.
2503
2504 2000-11-17 Nick Duffek <nsd@redhat.com>
2505
2506 * lib/gdb.exp (gdb_test): Override timeout with board info.
2507
2508 2000-11-17 Nick Duffek <nsd@redhat.com>
2509
2510 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2511 the second kill and detach messages.
2512
2513 2000-11-17 Nick Duffek <nsd@redhat.com>
2514
2515 * configure.in: Add AC_EXEEXT.
2516 * configure: Regenerate.
2517 * Makefile.in (just-check): Export EXEEXT.
2518 * lib/gdb.exp ($EXEEXT): Import from environment.
2519 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2520 expect "maint dump-me" on Cygwin.
2521 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2522 $EXEEXT.
2523
2524 2000-11-17 Nick Duffek <nsd@redhat.com>
2525
2526 * gdb.base/break.exp: Test backtrace and finish from called
2527 function on all platforms, not just HP-UX.
2528
2529 2000-11-03 Michael Snyder <msnyder@cygnus.com>
2530
2531 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2532 code from gdb_target_monitor, so it can be used independantly
2533 for gdbserver. Also comment out an unnecessary PUTS.
2534
2535 2000-11-03 Michael Snyder <msnyder@cygnus.com>
2536
2537 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2538 * gdb.base/corefile.exp: Expect the message "Program is being
2539 debugged already" when we send the "corefile" command, since
2540 the preceeding gdb_load may have connected gdb to a remote target.
2541 * gdb.base/display.exp: Disable hardware watchpoints if new
2542 board info variable "no_hardware_watchpoints" is true.
2543 Replace single-letter commands with more readable ones.
2544 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2545 if new board info variable "no_hardware_watchpoints" is true.
2546 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2547 to see if stdio (printf) testing is possible.
2548 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2549 board info variable "no_hardware_watchpoints" is true. Use new
2550 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2551
2552 2000-11-13 Fernando Nasser <fnasser@redhat.com>
2553
2554 From Orjan Friberg <orjanf@axis.com>:
2555 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2556 in array print pattern match.
2557
2558 2000-11-09 Fernando Nasser <fnasser@redhat.com>
2559
2560 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2561 spelling "cancelled" to U.S. spelling "canceled" to match changes
2562 made to gdb.
2563 * gdb.c++/ovldbreak.exp: Ditto.
2564
2565 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2566
2567 * gdb.base/callfuncs.c (main): Moved to end of file, call
2568 t_double_values to initialize the FPU before inferior calls are made.
2569 * gdb.base/callfuncs.exp: Test for register preservation after calling
2570 inferior functions. Add tests for continuining, finishing and
2571 returning from a stop in a call dummy.
2572
2573 2000-10-24 Michael Snyder <msnyder@cygnus.com>
2574
2575 * gdb.base/commands.exp: Break up long lines, and re-indent.
2576
2577 2000-10-19 Michael Snyder <msnyder@cygnus.com>
2578
2579 * config/gdbserver.exp: Rewritten from the ground up, to make it
2580 compatible with the current dejagnu tree, and to make it work with
2581 the new "gdbserver" in libremote.
2582
2583 2000-10-16 Michael Snyder <msnyder@cygnus.com>
2584
2585 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2586 * gdb.base/varargs.exp: Skip entire test if no printf support.
2587 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2588 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2589
2590 2000-10-13 Michael Snyder <msnyder@cygnus.com>
2591
2592 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2593 no floating point support.
2594 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2595 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2596 * gdb.base/call-rt-st.exp: Ditto.
2597 * gdb.base/call-strs.exp: Ditto.
2598
2599 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2600
2601 * gdb.base/sizeof.c: include <stdio.h>.
2602
2603 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2604 'finish', otherwise uncaptured gdb_prompt would potentially
2605 throw remaining test points out of sync.
2606
2607 2000-07-26 Scott Bambrough <scottb@netwinder.org>
2608
2609 * gdb.base/recurse.exp: Run tests for all targets.
2610 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2611 gnu-oldld case on ARM.
2612 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2613 for ARM targets.
2614
2615 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2616
2617 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2618 * gdb.java/configure: Rebuild.
2619
2620 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2621
2622 * gdb.java/jv-exp.exp: New file.
2623
2624 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2625
2626 * configure: Rebuilt.
2627 * configure.in (configdirs): Add gdb.java.
2628 * gdb.java/jmisc.java: New file.
2629 * gdb.java/jmisc.exp: New file.
2630 * gdb.java/Makefile.in: New file.
2631 * gdb.java/configure: Rebuilt.
2632 * gdb.java/configure.in: New file.
2633 * lib/java.exp: New file.
2634
2635 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2636
2637 * gdb.base/exprs.exp: Test casts to a pointer including over and
2638 underflow.
2639
2640 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2641
2642 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2643 and the compilers sizes.
2644
2645 2000-07-09 Nick Duffek <nsd@redhat.com>
2646
2647 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2648 (use_methods): New function.
2649 (main): Call use_methods().
2650 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2651 (do_tests): Call test_method_param_class.
2652
2653 2000-07-09 Nick Duffek <nsd@redhat.com>
2654
2655 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2656 spelling.
2657 (test_enums): New procedure. Move enum tests from end of script
2658 to here. Set breakpoint on function name instead of line number.
2659 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2660 (enums2): New marker function.
2661 (enums1): New function.
2662 (main): Call enums1(). Move enum tests to enums1().
2663
2664 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2665
2666 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2667 compile/link program. Update line numbers.
2668 * gdb.asm/d10v.inc: Define ``startup''.
2669 * gdb.asm/asmsrc1.s: Add definition of _start.
2670
2671 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2672
2673 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2674
2675 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2676
2677 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2678 of 'help maint print' command.
2679
2680 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2681
2682 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2683 they use gdb_expect_list.
2684
2685 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2686
2687 * gdb.base/commands.exp: Use ``set remote
2688 memory-read-packet-size'' instead of ``set endian big'' to test
2689 long commands.
2690
2691 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
2692
2693 * gdb.c++/templates.exp (do_tests): Make all of these work under
2694 g++, and stop skipping them.
2695
2696 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2697 work under g++.
2698
2699 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2700 initialization.
2701
2702 2000-06-02 Michael Snyder <msnyder@cygnus.com>
2703
2704 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2705 the regular expression: accept an (almost) arbitrary sequence of
2706 "frames-invalid" and "breakpoints-invalid" messages both before
2707 and after the "starting" message.
2708
2709 2000-06-02 Michael Snyder <msnyder@cygnus.com>
2710
2711 * gdb.c++/local.exp: This test has never been known to work with g++.
2712
2713 2000-05-18 Michael Snyder <msnyder@cygnus.com>
2714
2715 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2716 Relax the regular expression a little, make it pass on Solaris 8.
2717
2718 2000-05-12 Kevin Buettner <kevinb@redhat.com>
2719
2720 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2721 a call, do not require that gdb stop on the line after the call.
2722 Instead, it is permissible for gdb to stop on the line of the
2723 call itself.
2724
2725 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
2726
2727 * gdb.base/break.exp (bp on small function, optimized file):
2728 Add a second pass pattern. The behavior differs here between stabs
2729 and dwarf for one-line functions. Stabs preserves two line symbols
2730 (one before the prologue and one after) with the same line number,
2731 but dwarf regards these as duplicates and discards one of them.
2732 Therefore the address after the prologue (where the breakpoint is)
2733 has no exactly matching line symbol, and GDB reports the breakpoint
2734 as if it were in the middle of a line rather than at the beginning.
2735
2736 2000-05-08 Michael Snyder <msnyder@cygnus.com>
2737
2738 * gdb.base/interrupt.exp: Make "pass" message say "send"
2739 rather than "send_gdb" (for consistancy).
2740
2741 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2742
2743 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2744 * gdb.c++/templates.cc: Properly check for GCC version number.
2745 * lib/compiler.cc: Likewise
2746
2747 2000-04-28 Michael Snyder <msnyder@cygnus.com>
2748
2749 * gdb.base/break.exp: When compiled with -O2 optimization,
2750 gdb may not stop at the first line of main, due to code motion.
2751
2752 2000-04-26 Michael Snyder <msnyder@cygnus.com>
2753
2754 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2755 This test depends on parsing the printf output from the target.
2756 Since the sparclet stub doesn't do stdio, this will never work.
2757 * gdb.base/call-rt-st.exp: ditto.
2758 * gdb.base/call-strs: ditto.
2759
2760 2000-04-24 Michael Snyder <msnyder@cygnus.com>
2761
2762 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2763
2764 * gdb.base/ending-run.exp: After connecting to a remote target,
2765 but before running, the target will appear to be in a random
2766 location. Specify both a file and a line for breakpoints.
2767 Also, the function that calls main may be called 'init'
2768 rather than 'start'.
2769
2770 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2771
2772 * gdb.base/help.exp: Update output for add-symbol-file command.
2773
2774 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
2775
2776 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2777 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2778
2779 2000-04-07 J.T. Conklin <jtc@redback.com>
2780
2781 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2782
2783 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2784
2785 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2786
2787 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2788 values that can be represented exactly.
2789 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2790 above change, and to not check against the directory part of the source
2791 file name.
2792 (step into print_long_arg_list): Likewise.
2793 (print print_small_structs from print_long_arg_list): Likewise.
2794 (print print_long_arg_list): Likewise.
2795
2796 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2797
2798 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
2799
2800 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2801
2802 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2803
2804 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
2805
2806 * gdb.base/commands.exp (deprecated_command_test): Add test for
2807 deprecate with no arguments.
2808
2809 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2810
2811 * gdb.base/break.exp: Add new test for setting breakpoints on
2812 optimized code so we can test breakpoints work even when function
2813 prologues may be optimized away
2814
2815 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2816
2817 From David Whedon <dwhedon@gordian.com>
2818 * gdb.base/commands.exp : Added command deprecator tests.
2819
2820 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
2821
2822 * gdb.base/help.exp: Added test for new apropos command.
2823
2824 2000-03-21 Kevin Buettner <kevinb@redhat.com>
2825
2826 * gdb.base/pointers.c (usevar): New function.
2827 (main): Make sure that global variables v_int_pointer2, rptr,
2828 and y are all referenced someplace in the program by calling
2829 usevar() on them. [Some linkers delete symbols which are
2830 never referenced. The space remains, but there's no way to
2831 get a (symbolic) handle on the variable from the debugger.]
2832
2833 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2834
2835 * gdb.base/printcmds.c: Add typedeffed arrays.
2836
2837 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2838 procedure to test arrays that are typedef'd.
2839
2840 2000-03-13 James Ingham <jingham@leda.cygnus.com>
2841
2842 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
2843 the library directories.
2844
2845 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2846
2847 * configure.in (configdirs): Add sub directory gdb.mi.
2848 * configure: Re-generate.
2849
2850 * gdb.mi: New directory.
2851
2852 2000-02-25 Scott Bambrough <scottb@netwinder.org>
2853
2854 * gdb.base/long_long.exp: Correct test suite failure when printing
2855 a long long value as a double on ARM platforms.
2856
2857 2000-02-16 Jim Blandy <jimb@redhat.com>
2858
2859 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2860 default source file is set properly before running this test.
2861
2862 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2863
2864 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2865 gdbtk/library directory, not in gdbtcl2.
2866
2867 2000-02-04 Jim Blandy <jimb@redhat.com>
2868
2869 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
2870 backslash from regexp pattern.
2871
2872 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
2873 procedure. Use it to run all the "continue to bp overloaded"
2874 tests. Note that this changes the names of the tests slightly.
2875 If the breakpoint hit message includes a hex PC value, because
2876 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
2877 from the real source code, still consider that a pass.
2878
2879 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
2880 XFAIL here if the breakpoint message contains a hex address. Note
2881 similar change on 1999-11-02.
2882
2883 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
2884
2885 * gdb.base/ptype.exp: Establish a default source file before
2886 calling get_debug_format.
2887
2888 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
2889
2890 * gdb.base/watchpoint.exp: Remove duplication of test messages.
2891
2892 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2893
2894 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
2895 of successive stepi commands -- while in the prologue we should see
2896 the function entry bracket.
2897
2898 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2899
2900 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
2901 reach __change_mode() when stepping through the end of main().
2902
2903 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
2904
2905 * gdb.base/default.exp: Fix expected pattern.
2906 * gdb.base/help.exp: Same.
2907
2908 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2909
2910 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
2911 Don't use xfail's because that affects only the following test.
2912
2913 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
2914 solaris or linux.
2915
2916 * gdb.base/selftest.exp: Update to reflect changes to main.c.
2917
2918 2000-01-07 Michael Snyder <msnyder@cygnus.com>
2919
2920 * gdb.base/display.exp: Some yacc parsers like to say
2921 "A syntax error" rather than "A parse error". Accept both.
2922
2923 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
2924
2925 * gdb.base/default.exp: Remove OS dependent string from "target
2926 remote" test.
2927 * gdb.base/help.exp: Same for "help target remote" test.
2928
2929 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2930
2931 From Jim Kingdon <kingdon@redhat.com>:
2932
2933 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
2934 prompt (cleanup rather than necessity, but still might keep output
2935 from spilling to next test).
2936
2937 2000-01-02 Fred Fish <fnf@cygnus.com>
2938
2939 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
2940 AIX, which defines them in <sys/types.h>.
2941
2942 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
2943
2944 * gdb.base/default.exp: Match arm* etc instead of arm in "info
2945 float" test.
2946
2947 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
2948
2949 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
2950
2951 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
2952 outermost frame disallowed".
2953
2954 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
2955
2956 * gdb.base/setvar.exp: New tests for setting the value of a struct
2957 with a constant list.
2958
2959 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
2960
2961 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
2962 require the user to type a cast before setting the value of a struct.
2963
2964 1999-12-06 Jim Blandy <jimb@cygnus.com>
2965
2966 * gdb.base/default.exp: Expect the new 'info float' command on
2967 all i386 platforms.
2968
2969 * gdb.threads/linux-dp.exp: Expand our ability to recognize
2970 LinuxThreads libraries that don't support debugging.
2971
2972 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
2973
2974 * gdb.base/remote.c: Fill the buffer with truely random data.
2975 Change the buffer type to ``unsigned char'' to simplify size
2976 arithmetic.
2977
2978 * gdb.base/remote.exp: Reduce download numbers by one. Typical
2979 stub only handles 400-1 byte packets. Verify that the download
2980 worked.
2981
2982 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
2983
2984 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
2985 tests, using UNRESOLVED for the untested cases. Also, does not wait
2986 for a timeout if the prompt was received before a recognizable pattern.
2987
2988 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
2989
2990 * lib/gdb.exp (gdb_expect_list): Fix spelling.
2991
2992 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2993
2994 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
2995 watchpoints.
2996
2997 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
2998
2999 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3000
3001 * gdb.c++/local.exp: Be more flexible in recognizing local class
3002 name mangling. Don't allow horribly truncated method names.
3003 * gdb.c++/derivation.exp: Expect protected inheritance.
3004 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3005 * gdb.c++/virtfunc.exp: Likewise.
3006 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3007 when printing a nested enum.
3008
3009 1999-11-22 Jim Blandy <jimb@cygnus.com>
3010
3011 * gdb.base/step-test.exp: Properly await GDB's response to setting
3012 a breakpoint on the call to large_struct_by_value.
3013
3014 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3015 just because we have debug info for the `start' function.
3016
3017 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3018
3019 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3020 "Unknown signal" messages, which indicate (on LinuxThreads) that
3021 GDB doesn't know how to debug threads on this system. This is
3022 better than hanging while philosopher 0 dumps chatter into gdb.log.
3023
3024 1999-11-18 Tom Tromey <tromey@cygnus.com>
3025
3026 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3027
3028 1999-11-18 Fred Fish <fnf@cygnus.com>
3029
3030 * gdb.base/coremaker2.c: Add sample program for generating
3031 cores that is more self contained than coremaker.c. Eventually
3032 I'll add more code to this and tie it into the testsuite.
3033
3034 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3035
3036 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3037
3038 1999-11-10 Jimmy Guo <guo@cup.hp.com>
3039
3040 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3041 from $srcdir/lib/.
3042 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3043 and gdb.c++/.
3044
3045 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3046
3047 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
3048 'continue with watch' test point.
3049
3050 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3051
3052 Merged from p2linux-990323-branch:
3053
3054 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3055
3056 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3057
3058 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3059 {limit,fixed}''. Test ``set download-write-size''.
3060
3061 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3062
3063 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3064 gdb_expect_list.
3065
3066 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3067
3068 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3069
3070 1999-11-03 Mark Salter <msalter@cygnus.com>
3071
3072 * gdb.base/break.exp: Fix "stub continue" pattern.
3073
3074 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3075
3076 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3077
3078 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3079
3080 * gdb.base/display.exp ("finish"): Add timeout clause.
3081
3082 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3083 plain prompt clause, so this doesn't have to time out in order to
3084 fail.
3085
3086 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3087 breakpoint hit messages include an address.
3088
3089 * gdb.base/display.exp: Don't forget to escape parens in regular
3090 expressions. Unix regexp notatation sucks.
3091
3092 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3093
3094 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3095 order for 'signalled' message.
3096
3097 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3098
3099 From Jimmy Guo <guo@cup.hp.com>:
3100 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3101 * gdb.base/annota1.c: Add code for tests to work with.
3102
3103 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3104
3105 * gdb.base/remote.exp: New test for remote downloading settings.
3106 * gdb.base/remote.c: New file with large .data.
3107
3108 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3109
3110 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3111 for LinuxThreads support, merged from the Code Fusion branch.
3112
3113 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3114
3115 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3116 containing exp_continue into a while within an expect. Don't
3117 attempt a start more than three times. Check return value from
3118 gdb_load.
3119
3120 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3121
3122 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3123 a pass case.
3124
3125 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
3126
3127 * gdb.base/break.c (main): Added a statement that we can step
3128 off of.
3129 * gdb.base/break.exp: Added tests for setting a breakpoint
3130 at an offset and stepping onto a breakpoint.
3131
3132 1999-10-01 Fred Fish <fnf@cygnus.com>
3133
3134 * gdb.base/help.exp (help add-symbol-file): Update to match current
3135 gdb output.
3136
3137 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3138
3139 * gdb.base/break.exp: Code locations are in hex, don't forget!
3140 (For HP-UX.)
3141
3142 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3143
3144 * condbreak.exp: Use break.c as test program.
3145 * condbreak.c: Remove, redundant with break.c.
3146
3147 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3148
3149 * config/monitor.exp (gdb_target_monitor): Disable X- and
3150 Z-packets if the target needs it.
3151
3152 1999-09-13 James Ingham <jingham@leda.cygnus.com>
3153
3154 * gdb.c++/overload.exp: Added tests for listing overloaded
3155 functions with function pointers in the arg, explicitly calling
3156 out the version you want.
3157
3158 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3159
3160 * long_long.exp: Add variations of test cases that work for
3161 targets with 16-bit ints and 32-bit doubles.
3162
3163 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3164
3165 * break.c (main): Compare a possibly-uninitialized argc with an
3166 unlikely value that fits in 16 bits.
3167
3168 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3169
3170 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3171 0xfeeb, don't want negative numbers if ints are 16 bits.
3172
3173 * lib/gdb.exp (skip_cplus_tests): New proc.
3174 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3175 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3176 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3177 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3178 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3179 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3180 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3181 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3182
3183 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3184
3185 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3186
3187 * gdb.base/corefile.exp (up): Allow a parameter to appear
3188 in the frame that we're going up to.
3189
3190 From Jim Blandy <jimb@cygnus.com>:
3191
3192 * gdb.base/default.exp (info float): Expect some output now.
3193
3194 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3195 returning floating-point values to fail on the x86.
3196 * gdb.base/callfwmall.exp (do_function_calls): Same.
3197
3198 * gdb.base/list.exp (test_listsize): Correct expectations for
3199 listing line 1 with listsize 2. Also, listing a single line
3200 works now, as does listing three lines. [Kevin's note: There
3201 were a number of other cases fixed too where the expectations
3202 differed...]
3203
3204 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3205
3206 * gdb.base/selftest.exp: Add case for when version prints as
3207 constant string instead of char pointer.
3208
3209 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3210
3211 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3212 stepping out of main.
3213
3214 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3215 G++ used.
3216
3217 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3218 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3219
3220 * gdb.c++/ovldbreak.exp: Update match string in test that
3221 includes a warning of multiple breakpoints.
3222
3223 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3224
3225 * gdb.base/display.exp: Improve precision of step-after-finish
3226 added yesterday.
3227
3228 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3229 test.
3230
3231 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3232 configs when using G++, not just hppa*.
3233
3234 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3235
3236 * gdb.base/async.c: New file.
3237 * gdb.base/async.exp: New file.
3238
3239 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3240
3241 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3242 PA64.
3243
3244 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3245
3246 * gdb.base/display.exp: "finish" can leave us mid-line on many
3247 targets, deal with it. Add a small constant to main, instead of
3248 1000 since main+1000 may not be a valid address in the target.
3249
3250 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3251 on hpux11.
3252
3253 * gdb.base/attach.exp: Handle another hpux11 error message variant
3254 when attaching to a process that does not exist.
3255
3256 1999-08-19 J.T. Conklin <jtc@redback.com>
3257
3258 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3259 characters in 'continue to 1241' test.
3260
3261 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3262
3263 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3264 stop in print_long_arg_list, define and use a whitespace
3265 variable in print_small_structs test, add an XFAIL for Solaris.
3266 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3267 interested enough to fix.
3268
3269 1999-08-13 Keith Seitz <keiths@cygnus.com>
3270
3271 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3272 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3273 proc knows about targets other than the natives.
3274 (test_assign): Use "gdb_run_cmd" to "run" the target.
3275 Check that we've actually hit the breakpoint at main.
3276 When we attempt to assign a value to a local variable, check
3277 that the variable is in the current scope, i.e., don't use
3278 a test with an empty result.
3279
3280 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3281
3282 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3283 command.
3284
3285 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3286
3287 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3288 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3289 gdb.compat, gdb.threads-hp.
3290 gdb.hp/configure, gdb.hp/configure.in: New files.
3291 gdb.hp/Makefile.in: Recurse into new subdirs.
3292 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3293 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3294 in object files.
3295 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3296
3297 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3298
3299 * gdb.base/display.exp: Help expect by putting a newline in the
3300 funky printf, remove a bogus p/a test.
3301
3302 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3303
3304 * gdb.base/display.exp: Make sure that when we say 'run', we are
3305 connected to the target. This is necessary when running not
3306 natively.
3307
3308 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3309
3310 * gdb.base/step-test.exp: Removed some extraneous messages.
3311
3312 * gdb.base/long_long.exp: Don't run memory examination tests
3313 on little-endian targets (they will need a different set of
3314 results to match).
3315
3316 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3317
3318 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3319 until somebody decides to fix GDB.
3320
3321 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3322 constant as "ULL".
3323 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3324 matches for a couple x/2 commands.
3325
3326 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3327
3328 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3329 by merging in ref-types2 tests.
3330 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3331
3332 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3333 * gdb.c++/Makefile.in: Add standard actions.
3334 (EXECUTABLES): Rename from PROGS, update list.
3335 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3336 from gdb.hp.
3337 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3338 foo and bar locals.
3339 * gdb.c++/anon-union.exp: Fix tests to match.
3340 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3341 expect matches to handle output variations.
3342 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3343 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3344 output, add HP alternatives for new and delete prints.
3345 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3346 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3347 * gdb.c++/demangle.exp: Use $style when reporting failure.
3348 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3349 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3350 match alternatives.
3351 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3352 compilers.
3353 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3354 * gdb.c++/method.exp: Add match alternatives.
3355 * gdb.c++/misc.cc: Add bool types.
3356 * gdb.c++/misc.exp: Add tests for bool types.
3357 * gdb.c++/overload.exp: Add xfails.
3358 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3359 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3360 add some more template parameter tests (only for HP currently).
3361 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3362 * gdb.c++/virtfunc.cc: Add return type and value for main.
3363 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3364 match alternatives.
3365
3366 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3367
3368 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3369
3370 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3371
3372 * gdb.base/signals.exp: Don't expect getting a backtrace from
3373 within a signal handler to fail on Linux.
3374
3375 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3376
3377 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3378 * lib/gdb.exp: Remove some gratuitious semicolons.
3379 (delete_breakpoints): Increase timeout.
3380 (gdb_expect): Add -notransfer option.
3381 (gdb_test): Use -notransfer option.
3382 (get_compiler_info): Add f77 case.
3383 (get_compiler): New proc, split out from gdb_preprocess, add f77
3384 case.
3385 (gdb_preprocess): Call get_compiler.
3386
3387 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3388 * gdb.base/attach.exp, gdb.base/display.exp,
3389 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3390 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3391 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3392 third arg to gdb_test.
3393 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3394 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3395 HP-UX xfails, add others.
3396 * gdb.base/completion.exp: Reflect name change of self-test.
3397 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3398 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3399 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3400 HP failure number.
3401 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3402 useless HP-UX 10.30 references.
3403 * gdb.base/maint.exp: Loosen matches.
3404 * gdb.base/pointers.c (main): Declare more_code.
3405 * gdb.base/pointers.exp: Match on output of a `next'.
3406 * gdb.base/structs.c: Add prototypes.
3407 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3408 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3409
3410 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3411
3412 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3413 command.
3414
3415 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3416
3417 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3418 Fix run to main failures. Watchpoint can be hardware watchpoint.
3419
3420 * gdb.base/annota1.exp: Clean up some more, in case printf has
3421 debug info. Deal with lack of signal hanlder info in stack.
3422
3423 From Jim Kingdon <kingdon@redhat.com>:
3424 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3425
3426 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3427
3428 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3429 gdb.base/foll-vfork.exp: Don't run for crosses.
3430
3431 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3432
3433 * gdb.base/configure.in: Check for gdbvars.exp instead of
3434 a1-selftest.exp.
3435 * gdb.base/configure: Re-generate.
3436
3437 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3438
3439 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3440 in trying to run first and name is too long.
3441
3442 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3443 pointers2.c and pointers2.exp, respectively.
3444 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3445 doschk happier.
3446
3447 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3448
3449 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3450 callfuncs2.c and callfuncs2.exp.
3451
3452 * gdb.base/list.exp: Remove mistaken xfails.
3453 * gdb.base/list0.h: Add optional prototypes.
3454
3455 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3456
3457 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3458 calling malloc.
3459 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3460 * ptype.exp: Move test for get_debug_format to before its first
3461 use.
3462
3463 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3464
3465 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3466 * gdb.base/annota2.cc, annota2.exp: Move from here.
3467 * gdb.c++/annota2.cc, annota2.exp: To here.
3468 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3469
3470 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3471
3472 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3473 a consistent format.
3474
3475 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3476
3477 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3478 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3479 HP compilers, also set the globals $true and $false.
3480
3481 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3482 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3483 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3484 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3485 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3486 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3487 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3488 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3489 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3490 whatis.c} Add C++ compatible function definitions and return
3491 types, add includes for library functions.
3492 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3493 * gdb.base/step-test.c (myglob): Rename from glob.
3494 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3495 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3496 files, move here from gdb.hp.
3497 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3498 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3499 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3500 Adjust line numbers in regexps.
3501
3502 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3503 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3504 instead of 0/1.
3505
3506 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3507 foll-vfork.exp: New files, move here from gdb.hp.
3508 * gdb.base/page.exp: New file, test of pagination command.
3509
3510 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3511 recursion test.
3512 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3513
3514 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3515 gdb.base/solib.exp: Fix compiler invocation process.
3516
3517 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3518 HP-UX 11, turn off overload resolution explicitly.
3519 * gdb.base/commands.exp: Set argument list explicitly, add
3520 watchpoint test.
3521 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3522 them work.
3523 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3524 expressions properly.
3525 * gdb.base/corefile.exp: Loosen the match slightly.
3526 * gdb.base/default.exp: Allow "Error accessing memory" message
3527 also.
3528 * gdb.base/display.exp: Skip over x/0 j if PA64.
3529 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3530 * gdb.base/interrupt.exp: Ditto.
3531 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3532 in use.
3533 * gdb.base/list.exp: Add xfails for HP-UX.
3534 * gdb.base/long_long.exp: Refine some of the numeric matches.
3535 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3536 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3537 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3538 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3539 * gdb.base/ptype.exp: Succeed on more varieties of output.
3540 * gdb.base/scope.exp: Add xfails for HP-UX.
3541 * gdb.base/sect-cmd.exp: Add more cases.
3542 * gdb.base/setvar.exp: Add xfails for HP-UX.
3543 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3544 * gdb.base/signals.exp: Match on void symbolically.
3545 * gdb.base/step-test.exp: Add case for PA64.
3546 * gdb.base/term.exp: Add exit and restart.
3547 * gdb.base/twice.exp: Clean up after self.
3548 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3549 * gdb.base/whatis.exp: Allow more ways to pass tests.
3550
3551 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3552 no longer useful.
3553
3554 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3555
3556 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3557 list of patterns.
3558 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3559 print_double_array(double_array)", "continuing to breakpoint
3560 1018", "print print_double_array(array_d)" and "continuing to
3561 1034" tests.
3562
3563 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3564
3565 * Makefile.in: Add empty html and install-html targets.
3566
3567 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3568
3569 * config/mt-*: Remove, these haven't been used since 1996.
3570
3571 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3572
3573 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3574 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3575 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3576
3577 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3578
3579 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3580 simpler match case for the ptype of the big class.
3581
3582 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3583
3584 * gdb.exp: Fix test for gdb_prompt existence.
3585
3586 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3587
3588 * gdb.exp (gdb_test): Add fail after calls to perror.
3589
3590 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3591
3592 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3593
3594 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3595
3596 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3597
3598 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3599
3600 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3601 malloc() is linked in.
3602
3603 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3604
3605 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3606 step at end.
3607
3608 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3609
3610 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3611
3612 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3613
3614 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3615
3616 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3617 * gdb.base/mips_pro.exp: Likewise.
3618
3619 1999-06-02 Keith Seitz <keiths@cygnus.com>
3620
3621 * gdb.c++/templates.cc: Change all "new" operators to throw
3622 an exception.
3623 * gdb.c++/cplusfuncs.cc: Likewise.
3624
3625 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3626
3627 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3628
3629 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3630 * gdb.base/ending-run.exp: When stepping out of main, accept a
3631 step into an arbitrary assembler file.
3632
3633 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3634
3635 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
3636 "breakpoint-invalid" to be printed.
3637 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
3638 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3639 * gdb.base/annota2.cc: Initialize a.x to 0.
3640
3641 1999-05-17 Keith Seitz <keiths@cygnus.com>
3642
3643 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3644 when "skip_float_tests" set.
3645 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3646 "print print_ten_doubles", and "step into print_long_arg_list".
3647 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3648 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3649 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3650 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3651 "skip_float_tests" is set.
3652 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3653 when "skip_float_tests" set.
3654
3655 1999-05-06 Keith Seitz <keiths@cygnus.com>
3656
3657 * gdb.base/annota2.cc: Include stdio.h.
3658
3659 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3660
3661 * gdb.base/crossload.exp: Remove, this has been disabled ever
3662 since BFD stopped including all targets, and cross-GDB gets
3663 plenty of testing anyway.
3664 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3665 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3666 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3667 * gdb.base/README: Remove, was doc for this.
3668 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3669 needed.
3670
3671 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3672
3673 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3674 output.
3675
3676 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3677 * gdb.base/annota2.exp: New file. More annotation tests.
3678 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3679 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3680
3681 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
3682
3683 * config/cfdbug.exp: New file.
3684
3685 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3686
3687 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3688 Marcus Daniel's and Dale Hawkins's demangler crashes.
3689
3690 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3691 test_lucid_style_demangling, test_arm_style_demangling,
3692 test_hp_style_demangling): Try Tom Tromey's core-dumping
3693 identifier under each demangling style.
3694
3695 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3696
3697 * gdb.c++/demangle.exp: Include the current demangling style
3698 in all test names.
3699 (current_demangling_style): New global variable.
3700 (set_demangling_style, test_demangling_core, test_demangling,
3701 test_demangling_exact): New functions.
3702 (test_gnu_style_demangling, test_lucid_style_demangling,
3703 test_arm_style_demangling, test_hp_style_demangling): Use those,
3704 instead of calling gdb_test and gdb_test_exact directly.
3705 (catch_demangling_errors): New function, which reports errors
3706 signalled by the demangling test functions in an orderly way.
3707 (do_tests): Use catch_demangling_errors.
3708
3709 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3710
3711 * gdb.base/signals.exp (test_handle_all_print): Use () for
3712 grouping in expressions, not {}.
3713
3714 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3715 initialized yet.
3716
3717 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3718
3719 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3720 are listed.
3721
3722 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3723
3724 * gdb.stabs/weird.exp: Test for CC being defined before
3725 looking at its value.
3726
3727 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3728
3729 * gdb.base/call-ar-st.exp: Remove stray '#'.
3730 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3731 "short int" and "long int".
3732 * gdb.c++/overload.cc: Cast the string added in the previous
3733 change, to mollify finicky HP compiler.
3734 * gdb.hp/reg-test.exp (testfile): Fix file name.
3735 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
3736
3737 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3738 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3739 alternate form of enum ptype.
3740
3741 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3742
3743 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3744 * gdb.hp/*.exp: Change all to run compiler probe only after
3745 passing skip_hp_tests, so as not to waste time on guaranteed
3746 failure.
3747
3748 * gdb.c++/overload.cc: Pass string instead of char addr, always
3749 init ccpfoo.
3750 * gdb.c++/templates.cc: Fix syntax error.
3751
3752 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3753
3754 * gdb.base/commands.exp: Add test for correct position of '>'
3755 when issuing the 'commands' command after a 'while' or 'if'
3756 command.
3757
3758 1999-03-18 James Ingham <jingham@cygnus.com>
3759
3760 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3761
3762 * gdb.c++/method.exp: It was testing an uninitialized int on the
3763 stack and assuming it was positive.
3764
3765 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3766
3767 * gdb.base/step-test.exp: Catch a case where finish is broken and
3768 keep it from killing the rest of the tests.
3769 Use gdb_continue_to_end.
3770
3771 * gdb.base/sigall.exp: use gdb_continue_to_end.
3772
3773 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3774
3775 * gdb.base/display.exp: use runto_main, not run.
3776
3777 * gdb.base/default.exp: Check for the current error message in the
3778 r abbreviation test.
3779 Add strongarm to the targets that know info float.
3780
3781 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
3782 run which doesn't work with monitors.
3783
3784 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3785
3786 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3787
3788 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
3789 program. Traps the case (in Cygmon) when the program never really
3790 exits. Same as Mark's continue_to_exit, but I had put it in a lot
3791 more places, so I used my name. Sorry Mark...
3792
3793 * config/monitor.exp (gdb_target_monitor): added another
3794 target_info parameter: remotebinarydownload. This will set the
3795 remotebinarydownload flag if this is causing some boards trouble.
3796
3797 1999-03-18 Mark Salter <msalter@cygnus.com>
3798
3799 * lib/gdb.exp (continue_to_exit): New function.
3800
3801 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3802 * gdb.base/ending-run.exp: Ditto.
3803 * gdb.base/step-test.exp: Ditto.
3804
3805 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3806
3807 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3808 (suggested by Art Haas <ahaas@neosoft.com>).
3809
3810 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3811
3812 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3813
3814 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3815
3816 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3817 descriptions of types (short unsigned int vs unsigned short, etc).
3818
3819 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3820
3821 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3822 a call to strlen; sometimes we do have sources.
3823
3824 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3825
3826 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3827 character, so GDB won't print garbage after its end.
3828
3829 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3830 breakpoint there instead. Sometimes GCC emits memcpy to handle
3831 the large structures being passed by value, so we step into that
3832 instead of sum_array_print, which obscures what we're really testing.
3833 * gdb.base/step-test.exp: However, we do want a test that notices
3834 the bizarre steps into memcpy, so do that here. Add check for
3835 stepping into function calls that pass large structures by value.
3836 ("Is that a noun clause, or are you just happy to see me?")
3837 Remove all references to specific line numbers.
3838 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3839 New type and function.
3840 (main): Call large_struct_by_value, passing it a large struct by value.
3841 * lib/gdb.exp (gdb_get_line_number): New function.
3842
3843 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3844 more portable.
3845
3846 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3847
3848 * lib/gdb.exp: Doc fixes.
3849
3850 1999-03-05 Nick Clifton <nickc@cygnus.com>
3851
3852 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
3853
3854 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3855
3856 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3857 commands. They're not germane to this test, and they don't work
3858 that way on remote targets.
3859
3860 1999-03-01 James Ingham <jingham@cygnus.com>
3861
3862 * Changelog entries merged over from gdb development branch.
3863
3864 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3865
3866 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3867 for outputting results of test run.
3868
3869 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3870
3871 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3872
3873 1999-02-25 Felix Lee <flee@cygnus.com>
3874
3875 * lib/gdb.exp (debug_format): initialize
3876
3877 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
3878
3879 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
3880 * gdb.base/call-rt-st.c: Ditto.
3881
3882 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
3883
3884 * gdb.threads/pthreads.exp (horiz): New variable.
3885 (test_startup): Fix regexps that capture thread numbers.
3886
3887 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
3888
3889 * gdb.base/smoke.exp: Disambiguate two test case names (both
3890 called ``print'').
3891
3892 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3893
3894 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
3895 compilation.
3896
3897 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3898
3899 * gdb.base/miscexprs.exp: Change patterns to match GDB's
3900 actual output formatting.
3901 * gdb.base/smoke.exp: GDB removes leading 0's.
3902 * gdb.base/volatile.exp: Don't check type of remuneration;
3903 that variable is no longer defined in constvars.c.
3904 * gdb.base/step-test.c (main): Exit with explicit exit code.
3905 * gdb.base/step-test.exp: Remove two nexti checks--they are
3906 not portable.
3907
3908 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3909
3910 * gdb.base/help.exp ("help delete display"): Fix test to match
3911 gdb's output.
3912
3913 * gdb.base/long_long.c (known_types): Initialize values to zero.
3914 * gdb.base/long_long.exp: Step one more line
3915 so 'dec' is initialized in "get to known place". GDB removes
3916 leading zeros. Explicitly ask for hex formatting. Use
3917 unique test case names.
3918
3919 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3920
3921 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
3922
3923 * gdb.c++/method.exp: Add missing close brace.
3924
3925 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
3926
3927 * gdb.base/maint.exp: Use 'set height 0' to disable page
3928 prompting, not 'set height 400'.
3929
3930 Fix a bunch of timeouts.
3931 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
3932 four separate tests, so expect doesn't take forever to match a ton
3933 of text against a regexp with lots of .* forms.
3934 ("maint print psymbols", "maint print symbols"): Make some of
3935 these greps more selective, so that expect doesn't try to wade
3936 through huge piles of output and time out.
3937
3938 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
3939
3940 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
3941 tests: one which doesn't expect shlib events to be reported, and
3942 another which does, but is XFAIL for all platforms other than
3943 HP/UX.
3944
3945 * gdb.base/break.exp: Teach the test suite that the `catch
3946 fork', `catch vfork', and `catch exec' commands produce error
3947 messages on platforms that don't provide these features.
3948
3949 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3950
3951 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
3952 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
3953 (shortening names from solib_threshold.exp etc), won't run on
3954 anything but HP-UX for the foreseeable future.
3955 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
3956 reflect move.
3957
3958 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
3959
3960 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
3961 gdb.trace/Makefile.in (clean): Remove all test executables.
3962
3963 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
3964
3965 * gdb.base/shlib-call.exp: add test cases to verify that gdb
3966 successfully re-sets breakpoints in shared libraries.
3967 * gdb.base/shmain.c (main): return 0, don't fall off the end.
3968
3969 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3970
3971 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
3972 and compiled w/o GCC.
3973
3974 * gdb.hp/watch-cmd.exp: ditto.
3975
3976 * gdb.hp/watch-hp.exp: ditto.
3977
3978 * gdb.hp/xdb1.exp: ditto.
3979
3980 * gdb.hp/xdb2.exp: ditto.
3981
3982 * gdb.hp/dbx.exp: ditto.
3983
3984 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
3985
3986 * constvars.c: Remove C++-isms.
3987 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
3988 with GCC.
3989
3990 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
3991
3992 The following changes are part of the HP merge.
3993
3994 * gdb.base/break.exp: new tests to verify that catchpoints for
3995 fork, vfork, and exec don't trigger inappropriately.
3996
3997 * gdb.base/opaque.exp: compile one file at a time, then link.
3998
3999 * gdb.base/signals.exp: be more restrictive about which hppa
4000 systems receive a setup_xfail. new tests.
4001
4002 * gdb.base/solib_threshold.build: new file.
4003 * gdb.base/solib_threshold.exp: new file.
4004 * gdb.base/solib_threshold.link_opts: new file.
4005 * gdb.base/solib_threshold.mk: new file.
4006 * gdb.base/gen_solib_threshold.c: new file.
4007
4008 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4009 tests. New tests for enums inside classes.
4010
4011 * gdb.c++/compiler.cc: indicate support of template debugging.
4012
4013 * gdb.c++/demangle.exp: run hp style demangling tests.
4014
4015 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4016 tests.
4017
4018 * gdb.c++/misc.cc: changes to support new tests.
4019
4020 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4021 to support new tests.
4022
4023 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4024 gcc, then skip these tests.
4025
4026 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4027
4028 The following files are part of the HP merge; some had longer
4029 names at HP, but have been renamed to be no more than 14
4030 characters in length.
4031
4032 * gdb.hp/ambiguous.cc: new file.
4033 * gdb.hp/ambiguous.exp: new file.
4034 * gdb.hp/attach.exp: new file.
4035 * gdb.hp/attach2.exp: new file.
4036 * gdb.hp/classes-hp.exp: new file.
4037 * gdb.hp/ctti.exp: new file.
4038 * gdb.hp/ctti-add.cc: new file.
4039 * gdb.hp/ctti-add1.cc: new file.
4040 * gdb.hp/ctti-add2.cc: new file.
4041 * gdb.hp/ctti-add3.cc: new file.
4042 * gdb.hp/dbx.exp: new file.
4043 * gdb.hp/exception.cc: new file.
4044 * gdb.hp/exception.exp: new file.
4045 * gdb.hp/foll-exec.c: new file.
4046 * gdb.hp/foll-exec.exp: new file.
4047 * gdb.hp/foll-fork.c: new file.
4048 * gdb.hp/foll-fork.exp: new file.
4049 * gdb.hp/foll-vfork.c: new file.
4050 * gdb.hp/foll-vfork.exp: new file.
4051 * gdb.hp/inherit-hp.exp: new file.
4052 * gdb.hp/more-steps.exp: new file.
4053 * gdb.hp/namespace.cc: new file.
4054 * gdb.hp/namespace.exp: new file.
4055 * gdb.hp/optimize.exp: new file.
4056 * gdb.hp/pxdb.c: new file.
4057 * gdb.hp/pxdb.exp: new file.
4058 * gdb.hp/quicksort.exp: new file.
4059 * gdb.hp/reg-test.exp: new file.
4060 * gdb.hp/reg-test.s: new file.
4061 * gdb.hp/sized-enum.c: new file.
4062 * gdb.hp/sized-enum.exp: new file.
4063 * gdb.hp/start-stop.exp: new file.
4064 * gdb.hp/templ-hp.cc: new file.
4065 * gdb.hp/templ-hp.exp: new file.
4066 * gdb.hp/thr-lib.c: new file.
4067 * gdb.hp/thr-lib.exp: new file.
4068 * gdb.hp/thr-lib.h: new file.
4069 * gdb.hp/thr-liblib.c: new file.
4070 * gdb.hp/virtfun-hp.c: new file.
4071 * gdb.hp/virtfun-hp.exp: new file.
4072 * gdb.hp/watch-cmd.exp: new file.
4073 * gdb.hp/watch-hp.exp: new file.
4074 * gdb.hp/xdb1.exp: new file.
4075 * gdb.hp/xdb2.exp: new file.
4076 * gdb.hp/xdb3.exp: new file.
4077
4078 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4079
4080 The following files are part of the HP merge; some had longer
4081 names at HP, but have been renamed to be no more than 14
4082 characters in length.
4083
4084 * gdb.base/ss.h: new file.
4085 * gdb.base/call-ar-st.c: new file.
4086 * gdb.base/call-ar-st.exp: new file.
4087 * gdb.base/call-rt-st.c: new file.
4088 * gdb.base/call-rt-st-exp: new file.
4089 * gdb.base/call-strs.exp: new file.
4090 * gdb.base/ena-dis-br.exp: new file.
4091 * gdb.base/environ.exp: new file.
4092 * gdb.base/long_long.exp: new file.
4093 * gdb.base/sect-cmd.exp: new file.
4094 * gdb.base/shlib-cl2.exp: new file.
4095 * gdb.base/smoke.exp: new file.
4096 * gdb.base/so-impl-ld.c: new file.
4097 * gdb.base/so-impl-ld.exp: new file.
4098 * gdb.base/so-indr-cl.c: new file.
4099 * gdb.base/so-indr-cl.exp: new file.
4100 * gdb.base/varargs.exp: new file.
4101 * gdb.base/volatile.exp: new file.
4102 * gdb.base/whatis-exp.exp: new file.
4103 * gdb.base/display.exp: new file.
4104 * gdb.c++/derivation.exp: new file.
4105 * gdb.c++/local.exp: new file.
4106 * gdb.c++/member-ptr.exp: new file.
4107 * gdb.c++/overload.exp: new file.
4108 * gdb.c++/ovldbreak.exp: new file.
4109 * gdb.c++/ref-types.exp: new file.
4110 * gdb.c++/ref-types2.exp: new file.
4111 * gdb.c++/userdef.exp: new file.
4112
4113 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4114
4115 * gdb.base/default.exp: Reflect wording change in remote.c.
4116
4117 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
4118
4119 * gdb.base/help.exp: Update to reflect current text.
4120
4121 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4122
4123 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4124 they're stack variables and contain garbage.
4125 * gdb.c++/anon-union.exp: new file.
4126
4127 The following changes were made by David Taylor
4128 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4129 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4130 in changes by HP.
4131
4132 * gdb.base/bitops.exp: new file.
4133 * gdb.base/default.exp: change expected messages for catch and
4134 info catch tests to reflect HP merge changes.
4135 * gdb.base/enable-disable-break.exp
4136 * gdb.base/ending-run.c: new file.
4137 * gdb.base/long_long.c: new file.
4138 * gdb.base/maint.exp: new file.
4139 * gdb.base/pointers2.exp: new file.
4140 * gdb.base/shlib-call2.exp: new file.
4141 * gdb.base/solib.exp: new file.
4142 * gdb.base/step-test.c: new file.
4143 * gdb.c++/anon-union.cc: new file.
4144 * gdb.c++/local.cc: new file.
4145 * gdb.c++/member-pointer.cc: new file.
4146 * gdb.c++/method.cc: new file.
4147 * gdb.c++/ref-types.cc: new file.
4148 * gdb.c++/ref-types2.cc: new file.
4149 * gdb.c++/userdef.cc: new file.
4150
4151 * gdb.base/scope.exp: compile one file at a time, then link.
4152 * gdb.base/langs.exp: ditto.
4153 * gdb.base/list.exp: ditto.
4154
4155 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4156
4157 The following changes were made by David Taylor
4158 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4159 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4160 in changes by HP.
4161
4162 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4163 skip tests. When compiling pass c++ flag to gdb_compile.
4164 * gdb.c++/
4165
4166 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4167 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4168 (skip_hp_tests): new function.
4169 (gdb_preprocess): new function.
4170
4171 * configure.in (hpdir): decide whether to configure gdb.hp.
4172 * configure: regenerated.
4173
4174 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4175 to delete on clean.
4176 (EXECUTABLES): update to reflect new additions.
4177 * gdb.base/commands.exp: update message expected.
4178 * gdb.base/default.exp: add copyright notice.
4179 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4180 * gdb.base/help.exp: update messages to reflect current text.
4181 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4182 targets for recurse tests.
4183 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4184 skip this file.
4185
4186 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4187 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4188 compilation.
4189 * gdb.c++/misc.exp: ditto.
4190 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4191 run the tests. tell gdb_compile that it's a c++ compilation.
4192
4193 * gdb.threads/pthreads.exp: fix typo in message.
4194
4195 * gdb.base/all-bin.exp: new file.
4196 * gdb.base/arithmet.exp: new file.
4197 * gdb.base/assign.exp: new file.
4198 * gdb.base/completion.exp: new file.
4199 * gdb.base/cond-expr.exp: new file.
4200 * gdb.base/condbreak.exp: new file.
4201 * gdb.base/define.exp: new file.
4202 * gdb.base/dollar.exp: new file.
4203 * gdb.base/environment.exp: new file.
4204 * gdb.base/eval-skip.exp: new file.
4205 * gdb.base/jump.exp: new file.
4206 * gdb.base/logical.exp: new file.
4207 * gdb.base/pointers.exp: new file.
4208 * gdb.base/relational.exp: new file.
4209 * gdb.base/section_command.exp: new file.
4210 * gdb.base/whatis-expr.exp: new file.
4211
4212 * gdb.base/all-types.c: new file.
4213 * gdb.base/call-array-struct.c: new file.
4214 * gdb.base/call-return-struct.c: new file.
4215 * gdb.base/call-strings.c: new file.
4216 * gdb.base/callfuncs2.c: new file.
4217 * gdb.base/condbreak.c: new file.
4218 * gdb.base/constvars.c: new file.
4219 * gdb.base/display.c: new file.
4220 * gdb.base/int-type.c: new file.
4221 * gdb.base/jump.c: new file.
4222 * gdb.base/miscexprs.c: new file.
4223 * gdb.base/pointers.c: new file.
4224 * gdb.base/pointers2.c: new file.
4225 * gdb.base/shmain.c: new file.
4226 * gdb.base/shr1.c: new file.
4227 * gdb.base/shr2.c: new file.
4228 * gdb.base/solib.c: new file.
4229 * gdb.base/solib1.c: new file.
4230 * gdb.base/solib2.c: new file.
4231 * gdb.base/varargs.c: new file.
4232 * gdb.c++/derivation.cc: new file.
4233 * gdb.c++/overload.cc: new file.
4234 * gdb.c++/ovldbreak.cc: new file.
4235 * gdb.hp/attach.c: new file.
4236 * gdb.hp/attach2.c: new file.
4237 * gdb.hp/average.c: new file.
4238 * gdb.hp/compiler.c: new file.
4239 * gdb.hp/compiler.cc: new file.
4240 * gdb.hp/execd-program.c: new file.
4241 * gdb.hp/follow-exec.c: new file.
4242 * gdb.hp/follow-fork.c: new file.
4243 * gdb.hp/follow-vfork-and-exec.c: new file.
4244 * gdb.hp/misc-hp.cc: new file.
4245 * gdb.hp/more-steps.c: new file.
4246 * gdb.hp/optimize.c: new file.
4247 * gdb.hp/quicksort.c: new file.
4248 * gdb.hp/run-hp.c: new file.
4249 * gdb.hp/start-stop.c: new file.
4250 * gdb.hp/sum.c: new file.
4251 * gdb.hp/templates-hp.cc: new file.
4252 * gdb.hp/thread-local-in-lib.c: new file.
4253 * gdb.hp/thread-local-in-lib.h: new file.
4254 * gdb.hp/thread-local-in-lib.lib.c: new file.
4255 * gdb.hp/vforked-program.c: new file.
4256 * gdb.hp/virtfunc-hp.cc: new file.
4257 * gdb.hp/watchpoint-hp.c: new file.
4258 * gdb.hp/xdb.c: new file.
4259 * gdb.hp/xdb0.c: new file.
4260 * gdb.hp/xdb0.h: new file.
4261 * gdb.hp/xdb1.c: new file.
4262
4263 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4264
4265 The following change was made by Edith Epstein
4266 <eepstein@cygnus.com> as part of a project to merge in changes
4267 originally made by HP; HP did not create ChangeLog entries.
4268
4269 * gdb.c++/demangle.exp: changed the expected output for some
4270 ARM-style mangling -- removed second reference to datatype.
4271 For example, maint demangle __dt__11T1__pt__2_cFv
4272 T1<char>::~T1<char>(void)
4273 becomes,
4274 maint demangle __dt__11T1__pt__2_cFv
4275 T1<char>::~T1(void)
4276
4277 (test_hp_style_demangling): new hp specific demangling test cases.
4278
4279 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4280
4281 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4282 * gdb.trace/backtrace.exp: Likewise.
4283 * gdb.trace/circ.exp: Likewise.
4284 * gdb.trace/collection.exp: Likewise.
4285 * gdb.trace/deltrace.exp: Likewise.
4286 * gdb.trace/infotrace.exp: Likewise.
4287 * gdb.trace/limits.exp: Likewise.
4288 * gdb.trace/packetlen.exp: Likewise.
4289 * gdb.trace/passc-dyn.exp: Likewise.
4290 * gdb.trace/passcount.exp: Likewise.
4291 * gdb.trace/report.exp: Likewise.
4292 * gdb.trace/save-trace.exp: Likewise.
4293 * gdb.trace/tfind.exp: Likewise.
4294 * gdb.trace/tracecmd.exp: Likewise.
4295 * gdb.trace/while-dyn.exp: Likewise.
4296 * gdb.trace/while-stepping.exp: Likewise.
4297
4298 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4299
4300 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4301
4302 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4303
4304 From Brendan Kehoe:
4305 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4306 int return types.
4307
4308 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4309
4310 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4311 remote dos host testing right.
4312
4313 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4314
4315 * gdb.base/corefile.exp: remove some xfails.
4316
4317 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4318
4319 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4320 have different timestamps.
4321
4322 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4323
4324 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4325 gdb.base/default.exp: Replace "exec" with "executable".
4326
4327 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4328
4329 * gdb.base/default.exp: Change else if to elseif from previous
4330 delta.
4331
4332 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4333
4334 * gdb.base/default.exp: Add brace missing from previous delta.
4335
4336 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4337
4338 * gdb.base/default.exp: Support test for info float for all
4339 varieties of arm toolchain.
4340
4341 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
4342
4343 * gdb.trace/*.exp: remove "remote_download" command.
4344
4345 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
4346
4347 * gdb.trace/*.exp: remove -gdwarf from compile.
4348
4349 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4350
4351 * gdb.trace/configure.in(AC_INIT): typo
4352 * gdb.trace/configure: regenerated
4353
4354 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
4355
4356 * config/m68k-emc.exp: New file.
4357 * lib/<emc-support.exp trace-support.exp}: New files.
4358 * configure.in: add new test directory gdb.trace.
4359 * gdb.trace/{configure configure.in Makefile.in}: New files.
4360 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4361 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4362 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4363 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4364 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4365 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4366 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
4367
4368 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
4369
4370 * gdb.c++/classes.exp: Change all regular expressions to match
4371 arbitrary combinations of newline/carriage-return, so that they
4372 will work equally well on Unix and Windows.
4373 * gdb.c++/inherit.exp: ditto.
4374 * gdb.c++/virtfunc.exp: ditto.
4375
4376 1998-08-11 Dawn Perchik <dawn@cygnus.com>
4377
4378 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4379
4380 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4381
4382 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4383 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4384 to use a0-a3/d0-d3 as needed.
4385
4386 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4387
4388 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4389 * gdb.disasm/am33.exp: Corresponding changes.
4390
4391 1998-07-11 Felix Lee <flee@cygnus.com>
4392
4393 * gdb.base/callfuncs.exp: add cmp10 test.
4394 * gdb.base/callfuncs.c (cmp10): new function.
4395
4396 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4397
4398 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
4399 into two parts to get around a synchronization problem in expect.
4400
4401 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4402
4403 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4404
4405 * configure.in: Add options for gdbtk testsuite.
4406
4407 * configure: Regenerate.
4408
4409 * gdb.gdbtk: New directory to hold gdbtk tests.
4410
4411 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4412
4413 * gdb.fortran/types.exp: Escape brackets in expect patterns
4414 for test_float_literal_types_accepted tests.
4415 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4416 before run test.
4417
4418 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4419
4420 * am33.exp: Just compile, do not link the testcase.
4421 * am33.s: Add ".am33" pseudoop to force am33 mode.
4422
4423 1998-06-25 Felix Lee <flee@cygnus.com>
4424
4425 * gdb.base/setshow.exp: make sure $pc is sane.
4426
4427 * gdb.stabs/weird.exp: split expect patterns properly.
4428
4429 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4430
4431 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4432 * gdb.disasm/am33.exp: Run it.
4433
4434 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
4435
4436 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4437 match processing (and eliminate spurious timeouts when running).
4438
4439 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
4440
4441 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4442 exception test, but conditionalize it on target [mach | gnu].
4443
4444 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
4445
4446 * gdb.base/overlays.exp: fixup compile line for linker script.
4447
4448 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4449
4450 * gdb.fortran/types.exp: don't guess at float size.
4451
4452 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4453
4454 * gdb.base/exprs.exp: delete test that depends on int size.
4455
4456 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4457
4458 * config/sim.exp: Removed checks for target triplets.
4459 (gdb_target_sim): Use gdb,target_sim_options.
4460
4461 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4462
4463 * gdb.base/reread.exp: New file.
4464 * gdb.base/reread1.c: New file.
4465 * gdb.base/reread2.c: New file.
4466
4467 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4468
4469 * config/sim.exp: Use 'target sim -sparclite' when running
4470 SPARClite programs.
4471
4472 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4473
4474 * gdb.base/structs2.exp: New file.
4475 * gdb.base/structs2.c: New file.
4476
4477 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4478
4479 * gdb.asm/common.inc: New file.
4480 * gdb.asm/d10v.inc: New file.
4481 * asm-source.exp: Pass -I's to gas to find .inc files.
4482 Update line numbers in expected output.
4483 * asmsrc1.s: Rewrite.
4484 * asmsrc2.s: Rewrite.
4485 * configure.in: Create arch.inc symlink.
4486 * configure: Regenerate.
4487 * Makefile.in (distclean): Delete arch.inc.
4488
4489 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4490
4491 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4492 (t_enum_value2): ditto
4493 (t_enum_value3): ditto
4494 (main): ditto
4495 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4496
4497 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4498 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4499 change.
4500 Use gdb_test instead of send_gdb/gdb_expect sequences.
4501
4502 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4503
4504 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4505 not void.
4506
4507 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4508
4509 * gdb.base/branches.c: Code with lots of loops and
4510 subroutines. Used to test gdbs ability to single step through PC
4511 changes, especially to test mips-tdep.c:mips_next_pc
4512
4513 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4514
4515 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4516 more rigorous EGCS C++ error checking.
4517
4518 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4519
4520 * gdb.base/help.exp: Clean up `help set args' and `help show args'
4521 tests.
4522 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
4523 function when asleep.
4524 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
4525 for i*86 Linux and SVR4 signal handling problems.
4526 Remove linux xfail for `next to handler in signals_tests_1', fixed
4527 by recent infrun.c change.
4528 Limit backtrace to 10 frames to avoid timeout problems with infinite
4529 stack backtraces.
4530 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4531 target.[ch] change.
4532
4533 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4534
4535 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4536 for a newline from gdb before continuing.
4537 (default_gdb_exit): Just look for y or n.
4538 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4539 it does, fail the rests of the tests in the file.
4540
4541 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4542
4543 * config/cygmon.exp: New file.
4544
4545 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4546
4547 * gdb.base/list.exp: Fix problem with "list default lines around
4548 main" test on remote targets.
4549
4550 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4551 run test on remote targets.
4552
4553 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4554
4555 * gdb.asm: New directory.
4556 * configure.in: Configure it.
4557 * configure: Regenerate.
4558 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4559 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4560
4561 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4562
4563 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4564
4565 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
4566
4567 * gdb.base/overlays (several files): Merge the two overlay
4568 managers into one. Change variables (foox, barx, bazx, grbxx)
4569 back into ints but force them to load in their proper sections.
4570
4571 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4572
4573 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4574 on-chip insn memory and IMAP1 to upper 128k.
4575 (D10VCopy): Handle memory regions crossing 16k boundaries.
4576 (D10VCopy): Transfer data in 32 bit chunks.
4577
4578 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4579
4580 * gdb.base/overlays.c (main): Exit normally when result is
4581 correct.
4582
4583 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4584 map. Include space for printf in .text segment.
4585
4586 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4587 updated d10v memory VMA/LMA map.
4588 (D10VCopy): Call D10VTranslate.
4589
4590 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4591
4592 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4593
4594 * gdb.base/bar.c (barx, bar): Change variable to small array so
4595 that it won't be put into the .sdata - small data -
4596 section. Update reference.
4597 * gdb.base/baz.c (bazx, baz): Ditto.
4598 * gdb.base/foo.c (foox, foo): Ditto.
4599 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4600
4601 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4602 to be arrays.
4603
4604 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
4605
4606 * gdb.base/overlays.exp: fix up and get working again.
4607 Add tests for backtraces from an overlay function.
4608
4609 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4610
4611 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4612 "calling function with watchpoint enabled".
4613
4614 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4615
4616 * gdb.base/break.exp (test_next_with_recursion): Remove
4617 gdb_suppress_tests for d10v-*-*.
4618 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4619 pending review of whether it is useful or not.
4620
4621 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4622
4623 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4624
4625 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4626
4627 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4628 * config/dve.exp: New file to support Densan boards.
4629
4630 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4631
4632 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4633 reads and BSD.
4634
4635 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4636
4637 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4638 response.
4639
4640 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4641
4642 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4643
4644 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4645 test.
4646
4647 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4648 target_sizeof_long and target_bigendian_p.
4649 (structs_by_value, structs_by_reference): Check values according
4650 to targets word size and endianess.
4651
4652 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4653
4654 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4655 output.
4656
4657 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4658
4659 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4660 Update test of set args help to match source change.
4661
4662 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4663
4664 * gdb.base/default.exp: Expect help system output to be in
4665 alphabetical order.
4666 * gdb.base/help.exp: Ditto.
4667
4668 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4669
4670 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4671 "i*86-pc-linux-gnu*".
4672 * gdb.base/interrupt.exp: Ditto.
4673 * gdb.base/corefile.exp: Ditto.
4674
4675 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4676 define vxworks when building the testcase.
4677
4678 * gdb.base/ptype.exp: Fix testnames to be unique.
4679 * gdb.base/radix.exp: Ditto.
4680 * gdb.base/term.exp: Ditto.
4681 * gdb.base/whatis.exp: Ditto.
4682 * gdb.c++/classes.exp: Ditto.
4683
4684 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4685
4686 * gdb.base/callfuncs.exp: Fix indentation.
4687
4688 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4689 suppress_flag has been set.
4690 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4691 target feature.
4692
4693 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4694
4695 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4696 the testcase.
4697
4698 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4699 set_debug_traps() and breakpoint().
4700 * gdb.c++/misc.cc (main): Ditto.
4701 * gdb.c++/templates.cc (main): Ditto.
4702 * gdb.c++/virtfunc.cc (main): Ditto.
4703
4704 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4705
4706 * lib/gdb.exp(gdb_step_for_stub): New function.
4707 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4708 exists, reload the executable and do a "continue" instead of
4709 doing a jump.
4710 (runto_main): Use gdb_step_for_stub.
4711
4712 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4713 tests to have unique names.
4714 * gdb.base/callfuncs.exp: Ditto.
4715 * gdb.base/commands.exp: Ditto.
4716 * gdb.base/default.exp: Ditto.
4717 * gdb.base/help.exp: Ditto.
4718 * gdb.base/list.exp: Ditto.
4719 * gdb.base/opaque.exp: Ditto.
4720 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4721 similar tests.
4722
4723 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4724 * gdb.c++/cplusfuncs.cc: Ditto.
4725 * gdb.c++/virtfunc.cc: Ditto.
4726
4727 * config/monitor.exp: Keep track of the last file we saw, rather
4728 than trying to get the info from gdb.
4729
4730 * gdb.fortran/types.exp: Move comment to previous line.
4731
4732 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4733
4734 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4735 target mode.
4736
4737 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4738
4739 From Bob Manson:
4740 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4741 string from GDB when it connects.
4742
4743 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4744
4745 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4746
4747 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4748 if we can't get a debug format from GDB (we may be testing an
4749 older GDB). Use a 10 second timeout when checking for the format.
4750
4751 * gdb.stabs/weird.exp: Fix quoting.
4752
4753 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4754
4755 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4756
4757 * config/arm-ice.exp: New file.
4758
4759 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4760
4761 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4762 until it has been modified to work with the new testsuite.
4763
4764 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
4765 testcase won't compile, cause all of the testcases in the file to
4766 fail instead.
4767
4768 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4769 (gdb_clear_suppressed): New procedure.
4770 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4771 it contains a positive value.
4772
4773 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4774
4775 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4776
4777 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4778
4779 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4780
4781 * lib/gdb.exp (setup_xfail_format): New function.
4782 (get_debug_format): New function to get debug format.
4783 (debug_format): New global variable to hold last value set
4784 by get_debug_format.
4785 * gdb.base/list.exp: Call get_debug_format and expect some
4786 tests to fail for DWARF 1 and COFF formats.
4787 * gdb.c++/ptype.exp: Ditto.
4788 * gdb.c++/classes.exp: Ditto.
4789 * gdb.c++/cplusfuncs.exp: Ditto.
4790 * gdb.c++/inherit.exp: Ditto.
4791 * gdb.c++/templates.exp: Ditto.
4792 * gdb.c++/virtfunc.exp: Ditto.
4793
4794 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4795
4796 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4797 host doesn't have a currently-open connection.
4798
4799 * config/sparclet.exp: Cleanups and fixes to make it generic for
4800 any gdb stub target. Handle cases where gdb doesn't respond when
4801 interrupted in a sane fashion.
4802
4803 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4804 same thing in a totally different way.
4805
4806 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4807 setting "timeout".
4808 (gdb_start): We set the global gdb_prompt variable in
4809 default_gdb_init now.
4810
4811 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4812
4813 * gdb.base/printcmds.exp: Fix "check for floating addition"
4814 regexp to accept results within approx +/- .01 of exact value.
4815 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4816
4817 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4818
4819 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4820 properly.
4821 (gdb_expect): Add optional timeout parameter, and add timeout
4822 value to various calls.
4823 (gdb_suppress_tests): Only give one warning message per group.
4824
4825 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4826
4827 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4828 global variables. Handle getting a value for $timeout more
4829 gracefully.
4830
4831 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4832
4833 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4834 initialize.
4835 (default_gdb_init): New procedure; allow gdb_init to be overridden
4836 by a target configuration file.
4837 (gdb_expect): Pass the timeout to remote_expect.
4838
4839 * config/monitor.exp(gdb_load): Fix typo in regexp.
4840
4841 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4842
4843 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4844
4845 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4846
4847 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4848 here. Call gdb_target_exec before rebooting the target, to make
4849 sure the connection to the target is closed.
4850 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4851 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4852 Also detect "Timeout reading from remote" error.
4853
4854 * config/gdbserver.exp: Pass the executable being loaded to
4855 gdb_target_monitor. Don't call gdb_file_cmd here; let
4856 gdb_target_monitor do it.
4857
4858 * gdb.disasm/hppa.exp: Don't use exec_output.
4859
4860 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4861
4862 * gdb.base/list.exp: If we're debugging a non-native target,
4863 try to set the pc register to point to the start of the
4864 program before doing the first list command.
4865
4866 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4867 test_calls after restarting.
4868
4869 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
4870 reloading.
4871
4872 * gdb.base/watchpoint.exp: Fix typo.
4873
4874 * gdb.base/setshow.exp: Check for use_gdb_stub.
4875
4876 * gdb.base/break.exp: Fix continue until exit test for the gdb
4877 stub case.
4878 * gdb.base/langs.exp: Ditto.
4879
4880 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
4881 gdb_load_offset. If we weren't given a file to load, figure out
4882 what the current file is and use it.
4883
4884 * config/i386-bozo.exp: New file.
4885
4886 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
4887
4888 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
4889 feature.
4890
4891 * config/proelf.exp: New entry.
4892
4893 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
4894
4895 * lib/gdb.exp: Remove spurious .* patterns at the beginning
4896 of regexps.
4897
4898 * gdb.base/watchpoint.exp: Don't run the test_stepping
4899 tests if gdb can't call functions on the target.
4900
4901 * gdb.base/setshow.exp: Don't run the set prompt tests if
4902 the board has gdb_prompt set.
4903
4904 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
4905
4906 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
4907 * gdb.base/commands.exp: Likewise.
4908 * gdb.base/setshow.exp: Likewise.
4909
4910 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
4911
4912 * config/monitor.exp(gdb_start): Look for gdb_prompt target
4913 feature.
4914
4915 * config/i960.exp: New file.
4916
4917 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
4918
4919 * gdb.base/funcargs.exp: Check for gdb,short_int target
4920 feature instead of looking for explicit target triplets.
4921
4922 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
4923
4924 * gdb.base/printcmds.exp: add a couple more tests a la
4925 "p 123DEADBEEF", to check parse_number.
4926 * top.c: change "to enable to enable" to "to enable" in a couple
4927 of help strings.
4928
4929 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
4930
4931 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
4932 on the mn10300.
4933
4934 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
4935
4936 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
4937 where the test executable is run with explicit args.
4938 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
4939
4940 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
4941
4942 * gdb.base/run.c: Use FAKEARGV to build test executable that
4943 does not require a command line arg, since most simulators
4944 don't currently support passing such an arg into the simulated
4945 program.
4946 * gdb.base/commands.exp: Change tests to insert the proper
4947 value as the arg to the first recursive factorial call. Change
4948 compilation line to define FAKEARGV at compile time.
4949
4950 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
4951
4952 * gdb.base/recurse.exp: Enable these tests for the mn10300.
4953 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
4954 function with watchpoint enabled" test.
4955
4956 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
4957
4958 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
4959 Don't call gdb_test when the command doesn't return to a gdb prompt.
4960
4961 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
4962 "Tests restarted" messages.
4963
4964 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
4965
4966 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
4967
4968 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
4969
4970 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
4971 for INFO SYMBOL; add help tests for OVERLAY commands.
4972 * gdb.base/default.exp: add tests for INFO SYMBOL command;
4973 add tests for OVERLAY commands
4974 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
4975 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
4976 * gdb.base/sigall.c: add usestubs code frag
4977 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
4978
4979 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
4980
4981 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
4982 failures.
4983 (gdb_stop_suppressing_tests): Note that tests have restarted.
4984
4985 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
4986
4987 * config/h8300.exp: New file.
4988
4989 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
4990
4991 * gdb.base/setshow.exp: Check for the existence of a
4992 feature, not its value.
4993
4994 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
4995
4996 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
4997
4998 * gdb.base/scope.exp: It's now init0(), not init().
4999
5000 * gdb.base/scope0.c: For now, change init() to be init0().
5001
5002 * config/monitor.exp: Use gdb_serial in preference to serial
5003 or netport.
5004
5005 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5006 and it's not already set.
5007
5008 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5009
5010 * gdb.base/setshow.exp: Only test the run command if the target
5011 isn't using a stub and if it supports argument passing.
5012
5013 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5014
5015 * config/udi.exp(gdb_start): Make sure UDICONF is set
5016 properly before starting gdb.
5017
5018 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5019
5020 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5021 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5022 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5023
5024 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5025
5026 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5027 specialized code to reboot the board, use remote_reboot instead.
5028
5029 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5030
5031 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5032
5033 * config/monitor.exp: Make sure we disconnect from the target.
5034 Also, try a reboot/reload cycle instead of failing if the
5035 load fails.
5036
5037 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5038
5039 * gdb.base/default.exp: Don't set match_max.
5040 * gdb.base/help.exp: Ditto.
5041 * gdb.base/list.exp: Ditto.
5042 * gdb.base/signals.exp: Ditto.
5043
5044 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5045 set, use remote_ld to download the testcase instead of
5046 the GDB loader.
5047
5048 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5049
5050 * config/vr5000.exp: New file.
5051
5052 * config/monitor.exp(gdb_target_monitor): Add pattern for
5053 "Ending remote" to detect errors in connecting.
5054
5055 * gdb.base/setshow.exp: Add .* within auto language test.
5056
5057 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5058 target feature.
5059
5060 * config/monitor.exp(gdb_load): Check for a failure when loading,
5061 and reboot the board if necessary.
5062
5063 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5064 a set of tests. Remove print.* from the patterns being checked.
5065
5066 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5067
5068 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5069 refer to gdb_spawn_id.
5070
5071 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5072 longer used.
5073 * config/sparclet.exp: Ditto.
5074 * config/sparclet-old.exp: Ditto.
5075 * config/slite.exp: Ditto.
5076 * config/sim.exp: Ditto.
5077 * gdb.base/funcargs.exp: Ditto.
5078
5079 * lib/gdb.exp:Remove references to gdb_spawn_id.
5080 (gdb_expect): Move to remote.exp.
5081
5082 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5083
5084 * config/monitor.exp: Detect the "Couldn't establish connection"
5085 message from GDB.
5086
5087 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5088
5089 * gdb.base/bitfields.exp: Use runto instead of explicit
5090 gdb_run_cmd/gdb_expect sequences.
5091
5092 * gdb.base/break.exp(text_next_with_recursion): Add match for
5093 gdb_expect call.
5094
5095 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5096 We also need to handle the "A program is being debugged already"
5097 prompt from gdb. Use gdb_test to set the baud rate.
5098
5099 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5100 to 20000. Really. I mean it.
5101
5102 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5103
5104 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5105 fails. If suppress_flag is set, skip perror message about not
5106 being able to send to GDB.
5107 (send_gdb): If suppress_flag is set, don't try to send commands to
5108 GDB.
5109 (gdb_expect): If suppress_flag is set, always fail immediately.
5110 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5111 (gdb_init): Call gdb_stop_suppressing_tests.
5112 (default_gdb_exit): Ditto.
5113 (default_gdb_start): Ditto.
5114
5115 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5116 gdb_stop_suppressing_tests as appropriate.
5117 * gdb.base/break.exp: Ditto.
5118 * gdb.base/callfuncs.exp: Ditto.
5119 * gdb.base/commands.exp: Ditto.
5120 * gdb.base/exprs.exp: Ditto.
5121 * gdb.base/funcargs.exp: Ditto.
5122 * gdb.base/list.exp: Ditto.
5123 * gdb.base/recurse.exp: Ditto.
5124 * gdb.base/scope.exp: Ditto.
5125 * gdb.base/structs.exp: Ditto.
5126 * gdb.c++/inherit.exp: Ditto.
5127
5128 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5129
5130 * config/vr4300.exp: New file.
5131
5132 * gdb.*/*.exp: Call gdb_expect instead of expect.
5133
5134 * lib/gdb.exp(gdb_expect): New function.
5135
5136 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5137
5138 * lib/gdb.exp(gdb_init): New function.
5139
5140 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5141 for each individual variable set.
5142
5143 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5144 name.
5145
5146 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5147
5148 * gdb.base/scope.exp: Use gdb_test.
5149
5150 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5151 aborting; the testsuite driver will do that for us (see
5152 gdb_finish). Also, use gdb_test in a few more places.
5153
5154 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5155
5156 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5157
5158 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5159
5160 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5161 and "add_tests" are not at the same address.
5162
5163 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5164
5165 * gdb.base/ptype.exp: Use gdb_test.
5166
5167 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5168
5169 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5170 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5171 left in. No longer expect them to fail.
5172
5173 * gdb.stabs/*.mt; Deleted, no longer used.
5174 * gdb.stabs/configure.in: Remove references to target makefile
5175 frags.
5176 * gdb.stabs/configure: Rebuilt.
5177
5178 * gdb.disasm/*.mt: Deleted, no longer used.
5179 * gdb.disasm/configure.in: Remove references to target makefile
5180 frags. Use "sh3.s" as the unique filename for this directory.
5181 * gdb.disasm/configure: Rebuilt.
5182
5183 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5184 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5185 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5186
5187 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5188
5189 * config/udi.exp: Use mondfe,name instead of remote_host.
5190
5191 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5192
5193 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5194 a function with a watchpoint enabled on the mn10200.
5195
5196 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5197 before trying to create it!
5198
5199 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5200
5201 * config/vx.exp: Use hostname instead of netport.
5202
5203 * config/vxworks.exp: New file.
5204
5205 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5206
5207 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5208 gdb before assuming everything worked. Send a ^C if a timeout
5209 occurs.
5210
5211 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5212 $gdb_spawn_id directly.
5213 (gdb_run_cmd): Try _start as well as start. Use the target feature
5214 gdb,start_symbol as the symbol to start from when jumping.
5215
5216 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5217
5218 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5219 redundant) test.
5220
5221 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5222 it doesn't lose for 16bit integer systems.
5223
5224 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5225
5226 * gdb.fortran/types.exp: If the target doesn't support "double"
5227 data types, then expect "real" types to only be 4 bytes.
5228
5229 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5230 call tests if the target doesn't support inferior function calls.
5231
5232 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5233 in printf tests.
5234
5235 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5236
5237 * gdb.base/help.exp: Disable "help set", "help show", and
5238 "help support". Simplify regexp for "help stack".
5239
5240 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5241 to 60 seconds. Temporarily set match_max to 15000 around the
5242 "info copying" test.
5243
5244 * gdb.base/nodebug.exp: Don't try to do an inferior function
5245 call if the target doesn't support them.
5246 * gdb.base/printcmds.exp: Likewise.
5247 * gdb.base/setvar.exp: Likewise.
5248 * gdb.base/structs.exp: Likewise.
5249 * gdb.c++/templates.exp: Likewise.
5250 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5251
5252 * gdb.base/recurse.exp: Enable for the mn10200.
5253
5254 * configure.in: Do configure gdb.stabs directory for *-*-elf
5255 targets.
5256 * configure: Rebuilt.
5257
5258 * gdb.base/break.exp: Check for gdb,noresults before testing
5259 exit status and/or results from the target.
5260 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5261 * lib/gdb.exp: Remove old (now bogus) initialization of
5262 noinferior, noargs, noresults and nosignals.
5263
5264 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5265
5266 * config/sh.exp: New file.
5267
5268 * config/slite.exp: Try to connect multiple times to the board
5269 before rebooting. Only send a "monitor run" if need_monitor_run
5270 is set.
5271
5272 * gdb.base/break.exp: Don't do the "stub continue" test if
5273 the target has gdb_stub set.
5274
5275 * gdb.base/callfuncs.exp: Increase the timeout.
5276
5277 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5278 if the target has gdb,noinferiorio set.
5279
5280 * gdb.base/list.exp: Increase match_max to 10000 characters.
5281
5282 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5283
5284 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5285 target.
5286
5287 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5288
5289 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5290
5291 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5292 trying to delete the copy of gdb. Catch the file delete so we
5293 don't die if the delete fails; also, the file should be copied to
5294 the host, not to the build.
5295
5296 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5297
5298 * lib/gdb.exp(gdb_test): Surround the result pattern with
5299 parenthesis in case it contains multiple regexps separated
5300 with |.
5301
5302 * gdb.base/watchpoint.exp: Use gdb_test.
5303 * gdb.base/default.exp: Ditto.
5304
5305 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5306
5307 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
5308
5309 * gdb.base/scope.exp: Use gdb_test.
5310 * gdb.c++/classes.exp: Ditto.
5311 * gdb.c++/inherit.exp: Ditto.
5312
5313 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5314
5315 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5316 remote_exec instead.
5317 * gdb.base/corefile.exp: Don't be ridiculous.
5318 * gdb.base/*.c: Add missing stub invocations.
5319
5320 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5321
5322 * config/slite.exp: Miscellaneous fixes.
5323
5324 * lib/gdb.exp: Fix runto.
5325
5326 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5327 the target.
5328
5329 * gdb.base/watchpoint.exp: Fix regexp.
5330
5331 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5332 close and wait commands, as the descriptor may now be
5333 invalid. Always call "remote_close host".
5334
5335 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5336
5337 Major rewrite for testsuite revision.
5338
5339 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5340 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5341 instead of relying on spawn_id to always contain a valid
5342 spawn id.
5343 (get_compiler_info): New procedure to build the ${binfile}.ci
5344 file, instead of replicating this in N different places.
5345 (gdb_compile): New procedure.
5346
5347 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5348 appropriate arguments) instead of compile. Use gdb_test in a lot
5349 more places. Use send_gdb instead of send. Always run gdb_start
5350 at the start of a testcase, as this is no longer done magically.
5351
5352 config/*-gdb.exp: Rename without the -gdb suffix.
5353
5354 config/mips.exp: Use remote_close instead of exit_remote_shell.
5355 config/monitor.exp: Use target_info instead of looking at
5356 baud, timeout, etc.
5357 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5358
5359 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5360
5361 * gdb.c++/templates.exp (test_ptype_of_templates),
5362 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5363 Update expect patterns for destructors and assignment operators
5364 to match corresponding c-typeprint.c changes.
5365 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5366 to destructor breakpoint test, GDB should be able to set the
5367 destructor breakpoint without specifying arguments.
5368
5369 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5370
5371 * gdb.threads/pthreads.exp: Change result for failure to compile due
5372 to lack of pthreads runtime support from an error to simply an
5373 unsupported test, per dejagnu standards.
5374
5375 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5376
5377 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5378 where GDB exits to reduce pattern match time.
5379 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5380
5381 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5382
5383 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
5384
5385 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5386 * gdb.base/default.exp: ditto.
5387 * gdb.base/nodebug.exp: ditto.
5388 * gdb.base/printcmds.exp: ditto.
5389 * gdb.base/ptype.exp: ditto.
5390 * gdb.base/setvar.exp: ditto.
5391 * gdb.base/structs.exp: ditto.
5392 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5393
5394 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5395
5396 * configure, */configure: Rebuild with autoconf 2.12.
5397
5398 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5399
5400 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5401 use new i*86-pc-linux*-gnu quads.
5402 * gdb.base/corefile.exp: Ditto.
5403 * gdb.base/signals.exp: Ditto.
5404 * gdb.base/sigall.exp: Ditto.
5405 * gdb.base/interrupt.exp: Ditto.
5406
5407 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5408 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5409 RedHat 4.0.
5410
5411 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5412 linux. This allows the test case to at least compile on latest
5413 linux, but still not run due to missing the threads runtime library.
5414
5415 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5416
5417 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5418 directory to search gdb directory. Accept and step over conditional
5419 stack alignment code. Consume $prompt in failure cases.
5420 Reset timeout to $oldtimeout instead of some arbitrary value.
5421 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5422 timeout problems with infinite stack backtraces.
5423 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5424 Accept function parameters for linkfunc member.
5425
5426 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5427
5428 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5429 (CXXFLAGS): Remove, unreferenced.
5430 (B_OPTIONS): Add for -B options and add code to initialize with
5431 previous -B options and also add -B option to pick up cross compiled
5432 runtime.
5433 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5434 doing cross compiles.
5435 (target_alias): Declare global.
5436 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5437 to verify that gcc exists in build tree, and if so set CC to that
5438 gcc and to use B_OPTIONS and TARGET_INCLUDES.
5439
5440 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5441
5442 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5443 ptype test for anonymous union. Fixup testcase to match
5444 current gcc debug output.
5445
5446 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5447
5448 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5449 force argument to an unsigned long type.
5450
5451 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5452
5453 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5454 tests and anonymous union print/ptype tests.
5455 * gdb.base/list.exp (test_forward-search): Increase timeout by
5456 5 minutes for the "search extremely long line" case.
5457 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5458 completely optional and that the pass/fail messages use the command as
5459 the message if that third arg is a null string.
5460 (gdb_test_exact): Arrange that a null string pattern means match a
5461 null string output rather than any output, which might include random
5462 errors.
5463 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5464 backtrace test.
5465 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5466 always failing and failure is now exposed by gdb.exp changes.
5467
5468 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5469
5470 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5471 weren't being noted.
5472
5473 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5474
5475 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5476 * gdb.stabs/weird.exp: Remove v_comb xfails.
5477
5478 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
5479
5480 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5481 list.exp scope.exp watchpoint.exp]
5482 Make all timeout error msgs explicitly say "(timeout)".
5483
5484 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
5485
5486 * config/monitor.exp: Increase download timeout to 1000 seconds.
5487
5488 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
5489
5490 * config/m32r.exp: Increase timeout to 120 seconds.
5491
5492 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5493
5494 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5495 and accept older ordering as obsolescent gcc or gdb.
5496 * gdb.c++/templates.exp: Ditto.
5497 * gdb.c++/virtfunc.exp: Ditto.
5498
5499 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5500
5501 * gdb.base/coremaker.c: Add code to mmap some data so we
5502 can check that it ends up in the core file.
5503 * gdb.base/corefile.exp: Add test to read mmapped data
5504 from core file.
5505
5506 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
5507
5508 * config/m32r.exp: New file.
5509
5510 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5511
5512 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5513 that cflags can contains -gstabs, and work correctly for other tests.
5514
5515 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
5516
5517 * gdb.base/setshow.exp: New file, tests show and set.
5518 * gdb.base/setshow.c: New file, tests show and set.
5519 * gdb.base/help.exp: Add test for help set|show annotate.
5520 * gdb.base/default.exp: Add test for set|show annotate.
5521
5522 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5523
5524 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5525 errors unique.
5526 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5527 explicitly.
5528
5529 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5530
5531 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5532 and width commands. This is done elsewhere.
5533 * (gdb_start): Don't call gdb_start_sim here. That's already
5534 done in gdb_load. This fixes lots of failures in default.exp.
5535
5536 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5537
5538 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5539 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5540 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5541 in the same we we treat other failures (since it may be an expected
5542 condition), rather than as an error.
5543 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5544 old test format.
5545
5546 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5547
5548 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5549 (distclean maintainer-clean realclean): No need to remove files
5550 twice. Nuke the duplicates.
5551 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
5552 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
5553 Remove config.h along with other config files.
5554
5555 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5556
5557 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5558 "p func1 ()" and note that rests of tests are skipped.
5559 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5560 setup_xfails for "print func2::coremaker_local".
5561 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5562 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5563 affected by the previous run test.
5564 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5565 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5566 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5567 "pass int powerset tuple" and "pass modeless int powerset tuple".
5568 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5569 "real write 4" and "real write 8".
5570 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5571 setup_xfails for "print vs1 after tuple assign 2",
5572 "print \$i after tuple assign 2", and
5573 "print vs2 after tuple assign 2".
5574 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5575 meaningful error message and return -1 so the caller can
5576 suppress further tests and avoid a cascade of errors.
5577
5578 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5579
5580 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5581 format for printing version.
5582 * gdb.base/default.exp: Ditto.
5583 * gdb.base/interrupt.exp: Fix problem with cascade of
5584 errors if child process dies while calling a function.
5585
5586 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5587
5588 * Makefile.in (VPATH): Add
5589 * Makefile.in (Makefile, config.status): Fix rules so things get
5590 remade when necessary.
5591
5592 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5593
5594 * Makefile.in (just-check): Add path to sibling expect dir
5595 to environment variable specified by RPATH_ENVVAR.
5596
5597 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5598
5599 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5600 (just-check): Add shared library paths for libstdc++, tk,
5601 tcl, bfd, and opcodes to the environment variable specified
5602 in RPATH_ENVVAR.
5603 * configure.in: Add support to recognize --enable-shared flag
5604 and generate correct value for RPATH_ENVVAR.
5605 * configure: Regenerated with autoconf.
5606
5607 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5608
5609 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5610 include all osf versions.
5611 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5612 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5613 when target is linux. When failing to build pthreads test
5614 executable, give more meaningful message.
5615 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5616 arg for pthread_create.
5617
5618 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5619
5620 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5621 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5622 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5623 and -lpthreads (everybody else).
5624 (test_startup): Fail gracefully if threads are not supported.
5625 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5626 "p/c array_index("abcdef",2)" when not gcc compiled.
5627 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5628 "print func2::coremaker_local" when not gcc compiled.
5629 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5630 "ptype on opaque struct tagname (statically)",
5631 "ptype on opaque struct tagname (dynamically) 1", and
5632 "ptype on opaque struct tagname (dynamically) 2"
5633 for not compiled with gcc.
5634 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5635 backtrace when compiled with gcc.
5636 * lib/gdb.exp (runto_main): Return result of "runto main" rather
5637 than always return success.
5638
5639 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5640
5641 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5642
5643 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5644
5645 * gdb.base/structs.exp: Undo last change.
5646
5647 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5648
5649 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5650 encapsulate all the steps/nexts done during self test, starting
5651 at main, and makes them less sensitive to optimization issues.
5652 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5653 signal handler" test.
5654 * gdb.threads/pthreads.exp: Only run this for native configs.
5655 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5656 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5657 tests.
5658 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5659 for "runto test_calls(void)" test.
5660
5661 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5662
5663 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5664 and don't expect address info in breakpoint confirmations.
5665
5666 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5667
5668 * gdb.base/list.exp (test_forward_search): Increase timeout
5669 temporarily by 60 seconds for searching extremely long line,
5670 and then reset to old value when done. Increase expect input
5671 buffer to 10000.
5672
5673 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5674
5675 * gdb.base/list.exp (test_forward_search): Fix to handle very
5676 long source line without overflowing expect's input buffer.
5677
5678 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5679
5680 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5681 "buffer_full".
5682
5683 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5684 "buffer_full".
5685
5686 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5687 "buffer_full".
5688
5689 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5690 "buffer_full".
5691
5692 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5693
5694 * configure.in (configdirs): Add gdb.threads.
5695 * configure: Regenerated with autoconf.
5696 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5697 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5698 * gdb.threads/configure: New, generated with autoconf.
5699
5700 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5701
5702 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5703
5704 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5705
5706 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5707 each signal's status in the output of "handle all print".
5708 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5709 the \r\n sequence that immediately precedes the gdb prompt.
5710 * gdb.base/a1-selftest.exp: Save original timeout and restore
5711 after test.
5712
5713 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5714
5715 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5716 symbol.
5717
5718 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5719
5720 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5721
5722 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5723
5724 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5725 timeout by 60 seconds.
5726
5727 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5728
5729 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5730 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5731 error return.
5732
5733 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5734
5735 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5736 gdb initialization, also report how long dejagnu waited. Restore
5737 old timeout before doing error return. Temporarily increase timeout
5738 by 3 minutes to allow for slow startups over heavy NFS use.
5739
5740 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5741
5742 * lib/gdb.exp: Report timeout value for verbosity level 2.
5743 * config/gdbserver.exp: Ditto.
5744 * config/hppro.exp: Ditto.
5745 * config/mips-gdb.exp: Ditto.
5746 * config/monitor.exp: Ditto.
5747 * config/netware.exp: Ditto.
5748 * config/sim-gdb.exp: Ditto.
5749 * config/slite-gdb.exp: Ditto.
5750 * config/udi-gdb.exp: Ditto.
5751 * config/unix-gdb.exp: Ditto.
5752 * config/vx-gdb.exp: Ditto.
5753 * gdb.base/a1-selftest.exp: Ditto.
5754 * gdb.base/a2-run.exp: Ditto.
5755 * gdb.base/break.exp: Ditto.
5756 * gdb.base/corefile.exp: Ditto.
5757 * gdb.base/list.exp: Ditto.
5758 * gdb.base/recurse.exp: Ditto.
5759 * gdb.base/scope.exp: Ditto.
5760 * gdb.base/signals.exp: Ditto.
5761
5762 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5763
5764 * gdb.threads/Makefile.in (docdir): Removed.
5765
5766 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5767
5768 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
5769 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
5770 @srcdir@.
5771 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
5772 autoconf 2.5 or higher.
5773 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5774
5775 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5776
5777 * configure: Regenerated.
5778 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5779 avoid name clashes with SunOS headers.
5780
5781 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5782
5783 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5784
5785 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5786
5787 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5788 prototype information ends up in the compiler info file.
5789
5790 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5791
5792 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5793 attempting to regenerate it. Eliminate use of a temporary file
5794 and just generate the info file directly. Source it immediately,
5795 for consistency of use.
5796 * gdb.base/corefile.exp: Ditto
5797 * gdb.base/exprs.exp: Ditto.
5798 * gdb.base/funcargs.exp: Ditto.
5799 * gdb.base/langs.exp: Ditto.
5800 * gdb.base/list.exp: Ditto.
5801 * gdb.base/mips_pro.exp: Ditto.
5802 * gdb.base/nodebug.exp: Ditto.
5803 * gdb.base/opaque.exp: Ditto.
5804 * gdb.base/ptype.exp: Ditto.
5805 * gdb.base/scope.exp: Ditto.
5806 * gdb.base/setvar.exp: Ditto.
5807 * gdb.base/signals.exp: Ditto.
5808 * gdb.base/whatis.exp: Ditto.
5809 * gdb.c++/templates.exp: Ditto.
5810 * gdb.c++/virtfunc.exp: Ditto.
5811 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5812 whether or not to add -lstdc++ to the compile command line args.
5813
5814 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5815
5816 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5817 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5818 Increase timeout, a lot of single stepping might be needed if the
5819 target has no hardware watchpoints.
5820
5821 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5822
5823 * gdb.base/break.exp: Ignore compiler warnings when compiling
5824 break.c.
5825 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5826 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5827 from remote-sim.
5828 * gdb.base/exprs.exp: Add h8300 xfails.
5829 * gdb.base/funcargs.exp: Likewise.
5830 * gdb.base/nodebug.exp: Likewise.
5831 * gdb.base/printcmds.exp: Likewise.
5832 * gdb.base/ptype.exp: Likewise.
5833 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5834 h8300 xfails.
5835 * gdb.base/return.exp: Handle float/double precision problems
5836 on the h8300.
5837 * gdb.base/funcargs.c: Explicitly make last constant argument to
5838 call_after_alloca_subr an unsigned long type.
5839 * gdb.base/return.c: Include stdio.h.
5840
5841 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5842
5843 * config/abug.exp: New file for the older Motorola Bug monitor
5844 that runs on the mvme13x series VME boards.
5845 * config/monitor.exp: Use the new config array for target settings
5846 if they exist.
5847
5848 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5849
5850 * sim-gdb.exp: Make the SH simulator allocate less space when
5851 it is targeted.
5852
5853 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5854
5855 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5856 test.
5857
5858 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5859
5860 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5861 "rs6000-*-*" for "list function in include file" when gcc compiled.
5862 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5863 for "p ctable1[120]".
5864 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5865 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5866 Remove setup_xfail for "rs6000-*-*" for
5867 "print 'scope0.c'::filelocal before run".
5868 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
5869 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
5870 since some compilers don't allow both options to be given
5871 on the same command line. Create object file and move it.
5872
5873 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
5874
5875 * gdb.base/corefile.exp: Always regenerate the core file, since
5876 we always regenerate the coremaker program. Detect special case
5877 where registers cannot be read from core file.
5878
5879 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
5880
5881 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5882 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
5883 * gdb.c++/templates.exp: Only match on basename of file since
5884 some formats like xcoff don't encode directory information.
5885 * gdb.stabs/weird.exp: Use the right sed script for powerpc
5886 and rs6000 AIX xcoff targets.
5887 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
5888 * configure: Regenerate.
5889 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
5890 here, rather than in distclean.
5891
5892 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
5893
5894 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
5895 defined, and use it to compile the test case with -O2. The
5896 native compilation still uses no optimization.
5897 * gdb.base/mips_pro.c: Remove inline assembly code since
5898 it is compiled PIC by default, which results in assembler
5899 warnings that make the testsuite think the compilation
5900 was unsuccessful.
5901
5902 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
5903
5904 * gdb.c++/misc.exp: Add note to message for
5905 "print s.a for foo struct" that this is a known gcc 2.7.2
5906 and earlier bug.
5907
5908 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
5909
5910 * gdb.base/break.exp: Fix pattern for matching "Delete all
5911 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
5912 setup_xfail for deleting all breakpoints test. Fix various
5913 timeout messages to include "(timeout)".
5914 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
5915 for "p t_float_values2(3.14159,float_val2)".
5916 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
5917 for "continue to call2g" when gcc compiled.
5918 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
5919 "up to foo in langs.exp", "show language at foo in langs.exp",
5920 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
5921 and "show language at fsub in langs.exp".
5922 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
5923 "list line 1 in include file", "list message for lines past EOF",
5924 "list function in include file", "list list0.h:foo", and
5925 "list filename:function; nonexistant function".
5926 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
5927 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
5928 and "ptype t_char_array" to be for native cc only.
5929
5930 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
5931
5932 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
5933 setup_xfail for "print coremaker_bss", "print coremaker_ro",
5934 "print func2::coremaker_local", and "backtrace in corefile.exp".
5935
5936 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
5937
5938 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
5939 "bt in signals.exp". This problem only appears when running
5940 the testsuite, and then only intermittently.
5941
5942 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
5943
5944 * gdb.base/return.exp (return_tests): Differentiate between
5945 two tests of continuing.
5946
5947 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
5948
5949 * */Makefile.in (maintainer-clean): Remove config.log.
5950 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
5951 * gdb.c++/Makefile.in (PROGS): Add inherit.
5952 (clean): Remove *.ci.
5953
5954 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
5955
5956 * gdb.c++/misc.cc: Add test code from Mike Stump.
5957 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
5958
5959 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
5960
5961 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
5962 to "alpha-*-osf2*" and add comment.
5963 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
5964 setup_xfail for "step over execarg initialization" and
5965 "step over corearg initialization".
5966 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
5967 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
5968 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
5969 gcc compiled for "print coremaker_bss", "print coremaker_ro",
5970 "print func2::coremaker_local", and "backtrace in corefile.exp".
5971 * gdb.base/signals.exp: Build and source signals.ci.
5972 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
5973 to be for gcc only.
5974 * lib/gdb.exp: Move verbose statements outside conditionals.
5975
5976 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5977
5978 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
5979 Feb 3 procfs.c change.
5980
5981 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
5982
5983 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
5984
5985 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
5986
5987 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
5988 from dejagnu's apparent default of 10 seconds, which gives random
5989 results when running the tests over NFS on moderately loaded systems.
5990 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
5991
5992 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
5993
5994 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
5995 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
5996 result reports.
5997
5998 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
5999
6000 * configure.in (CY_AC_PATH_TCLH): Remove.
6001 * configure: Regenerate.
6002
6003 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6004
6005 * gdb.c++/Makefile.in (clean): Add missing '{'.
6006
6007 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6008
6009 * lib/gdb.exp: Provide a default value for noinferior.
6010
6011 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6012 Load libgloss.exp.
6013
6014 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6015
6016 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6017 the executable, not the .o to run the tests from.
6018
6019 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6020
6021 * gdb.base/break.exp: Don't test for program exit or exit status
6022 if $noresults if nonzero.
6023 * gdb.base/langs.exp: Likewise.
6024 * gdb.base/watchpoint.exp: Likewise.
6025
6026 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6027 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6028 trying to compile the testcase.
6029
6030 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6031
6032 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6033 * gdb.base/signals.exp (continue to handler): Likewise.
6034
6035 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6036
6037 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6038
6039 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6040
6041 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6042
6043 * gdb.base/corefile.exp: Recognize "not found" as failure
6044 when trying to determine if a core file was generated.
6045 If no core file was generate the first time, try again without
6046 the ulimit -c to work around braindamaged shells.
6047
6048 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6049
6050 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6051 [] tests with "test" and enclose string in quotes.
6052 * gdb.stabs/configure: Rebuild
6053
6054 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6055
6056 Changes in sync with expect:
6057 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6058 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6059 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6060 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6061 argument to AC_REQUIRE.
6062 * configure: Regenerated.
6063
6064 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6065
6066 * gdb.base/corefile.exp: When generating a core, discard any
6067 error messages about ulimit not found and the "core dumped"
6068 message from the shell that runs the coredumper.
6069
6070 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6071
6072 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6073
6074 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6075 which sed script to run. Expect failure for v_comb test
6076 on PA targets too.
6077
6078 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6079
6080 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6081 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6082
6083 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6084
6085 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6086 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6087 "sparc-sun-solaris*" xfails for "p v_comb".
6088 * lib/gdb.exp (default_gdb_start): Fix typo.
6089 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6090 messages to not include the full program name that caused
6091 the core dump since some systems (such as solaris) apparently
6092 truncate this path to about 80 characters.
6093 When generating a core file first try increasing the core file
6094 size limit to unlimited since some systems may default it to
6095 zero, and it is harmless to try it. Move the test for failing
6096 to generate a core file to where it will actually get executed.
6097 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6098 new gdb result from g++ debug info improvements and make old
6099 pattern obsolescent. Also account for size_t differences
6100 (may be int or long).
6101 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6102 initialization before function call is placed in the delay slot
6103 and thus appears to be skipped over by commands such as "next".
6104
6105 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6106
6107 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6108
6109 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6110
6111 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6112 input source file; fix code to compile test to deal with this
6113 convention.
6114 * gdb.c++/*.exp: Likewise.
6115
6116 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6117
6118 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6119 "bt in signals.exp".
6120
6121 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6122
6123 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6124 "step over execarg initialization" and
6125 "step over corearg initialization".
6126
6127 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6128
6129 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6130 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6131
6132 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6133
6134 From Rob Savoye (rob@poseidon.cygnus.com)
6135 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6136 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6137 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6138 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6139 configure.in}: Major reworking for autoconfig.
6140 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6141 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6142 New files.
6143 * config/unix-gdb.exp: Make GDB global.
6144 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6145 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6146 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6147 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6148 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6149 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6150 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6151 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6152 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6153 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6154 pr-8136.exp, result.exp, string.exp, tuples.exp},
6155 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6156 to returns as necessary, arrange for test to compile own testcase
6157 executable.
6158 * lib/gdb.exp: Changes for testsuite to compile own test cases.
6159
6160 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6161
6162 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6163 clear_xfail at end of test which might not call either pass or fail.
6164 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6165 "backtrace through signal handler".
6166
6167 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6168
6169 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6170 continuing from a job control stop signal.
6171 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6172
6173 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6174
6175 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6176 * gdb.base/corefile.exp: Likewise.
6177 * gdb.base/funcargs.exp: Likewise.
6178
6179 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6180
6181 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6182 * config/monitor.exp: Add support for setting baud rate.
6183
6184 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6185
6186 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6187 i*86-*-linux* xfails for "backtrace through signal handler".
6188 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6189 "print func2::coremaker_local".
6190 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6191 alpha-dec-osf2* xfail for
6192 "delete all breakpoints when none".
6193
6194 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6195
6196 * gdb.base/break.exp: Change test that deletes all breakpoints
6197 when no user breakpoints are installed. A post 4.15 change
6198 causes gdb to no longer prompt in this case.
6199
6200 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6201
6202 * gdb.base/return.exp (return_tests): Change xfail for test
6203 "correct value returned double test" to stop xfailing at
6204 Solaris 2.5. Apparently the bug has been fixed.
6205
6206 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6207
6208 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6209 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6210
6211 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6212
6213 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6214 * gdb.disasm/hppa.s: Corresponding changes.
6215
6216 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6217
6218 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6219 makefile fragment.
6220 * config/mt-hpux: Deleted.
6221
6222 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6223
6224 * Many files: When warning about suppressed tests due to a
6225 nonexistant test binary, avoid incrementing the warning count.
6226
6227 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6228
6229 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
6230
6231 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6232
6233 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6234 "sparc-*-solaris2*".
6235
6236 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6237
6238 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6239 Add global and local variables and initialize them.
6240 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6241 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6242 extracts the file name and terminating signal from the core file.
6243 * TODO: Remove note about tests for correct mapping of corefile.
6244 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6245 from optimizing it away.
6246 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6247 handles common blocks.
6248
6249 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6250
6251 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6252 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6253
6254 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6255
6256 * Makefile.in (maintainer-clean): New target, synonym for
6257 realclean.
6258 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6259 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6260 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6261 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6262 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6263 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6264
6265 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6266
6267 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6268 xfails when not gcc compiled for "print foo::funclocal".
6269 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6270 "print foo::funclocal at foo",
6271 "print 'scope1.c'::foo::funclocal at foo",
6272 "print foo::funclocal_bss at foo",
6273 "print 'scope1.c'::foo::funclocal_bss at foo",
6274 "print foo::funclocal_ro at foo",
6275 "print 'scope1.c'::foo::funclocal_ro at foo",
6276 "print bar::funclocal at foo" and
6277 "print 'scope1.c'::bar::funclocal at foo".
6278 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6279 gcc compiled for "print foo::funclocal at bar".
6280 Expand all messages to ensure that they identify that
6281 the test is at bar().
6282 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6283 gcc compiled for:
6284 "ptype on opaque struct pointer (statically)",
6285 "ptype on opaque struct tagname (statically)",
6286 "ptype on opaque struct pointer (dynamically) 1",
6287 "ptype on opaque struct tagname (dynamically) 1",
6288 "ptype on opaque struct pointer (dynamically) 2" and
6289 "ptype on opaque struct tagname (dynamically) 2
6290 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6291 gcc compiled for:
6292 "p datalocal"
6293 "whatis datalocal",
6294 "ptype datalocal",
6295 "p bsslocal",
6296 "whatis bsslocal", and
6297 "ptype bsslocal".
6298 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6299 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6300 when not gcc compiled.
6301 * gdb.base/funcargs.exp (float_and_integral_args): Add
6302 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6303 compiled.
6304 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6305 "backtrace from call6a" when not gcc compiled.
6306 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6307 "backtrace from call7a" when not gcc compiled.
6308 * gdb.base/callfuncs.exp (do_function_calls):
6309 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6310 "p t_char_array_values(char_array_val2,char_array_val1)",
6311 "p t_char_array_values(char_array_val1,char_array_val2)",
6312 "p t_char_array_values("carray 1","carray 2")",
6313 "p t_char_array_values("carray 1",char_array_val2)",
6314 "p t_char_array_values(char_array_val1,"carray 2")",
6315 "p sum_args(1,{2})",
6316 "p sum_args(2,{2,3})",
6317 "p sum_args(3,{2,3,4})",
6318 "p sum_args(4,{2,3,4,5})"
6319 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6320 "backtrace in corefile.exp" when not gcc compiled.
6321
6322 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6323
6324 * gdb.base/signals.exp: Rewrite `handle all print' test as
6325 a procedure. Accept blanks or TABs as whitespace, increase
6326 timeout and expect input buffer size for the large output
6327 from the command. Remove "i*86-*-bsdi2.0" xfail.
6328
6329 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6330
6331 * gdb.base/setvar.exp: Add new testcases for truncation when
6332 assigning invalid values to bitfields.
6333
6334 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6335
6336 * gdb.base/callfuncs.exp (do_function_calls): Remove
6337 mips-sgi-irix* xfail for
6338 "call inferior func with struct - returns char *"
6339 and fix test so that an optional (unsigned char *) cast is
6340 accepted in the result.
6341
6342 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6343
6344 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6345 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6346 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6347 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6348 that accidentally got checked in.
6349
6350 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6351
6352 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
6353 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6354 compiled test.
6355 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6356 Add mips-sgi-irix5* xfail for not gcc compiled.
6357 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6358 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6359 "p top", "whatis top", "p middle", and "whatis middle".
6360 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6361 "whatis signed char" for not gcc compiled.
6362 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6363 "set variable signed char=-1 (-1)" and
6364 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6365 * gdb.base/funcargs.exp (float_and_integral_args):
6366 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6367 Add mips-sgi-irix* xfail when not gcc compiled for
6368 "continue to call2b".
6369 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6370 "continue to call2g".
6371 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6372 "backtrace from call6a"
6373 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6374 "backtrace from call7k".
6375 Add mips-sgi-irix5* xfail when not gcc compiled for
6376 "backtrace from call7a".
6377 (localvars_after_alloca): Fix gdb_test cmds for
6378 "print * after runto ...".
6379 Remove rs6000-*-* xfails for
6380 "print i after runto localvars_after_alloca" and
6381 "print l after runto localvars_after_alloca"
6382 for all compilers.
6383 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6384 when not compiled with gcc, for:
6385 "print signed char == (minus)",
6386 "print signed char != (minus)",
6387 "print signed char < (minus)",
6388 "print signed char > (minus)".
6389 * gdb.base/callfuncs.exp (do_function_calls):
6390 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6391 "call inferior func with struct - returns char *".
6392 * gdb.base/return.exp (return_tests): Change xfail for
6393 "correct value returned double test" to include Solaris 2.4.
6394 * gdb.base/funcargs.exp (float_and_integral_args):
6395 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6396
6397 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6398
6399 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6400 enumeration bitfields if compiling with GNU C.
6401 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6402 to empty' prompt.
6403
6404 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6405
6406 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6407 test for PRO targets.
6408
6409 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6410 breakpoints in the inferior at any given time by making
6411 two groups of breakpoints for call2*, call6* and call7*
6412 tests.
6413
6414 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6415
6416 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6417 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6418 from optimizing it away.
6419 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6420 "call inferior func with struct".
6421
6422 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6423
6424 * configure.in: Only configure gdb.chill for particular targets.
6425
6426 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6427
6428 * gdb.base/Makefile.in: Add action to .c.o transformation
6429 rule that generates a .ci file for each .o file and remove
6430 explicit .c.o rules except for callfuncs.o.
6431 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6432 generates a .ci file for each .o file and remove explicit
6433 .cc.o rules.
6434 (clean): Remove *.tmp *.ci files.
6435 (EXECUTABLES): Remove templ-info.exp.
6436 * gdb.base/compiler.c: New file.
6437 * gdb.c++/compiler.cc: New file
6438 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6439 Change rs6000-*-* xfail for
6440 "print 'scope0.c'::filelocal_ro" and
6441 "print 'scope1.c'::filelocal" and
6442 "print 'scope1.c'::filelocal_bss" and
6443 "print 'scope1.c'::filelocal_ro" and
6444 "print 'scope1.c'::foo::funclocal" and
6445 "print 'scope1.c'::foo::funclocal_ro" and
6446 "print 'scope1.c'::bar::funclocal" and
6447 "print 'scope0.c'::filelocal_ro" and
6448 "print 'scope1.c'::filelocal at foo" and
6449 "print 'scope1.c'::filelocal_bss at foo" and
6450 "print 'scope1.c'::filelocal_ro at foo" and
6451 "print 'scope1.c'::foo::funclocal at foo" and
6452 "print 'scope1.c'::foo::funclocal_bss at foo" and
6453 "print 'scope1.c'::foo::funclocal_ro at foo" and
6454 "print 'scope1.c'::bar::funclocal at foo" and
6455 "print 'scope0.c'::filelocal_ro" and
6456 "print 'scope1.c'::filelocal" and
6457 "print 'scope1.c'::filelocal_bss" and
6458 "print 'scope1.c'::filelocal_ro" and
6459 "print 'scope1.c'::foo::funclocal" and
6460 "print 'scope1.c'::foo::funclocal_bss" and
6461 "print 'scope1.c'::foo::funclocal_ro" and
6462 "print 'scope1.c'::bar::funclocal" and
6463 "print 'scope1.c'::bar::funclocal_bss"
6464 to only be xfail'd when not compiled with gcc.
6465 Add rs6000-*-* xfail for
6466 "print 'scope0.c'::filelocal_bss before run"
6467 when compiled with gcc.
6468 (test_at_main): Add rs6000-*-* xfail for
6469 "print filelocal_ro in test_at_main"
6470 when compiled with gcc.
6471 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
6472 Add rs6000-*-aix* xfail for
6473 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6474 "ptype t_char_array", not compiled with gcc.
6475 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6476 xfail for "list foo (in include file)" when gcc compiled.
6477 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6478 (integral_args): Add rs6000-*-* xfail for
6479 "run to call0a" if not compiled with gcc.
6480 (unsigned_integral_args): Add rs6000-*-* xfail for
6481 "run to call1a" if not compiled with gcc.
6482 (float_and_integral_args): Add rs6000-*-* xfail for
6483 "run to call2a" if not compiled with gcc and for
6484 "continue to call2b" for any compiler.
6485 Add rs6000-*-* xfail to
6486 "print f1 after run to call2a" for gcc compiled.
6487 (discard_and_shuffle): Add rs6000-*-* xfail for
6488 "run to call6a".
6489 (shuffle_round_robin): Add rs6000-*-* xfail for
6490 "backtrace from call7a" if not compiled with gcc.
6491 Add rs6000-*-* xfail for
6492 "backtrace from call7b" if compiled with gcc.
6493 (call_after_alloca): Add rs6000-*-* xfail for
6494 "print c in call_after_alloca" and
6495 "print s in call_after_alloca" and
6496 "backtrace from call_after_alloca_subr"
6497 if not compiled with gcc.
6498 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6499 "print c in localvars_in_indirect_call" and
6500 "print c in localvars_in_indirect_call" and
6501 "backtrace in indirectly called function" and
6502 "stepping into indirectly called function"
6503 if not compiled with gcc.
6504 (localvars_after_alloca): Add rs6000-*-* xfail for
6505 "print c after runto localvars_after_alloca" and
6506 "print s after runto localvars_after_alloca" and
6507 "print i after runto localvars_after_alloca" and
6508 "print l after runto localvars_after_alloca"
6509 for all compilers.
6510 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6511 than whatis-info.exp.
6512 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6513 than opaque-info.exp.
6514 Setup rs6000-*-* xfail for
6515 "ptype on opaque struct pointer (statically)" and
6516 "ptype on opaque struct pointer (dynamically)" when
6517 not compiled with gcc.
6518 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6519 rather than callf-info.exp.
6520 (do_function_calls): Add clear_xfail for rs6000-*-* for
6521 "p t_float_values2(3.14159,float_val2)". Seems to work
6522 fine there, both with xlc and gcc. Need to find out what
6523 it is doing right and fix other platforms.
6524 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6525 "call inferior func with struct - returns int",
6526 "call inferior func with struct - returns long",
6527 "call inferior func with struct - returns float",
6528 "call inferior func with struct - returns double",
6529 "call inferior func with struct - returns char *",
6530 but only if not gcc compiled (presumes xlc compiled).
6531 Change rs6000-*-* xfails for
6532 "call inferior func with struct - returns char" and
6533 " call inferior func with struct - returns short" to only
6534 xfail if not using gcc.
6535 (clean mostlyclean): Remove *.ci and *.tmp files.
6536 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6537 than templ-info.exp.
6538 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6539 Add rs6000-*-* xfail for "up to foo in langs.exp"
6540 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6541 when not gcc compiled.
6542
6543 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6544
6545 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6546 * gdb.base/corefile.exp: Likewise.
6547 * gdb.base/list.exp: Likewise.
6548 * gdb.base/scope.exp: Likewise.
6549 * gdb.base/siganls.exp: Likewise.
6550
6551 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6552 compiler output.
6553 * gdb.base/whatis.exp: Likewise.
6554
6555 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6556
6557 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6558 failure (opcode table has been fixed to match reality).
6559
6560 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6561
6562 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6563 "call inferior func with struct - returns char",
6564 "call inferior func with struct - returns short"
6565
6566 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6567 "print 'scope0.c'::filelocal at main",
6568 "print 'scope0.c'::filelocal_bss in test_at_main",
6569 "print 'scope0.c'::filelocal at foo",
6570 "print 'scope0.c'::filelocal_bss in test_at_foo",
6571 "print 'scope0.c'::filelocal at bar",
6572 "print 'scope0.c'::filelocal_bss in test_at_bar"
6573
6574 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6575 in source file 1". This bug seems to have been fixed with both
6576 gcc and native cc (was native assembler bug?).
6577
6578 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6579
6580 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6581 "backtrace through signal handler" to "i*86-*-sysv4*".
6582 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6583 continue" case. Add "known SVR4 bug" to fail message.
6584 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6585 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6586 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6587 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6588 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6589 "up to foo in langs.exp", "show language at foo in
6590 langs.exp", "up to cppsub_ in langs.exp", "show
6591 language at cppsub_ in langs.exp", "up to fsub in
6592 langs.exp", and "show language at fsub in langs.exp".
6593 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6594 "bactrace in corefile.exp".
6595 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6596 "call inferior function with struct - returns float" and
6597 "call inferior function with struct - returns double".
6598
6599 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6600
6601 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6602 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6603 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6604 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6605
6606 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6607
6608 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6609 (or overriden) "CHILL" macro rather then bare "gcc".
6610 Also look for ../../gcc/xgcc since that is what we will
6611 actually need, not "Makefile". Remove following assignment
6612 of CHILL to CHILL_FOR_TARGET because that results in
6613 recursive definition.
6614
6615 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6616
6617 * gdb.base/corefile.exp: Change xfail for backtrace in
6618 corefile.exp from linuxaout to all linux.
6619 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6620 cases where we miss the breakpoint at the signal handler
6621 for some reason. Setup xfail for linuxoldld/linuxaout and
6622 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6623 hitting SIGURG breakpoint.
6624 * gdb.base/signals.exp: Setup xfail for "next" acting like
6625 continue to add linuxoldld. Setup xfail for all linux for
6626 "next to handler in signals_tests_1", "backtrace in
6627 signals_tests_1", "continue to func1", "pass SIGUSR1",
6628 and continue to handler".
6629
6630 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6631
6632 * Update all FSF addresses except those in COPYING* files.
6633
6634 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6635
6636 * gdb.base/a2-run.exp: Change messages to be more explicit about
6637 the status of args, and quote binfile in results.
6638
6639 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6640
6641 * gdb.base/callfuncs.exp: Add tests for passing structs to
6642 inferior functions and return various types.
6643 * gdb.base/callfuncs.c: Add functions to receive a struct
6644 and return a member of the struct, in various types.
6645
6646 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6647
6648 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6649
6650 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6651
6652 * config/vxworks29k.exp: New file, sources vxworks.exp.
6653
6654 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6655
6656 * config/gdbremote.exp: New file. Testing framework using
6657 gdbserver.
6658
6659 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6660
6661 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6662 "call function when asleep" and "send end of file".
6663 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6664 for "backtrace in corefile.exp".
6665 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6666 for "backtrace through signal handler".
6667 * gdb.base/corefile.exp: Make sure we actually generate a core file
6668 before trying the core tests. Some systems allow the user to suppress
6669 generation of core files and default to that (linux for example).
6670 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6671 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6672
6673 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6674
6675 * gdb.threads: New directory with some crude multi-threaded
6676 gdb tests (step.exp and step2.exp).
6677 * config/mt-lynx (STEP_EXECUTABLE): Define.
6678 (THREADFLAGS): Define.
6679
6680 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6681
6682 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6683
6684 * gdb.base/signals.exp: Disable whole file for lynx until
6685 further notice.
6686
6687 * gdb.base/signals.exp: xfail test where "next" acts like
6688 "continue" for lynx.
6689
6690 * gdb.base/interrupt.exp: xfail test for calling function while
6691 inferior is asleep for lynx.
6692
6693 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6694 than one cr-lf after each command.
6695
6696 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6697
6698 * configure.in: Reinstate setting of stabsdirs variable, fix
6699 typo in setting up configdirs for native builds.
6700
6701 * gdb.base/return.exp: Fix typo in return double test.
6702 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6703 compiler from optimizing them away.
6704
6705 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6706
6707 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6708 sequences to be echo'd by gdb when using gdb_test.
6709 * gdb.chill/chexp.exp: Likewise.
6710 * gdb.fortran/exprs.exp: Likewise
6711
6712 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6713
6714 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6715 after the inferior gdb has started.
6716
6717 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6718 after each command.
6719 * gdb.base/funcargs.exp: Likewise.
6720 * gdb.base/gdbvars.exp: Likewise.
6721 * gdb.base/interrupt.exp: Likewise.
6722 * gdb.base/list.exp: Likewise.
6723 * gdb.base/watchpoint.exp: Likewise.
6724 * gdb.c++/demangle.exp: Likewise.
6725 * gdb.c++/inherit.exp: Likewise.
6726 * gdb.chill/chexp.exp: Likewise.
6727 * gdb.fortran/exprs.exp: Likewise.
6728
6729 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6730 test if we can't handle IO to/from the inferior.
6731
6732 * gdb.c++/misc.exp: Always check for a program already being
6733 started after sending a "run" command to gdb.
6734
6735 * gdb.base/twice.exp: Start with a fresh gdb.
6736
6737 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6738 only depend on gdb's expression code, not the chill runtime.
6739
6740 * gdb.base/return.c: Put return values into variables so we
6741 can have gdb print them rather than depending on the program
6742 to print them.
6743 * gdb.base/return.exp: Corresponding changes.
6744
6745 * lib/gdb.exp: Provide default value for noinferiorio.
6746 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6747 the inferior.
6748
6749 * gdb.base/break.exp: Always check for a program already being
6750 started after sending a "run" command to gdb.
6751 (text_next_with_recursion): Don't check the output from the
6752 program's printf statement. Instead just make sure the program
6753 exited.
6754
6755 * gdb.base/commands.exp: Protect tests which need arguments with
6756 $noargs conditionals.
6757
6758 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6759
6760 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6761 of structure member arrays to match gdb/valops.c:value_addr change.
6762
6763 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6764
6765 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6766 cases.
6767
6768 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6769
6770 * configure.in (configdirs): Remove gdb.chill from default list
6771 of subdirs and then add it back in only if doing a native build.
6772 The current chill compiler does not yet work in any cross build.
6773 * Revert all signal changes from Jul 6.
6774 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6775 for sh-hms targets, allowing these tests to link, with no other
6776 changes. Testing is suppressed by setting "nosignals" in site.exp.
6777
6778 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6779
6780 * configure.in (signaldirs): Define and add to configdirs for all
6781 targets except some specific ones that are known to not support signals.
6782 Also clean up formatting.
6783 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6784 (signals, sigall): Remove rules to build.
6785 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6786 Moved to new gdb.signals directory.
6787 * gdb.signals: New test directory.
6788 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6789 signals.c signals.exp}: New or moved files.
6790
6791 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6792
6793 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6794
6795 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6796
6797 * gdb.base/return.exp: Xfail `return double' test failure
6798 on at least Solaris 2.3 and handle future/past versions on
6799 a case by case basis as appropriate. Also update message
6800 to include i*86 failures.
6801
6802 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6803
6804 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6805
6806 * lib/gdb.exp: Fix comment which erroneously identified
6807 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6808 gdb_file_cmd not gdb_load).
6809 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6810
6811 * gdb.base/setvar.exp: Make test names consistent between pass and
6812 fail cases. Use gdb_test more.
6813
6814 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6815
6816 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6817
6818 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6819
6820 * gdb.base/help.exp: Fix expected help string for `show commands'.
6821
6822 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6823
6824 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6825
6826 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6827 of a text section.
6828
6829 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6830
6831 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6832 that loop eventually terminates. Fix Connection refused logic so
6833 that testsuite will expire nicely.
6834
6835 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6836
6837 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6838 config/rom68k.exp: New tcl glue for the appropriate monitors.
6839 These all just end up calling monitor.exp.
6840 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6841 refused' by retrying. Cleanup some timeout issues.
6842 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6843 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6844 callers don't have to set/restore global timeout variable.
6845
6846 * The following set of changes centralizes management of the global
6847 timeout variable. This way, it can be set in one target dependent
6848 place instead of dozens of places scattered throughout the test suite.
6849 If you need to lengthen a timeout, then you should either set timeout
6850 in one of the config/{target}.exp files, or multiply it by a factor.
6851 Setting it to an absolute value is always going to lose for some
6852 targets.
6853 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6854 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6855 * gdb.base/funcargs.exp: Don't set timeout.
6856 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6857 * gdb.base/printcmds.exp (test_print_string_constants
6858 test_print_array_constants): Don't set timeout.
6859 * gdb.base/ptype.exp: Don't set timeout.
6860 * gdb.base/recurse.exp: Don't set timeout.
6861 * gdb.base/return.exp: Don't set timeout.
6862 * gdb.base/watchpoint.exp: Don't set timeout.
6863 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6864 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6865
6866 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6867
6868 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
6869
6870 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6871
6872 * lib/gdb.exp: Disable chill tests for irix5.
6873
6874 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6875
6876 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
6877 each test pass or fail.
6878
6879 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6880
6881 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
6882 xlc not gcc.
6883
6884 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
6885
6886 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
6887
6888 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
6889
6890 * config/est.exp: Fix copyright and comments. Remove dead code.
6891 Use targetname, serialport and baud variables instead of fixed
6892 constants.
6893 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
6894 * config/cpu32bug.exp: New file to support cpu32bug monitors.
6895
6896 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6897
6898 * gdb.base/watchpoint.exp: Don't run
6899 test_watchpoint_triggered_in_syscall for sunos.
6900
6901 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6902
6903 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
6904 they don't seem to exist. Do include stdio.h.
6905
6906 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6907
6908 * gdb.base/a1-selftest.exp: Add alpha xfail.
6909
6910 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6911
6912 * gdb.base/watchpoint.c (main): Prompt before calling read().
6913 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
6914 Revise accordingly. Remove cruft about sending "123" several
6915 times, until it gets noticed. Clean up the "print buf[0]" stuff
6916 so that it passes or fails, and waits for prompts in the usual way.
6917
6918 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6919
6920 * gdb.base/recurse.exp: Fix comment.
6921
6922 * TODO: Remove item about printing variables in nodebug.exp. Add
6923 item about enabling tests which are only run on some targets.
6924
6925 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
6926 fail, make test names unique, use new gdb_test convention
6927 regarding pattern, use gdb_test more, etc.).
6928
6929 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
6930 fail, make test names unique, etc.).
6931
6932 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6933
6934 * gdb.base/nodebug.c: Change return type of top and middle to
6935 short.
6936 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
6937 are fixed by the recent mdebugread.c changes. Allow `short ()'
6938 as type for top and middle.
6939
6940 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6941
6942 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
6943 nearly as I can tell, the whole thing was an accident in Stu's
6944 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
6945 to replace a send/expect pair with gdb_test, but ended up only
6946 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
6947 of 30 Mar 1995 took care of it, but left this vestigial comment
6948 which I am now nuking.
6949
6950 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6951
6952 * gdb.base/break.exp: Look for different line number for
6953 breakpoint at main depending on usestubs.
6954
6955 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6956
6957 * gdb.base/list.exp: Adjust some alternate expect patterns to
6958 match recent list0.c change. Add alternate expect pattern for
6959 output from `list default lines around main' for optimizing
6960 compilers.
6961
6962 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6963
6964 * lib/gdb.exp: If nosignals is not set, set it to 0.
6965
6966 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
6967
6968 * config/slite-gdb.exp: Responds to load symbol table prompt.
6969 * gdb.base/break.exp: Adjust line number, fix rerun.
6970 * gdb.base/langs0.c: Add #ifdef usestubs.
6971
6972 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
6973
6974 * gdb.base/list.exp: Adjust line contents after adding new lines in
6975 list0.c. Also fix a syntax error.
6976
6977 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
6978 * gdb.base/break.exp: ditto.
6979 * gdb.base/list.exp: ditto.
6980 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
6981 * gdb.base/run.c: ditto.
6982 * gdb.base/list0.c: ditto.
6983 * gdb.base/funcargs.c: ditto.
6984
6985 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
6986
6987 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
6988 $targetname, $serialport and $baud instead of hardwired variables.
6989 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
6990 target doesn't support signals.
6991
6992 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
6993
6994 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
6995
6996 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6997
6998 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
6999 Don't rely on the value of an auto variable before it has been
7000 initialized. Use gdb_test more.
7001
7002 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7003
7004 * lib/gdb.exp (default_gdb_version): A version number must start
7005 with a digit, but other than that contains all characters up to
7006 the first whitespace character.
7007
7008 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7009
7010 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7011
7012 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7013
7014 * gdb.c++/*.exp: Warn if executable does not exist. The original
7015 reason for skipping the warning was that configure.in sometimes
7016 intentionally skipped building the executables but the tcl code
7017 had no way of knowing. That (a) was always bogus with respect to
7018 error handling, (b) is no longer true (right now there is no way
7019 to skip C++ tests).
7020
7021 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7022
7023 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7024
7025 * gdb.base/list.exp: Add expect patterns for output from
7026 SunPRO compiled executables.
7027 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7028 types.
7029
7030 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7031
7032 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7033 number (we are already testing that the correct source line text
7034 gets printed).
7035
7036 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7037 that is what is intended, but something needed to be done to get
7038 sunos4 native working again.
7039
7040 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7041
7042 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7043 apparently went with a (very) old xfail.
7044
7045 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7046
7047 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7048 runto_main is a proc in gdb.exp that will do 'step' for target use
7049 stubs.
7050 * gdb.base/exprs.exp: ditto.
7051 * gdb.base/interrupt.exp: ditto.
7052 * gdb.base/opaque.exp: ditto.
7053 * gdb.base/printcmds.exp: ditto.
7054 * gdb.base/ptype.exp: ditto.
7055 * gdb.base/scope.exp: ditto.
7056 * gdb.base/setvar.exp: ditto.
7057 * gdb.base/signals.exp: ditto.
7058 * gdb.base/twice.exp: ditto.
7059 * gdb.c++/classes.exp: ditto.
7060 * gdb.c++/inherit.exp: ditto.
7061 * gdb.c++/templates.exp: ditto.
7062 * gdb.base/break.exp: no run and hit main for stubs. Change line
7063 numbers for breakpoints and info breakpoint.
7064 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7065 breakpoint().
7066 * gdb.base/callfuncs.c: ditto.
7067 * gdb.base/exprs: ditto.
7068 * gdb.base/interrupt.c: ditto.
7069 * gdb.base/opaque0.c: ditto.
7070 * gdb.base/printcmds.c: ditto.
7071 * gdb.base/ptype.c: ditto.
7072 * gdb.base/scope0.c: ditto.
7073 * gdb.base/setvar.c: ditto.
7074 * gdb.base/signals.c: ditto.
7075 * gdb.base/twice.c: ditto.
7076 * gdb.c++/misc.cc: ditto.
7077 * gdb.c++/templates.cc: ditto.
7078
7079 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7080
7081 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7082
7083 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7084 somewhere between `read' and `main.c'. I'm pretty sure the
7085 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7086 and it isn't particularly useful.
7087
7088 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7089
7090 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7091
7092 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7093
7094 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7095
7096 * config/mt-slite: add LIBS and -nostdlib.
7097 * config/slite-gdb.exp: add this new file to support sparclite target.
7098
7099 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7100
7101 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7102
7103 * gdb.base/a2-run.exp: Change argument to istarget from
7104 "*-*-vxworks" to "*-*-vxworks*".
7105 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7106
7107 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7108
7109 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7110 will not runto main but do a 'step' to step out of breakpoint().
7111 * config/mt-slite: add -Dusestubs.
7112
7113 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7114
7115 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7116 instead of just @.
7117
7118 * gdb.base/signals.exp: Add test for "handle all print".
7119 * TODO: Remove "handle all print". Also remove item about
7120 checking copyright date (I don't like the idea of a spurious FAIL
7121 based on when we run the tests).
7122
7123 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7124 for SunOS4 (reason for failure not investigated). Remove
7125 redundant test for $binfile.
7126
7127 * gdb.base/nodebug.c (array_index): Call malloc.
7128
7129 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7130
7131 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7132
7133 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7134 conventions and slightly simplify the matching regexp.
7135
7136 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7137
7138 * gdb.base/break.exp: Update gdb_test invocation to use new
7139 convention.
7140
7141 * lib/gdb.exp: If noargs is not set, set it to 0.
7142
7143 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7144 tests unique.
7145
7146 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7147
7148 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7149
7150 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7151 one argument of type "<non-float parameter>".
7152
7153 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7154
7155 * config/rom68k.exp: New file to support Motorola IDP board.
7156 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7157 * gdb.base/break.c: Change things around so that this program
7158 doesn't depend upon args. This is necessary to make remote
7159 targets work (in general, they can't take args).
7160 * gdb.base/break.exp: Don't try to send args to program. Don't
7161 expect output. Also, replace lots of code with gdb_test.
7162
7163 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7164
7165 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7166 printing of '\'' (which is what the comment says we are testing,
7167 even though we were not), not '''.
7168 (test_integer_literals_rejected): Test that printing ''' is an error.
7169
7170 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7171 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7172 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7173 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7174 Use gdb_test not test_print_accept.
7175 * lib/gdb.exp: Remove test_print_accept.
7176
7177 * gdb.base/signals.exp (signal_tests_1): Make pass message
7178 consistent with fail message.
7179
7180 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7181 unsigned char; the bug (PR 1821) is fixed.
7182
7183 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7184
7185 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7186 successful tests--makes xfailing them work right.
7187
7188 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7189
7190 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7191 only \r\n, not .*. The test can pass .* as the last thing in
7192 $pattern if that is what it wants. In addition to providing this
7193 flexibility, this change should speed up pattern matching in cases
7194 where the pattern already ended with .* (there were a number of
7195 them). This change also helps catch bad patterns--in the old
7196 scheme the typo "char \*" instead of "char \\*" would pass. Now
7197 it is caught.
7198 * Many .exp files: Update callers.
7199
7200 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7201 clearer and does not spuriously match multiple ('s. Likewise for
7202 ) and *.
7203
7204 * gdb.base/nodebug.exp: Test ability to call a function and pass
7205 it a string (even with no debugging info).
7206
7207 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7208 "p '\'", which is the same as "p ''" once tcl gets done with
7209 quoting, to "p '\\'", which I suspect is what is intended (one
7210 backslash gets sent to GDB).
7211
7212 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7213
7214 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7215
7216 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7217 1817) was fixed literally years ago.
7218
7219 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7220
7221 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7222 test, it causes stepping out of call_after_alloca_subr with
7223 optimizing compilers.
7224 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7225 fails.
7226
7227 * gdb.c++/templates.exp: Source templ-info.exp only if
7228 the templates executable exists.
7229
7230 * gdb.c++/misc.cc (class Contains_static_instance,
7231 class Contains_nested_static_instance),
7232 gdb.c++/classes.exp (test_static_members): Test printing of
7233 a class that contains a static instance of the class.
7234
7235 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7236
7237 * gdb.base/langs2.c (cppsub_): Don't prototype.
7238 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7239 only, I believe).
7240
7241 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7242
7243 * lib/gdb.exp (skip_chill_tests): New procedure.
7244
7245 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7246
7247 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7248
7249 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7250 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7251
7252 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7253
7254 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7255
7256 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7257 disassemble 8, not 16, instructions for part 4.
7258
7259 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7260 support the latter anymore.
7261
7262 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7263 -DNO_PROTOTYPES.
7264 * gdb.base/callfuncs.c: Control use of prototypes based on
7265 NO_PROTOTYPES, not __STDC__.
7266 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7267 t_float_values2 tests if prototypes in use.
7268
7269 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7270 t_double_values): When checking differences against DELTA, check
7271 that difference is within the range (-DELTA,DELTA), not just
7272 (-infinity,DELTA).
7273
7274 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7275
7276 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7277 'file' command firts, then 'target', then 'load', this is due to gdb
7278 target set up.
7279 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7280
7281 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7282
7283 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7284 FP load/store variants.
7285 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7286
7287 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7288
7289 * gdb.base/term.exp: Do not give a warning if not native, it is
7290 not an abnormal condition.
7291
7292 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7293
7294 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7295 t_char_array".
7296
7297 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7298
7299 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7300 are getting the version number.
7301
7302 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7303 if not native, it is not an abnormal condition.
7304
7305 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7306
7307 * lib/gdb.exp: Just use "file exists", rather than undocumented
7308 dejagnu procedure "findfile".
7309
7310 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7311
7312 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7313 (LDFLAGS): Set to -Xlinker -Ur.
7314
7315 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7316 Removed, these values are set by lib/gdb.exp.
7317
7318 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7319
7320 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7321
7322 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7323 of replicating gdb startup code.
7324
7325 * config/mt-vxworks (LDFLAGS): Set to -r.
7326 (CFLAGS_FOR_TARGET): Removed.
7327
7328 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7329 (gdb) and gdb for vxworks uses (vxgdb).
7330
7331 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7332 executable is not in the tree and host != target, use sed and
7333 program_transform_name to determine the gdb name used by the
7334 target.
7335
7336 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7337 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7338
7339 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7340
7341 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7342 floats, chars, and shorts where there are ANSI-style function
7343 definitions.
7344
7345 * gdb.base/langs.exp, gdb.base/langs*: New test.
7346 * gdb.base/Makefile.in: Build it.
7347 * TODO: Remove item about checking that C names don't get C++
7348 demangling applied; this test tests it.
7349
7350 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7351
7352 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7353 went with the const70 xfail. The xfail went away a year ago.
7354
7355 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7356
7357 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7358 for hp300.
7359
7360 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7361
7362 * gdb.base/a1-selftest.exp: Don't run on hp300.
7363
7364 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7365
7366 * Makefile.in (site.exp): Set host_alias and target_alias as well
7367 as host_triplet and target_triplet.
7368
7369 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7370
7371 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7372
7373 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7374 places as other ecoff systems).
7375
7376 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7377 ultrix.
7378
7379 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7380
7381 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7382 remove them.
7383 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7384 variable and "variable" in addition to "data variable".
7385 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7386
7387 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7388 2.
7389 * gdb.base/list1.c (long_line): Add additional statement at start
7390 of function.
7391 * gdb.base/list.exp (test_forward_search): Update line number to
7392 reflect new statement.
7393
7394 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7395
7396 * gdb.base/signals.exp: Reinitialize searched source directories
7397 after gdb_start call.
7398
7399 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7400
7401 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7402 * gdb.stabs/Makefile.in: Likewise.
7403
7404 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7405 change. Instead split the tests into smaller pieces.
7406 * gdb.disasm/hppa.s: Corresponding changes.
7407
7408 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7409
7410 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7411 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7412
7413 * gdb.base/funcargs.exp: Modify many tests so that every test
7414 either passes or fails. Make some test names unique.
7415
7416 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7417
7418 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7419 Call stty to set interrupt character.
7420
7421 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7422 for HP assembler versus GNU assembler based on actual behavior of
7423 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7424
7425 * TODO: Suggest a few more stepping tests.
7426
7427 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7428
7429 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7430 restart GDB for h8300 after a continue.
7431 (return): Add pattern to match a29k-udi behavior.
7432 * gdb.base/nodebug.exp: Remove obsolete comment.
7433 * gdb.base/regs.exp: New file, testing of register displays.
7434 * gdb.base/return.exp: Fix typo in reference to $objdir.
7435 * gdb.base/whatis.exp: Always start with a fresh GDB.
7436
7437 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7438
7439 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7440 higher, these tests generate a lot of output.
7441
7442 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7443
7444 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7445 code following the catch silently ignored some errors; without the
7446 catch they should be thrown like any other tcl error. Also, the
7447 catch used "" instead of {} which meant all the callers who wanted
7448 to include one of the characters "[]$ had to quote it an extra time.
7449 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7450 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7451 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7452 Remove extra quoting.
7453
7454 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7455
7456 * gdb.base/commands.exp: Make test names unique; every test either
7457 passes or fails. Update some comments.
7458
7459 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7460
7461 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7462
7463 The following fixes a FAIL caused by the fact that the alpha stabs
7464 configuration didn't use the ".if alpha" code in weird.def.
7465 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7466 bit pointer, so the 32 bit version works even on the alpha.
7467 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7468 Remove the stuff which allowed us to have separate versions for
7469 alpha and everything else.
7470
7471 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7472 regexp which "info func operator\[\](" is supposed to match. Fix
7473 string to send to GDB. Note that GDB still doesn't work right. Add a
7474 new test for "info func .perator\[\](" which GDB does handle correctly.
7475
7476 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7477
7478 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7479
7480 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7481 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7482 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7483 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7484 it makes the tests harder to understand and confuses test-o-matic.
7485 The preferred style is that each test provides a PASS or a FAIL,
7486 and has a unique message (e.g. "continue #54" not just "continue")
7487 which is the same for the pass and the fail.
7488 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7489 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7490 to lib/gdb.exp.
7491 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7492 prt_accept which was basically the same thing. Likewise for
7493 test_print_reject and prt_reject.
7494 * lib/gdb.exp (test_print_reject): Add some more error message
7495 patterns to match from the former printcmds.exp (prt_reject).
7496 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7497 One defect of the passcount stuff is that some of it failed to
7498 report XPASS where appropriate.
7499 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7500 stuff before and after arg in expected pattern.
7501 (test_paddr_operator_functions): Re-do test without print_addr_of;
7502 this is the only test which seems to want extra stuff there.
7503
7504 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7505
7506 * gdb.base/nodebug.exp: Update new tests to reflect improved
7507 wording of gdb output.
7508
7509 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7510 and "ptype" work on variables in files compiled without -g.
7511 Replaces commented out "maint print msymbol" tests.
7512
7513 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7514
7515 * gdb.base/setvar.c (dummy): Call malloc.
7516
7517 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7518 losing with the irix4 sed.
7519
7520 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7521 ALRM" on irix4.
7522
7523 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7524
7525 * TODO: Remove items about corefile.exp testing new exec-file and
7526 backtrace; both are now done. Add items about printing enums.
7527
7528 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7529
7530 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7531 "get signal $thissig" test fails.
7532
7533 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7534
7535 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7536
7537 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7538 compiler warning with dec alpha compiler.
7539
7540 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7541 extra \n from gdb_test call (this explains why the prompt test
7542 that I removed yesterday was there).
7543 (user_defined_command_test): Remove extra \n and prompt test.
7544
7545 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7546 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7547 doesn't exist.
7548 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7549 Also remove alpha workaround, which turns out to be because
7550 SIGABRT == SIGLOST.
7551
7552 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7553
7554 * gdb.base/help.exp: Don't test "help show".
7555
7556 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7557
7558 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7559 "set print address" is on.
7560 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7561 pass prompt to gdb_test; gdb_test already looks for the prompt.
7562
7563 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7564
7565 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7566 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7567 was to make sure that gdb can read a core file. But (a) the "read
7568 the corefile" part didn't make it to a1-selftest.exp, we just
7569 delete the corefile after creating it, and (b) we test reading
7570 corefiles in corefile.exp anyway. Also, this test left around a
7571 xgdb process on Solaris.
7572
7573 * gdb.base/corefile.exp: Also test backtrace.
7574
7575 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7576
7577 * gdb.base/commands.exp: Test a simple user defined command with
7578 arguments and if/while statements; verify the full user command is
7579 printed by "show user".
7580
7581 * gdb.base/commands.exp: Test if/while commands as part of a
7582 breakpoint command list; verify they appear in breakpoint
7583 information.
7584
7585 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7586
7587 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7588 than by dividing by zero.
7589
7590 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7591
7592 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7593 performing an inferior call with watchpoints enabled.
7594 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7595 call.
7596
7597 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7598
7599 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7600 of "file" command.
7601
7602 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7603 Add additional pattern for when "int operator int(void);" appears
7604 in a different order.
7605
7606 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7607
7608 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7609
7610 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7611 and "signal" with ".*".
7612
7613 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7614
7615 * TODO: Add note about "handle all nostop".
7616
7617 * gdb.base/{sigall.c, sigall.exp}: New test.
7618 * gdb.base/Makefile.in: Add it.
7619
7620 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7621
7622 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7623 when invoking GDB, suppresses any windowing interface.
7624
7625 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7626
7627 * config/sim-gdb: New file, simulator testing support.
7628
7629 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7630
7631 * gdb.base/interrupt.exp: Test calling func1 twice.
7632
7633 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7634
7635 * gdb.base/list.exp (test_forward_search): Set timeout higher
7636 when we'll be getting lots of output from gdb.
7637
7638 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7639 "init_malloc" to after the expect statement. Run it if that
7640 regexp is taken, but also for two others which happen if source
7641 cannot be found.
7642
7643 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7644
7645 * gdb.base/printcmds.exp: New test, for printing register before
7646 program is running.
7647
7648 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7649
7650 * gdb.base/list.exp: Correct some alternate expect patterns
7651 to reflect changes in list1.c.
7652
7653 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7654
7655 * TODO: Add item regarding large frames.
7656
7657 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7658
7659 * TODO: Remove item about enabling return.exp; it
7660 is enabled. Suggest a few more "return" tests.
7661
7662 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7663
7664 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7665 anonymous unions.
7666
7667 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7668
7669 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7670 and pr-5646.o, so "make" is the same as "make all", not "make
7671 pr-4975.o".
7672
7673 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7674
7675 * gdb.base/list.exp: Adjust expectations to reflect changes in
7676 list1.c.
7677 (test_forward_search): New test proc.
7678 * gdb.base/list1.c (long_line): New function, has long source line.
7679
7680 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7681
7682 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7683 additional line of code that was added.
7684
7685 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7686
7687 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7688 tests so as not to overflow expect's input buffers.
7689 * gdb.disasm/hppa.exp: Corresponding changes.
7690
7691 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7692
7693 Beginnings of template debugging tests.
7694 * gdb.c++/templ-info.cc: New file to test for template
7695 debugging capability of the compiler.
7696 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7697 templ-info.cc.
7698 * gdb.c++/templates.cc: Add explicit template instantiations
7699 to enable compiling with -fno-implicit-templates. Add destructor
7700 and 'value' method to T5 class for template tests.
7701 * gdb.c++/templates.exp: Add testcases for printing of template
7702 types, setting breakpoints on template methods and calling a
7703 template method.
7704
7705 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7706
7707 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7708 branch target since some assemblers (gas-2.5) may emit a
7709 relocation for the branch instead of resolving it in the
7710 assembler.
7711
7712 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7713
7714 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7715 through signal handler.
7716
7717 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7718
7719 * configure.in (*-*-netware): Use config/mt-netware.
7720
7721 * config/mt-netware: New file.
7722 * config/mt-i386-netware: Removed, separate configs for different
7723 netware architectures are no longer needed now that we have
7724 --with-headers.
7725
7726 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7727
7728 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7729 by the recent changes to use ANSI C arithmetic conversions.
7730
7731 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7732
7733 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7734 bug involving using inferior_pid to figure out whether to select a
7735 frame.
7736
7737 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7738
7739 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7740 match the current disassembler output.
7741
7742 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7743
7744 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7745 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7746 types, expect "int" as type of integer values (for now).
7747
7748 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7749
7750 * gdb.base/commands.exp: New tests for if/while commands.
7751
7752 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7753
7754 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7755 by .*, since hex values have different syntax in Chill mode.
7756
7757 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7758
7759 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7760 linefeed from expect pattern for repeated types with indices > 9.
7761
7762 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7763
7764 First part of Fortran test suite.
7765 * gdb.fortran: New directory.
7766 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7767
7768 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7769
7770 * gdb.base/default.exp: Update expect pattern for load command
7771 without arguments.
7772
7773 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7774
7775 * configure.in: Change i386 to i[345]86.
7776 * gdb.base/configure.in: Likewise.
7777 * gdb.c++/configure.in: Likewise.
7778 * gdb.chill/configure.in: Likewise.
7779
7780 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7781
7782 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7783 patterns, since that is not a valid context for comments.
7784
7785 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7786
7787 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7788 repeated types and repeated types with indices > 9.
7789
7790 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7791
7792 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7793 2417; old bug has been fixed.
7794
7795 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7796
7797 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7798 send the newline ourselves instead of assuming gdb_test will do
7799 so when passed an empty input string.
7800
7801 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7802 stabs testcode.
7803
7804 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7805
7806 * lib/gdb.exp (gdb_test): Don't send anything if the first
7807 argument is an empty string. This makes cases where we want to
7808 match output that is already in expect's buffers (for example,
7809 matching a breakpoint after gdb_run_cmd has been called) work
7810 reliably.
7811
7812 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7813
7814 * config/netware.exp: New file.
7815
7816 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7817
7818 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7819 the -B and -L prefixes so we can find the debugging stub.
7820
7821 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7822 there and we are using the gcc from the tree.
7823
7824 * gdb.base/types.c: Removed.
7825
7826 * gdb.base/configure.in: Look for makefile fragments in ../config.
7827 Recognize i386-*-netware.
7828 * gdb.c++/configure.in: Likewise.
7829
7830 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7831
7832 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7833 the correct TCL syntax.
7834
7835 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7836
7837 * gdb.base/opaque.exp: use runto instead of messing around with
7838 breakpoints. Simplify by using gdb_test.
7839
7840 * gdb.base/bitfields.exp: restart between tests on netware targets
7841 because breakpoints aren't relocated after target death. Run
7842 processes to completion.
7843
7844 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7845
7846 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7847
7848 * Makefile.in: Remove extra tabs that confuse some versions
7849 of "make". Use the newly built gdb to test with by default,
7850 rather than the first one in the tester's search path.
7851
7852 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7853
7854 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7855
7856 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7857 condition help.
7858
7859 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7860
7861 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7862
7863 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7864 running.
7865 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7866 * gdb.base/funcargs.exp: Likewise.
7867
7868 * gdb.base/bitfields.exp: Simplify by using gdb_test.
7869 * gdb.base/funcargs.exp: Likewise.
7870
7871 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
7872 message is "".
7873
7874 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7875
7876 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
7877 return,signals,twice}.exp: Handle non-existant binaries
7878 consistantly.
7879
7880 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
7881 * gdb.base/Makefile.in: Don't try to generate a core dump, we
7882 might testing a cross development system.
7883
7884 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7885
7886 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
7887 runtest script is relative to ${srcdir}, not ${rootdir}.
7888
7889 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
7890
7891 * gdb.base/signals.exp: Allow for optionality of breakpoint
7892 address.
7893
7894 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7895
7896 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
7897
7898 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7899
7900 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
7901 for size_t definition.
7902 * gdb.c++/templates.cc: Likewise
7903
7904 * config/mt-i386-netware: New file.
7905
7906 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
7907 defined.
7908
7909 * gdb.base/Makefile.in: Added support for systems that name core
7910 files by appending "core" to the program name.
7911 * gdb.base/a1-selftest.exp: Likewise.
7912
7913 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7914
7915 * gdb.base/return.exp: Add comment and message for `return double'
7916 test failure on Sparc Solaris.
7917
7918 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
7919
7920 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
7921
7922 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7923
7924 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
7925 from optimizing them away.
7926 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
7927 patterns to include default constructors and assignment operators,
7928 to match gcc versions beyond 2.5.8. Accept any cplus demangling
7929 character in the output of the virtual base pointer.
7930
7931 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7932
7933 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
7934 expression match in print_addr_of to avoid unintented matches.
7935 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
7936 versions up to 2.5.8.
7937
7938 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7939
7940 * gdb.base/list.exp: Tweak alternate pattern for listing of an
7941 included file to run under newer versions of expect.
7942 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
7943 consecutive >'s in templates to accomodate recent cplus-dem.c change.
7944 Remove xfail for the virtual table of BDDHookV.
7945
7946 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
7947
7948 * lib/gdb.exp (string_to_regexp): Set a default result.
7949 (default_gdb_start): Fix misleading message.
7950
7951 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
7952
7953 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
7954 Remove all CC, etc definitions.
7955 * config/mt-hpux: New file.
7956 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
7957 (CFLAGS, LDFLAGS): Define.
7958 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
7959
7960 * Makefile.in (site.exp): Don't insert host_os, etc.
7961 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
7962 (distclean): Check existence of subdir.
7963 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
7964 * gdb.base/Makefile.in: General cleanup and simplification.
7965 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7966 to build executables. Use default rule to build .o files.
7967 (EXPECT, RUNTEST, CC): Fix relative pathname.
7968 (site.exp): Don't insert host_os, etc.
7969 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
7970 and/or SIGUSR1 defined.
7971 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
7972 * gdb.c++/Makefile.in: General cleanup and simplification.
7973 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7974 (CFLAGS): Remove.
7975 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
7976
7977 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
7978
7979 * gdb.base/recurse.exp: Misc changes to get tests running again
7980 after Kung's changes to the watchpoint code.
7981 * gdb.base/watchpoint.exp: Likewise.
7982
7983 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
7984
7985 * lib/gdb.exp (string_to_regexp): Convert {\} also.
7986
7987 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7988
7989 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
7990 * lib/gdb.exp (default_gdb_start): Define.
7991 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
7992 gdb.base/funcargs.exp, gdb.base/opaque.exp,
7993 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
7994 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
7995 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
7996 Don't call gdb_target_udi in between tests.
7997
7998 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7999
8000 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8001 (which was basically just a local version of the same thing). In
8002 addition to avoiding duplication, gdb_test_exact is faster.
8003 * lib/gdb.exp (gdb_test_exact): Fix typo.
8004
8005 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8006 don't give an error.
8007
8008 * gdb.base/term.exp: Call delete_breakpoints before starting.
8009
8010 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8011 (t10): Add comment.
8012
8013 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8014
8015 Reorganization of the GDB Test Suite.
8016
8017 * gdb.base: New directory, contains all the basic tests.
8018 * gdb.c++: New directory, tests specific to C++.
8019 * gdb.chill: New directory, tests specific to Chill.
8020 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8021 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8022 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8023 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8024 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8025 t30-31 to chill).
8026 * */gdbme.*: Rename to match appropriate expect scripts.
8027 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8028 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8029 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8030 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8031 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8032 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8033 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8034 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8035 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8036 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8037 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8038 gdb.c++/virtfunc.cc: New names of C++ files.
8039 * gdb.chill/chillvars.ch: New name of Chill file.
8040 * gdb.base/configure.in, gdb.c++/configure.in,
8041 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8042 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8043 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8044 * configure.in (configdirs): Update to reflect directory changes.
8045 (target_abbrev): No longer define for any configuration.
8046 * Makefile.in: Cosmetic improvements to header comments.
8047
8048 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8049
8050 Various changes to gdb.t31:
8051
8052 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8053 * gdbme.ch: Make all key-words and predefineds be upper-case.
8054 * chillvars.exp: Expect key-words and predefinds in upper-case.
8055
8056 * chillvars.exp: Use gdb_test_exact many places.
8057 Change expected output for arrays (which now includes index labels).
8058
8059 * pr-5020.exp, gdme.ch (module PR_5020):
8060 New test, for PR-5020.
8061
8062 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8063
8064 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8065 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8066
8067 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8068
8069 * Makefile.in: Fix bit-rot in definitions of CHILL,
8070 CHILL_FOR_TARGET and Chill_LIB.
8071 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8072 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8073 CHILL, and CHILL_LIB.
8074
8075 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8076
8077 * Revert the previous changes. Please see Rob's directory
8078 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8079
8080 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8081
8082 * Makefile.in, configure.in, config/mips-gdb.exp,
8083 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8084 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8085 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8086 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8087 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8088 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8089 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8090 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8091 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8092 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8093 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8094 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8095 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8096 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8097 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8098 changes from 94Q1.
8099
8100 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8101
8102 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8103 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8104 Rob's new testing fragments.
8105
8106 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8107
8108 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8109 lib/gdb.exp: Replace error proc calls with perror.
8110
8111 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8112
8113 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8114 version also, match on casted version strings, and match on
8115 gdb startup case where the line numbers might be messed up.
8116
8117 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8118
8119 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8120 (CFLAGS): Delete it from here.
8121
8122 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8123
8124 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8125
8126 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8127
8128 * Makefile.in (RUNTEST): Default to just "runtest".
8129
8130 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8131
8132 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8133 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8134 the code has been restructured.
8135
8136 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8137
8138 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8139 \n, not just one of each.
8140
8141 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8142 /bin/cc gives a warning if you do.
8143
8144 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8145
8146 * gdb.t24/demangle.exp: change expect pattern of
8147 __t10ListS_link1ZUiRCUiPT0
8148
8149 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8150
8151 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8152 on local variables in recursive functions.
8153
8154 * gdb.t07/Makefile.in: Build the new test.
8155
8156 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8157
8158 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8159 directly. Instead compare the return values from actual calls.
8160
8161 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8162
8163 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8164
8165 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8166
8167 * From Peter Schauer with minor modifications.
8168 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8169 stops in mid-line in the caller. Add xfail for returning a float
8170 value on X86 targets.
8171
8172 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8173
8174 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8175 to avoid expect lossage.
8176 (fmem_LRbug_tests): Likewise.
8177 * gdb.disasm/hppa.s: Corresponding changes.
8178
8179 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8180 conditions to work with latest dejagnu/expect.
8181
8182 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8183 expected to fail on the PA.
8184 (backtrace in call with trampolines): Explicitly require main
8185 to be frame #1 (no trampolines should show up in backtrace).
8186
8187 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8188 "continue -expect".
8189 * gdb.t06/break.exp: Likewise.
8190 * gdb.t07/watchpoint.exp: Likewise.
8191 * gdb.t13/bitfields.exp: Likewise.
8192 * gdb.t15/{funcargs,return}.exp: Likewise.
8193 * gdb.stabs/weird.exp: Likewise.
8194 * config/{mips,udi}-gdb.exp: Likewise.
8195
8196 * hppa.sed: Enclose comments within a sed command to avoid
8197 losing with the old OSF1 sed.
8198
8199 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8200
8201 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8202 sequent dynix.
8203 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8204 * gdb.t15/funcargs.exp: Conditionally step again to really
8205 finish from marker_call_with_trampolines. Handle the case where
8206 the first step from within call_with_trampolines already steps
8207 us back to main.
8208 * gdb.t15/gdbme.c: Add comment to closing brace of
8209 call_with_trampolines for funcargs.exp.
8210
8211 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8212
8213 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8214 Fix typo(s).
8215
8216 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8217
8218 * gdb.t07/gdbme.c: More code for watchpoint testing.
8219
8220 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8221 "Hardware watchpoint" throughout file.
8222 (test_watchpoint_triggered_in_syscall): New test.
8223 (test_complex_watchpoint): New test.
8224
8225 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8226
8227 * gdbme.c (call_with_trampolines): New function to try and step
8228 into. Tests trampoline problems on the PA.
8229
8230 * funcargs.exp (localvars_in_indirect_call): No longer expect
8231 stepping into indirect call to fail on PAs.
8232 (test_stepping_over_trampolines): New test.
8233
8234 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8235
8236 * TODO: Add suggestions for static member function tests, and
8237 completion tests.
8238
8239 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8240
8241 * TODO: Add suggestions for "p/a" tests.
8242
8243 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8244 (default_gdb_exit): Replace all the hair with sending "quit" to
8245 the process with a simple close.
8246
8247 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8248
8249 * TODO: Add suggestions for shared library tests.
8250
8251 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8252
8253 * TODO: Add suggestions for x/s tests.
8254
8255 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8256
8257 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8258 "enable once", and "enable breakpoints once" with ".*".
8259
8260 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8261
8262 * TODO: Add suggestions about structure passing tests.
8263
8264 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8265
8266 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8267 the primary1 test, use work around if __GNUC__ < 2.
8268 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8269 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8270 Test for bad output rather than waiting for timeout. Issue
8271 second continue only if first continue failed.
8272
8273 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8274
8275 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8276 operator[] test with gdb_test because the old code didn't seem to
8277 be getting the quoting right with the new dejagnu.
8278
8279 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8280
8281 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8282 one from the path.
8283 * Makefile.in: Use a fresh expect if there is one, use runtest
8284 from the src tree if there is one.
8285
8286 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8287
8288 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8289 next over recursive call. Revise the tests from that point on
8290 (which had been skipped) to match GDB's actual (correct) output.
8291
8292 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8293 with next over a breakpoint whose condition is false.
8294
8295 * gdb.t00/help.exp: Comment out "help set print" tests just like
8296 (and for same reason as) "help set" test.
8297
8298 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8299
8300 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8301 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8302
8303 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8304
8305 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8306 necessary gdb_target_udi.
8307
8308 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8309
8310 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8311 1838 and 2417; they are fixed.
8312
8313 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8314 gdb.t03/ptype.exp (ptype structure, ptype union):
8315 Remove xfails; the test is looser than when the xfails were added.
8316
8317 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8318 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8319
8320 * gdb.t01/run.exp: Only run shell test if isnative.
8321
8322 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8323 since "run" automatically loads if necessary. Call gdb_target_udi
8324 after the "file" since "file" kills any execution target.
8325
8326 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8327 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8328 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8329 argument for UDI.
8330
8331 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8332
8333 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8334
8335 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8336
8337 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8338
8339 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8340 properly quoting regexps. This makes the second argument to
8341 demangle a fixed string, which matches the callers, instead of a
8342 shell-style pattern which is what the previous implementation
8343 used. Update some of the callers.
8344
8345 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8346
8347 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8348 (comib_nullified_tests): Fix typo.
8349 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8350 strings. No longer expected to fail.
8351
8352 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8353 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8354 strings. No longer expected to fail.
8355
8356 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8357 string. No longer expected to fail.
8358
8359 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8360
8361 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8362 No longer expected to fail.
8363
8364 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8365 string. No longer expected to fail.
8366
8367 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8368
8369 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8370 only in the names (I probably got most of them). I was even
8371 generous with some which differed in underscores in names, and
8372 probably missed a few, and I *still* was able to remove almost a
8373 third of the file with almost no impact on testsuite coverage.
8374
8375 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8376
8377 * gdb.t00/default.exp: Match udi_attach error message as well as
8378 the one from child_attach.
8379
8380 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8381
8382 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8383
8384 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8385 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8386
8387 * Move test with enums and partial symbols back to
8388 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8389 Reverts the change of 26 May 93. Per today's change to
8390 stabs.texinfo, the behavior that weird.exp was expecting was
8391 unreasonable; what is important is that the compiler+gdb get
8392 things right, which happens with a recent gcc. Also fix the test
8393 to deal with native compilers which put out the stab gdb can't
8394 deal with.
8395
8396 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8397
8398 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8399 in the names. The main thing these accomplish is to slow things down.
8400 Many more such duplicates surely remain.
8401
8402 * gdb.t00/help.exp: Comment out "help support" test just like
8403 (and for same reason as) "help set" test.
8404
8405 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8406
8407 * gdb.t06/break.exp: Remove setup_xfails for
8408 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8409 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8410 about known bug in gcc to include up through 2.5.8.
8411 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8412 well as "_vb$".
8413 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8414 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8415 with latest gcc and gdb.
8416 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8417 well as "_vb$".
8418
8419 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8420
8421 * configure.in (hppa*-*-*): Also configure and build stabs-only
8422 tests.
8423
8424 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8425
8426 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8427 * gdb.t10/configure.in (hppa*-*-*): Use it.
8428
8429 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8430
8431 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8432
8433 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8434
8435 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8436 versions prior to 1.13.5.
8437
8438 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8439
8440 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8441 the prompt is at the start of a line.
8442
8443 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8444
8445 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8446 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8447 in the copr tests now.
8448 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8449 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8450 expected to fail.
8451
8452 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8453
8454 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8455 gdb.t31/chillvars.exp, lib/gdb.exp:
8456 Tweak to run under either version of expect.
8457 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8458 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8459 * gdb.t11/list.exp: Remove extraneous whitespace.
8460
8461 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8462
8463 * gdb.t16/printcmds.exp (test_print_strings): Accept
8464 "(unsigned char *) " before the string.
8465
8466 * TODO: Add notes about printing of fancy types and GDB expressions.
8467
8468 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8469
8470 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8471 * gdb.t06/configure.in: Don't try to compile signals test program
8472 if doing mips-idt-ecoff.
8473
8474 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8475
8476 * Most .exp files: Tweak to run under either version of expect.
8477
8478 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8479
8480 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8481 xfails; I'm not sure why they are failing, but not because of PR 1806.
8482
8483 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8484
8485 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8486 defined in lib/gdb.exp.
8487
8488 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8489
8490 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8491 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8492 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8493 have to be typeless.
8494
8495 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8496
8497 * TODO: Add suggestion for copyright year test.
8498
8499 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8500
8501 * configure.in (*-*-lynxos*): Add stabs tests.
8502
8503 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8504
8505 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8506 so insert a tab before any assembler directive in column zero.
8507
8508 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8509 stores.
8510 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8511 stores.
8512 (fpu_short_memory_tests): Likewise.
8513
8514 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8515
8516 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8517 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8518 .stabs directives in comments.
8519
8520 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8521
8522 * TODO: New file, describing tests we could write.
8523 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8524
8525 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8526
8527 * gdb.t06/signals.exp: Add kludge to force re-sync.
8528
8529 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8530 to xgdb instead of gdb, get out of gdb.
8531
8532 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8533
8534 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8535 for info.
8536
8537 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8538
8539 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8540 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8541 * gdb.stabs/hppa.sed: New sed script for the PA.
8542
8543 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8544
8545 * gdb.stabs: Re-write weird.def and configuration to use sed
8546 instead of cpp. sed is portable and POSIX; cpp is neither.
8547
8548 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8549
8550 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8551
8552 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8553
8554 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8555
8556 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8557
8558 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8559 "_vb$".
8560 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8561 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8562
8563 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8564
8565 * lib/gdb.exp: Comment out code which depends on non-existent
8566 `transform' procedure.
8567
8568 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8569
8570 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8571 * lib/gdb.exp: Transform tool name.
8572 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8573 1.1's new error handling system.
8574
8575 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8576
8577 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8578
8579 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8580
8581 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8582 They made pattern matching so slow that timeouts happened on
8583 heavily loaded systems. Now any output from "show print" which
8584 gets us back to the GDB prompt is a PASS.
8585
8586 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8587
8588 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8589
8590 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8591
8592 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8593
8594 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8595 It is not from PR 3220.
8596
8597 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8598
8599 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8600 just started failing because they depended on the order the
8601 subcommands are presented, or exact docstring text. This kind of
8602 test is a pain and has minimal benefit.
8603
8604 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8605
8606 * gdb.t09/corefile.exp: At end of test, use "core" command with
8607 no arguments.
8608
8609 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8610
8611 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8612 17}/Makefile.in: Make it possible to run the testsuite with Sun
8613 make and CC = cross gcc by adding explicit build rules for .o
8614 files.
8615
8616 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8617
8618 * gdb.t15/funcargs.exp: Don't put comments on same line as
8619 setup_xfail (@#$*%& tcl braindamage!).
8620
8621 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8622
8623 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8624
8625 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8626
8627 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8628 * gdb.t20/inherit.exp: remove three dumplicate entries.
8629
8630 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8631
8632 * gdb.t06/break.exp: For "next over recursive call", fail on any
8633 incorrect output, not just on "factorial (value=2)".
8634
8635 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8636
8637 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8638 working now. Add an xfail if accesing a bss variable causes
8639 a memory error if the target is not yet run.
8640
8641 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8642
8643 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8644 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8645 name of __st* demangling (2 strings). Did Kung really get the
8646 more than 95 others right without testing them?
8647
8648 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8649
8650 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8651
8652 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8653
8654 * configure.in (configdirs): Add gdb.disasm
8655 * gdb.disasm: New directory for GDB disassembler tests.
8656 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8657
8658 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8659
8660 * gdb.t00/help.exp: Don't test "help set".
8661
8662 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8663 from within expect statements. None of these happen anymore and
8664 they cause regressions to be silently unnoticed.
8665
8666 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8667 messages) about known failures with gcc cygnus-2.4.5-930417.
8668
8669 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8670 comp-info.exp so it gets built if it doesn't exist.
8671
8672 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8673 it is no longer used.
8674 * gdb.t13/comp-info.c: Removed.
8675
8676 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8677
8678 * gdb.t06/signals.exp: Add xfail for sun3.
8679
8680 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8681
8682 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8683 relevant because ^C doesn't get sent but failure can be reproduced
8684 interactively).
8685
8686 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8687
8688 * gdb.stabs/alpha.mt: New configuration file for alpha.
8689 * gdb.stabs/configure.in: Use it.
8690 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8691 sharing with alpha.mt, redefine long to word via preprocessor.
8692 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8693 for alpha.
8694 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8695 native cc.
8696 * gdb.t00/teststrategy.exp: Change expect string so that we
8697 consume the `(xgdb)' from the command echo and from the gdb prompt.
8698 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8699 gdb currently compares all values as long, so this failure probably
8700 applies to any configuration where LONGEST is bigger than a target int.
8701 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8702 with gcc.
8703 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8704 to handle opaque pointers, gcc is.
8705 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8706 as first argument. Include <sys/types.h> and change all operator
8707 new definitions to use size_t.
8708 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8709 now that we use size_t.
8710
8711 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8712
8713 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8714 a long or float array cast all array members to the same type.
8715 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8716 with 64 bit longs.
8717 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8718 on alpha.
8719 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8720
8721 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8722
8723 * gdb.t24 (demangle.exp): Constructors of templates have names like
8724 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8725 section 14.6 of the ARM.
8726
8727 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8728 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8729 accomplish little and slow down the testsuite.
8730
8731 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8732 Accept spaces various places.
8733
8734 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8735
8736 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8737 with watchpoint enabled.
8738
8739 * Makefile.in: Remove definition of CC and remove the second
8740 definition of CXX (the "CXX = gcc" one remains). These definitions
8741 were causing backquotes to be expanded within backquotes, which
8742 doesn't work.
8743
8744 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8745
8746 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8747
8748 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8749
8750 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8751 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8752 by mips cc and contains no stabs entries.
8753
8754 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8755
8756 * config/vx-gdb.exp: Use fake device to load files rather than
8757 NFS.
8758 * lib/gdb.exp: New proc to do "file" command.
8759 * config/unix-gdb.exp: Use new "file" proc.
8760
8761 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8762
8763 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8764 Rework board rebooting slightly.
8765 (gdb_exit): Don't exit from the remote shell; there isn't one.
8766 * gdb.stabs/weird.exp: If a program is being debugged already,
8767 kill it.
8768 * gdb.t04/setvar.exp: Stop and restart gdb.
8769 * gdb.t05/expr.exp: Likewise.
8770 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8771 restart gdb and reload the program.
8772 * gdb.t08/opaque.exp: Likewise.
8773 * gdb.t12/scope.exp: Likewise.
8774 * gdb.t13/bitfields.exp: Likewise.
8775 * gdb.t15/funcargs.exp: Likewise.
8776 * gdb.t20/classes.exp: Likewise.
8777 * gdb.t03/ptype.exp: Increase timeout.
8778 * gdb.t16/printcmds.exp (test_print_string_constants,
8779 test_print_array_constants): Likewise.
8780 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8781 * gdb.t20/classes.exp (do_tests): Likewise.
8782 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8783
8784 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8785
8786 * gdb.stabs: Renamed *wierd* to *weird*.
8787
8788 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8789
8790 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8791 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8792
8793 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8794
8795 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8796 (do_tests): Remove xfail for whatis on one_var and two_var.
8797
8798 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8799
8800 * Makefile.in: Made cross building work better by adding
8801 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8802
8803 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8804
8805 * gdb.t15/{return.c,return.exp,Makefile.in}:
8806 New test, currently commented out.
8807
8808 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8809
8810 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8811 still running and removes the leftover named socket so GDb can do
8812 clean restarts.
8813
8814 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8815
8816 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8817 console, not GDB.
8818 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8819 cross testing works better with "make check"
8820 * config/unix-gdb: Use default procedures for exit and version.
8821 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8822 with the newest VxWorks.
8823
8824 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8825
8826 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8827 old form.
8828
8829 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8830 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8831
8832 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8833
8834 * config/unix-gdb.exp: Remove this version of gdb_exit
8835 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8836 Rob says he'll look at it when he gets back to testing boards.
8837
8838 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8839
8840 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8841 an expected fail for certain ptype commands.
8842
8843 * gdb.t20/classes.exp: Update expected results of "ptype class
8844 Base1" to account for the constructor that now appears in the type.
8845
8846 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8847
8848 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8849 disappeared from list.
8850 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8851 "alldone" proc with call to cleanup and exit.
8852 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8853 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8854 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8855 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8856 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8857 "alldone" proc with simple returns that suppress remaining
8858 tests. The alldone proc went away many months ago.
8859
8860 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8861
8862 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8863
8864 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8865
8866 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8867
8868 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
8869 as vax gdb will display them.
8870
8871 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8872
8873 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
8874 optimizers.
8875
8876 * scope.exp: Change "bad value for localval" messages so each one
8877 is unique.
8878
8879 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
8880 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
8881
8882 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
8883
8884 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8885
8886 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
8887 doesn't exist (due to optimization).
8888
8889 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8890
8891 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
8892 contains \r because the filename is long.
8893
8894 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
8895 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
8896
8897 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8898
8899 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
8900 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
8901 Ultrix.
8902 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
8903 int tests.
8904 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
8905
8906 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
8907
8908 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
8909
8910 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
8911 to match does not match the passing case but still matches the
8912 failing case.
8913
8914 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8915
8916 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
8917
8918 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
8919
8920 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
8921 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
8922 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
8923 Remove various versions of gdb_exit.
8924 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
8925 gdb_exit.
8926 * config/unix-gdb.exp: gdb_exit remains here, and should override
8927 the generic version, since it's doing a lot of wierd stuff that
8928 the other versions aren't. FIXME, fold it in, or abandon this
8929 version.
8930
8931 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8932
8933 * gdb.t24/demangle.exp: Add tests for PR 3220.
8934
8935 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8936
8937 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
8938
8939 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
8940
8941 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
8942 "i386-*-*". Works for i486 as well.
8943
8944 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
8945 bug, and expand domain of xfail to all SVR4 systems, since the
8946 actual problem is likely to be in generic SVR4 /proc support.
8947
8948 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8949
8950 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
8951
8952 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
8953
8954 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
8955 xfails for other systems. Match a missing 'Continuing.' as an
8956 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
8957
8958 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
8959 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
8960 Only issue warning for missing executables if -all option is used.
8961
8962 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
8963 file if -all option is used. It's like an unpredictable XFAIL.
8964
8965 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8966
8967 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
8968 for dynamically linked binaries.
8969
8970 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
8971
8972 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8973
8974 * gdb.t20/inherit.exp: Change message for "print tagless struct"
8975 to state that this is a known bug in old versions of g++.
8976
8977 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8978
8979 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
8980 while waiting for `Continuing'.
8981
8982 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
8983
8984 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
8985 in text, data, and bss.
8986 * gdb.t10/nodebug.c: Add local and global test variables for
8987 initialized and uninitialized data.
8988
8989 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8990
8991 * config/unix-gdb.exp (gdb_exit): Add "wait".
8992
8993 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8994
8995 * gdb.t06/signals.exp: xfail the continue from the handler for all
8996 targets.
8997
8998 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
8999 function with watchpoints enabled, the i386 call dummy starts with
9000 a call.
9001
9002 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9003 386 bsd names its corefiles.
9004
9005 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9006
9007 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9008 compilers don't grok it.
9009 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9010 with small octal ints rather than character constants, which
9011 are signed and might not fit if first promoted to int.
9012
9013 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9014
9015 * gdb.t09/Makefile.in (clean): Remove corefile.
9016
9017 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9018
9019 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9020
9021 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9022 and Jim Kingdon (kingdon@cygnus.com)
9023
9024 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9025 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9026 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9027
9028 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9029
9030 * gdb.t17/interrupt.exp: Add xfail for hppa.
9031
9032 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9033
9034 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9035 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9036 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9037 to determine signed-ness of bitfields and use the result to setup
9038 the xfail.
9039 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9040 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9041 call line is reached if necessary.
9042
9043 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9044
9045 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9046
9047 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9048
9049 * gdb.t06/break.exp: Also test `clear' command.
9050
9051 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9052
9053 * gdb.t00/teststrategy.exp: Remove extra quote.
9054
9055 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9056 watchpoint enabled to be for all non-68k machines.
9057
9058 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9059
9060 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9061
9062 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9063 targets use aout.mt instead of ecoff.mt as gas understands
9064 standard aout format.
9065
9066 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9067
9068 * lib/gdb.exp (runto): Don't insist that function we are running to
9069 was compiled with -g.
9070
9071 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9072
9073 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9074 to get back into the read system call.
9075 Accept leading newline in case where we woke it up.
9076
9077 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9078
9079 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9080 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9081 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9082 enable ecoff configuration.
9083
9084 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9085
9086 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9087
9088 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9089
9090 * gdb.t16/printcmds.exp: Add another printf test.
9091
9092 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9093
9094 * configure.in: If configured -with-stabs on any target, add
9095 stabsdirs to configdirs.
9096
9097 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9098
9099 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9100 fun" so pattern does not match the command itself.
9101
9102 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9103
9104 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9105
9106 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9107
9108 * gdb.t17/interrupt.exp: Test for more things.
9109
9110 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9111
9112 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9113 compiler arranges the code and line numbers.
9114
9115 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9116
9117 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9118
9119 * gdb.t00/help.exp: Increase expect input buffer size.
9120
9121 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9122
9123 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9124
9125 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9126
9127 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9128
9129 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9130 [0-9]*, not just [0-9].
9131
9132 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9133
9134 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9135
9136 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9137
9138 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9139
9140 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9141
9142 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9143
9144 * gdb.t06/signals.c: Add xfails for sun3.
9145
9146 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9147
9148 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9149 test_stepping tests.
9150
9151 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9152
9153 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9154
9155 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9156
9157 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9158 rather than actually putting it through cpp twice.
9159
9160 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9161
9162 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9163
9164 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9165 no longer needed.
9166
9167 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9168
9169 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9170
9171 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9172 C++ features prints as "struct", make it a pass, not an xfail.
9173
9174 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9175
9176 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9177 Don't require VA to print as "class" rather than "struct".
9178
9179 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9180
9181 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9182
9183 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9184
9185 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9186
9187 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9188
9189 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9190 order.
9191
9192 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9193
9194 * gdb.t16/printcmds.exp: Add printf tests.
9195
9196 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9197
9198 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9199
9200 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9201
9202 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9203 pass counts, to counteract any existing or future setup_xfails.
9204
9205 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9206
9207 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9208 {BEGIN,END}_COMMON for common block instead of STAB.
9209 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9210
9211 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9212 intp_var should be N_GSYM not N_LSYM.
9213 wierd-aout.S: Use a label for the value of the N_SO.
9214 wierd.def: Remove all backslashes.
9215 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9216
9217 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9218
9219 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9220 get the expected next to inheritance3.
9221
9222 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9223
9224 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9225 now that gcc-2.4 gets it right.
9226
9227 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9228
9229 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9230
9231 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9232 generating comp-info.exp which works for cross-compilation.
9233
9234 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9235
9236 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9237 "*-*-sysv4.*".
9238
9239 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9240
9241 * gdb.t01/run.exp: Start with a fresh gdb.
9242 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9243 SVR4.x.
9244
9245 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9246
9247 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9248 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9249 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9250 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9251 things to remove.
9252
9253 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9254
9255 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9256 test cases from bug reports.
9257
9258 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9259
9260 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9261 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9262 avoid spurious xfails.
9263 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9264 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9265 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9266
9267 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9268
9269 * gdb.t00/teststrategy.exp: Rework to provide more useful
9270 description of each test, fix problem with systems that define
9271 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9272 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9273 results for "next over recursive call" so timeouts aren't taken
9274 by error.
9275
9276 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9277
9278 * gdb.t12/scope.exp: Test printing of variables before run.
9279
9280 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9281 printed in wrong order due to sorting.
9282
9283 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9284
9285 * gdb.t00/teststrategy.exp: Fix expected results for printing
9286 user entered string constant. Is array of char, prints with no
9287 address.
9288
9289 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9290 commands.
9291 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9292 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9293 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9294 of struct of char arrays.
9295 * gdb.t00/radix.exp: New tests for radix commands.
9296
9297 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9298
9299 * gdb.t16/printcmd.exp: Print a variable before running program
9300 (with xfail for AIX).
9301
9302 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9303
9304 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9305
9306 * gdb.t16/printcmd.exp: Don't print variables before running program.
9307
9308 * gdb.t06/break.exp: Don't require envp argument to main.
9309
9310 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9311
9312 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9313 Add xfails for rs6000.
9314
9315 * gdb.t02/whatis.exp: Change other tests not to re-test something
9316 we already tested.
9317
9318 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9319 each type used has a variable of that type.
9320
9321 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9322
9323 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9324
9325 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9326
9327 * configure.in: change srctrigger to be a file, not a directory
9328
9329 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9330
9331 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9332
9333 * gdb.t11/list.exp: Fixed a couple of typos.
9334
9335 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9336
9337 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9338 is fixed and PR is closed.
9339 * gdb.t16 (gdbme.c): Add simple test string variable.
9340 * gdb.t16 (printcmds.exp): Add tests with simple test string
9341 variable, primarily for boundaries on "set print elements".
9342
9343 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9344
9345 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9346 Make leading 0's optional and don't expect a tab in the middle
9347 of the number.
9348
9349 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9350
9351 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9352 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9353 don't end command passed to gdb_test with newline.
9354
9355 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9356 signed keyword away, don't expect signed bitfields to be signed.
9357
9358 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9359 printing with only as many 1's as are in the field as well as printing
9360 with 32 1's (see comment).
9361
9362 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9363
9364 * gdb.t00/default.exp: Start with a fresh gdb.
9365 * configure.in (configdirs): Remove gdb.t31 until the chill
9366 compiler works again. It no longer is able to find chillrt0
9367 since it isn't in libchill.a anymore.
9368 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9369 wierd.o, make more modular.
9370 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9371 spurious newlines that caused problems.
9372
9373 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9374
9375 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9376 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9377 gdb.stabs/wierd.{exp,def}: Many new tests.
9378
9379 * gdb.t00/default.exp: update info line for new message.
9380
9381 * gdb.t02/{whatis.exp,gdbme.c}:
9382 Test that "char *" doesn't print as "caddr_t".
9383
9384 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9385
9386 * gdb.t00/help.exp: Use .* in place of some help messages which
9387 just changed.
9388 gdb.t00/default.exp: Update "info frame" test for new message.
9389 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9390 Remove some xfails
9391
9392 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9393
9394 * gdb.t03/{gdbme.c,ptype.exp}:
9395 Add tests for typedef'd struct and union without tags.
9396 Also check "whatis" on a variable of a typedef'd enum without a tag.
9397
9398 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9399 PRMS 1823; the bug still exists but isn't reproduced by this test
9400 anymore), and remove rs6000 XFAIL (the bug is fixed).
9401
9402 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9403 duplicated from whatis.exp. For those that are left, accept
9404 "long", "long int", or "int" for long variables (whatis.exp already
9405 has an XFAIL for "int", so no need to fail it here).
9406
9407 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9408 Deal with GCC's names for types now that GDB uses the compiler's names.
9409
9410 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9411 setup_xfail's for sunos4. If we #defined the signed keyword away,
9412 don't expect GDB to know that char it is signed.
9413
9414 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9415
9416 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9417
9418 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9419 should work on any system, regardless of debugging format.
9420 * gdb.t21/demangle.exp: Move to gdb.t24.
9421 * gdb.t24/demangle.exp: Move from gdb.t21.
9422 * gdb.t24/{Makefile.in, configure.in}: New files.
9423
9424 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9425
9426 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9427 * gdb.stabs: New directory.
9428
9429 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9430
9431 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9432 not just "Quit anyway?".
9433
9434 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9435
9436 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9437 that all setup_xfails are immediately followed by clear_xfails.
9438
9439 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9440
9441 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9442 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9443 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9444 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9445 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9446 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9447 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9448 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9449 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9450 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9451 gdb.t31/chillvars.exp, lib/gdb.exp:
9452 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9453 bug-gdb@prep.ai.mit.edu.
9454
9455 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9456
9457 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9458 with 0.0, not integer 0.
9459
9460 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9461
9462 * gdb.t06/break.exp: Update for "Kill the program" message change.
9463
9464 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9465
9466 * Makefile.in (GDBFLAGS): Set to -nx.
9467 * Makefile.in (site.exp): Use GDBFLAGS.
9468
9469 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9470
9471 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9472 Makefiles.
9473 (check): depend on just-check.
9474 (just-check): added so that tests can be run without a noop
9475 build pass.
9476
9477 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9478
9479 Switch to using configure's configdirs.
9480 * Makefile.in (Makefile): add configure.in dependency.
9481 (SUBDIRS): removed redundant assignment.
9482 * configure.in: switch subdirs assignment to configdirs.
9483 * gdb.t*/configure.in: new files.
9484
9485 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9486
9487 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9488 works.
9489
9490 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9491
9492 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9493 in explicit rules. Apparently this is not supported by some makes.
9494
9495 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9496
9497 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9498
9499 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9500
9501 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9502 disappeared.
9503
9504 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9505
9506 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9507
9508 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9509
9510 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9511 watchpoint problem that is now fixed.
9512 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9513 uninitialized convenience variables.
9514 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9515 structures.
9516
9517 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9518
9519 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9520 which causes expect to get out of sync with gdb on long output
9521 from help set.
9522 * gdb.t09/corefile.exp: Make expected pattern for core file
9523 failing signal and frame output format less sun specific.
9524
9525 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9526
9527 * gdb.t31/chillvars.exp: Add and remove initial dummy
9528 breakpoint, so that symbol table is forced in.
9529 (Needed at least on Sunos4, though it seems not SVR4.)
9530 * gdb.t31/chillvars.exp: Update for changed output format.
9531
9532 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9533
9534 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9535
9536 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9537
9538 * Makefile.in: Added --srcdir when invoking runtest, removed the
9539 need for a local config file. (optional now)
9540
9541 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9542
9543 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9544 failure count used to force early termination. Add some more
9545 expected failures for gnu style demangling.
9546
9547 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9548
9549 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9550 pmi variable from gdb.t20/gdbme to get optimized away.
9551 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9552 Check for written corefile upon timeout _and_ eof.
9553
9554 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9555
9556 * config/unix-gdb.exp: Add missing return 0.
9557
9558 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9559
9560 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9561 test termination.
9562
9563 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9564
9565 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9566 disappeared.
9567
9568 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9569
9570 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9571 time as i860 support works.
9572
9573 * gdb.t15/funcargs.exp: Fix expected outputs to include
9574 "backtrace 100\r" rather than just "backtrace\r", to match last
9575 change.
9576
9577 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9578
9579 * config/udi-gdb.exp (gdb_exit): Remove close command.
9580 (gdb_target_udi): New procedure to set the UDI target.
9581 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9582 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9583 Added waits for prompts after several question responses. Added
9584 some more responses used by a29k-amd-udi-gdb.
9585 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9586 pass different arguments, restart UDI connection after program
9587 completion.
9588 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9589 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9590 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9591 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9592 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9593 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9594 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9595 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9596 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9597 after program completion.
9598 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9599 compiled with a SELECT_VECS setting.
9600 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9601 infinite recursion.
9602
9603 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9604 Added checks for COFF results, and made them expected failures for
9605 all targets. It would be better to make them expected failures
9606 for COFF targets only.
9607
9608 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9609
9610 * Makefile.in: add null dvi target, don't bother to recurse
9611 through test directories for info and install-info; rename
9612 $(datadir) to be dejagnu instead of deja-gnu
9613
9614 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9615
9616 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9617 compiler to coredump.
9618 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9619 code.
9620
9621 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9622
9623 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9624 coredump.
9625 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9626 code.
9627
9628 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9629
9630 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9631 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9632 which in a shell. Deletes xgdb when done.
9633 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9634 Tests the return from the "set height" or "set width" commands.
9635 Added a few return codes where needed.
9636
9637 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9638
9639 * Makefile.in (SUBDIRS): Add gdb.t17.
9640 * configure.in (subdirs): Add gdb.t17.
9641 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9642 files to test gdb's calling of functions in the inferior with
9643 the correct arguments and gdb's ability to retrieve any
9644 result returned.
9645
9646 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9647
9648 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9649 may be called after gdb goes away. Previous versions of expect
9650 needed these to avoid file descriptor leaks, but they cause
9651 errors with the current revision of expect.
9652 * gdb.t00/gdbvars.exp: Use -re on expected output after
9653 setting sevenbit-strings.
9654 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9655 to set sevenbit-strings consistent across tests.
9656 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9657 set sevenbit-strings consistent across tests.
9658
9659 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9660
9661 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9662 expected output to match current "expect" expectations.
9663
9664 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9665
9666 * gdb.t00/default.exp: Change expected output for default "source"
9667 command, to match new gdb behavior which requires a filename to
9668 source.
9669
9670 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9671
9672 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9673 expected fail for i486-*-* that misses the marker2 function.
9674 * gdb.t10/crossload.exp (bfddefault): Allow successful
9675 recognition of a format to pass even if no symbols are found.
9676 Explicitly catch failures where the format is not recognized
9677 or is ambiguous, and add the reason to the fail message.
9678 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9679 the cause is and invalid target and add reason to failure message.
9680 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9681 elf32-i386, elf32-sparc, and elf32-i860.
9682 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9683 Set up expected failure for 'filename'::variable scope resolution,
9684 which is now apparently broken on all targets.
9685 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9686 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9687 gdb.t23/templates.exp: Change failure for missing binfile into
9688 just a warning.
9689 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9690 references.
9691
9692 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9693
9694 * gdb.t00/default.exp: Add expected output for default "source"
9695 command, to match new gdb behavior.
9696 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9697
9698 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9699
9700 * config/*-gdb.exp: returns an error, rather than exiting on
9701 internal errors.
9702
9703 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9704
9705 * gdb.t03/gdbme.c: Add pointer to struct variable.
9706 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9707 referencing struct members.
9708
9709 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9710
9711 * configure.in (mips-idt-ecoff): New target.
9712 * config/mips-gdb.exp: New file for remote board using MIPS remote
9713 debugging protocol.
9714
9715 * Redid configuration scheme. Removed gdb.t*/configure.in.
9716 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9717 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9718 distclean targets. Built executables via .o files. Adjusted
9719 tests to account for source files in $(srcdir) rather than
9720 $(objdir).
9721 * lib/gdb.exp (runto): Don't expect () after the function name,
9722 because it may have arguments.
9723
9724 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9725
9726 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9727 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9728 expected failures for mips-idt-* and mips-sgi-*.
9729 * gdb.t00/default.exp (attach): Kill process if requested.
9730 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9731 that does not read core files.
9732 * gdb.t01/run.exp: Removed checks for exit status code.
9733 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9734 it is linked in.
9735 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9736 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9737 appropriate, rather than doing it by hand.
9738 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9739 execution.
9740 * gdb.t10/crossload.exp: Kill existing program if needed.
9741 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9742 appropriate, rather than doing it by hand. Always increase
9743 timeout for this test, not just for VxWorks.
9744
9745 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9746
9747 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9748 of Chill STRUCT types and STRUCT values.
9749 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9750 than "char".
9751 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
9752 struct2): New struct definitions and initializations to test
9753 simple Chill STRUCT types.
9754
9755 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9756
9757 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9758 the null byte at the end of strings.
9759 * gdb.t00/default.exp: Make show version insensitive to copyright
9760 date.
9761 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9762 to avoid dependencies on target char signedness.
9763 * gdb.t16/printcmds.exp: Update expected results for explicitly
9764 unsigned char.
9765 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9766 now work.
9767 * gdb.t21/demangle.exp: Add many more patterns for template
9768 demangling, most of them being expected failures.
9769 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9770 string we are matching for, to match on the whole string.
9771 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9772 and fix a whole bunch that had incorrect expected output but were
9773 passing anyway because of the bug in "proc demangle".
9774 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9775 type.
9776 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9777
9778 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9779
9780 * gdb/testsuite: made modifications to testcases, etc., to allow
9781 them to work properly given the reorganization of deja-gnu and the
9782 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9783
9784 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9785
9786 * gdb/testsuite: Initial creation of gdb/testsuite.
9787 Migrated dejagnu testcases and support files for testing nm to
9788 gdb/testsuite from deja-gnu. These files were moved "as is"
9789 with no modifications. This migration is part of a major overhaul
9790 of dejagnu. The modifications to these testcases, etc., which
9791 will allow them to work with the new version of dejagnu will be
9792 made in a future update.
9793 \f
9794 Local Variables:
9795 mode: indented-text
9796 left-margin: 8
9797 fill-column: 74
9798 version-control: never
9799 End:
This page took 0.223346 seconds and 5 git commands to generate.