2006-03-30 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2006-03-30 Paul Brook <paul@codesourcery.com>
2
3 * gdb.mi/mi-until.exp: kfail broken until command.
4 * gdb.mi/mi2-until.exp: Ditto.
5
6 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
7
8 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
9
10 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
11
12 * gdb.base/prelink.exp: Anchor tested-for regular expression
13 on gdb prompt.
14
15 2006-03-07 Paul Brook <paul@codesourcery.com>
16
17 * gdb.base/assign.exp: Correct fail message.
18
19 2006-03-07 Paul Brook <paul@codesourcery.com>
20
21 * lib/compiler.c: Extract armcc version number.
22 * lib/compiler.cc: Ditto.
23
24 2006-03-07 Paul Brook <paul@codesourcery.com>
25
26 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
27 additional_flags=-w.
28 * gdb.arch/altivec-regs.exp: Ditto.
29 * gdb.arch/e500-abi.exp: Ditto.
30 * gdb.arch/e500-regs.exp: Ditto.
31 * gdb.base/all-bin.exp: Ditto.
32 * gdb.base/annota1.exp: Ditto.
33 * gdb.base/annota3.exp: Ditto.
34 * gdb.base/args.exp: Ditto.
35 * gdb.base/arithmet.exp: Ditto.
36 * gdb.base/assign.exp: Ditto.
37 * gdb.base/async.exp: Ditto.
38 * gdb.base/bang.exp: Ditto.
39 * gdb.base/break.exp: Ditto.
40 * gdb.base/call-rt-st.exp: Ditto.
41 * gdb.base/completion.exp: Ditto.
42 * gdb.base/cond-expr.exp: Ditto.
43 * gdb.base/condbreak.exp: Ditto.
44 * gdb.base/consecutive.exp: Ditto.
45 * gdb.base/define.exp: Ditto.
46 * gdb.base/display.exp: Ditto.
47 * gdb.base/ena-dis-br.exp: Ditto.
48 * gdb.base/environ.exp: Ditto.
49 * gdb.base/eval-skip.exp: Ditto.
50 * gdb.base/info-proc.exp: Ditto.
51 * gdb.base/jump.exp: Ditto.
52 * gdb.base/logical.exp: Ditto.
53 * gdb.base/long_long.exp: Ditto.
54 * gdb.base/maint.exp: Ditto.
55 * gdb.base/miscexprs.exp: Ditto.
56 * gdb.base/pc-fp.exp: Ditto.
57 * gdb.base/pointers.exp: Ditto.
58 * gdb.base/relational.exp: Ditto.
59 * gdb.base/reread.exp: Ditto.
60 * gdb.base/sect-cmd.exp: Ditto.
61 * gdb.base/sep.exp: Ditto.
62 * gdb.base/sepdebug.exp: Ditto.
63 * gdb.base/until.exp: Ditto.
64 * gdb.base/whatis-exp.exp: Ditto.
65 * gdb.cp/annota2.exp: Ditto.
66 * gdb.cp/annota3.exp: Ditto.
67 * gdb.trace/actions.exp: Ditto.
68 * gdb.trace/backtrace.exp: Ditto.
69 * gdb.trace/circ.exp: Ditto.
70 * gdb.trace/collection.exp: Ditto.
71 * gdb.trace/deltrace.exp: Ditto.
72 * gdb.trace/infotrace.exp: Ditto.
73 * gdb.trace/limits.exp: Ditto.
74 * gdb.trace/packetlen.exp: Ditto.
75 * gdb.trace/passc-dyn.exp: Ditto.
76 * gdb.trace/passcount.exp: Ditto.
77 * gdb.trace/report.exp: Ditto.
78 * gdb.trace/save-trace.exp: Ditto.
79 * gdb.trace/tfind.exp: Ditto.
80 * gdb.trace/tracecmd.exp: Ditto.
81 * gdb.trace/while-dyn.exp: Ditto.
82 * gdb.trace/while-stepping.exp: Ditto.
83 * lib/gdb.exp: Ditto.
84 (gdb_compile): Handle nowarning option.
85
86 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
87
88 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
89 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
90 Rename executable to prelinkt. Don't re-prelink if we didn't
91 get a core file. Test prelink -u exit status to tell whether
92 prelinking failed. Use gdb_test_multiple.
93
94 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
95
96 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
97 (do_tests): Call it.
98
99 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
100
101 * gdb.base/prelink.exp: New test.
102 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
103
104 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
105
106 * gdb.fortran/derived-type.f90: New file.
107 * gdb.fortran/derived-type.exp: New testcase.
108
109 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
110
111 * gdb.base/default.exp: Allow ';' as a directory separator.
112
113 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
114
115 * gdb.base/help.exp (help add-symbol-file): Update.
116
117 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
118
119 * gdb.base/help.exp (help load): Update expected results.
120
121 2006-02-19 Fred Fish <fnf@specifix.com>
122
123 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
124 specifix hex value as part of results.
125 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
126
127 2006-02-16 Fred Fish <fnf@specifix.com>
128
129 * gdb.base/whatis.c: Define variables using typedefs char_addr,
130 ushort_addr, and slong_addr, so the typedefs are not optimized
131 away.
132 * gdb.base/whatis.exp: Add tests using type name for struct type,
133 union type, enum type, and typedef.
134
135 2006-02-13 Mark Kettenis <kettenis@gnu.org>
136
137 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
138
139 2006-02-13 Jim Blandy <jimb@redhat.com>
140
141 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
142 case where it takes two "next" commands to skip past the init
143 call.
144
145 2006-02-12 Fred Fish <fnf@specifix.com>
146
147 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
148 to handle cases where it takes two "next" commands to skip
149 past the init call.
150
151 2006-02-07 Joel Brobecker <brobecker@adacore.com>
152
153 * gdb.ada/array_return.exp: Mark the last test as expected to fail
154 on hppa32 targets.
155
156 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
157
158 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
159 field.
160
161 2006-01-29 Mark Kettenis <kettenis@gnu.org>
162
163 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
164
165 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
166
167 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
168 files.
169
170 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
171
172 * gdb.cp/maint.exp: Set complaints to a positive value.
173
174 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
175
176 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
177 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
178 function name.
179
180 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
181
182 * gdb.base/checkpoint.c: Update copyright notice. Include
183 <stdlib.h>.
184
185 2006-01-04 Jim Blandy <jimb@redhat.com>
186
187 * gdb.asm/asm-source.exp: Independently provide default values for
188 asm-flags and debug-flags. Use 'string equal' to do the
189 comparison, not the implicit expr's '==' operator. Remove
190 now-unneeded assignments to asm-flags. In h8300 case, place
191 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
192
193 2006-01-04 Michael Snyder <msnyder@redhat.com>
194
195 * gdb.base/checkpoint.c: New file.
196 * gdb.base/checkpoint.exp: New file.
197 * gdb.base/multi-fork.c: New file.
198 * gdb.base/multi-fork.exp: New file.
199 * gdb.base/pi.txt: New file (data for checkpoint.c test).
200
201 2006-01-04 Fred Fish <fnf@specifix.com>
202
203 * gdb.base/ptype.c (foo): Add typedef.
204 (intfoo): Add function.
205 * gdb.base/ptype1.c: New file.
206 * gdb.base/ptype.exp: Handle compilation and linking with two
207 source files. Test that proper type for "foo" is found based
208 on source context rather than first match found in symtabs.
209
210 2005-12-28 Mark Kettenis <kettenis@gnu.org>
211
212 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
213 * gdb.asm/openbsd.inc: Indent commands.
214
215 2005-12-26 Mark Kettenis <kettenis@gnu.org>
216
217 * gdb.base/freebpcmd.exp: Increase timeout.
218
219 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
220
221 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
222
223 * gdb.base/default.exp: Update check for "show version".
224
225 2005-12-09 Randolph Chung <tausq@debian.org>
226
227 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
228 * gdb.asm/pa64.inc: New file.
229
230 2005-12-09 Randolph Chung <tausq@debian.org>
231
232 * gdb.asm/common.inc: Indent commands.
233 * gdb.asm/asmsrc1.s: Likewise.
234 * gdb.asm/asmsrc2.s: Likewise.
235
236 2005-12-09 Randolph Chung <tausq@debian.org>
237
238 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
239 (get_addr_of_sym): Remove duplicate print.
240 (gen_core): xfail hppa*-*-hpux*, update expected output.
241 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
242 * gdb.arch/pa64-nullify.s: New file.
243
244 2005-12-09 Randolph Chung <tausq@debian.org>
245
246 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
247
248 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
249
250 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
251 code generation for these functions.
252 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
253 error message.
254
255 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
256
257 * gdb.base/help.exp (help b, help br, help bre, help brea)
258 (help break): Update the expected message.
259
260 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
261
262 * gdb.asm/m68hc11.inc: Setup the data section.
263 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
264 script for this test.
265 (m6812-*-*): Likewise.
266
267 2005-11-09 Randolph Chung <tausq@debian.org>
268
269 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
270
271 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
272
273 * gdb.base/break.exp: Fix a comment typo.
274
275 2005-11-03 Jim Blandy <jimb@redhat.com>
276
277 Checked in by Elena Zannoni <ezannoni@redhat.com>
278
279 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
280
281 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
282
283 * gdb.arch/gdb1558.c: Include stdio.h.
284
285 2005-10-31 Mark Kettenis <kettenis@gnu.org>
286
287 * gdb.asm/asm-source.exp: Use -e instead of --entry.
288
289 2005-10-31 Mark Kettenis <kettenis@gnu.org>
290
291 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
292
293 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
294
295 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
296 vscr" tests to better match output.
297
298 2005-10-12 Jim Blandy <jimb@redhat.com>
299
300 * gdb.base/structs.exp (any): New function.
301 (test_struct_returns): Don't make any assumptions at all about
302 what value the function returns when GDB can't set the return
303 value.
304
305 2005-10-09 Joel Brobecker <brobecker@adacore.com>
306
307 * gdb.ada/arrayidx/p.adb: New file.
308 * gdb.ada/arrayidx.exp: New testcase
309
310 2005-10-09 Joel Brobecker <brobecker@adacore.com>
311
312 * gdb.ada/array_return/pck.ads: New file.
313 * gdb.ada/array_return/pck.adb: New file.
314 * gdb.ada/array_return/p.adb: New file.
315 * gdb.ada/array_return.exp: New testcase.
316
317 2005-10-03 Joel Brobecker <brobecker@adacore.com>
318
319 * gdb.base/arrayidx.c: New file.
320 * gdb.base/arrayidx.exp: New testcase.
321
322 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
323
324 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
325 frames-invalid and breakpoints-invalid are no longer generated
326 with level 3 so don't expect them in the output.
327
328 2005-09-27 Bob Rossi <bob@brasko.net>
329
330 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
331 from test. Escape the | in mi_gdb_test call.
332 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
333 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
334 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
335 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
336 expected regex's in mi_gdb_test calls.
337 * lib/mi-support.exp: Remove arbitrary .* from tests.
338 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
339 Fully anchor GDB/MI expected results in mi_gdb_test.
340 * lib/gdb.exp (string_to_regexp): Escape the ] character.
341 * gdb.base/sizeof.exp: Remove escape character. Correct test.
342
343 2005-09-26 Paul Brook <paul@codesourcery.com>
344
345 * long_long.exp: Exclude eabi targets from arm FPA float format test.
346
347 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
348
349 * bfp-test.c: New file.
350 * bfp-test.exp: New testcase.
351
352 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
353
354 * gdb.fortran/subarray.exp: New testcase to test the evaluation
355 of subarray and substring variable.
356 * gdb.fortran/subarray.f: New source file for the test of subarray
357 and substring variable evaluation.
358 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
359 of string constant.
360
361 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
362
363 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
364 copyright dates.
365
366 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
367
368 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
369 powerpc altivec' test with an almost identical 'info vector' test.
370
371 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
372
373 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
374 vscr" tests to match output.
375
376 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
377
378 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
379 output.
380
381 2005-09-11 Bob Rossi <bob@brasko.net>
382
383 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
384 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
385 commands that return an MI output command and an asyncronous MI output
386 command.
387 * gdb.mi/mi-console.exp: Ditto.
388
389 2005-09-11 Bob Rossi <bob@brasko.net>
390
391 * gdb.mi/mi-var-child.c: Include <string.h>.
392
393 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
394
395 * killed.exp: Correct gdb_expect syntax.
396
397 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
398
399 * lib/mi-support.exp (mi_gdb_load): Fix typo.
400
401 2005-08-02 Bob Rossi <bob@brasko.net>
402
403 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
404 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
405 Change tests to inferior-tty-set/show.
406 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
407 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
408 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
409 inferior. Use mi_gdb_test to get GDB and Inferior output.
410 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
411 descriptor.
412 (mi_inferior_tty_name): Add inferior PTY file name.
413 (mi_gdb_start): Add INFERIOR_PTY parameter.
414 (mi_gdb_test): Add IPATTERN parameter.
415
416 2005-08-02 Bob Rossi <bob@brasko.net>
417
418 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
419 parameter to mi_gdb_test.
420 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
421
422 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
423
424 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
425 struct_declarations.
426 * gdb.mi/mi-var-child.exp: Step over the initialization of
427 struct_declarations.
428
429 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
430
431 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
432 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
433 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
434 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
435 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
436 file.
437
438 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
439
440 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
441 (do_children_tests): Assign values to the extra elements.
442
443 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
444 them for tests for "-var-update --no-values" and
445 "-var-update --all-values".
446 Add test for "-var-list-children --simple-values".
447
448 * gdb.mi/basics.c (callee4): Add integer array D[3]...
449
450 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
451 "-stack-list-locals --simple-values" Improve doc strings and
452 comments.
453
454 2005-07-18 Mark Kettenis <kettenis@gnu.org>
455
456 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
457 *-*-openbsd*.
458 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
459
460 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
461 sigaltsatck'.
462
463 2005-07-14 Bob Rossi <bob@brasko.net>
464
465 * gdb.base/default.exp (tty): Changed output of command.
466 * gdb.base/help.exp (help tty): Ditto.
467
468 2005-07-12 Mark Kettenis <kettenis@gnu.org>
469
470 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
471
472 2005-07-10 Mark Kettenis <kettenis@gnu.org>
473
474 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
475 -stack-select-frame without arguments.
476 (test_stack_frame_listing): Add test for newly implemented command
477 -stack-info-frame.
478
479 2005-07-06 Bob Rossi <bob@brasko.net>
480
481 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
482 command.
483 (Copyright): Update copyright.
484
485 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
486
487 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
488 tests to evaluate exponentiation expression.
489
490 2005-06-29 Andreas Schwab <schwab@suse.de>
491
492 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
493 main to avoid warnings.
494
495 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
496
497 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
498
499 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
500 -stack-select-frame without arguments.
501 (test_stack_frame_listing): Add test for newly implemented command
502 -stack-info-frame.
503
504 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
505
506 * gdb.fortran/array-element.f: New file.
507 * gdb.fortran/array-element.exp: New testcase.
508
509 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
510
511 * gdb.base/bigcore.exp: Correct checks for systems which can
512 not dump a large core file.
513
514 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
515
516 * gdb.base/relocate.c: Add a copyright notice.
517 (dummy): Remove.
518 * gdb.base/relocate.exp: Test printing the values of variables
519 from a relocatable file.
520
521 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
522
523 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
524 excess MI output after an error.
525
526 2005-05-29 Joel Brobecker <brobecker@adacore.com>
527
528 * gdb.arch/alpha-step.c: New file.
529 * gdb.arch/alpha-step.exp: New testcase.
530
531 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
532 Dennis Brueni <dennis@slickedit.com>
533
534 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
535 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
536 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
537 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
538 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
539 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
540 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
541
542 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
543 Wu Zhou <woodzltc@cn.ibm.com>
544
545 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
546 IBM's xlc compiler.
547 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
548 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
549
550 2005-05-13 Jim Blandy <jimb@redhat.com>
551
552 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
553 calling gdb_suppress_entire_file.
554 * gdb.base/charset.exp: Same.
555 * gdb.base/call-rt-st.exp: Same.
556
557 2005-05-05 Bob Rossi <bob_rossi@cox.net>
558
559 * lib/gdb.exp (fullname_syntax): Added global regex.
560 (fullname_syntax_POSIX): Ditto.
561 (fullname_syntax_UNC): Ditto.
562 (fullname_syntax_DOS_CASE): Ditto.
563 (fullname_syntax_DOS): Ditto.
564 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
565 fullname_syntax variable to scope and use it.
566 (test_file_list_exec_source_files): Ditto.
567 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
568
569 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
570
571 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
572
573 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
574
575 * lib/gdb.exp (skip_altivec_tests): New function, based on
576 check_vmx_hw_available from the GCC testsuite.
577 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
578 * lib/gdb.arch/altivec-regs.exp: Likewise.
579
580 2005-05-02 Jim Blandy <jimb@redhat.com>
581
582 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
583 calling gdb_suppress_entire_file.
584
585 2005-04-30 Randolph Chung <tausq@debian.org>
586
587 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
588 Slightly relax "sem_post" name checking.
589
590 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
591
592 * gdb.base/unload.exp: Use new shared library infrastructure.
593
594 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
595
596 * gdb.base/so-impl-ld.exp: Use new shared library
597 infrastructure.
598
599 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
600
601 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
602 * gdb.asm/h8300.inc: New file.
603
604 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
605
606 * gdb.base/shlib-call.exp: Change to use new shared library
607 infrastructure.
608
609 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
610
611 * gdb.base/pending.exp: Change to use new shared library
612 infrastructure.
613
614 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
615
616 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
617 use test_compiler_info instead of gcc_compiled, and update copyright.
618
619 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
620
621 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
622 shared objects being adjusted and update copyright years.
623
624 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
625
626 * ChangeLog: Correct some 2003-01-13 dates.
627 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
628 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
629 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
630 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
631 gdb.trace/tfind.exp: Update copyright years.
632
633 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
634 Daniel Jacobowitz <dan@codesourcery.com>
635
636 * lib/gdb.exp (gdb_compile): Handle shlib=.
637 (gdb_compile_shlib): New function.
638
639 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
640
641 * lib/gdb.exp (test_compiler_info): Give argument a default value.
642
643 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
644
645 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
646 gdb.server.
647 * configure.ac: Likewise.
648 * configure: Regenerated.
649 * gdb.gdbserver/Makefile.in: Moved to...
650 * gdb.server/Makefile.in: ... here.
651 * gdb.gdbserver/server.c: Moved to...
652 * gdb.server/server.c: ... here.
653 * gdb.gdbserver/server-run.exp: Moved to...
654 * gdb.server/server-run.exp: ... here.
655
656 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
657
658 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
659 * configure.ac: Create gdb.gdbserver/Makefile.
660 * configure: Regenerated.
661 * lib/gdbserver-support.exp: New file, derived from
662 config/gdbserver.exp.
663 * config/gdbserver.exp: Use gdbserver-support.exp.
664 * gdb.gdbserver/Makefile.in: New file.
665 * gdb.gdbserver/server.c: New file.
666 * gdb.gdbserver/server-run.exp: New file.
667
668 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
669
670 * lib/gdb.exp (test_compiler_info): Return compiler_info
671 if no arguments are given.
672
673 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
674
675 * gdb.arch/altivec-abi.exp: Check for compiler and set
676 use altivec' flag accordingly.
677 * gdb.arch/altivec-regs.exp: Likewise.
678
679 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
680
681 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
682
683 2005-03-27 Andreas Schwab <schwab@suse.de>
684
685 * gdb.base/bigcore.c (main): Add missing mode argument in open
686 call.
687
688 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
689
690 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
691 downloads.
692 * config/gdbserver.exp (gdb_load): Likewise.
693
694 2005-03-14 Paul Brook <paul@codesourcery.com>
695
696 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
697 targets.
698
699 2005-03-09 Joel Brobecker <brobecker@adacore.com>
700
701 * gdb.dwarf2/dup-psym.S: New file.
702 * gdb.dwarf2/dup-psym.exp: New testcase.
703
704 2005-03-09 Joel Brobecker <brobecker@adacore.com>
705
706 * gdb.ada/exec_changed/first.adb: New file.
707 * gdb.ada/exec_changed/second.adb: New file.
708 * gdb.ada/exec_changed.exp: New testcase.
709
710 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
711
712 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
713 (A2): New class.
714 (main): Test operator+.
715 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
716 breakpoint test.
717
718 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
719 * gdb.base/signull.exp: Disable if gdb,nosignals.
720 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
721 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
722 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
723 * gdb.mi/mi2-console.exp: Likewise.
724 * gdb.trace/collection.exp (run_trace_experiment): Consume the
725 continue output at start.
726 (gdb_collect_locals_test): Robustify regexp.
727 * gdb.trace/passc-dyn.exp: Fix comment typo.
728 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
729
730 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
731
732 * gdb.asm/asm-source.exp: Add iq2000 case.
733 * gdb.asm/iq2000.inc: New file.
734
735 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
736
737 * gdb.base/command.exp: Change hardcoded value to regular expression.
738 * gdb.base/float.exp: Add powerpc to the list of targets checked.
739
740 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
741
742 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
743 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
744 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
745 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
746 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
747
748 2005-03-05 Mark Kettenis <kettenis@gnu.org>
749
750 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
751 changes.
752
753 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
754
755 * lib/compiler.c: Add test for IBM's xlc compiler.
756 * lib/compiler.cc: Likewise.
757
758 2004-02-24 Joel Brobecker <brobecker@adacore.com>
759
760 * gdb.ada/fixed_points.exp: Create compilation object directory
761 before running the test.
762 * gdb.ada/null_record.exp: Likewise.
763 * gdb.ada/packed_array.exp: Likewise.
764 * gdb.ada/start.exp: Likewise.
765
766 2005-02-15 Joel Brobecker <brobecker@adacore.com>
767
768 * gdb.ada/packed_array/pa.adb: New file.
769 * gdb.ada/packed_array.exp: New testcase.
770
771 2005-02-10 Mark Kettenis <kettenis@gnu.org>
772
773 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
774 files.
775
776 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
777 on *-*-openbsd*. Correctly match whitespace in regukar
778 expressions.
779
780 2005-02-10 Daniel Jacobowitz <dan@debian.org>
781
782 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
783 PR exp/1821
784 * gdb.base/gdb1821.c: New test file.
785 * gdb.base/gdb1821.exp: New test file.
786
787 2005-02-09 Joel Brobecker <brobecker@adacore.com>
788
789 * gdb.base/start.c: New file.
790 * gdb.base/start.exp: New testcase.
791
792 2005-02-09 Joel Brobecker <brobecker@adacore.com>
793
794 * gdb.ada/start/dummy.adb: New file.
795 * gdb.ada/start.exp: New testcase.
796
797 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
798
799 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
800 for printing symbols and statistics.
801 Add test for using relative pathnames in "maint print msymbols" test.
802 Mark "maint info sections DATA" XFAIL on Cygwin.
803 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
804 tests.
805
806 2005-02-09 Andreas Schwab <schwab@suse.de>
807
808 Committed by Andrew Cagney <cagney@gnu.org>
809 * gdb.base/remotetimeout.exp: New file.
810
811 2005-02-07 Mark Kettenis <kettenis@gnu.org>
812
813 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
814
815 2005-02-03 Joel Brobecker <brobecker@adacore.com>
816
817 * gdb.ada/gnat_ada.gpr: New file.
818 * gdb.ada/gnat_ada.gin: Delete, no longer used.
819 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
820 * configure.ac: No longer generate gnat_ada.gpr.
821 * configure: Regenerate.
822 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
823 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
824 * gdb.ada/null_record/bar.ads: Likewise.
825 * gdb.ada/null_record/bar.adb: Likewise.
826 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
827 * gdb.ada/null_record.exp (testdir): New variable.
828 (testfile): executable is now in testdir subdirectory.
829 (srcfile): Use full path to the main compilation unit.
830 * gdb.ada/fixed_points.exp: Same changes as above.
831
832 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
833
834 * gdb.base/interp.exp: New test.
835
836 2005-01-24 Andrew Cagney <cagney@gnu.org>
837
838 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
839
840 2005-01-19 Andrew Cagney <cagney@gnu.org>
841
842 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
843 configure.ac not configure.in.
844
845 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
846 of powerpc*-*-*.
847 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
848 * gdb.base/list.exp (test_list_function)
849 (test_list_filename_and_function): Ditto.
850 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
851
852 2005-01-16 Andrew Cagney <cagney@gnu.org>
853
854 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
855
856 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
857
858 2005-01-14 Andrew Cagney <cagney@gnu.org>
859
860 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
861 * gdb.mi/mi2-var-cmd.exp: Ditto.
862
863 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
864
865 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
866
867 2005-01-07 Andrew Cagney <cagney@gnu.org>
868
869 * configure.ac: Rename configure.in, require autoconf 2.59.
870 * configure: Re-generate.
871 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
872 * gdb.stabs/configure: Re-generate.
873 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
874 * gdb.hp/configure: Re-generate.
875 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
876 autoconf 2.59.
877 * gdb.hp/gdb.objdbg/configure: Re-generate.
878 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
879 autoconf 2.59.
880 * gdb.hp/gdb.defects/configure: Re-generate.
881 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
882 autoconf 2.59.
883 * gdb.hp/gdb.compat/configure: Re-generate.
884 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
885 autoconf 2.59.
886 * gdb.hp/gdb.base-hp/configure: Re-generate.
887 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
888 autoconf 2.59.
889 * gdb.hp/gdb.aCC/configure: Re-generate.
890
891 2004-12-15 Jim Blandy <jimb@redhat.com>
892
893 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
894 under NPTL when there is debugging info available for libpthread.
895
896 2004-12-13 Jerome Guitton <guitton@gnat.com>
897
898 * gdb.ada/fixed_points.c: New file.
899 * gdb.ada/fixed_points.exp: New file.
900
901 2004-12-03 Randolph Chung <tausq@debian.org>
902
903 * gdb.arch/pa-nullify.exp: New file.
904 * gdb.arch/pa-nullify.s: New file.
905
906 2004-11-30 Randolph Chung <tausq@debian.org>
907
908 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
909 instead of "tbug". Fix regexp to work properly with gdb_test.
910
911 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
912
913 * gdb.base/bitfields2.exp: New test.
914 * gdb.base/bitfields2.c: New file.
915
916 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
917
918 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
919
920 2004-11-16 Randolph Chung <tausq@debian.org>
921
922 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
923
924 2004-11-14 Daniel Jacobowitz <dan@debian.org>
925
926 * gdb.threads/threadapply.exp: Correct "macro details" test.
927
928 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
929
930 * gdb.threads/threadapply.exp: New test.
931 * gdb.threads/threadapply.c: New file.
932
933 2004-11-07 Mark Kettenis <kettenis@gnu.org>
934
935 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
936 frames.
937
938 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
939
940 * gdb.base/cursal.exp: New file.
941 * gdb.base/cursal.c: New file.
942
943 2004-11-03 Andrew Cagney <cagney@gnu.org>
944
945 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
946
947 2004-10-30 Mark Kettenis <kettenis@gnu.org>
948
949 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
950 NetBSD/ELF targets.
951
952 2004-10-29 Joel Brobecker <brobecker@gnat.com>
953
954 * gdb.threads/bp_in_thread.c: New file, copied from
955 pthread_cond_wait.c.
956 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
957 file, rather than reusing the .c file from another testcase.
958
959 2004-10-20 Joel Brobecker <brobecker@gnat.com>
960
961 * gdb.ada/null_record.exp: Check where we stopped after
962 sending the start command, instead of where the associated
963 temporary breakpoint was inserted.
964
965 2004-10-14 Andrew Cagney <cagney@gnu.org>
966
967 * gdb.mi/gdb701.c (main): Return 0.
968
969 2004-10-13 Daniel Jacobowitz <dan@debian.org>
970
971 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
972
973 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
974
975 * gdb.threads/schedlock.c: Add comment markers to use to find
976 line numbers.
977 * gdb.threads/schedlock.exp: Adjust regex to handle the new
978 comments.
979 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
980 breakpoint lines.
981
982 2004-10-12 Daniel Jacobowitz <dan@debian.org>
983
984 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
985
986 2004-10-12 Daniel Jacobowitz <dan@debian.org>
987
988 * configure.in: Add gdb.dwarf2.
989 * configure: Regenerated.
990 * Makefile.in: Add gdb.dwarf2.
991 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
992 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
993 gdb.dwarf2/file1.txt: New files.
994
995 2004-10-11 Orjan Friberg <orjanf@axis.com>
996
997 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
998 of "run", since the latter doesn't work with remote targets. Adjust
999 the breakpoint numbering accordingly.
1000 * gdb.threads/pthread_cond_wait.exp: Ditto.
1001
1002 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
1003
1004 * gdb.base/overlays.exp: Update copyright years.
1005
1006 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1007
1008 * gdb.base/overlays.exp: Disable if target is Linux.
1009
1010 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
1011
1012 * config/gdbserver.exp (gdb_load): Use right filename on remote.
1013
1014 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1015
1016 * gdb.asm/asm-source.exp: Add m32r-linux target.
1017 * gdb.asm/m32r-linux.inc: New file.
1018
1019 2004-09-24 Andrew Cagney <cagney@redhat.com>
1020 David Anderson <anderson@redhat.com>
1021
1022 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
1023 command fails, assume things will work.
1024 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
1025 (_GNU_SOURCE): Define.
1026 (print_unsigned, print_hex): Change parameter to "long long".
1027 (print_byte_count): New function, use to print byte counts.
1028 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
1029 O_LARGEFILE.
1030 (main): Compute an upper bound on a corefile in max_core_size.
1031 Limit memory chunk size to max_core_size. Limit total memory
1032 allocated to max_core_size.
1033
1034 2004-09-23 Andrew Cagney <cagney@gnu.org>
1035
1036 * gdb.base/bigcore.exp: Replace the code that creates a corefile
1037 from a separate process with code that creates a corefile by
1038 making the inferior dump core.
1039
1040 2004-09-23 Mark Kettenis <kettenis@gnu.org>
1041
1042 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
1043 block.
1044
1045 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
1046
1047 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
1048 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
1049 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
1050 Likewise.
1051
1052 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1053
1054 * gdb.java/jprint.exp: New test case for java inferior call.
1055 * gdb.java/jprint.java: Ditto.
1056
1057 2004-09-15 Joel Brobecker <brobecker@gnat.com>
1058
1059 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
1060
1061 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
1062
1063 * gdb.threads/killed.c: Include <stdlib.h>.
1064 * gdb.threads/pthreads.c: Likewise.
1065
1066 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
1067
1068 * gdb.threads/killed.c: Add copyright notice.
1069
1070 2004-09-10 Jason Molenda (jmolenda@apple.com)
1071
1072 * gdb.base/define.exp: Two new tests to verify zero space chars
1073 after 'if' and 'while' commands in a user-defined command is correctly
1074 parsed.
1075
1076 2004-09-08 Andrew Cagney <cagney@gnu.org>
1077
1078 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
1079 delivery test with duplicate at end of file.
1080
1081 2004-09-06 Mark Kettenis <kettenis@jive.nl>
1082
1083 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
1084
1085 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
1086
1087 * config/hppro.exp: Removed.
1088
1089 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
1090
1091 * config/sparclet.exp: Removed.
1092
1093 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
1094
1095 * config/udi.exp: Removed.
1096
1097 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
1098
1099 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
1100 of "exp_continue".
1101 (advancei): Likewise.
1102
1103 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1104
1105 * gdb.base/unload.exp: Fix so messages aren't duplicated.
1106
1107 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
1108
1109 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
1110 to check for nodebug in executable.
1111 * gdb.gdb/observer.exp (setup_test): Likewise.
1112 * gdb.gdb/selftest.exp (test_with_self): Likewise.
1113 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
1114
1115 2004-09-01 Andrew Cagney <cagney@gnu.org>
1116
1117 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
1118 files.
1119
1120 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1121
1122 * gdb.base/unload.exp: Fix expected warning message to match
1123 latest format.
1124
1125 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
1126
1127 * gdb.base/call-rt-st.exp: Fix typos.
1128
1129 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
1130
1131 * gdb.threads/thread_check.exp: New testcase.
1132 * gdb.threads/thread_check.c: New testcase.
1133
1134 2004-08-31 Andrew Cagney <cagney@gnu.org>
1135
1136 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
1137 (skip_to_handler_entry): New procedures. Test stepping into a
1138 handler when the breakpoint is at the handler's entry point.
1139
1140 2004-08-30 Andrew Cagney <cagney@gnu.org>
1141
1142 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
1143 gdb/1757.
1144
1145 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
1146
1147 With code from Manoj Iyer <manjo@austin.ibm.com>:
1148 * lib/gdb.exp (gdb_file_cmd): Return more information in the
1149 return value. Add an arm for "no debugging symbols found".
1150 Change a stray "error" to "perror".
1151 (gdb_run_cmd): Adapt to new return value.
1152 * gdb.base/remote.exp: Adapt to new return value.
1153 * gdb.gdb/complaints.exp: Likewise.
1154 * gdb.gdb/observer.exp: Likewise.
1155 * gdb.gdb/selftest.exp: Likewise.
1156 * gdb.gdb/xfullpath.exp: Likewise.
1157
1158 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1159
1160 * gdb.threads/bp_in_thread.exp: New testcase.
1161
1162 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
1163
1164 Fix PR testsuite/1735.
1165 * gdb.threads/schedlock.c (thread_function): Add a cast
1166 to suppress a gcc warning.
1167 * gdb.threads/thread-specific.c (thread_function): Likewise.
1168
1169 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
1170
1171 * gdb.base/unload.c: Include <stdlib.h>.
1172
1173 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
1174
1175 From Paul Gilliam <pgilliam@us.ibm.com>:
1176 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
1177 synchronized after the "return".
1178
1179 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
1180
1181 * gdb.mi/basics.c: Include <stdio.h>.
1182 * gdb.mi/pthreads.c: Include <stdlib.h>.
1183 * gdb.mi/var-cmd.c: Include <stdlib.h>.
1184
1185 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
1186
1187 * gdb.threads/schedlock.c: Add copyright notice.
1188
1189 2004-08-25 Andrew Cagney <cagney@gnu.org>
1190
1191 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
1192 (skip_over_handler, breakpoint_over_hander): New test procedures.
1193 (advance, advancei): Add a proper prefix, do not use
1194 rerun_to_main.
1195 * gdb.base/sigstep.c (main): Change to use an infinite loop.
1196
1197 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
1198
1199 * gdb.mi/basics.c: Add copyright notice.
1200 * gdb.mi/var-cmd.c: Add copyright notice.
1201
1202 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
1203
1204 * lib/gdb.exp: Remove signed_keyword_not_used.
1205 * lib/compiler.c: Likewise.
1206 * lib/compiler.cc: Likewise.
1207
1208 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
1209
1210 * gdb.base/whatis.c: Remove conditional disabling of "signed".
1211 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
1212
1213 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
1214
1215 * gdb.base/whatis.c: Add copyright notice.
1216
1217 2004-08-20 Mark Kettenis <kettenis@gnu.org>
1218
1219 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
1220 it to skip the breakpoints encoded in the inline assembly.
1221
1222 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
1223
1224 * Makefile.in: Add gdb.fortran.
1225
1226 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
1227
1228 * gdb.base/call-sc.exp (test_scalar_returns):
1229 Fix cut-and-paste glitch in "Make fun return now".
1230
1231 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
1232
1233 * configure.in: Add gdb.fortran.
1234 * configure: Regenerate.
1235 * gdb.fortran/Makefile.in: New file.
1236 * lib/gdb.exp (skip_fortran_tests): New procedure.
1237
1238 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
1239
1240 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
1241 reference to bug-gnu@prep.ai.mit.edu.
1242 * gdb.mi/mi-var-child.exp: Likewise.
1243 * gdb.mi/mi-var-cmd.exp: Likewise.
1244 * gdb.mi/mi-var-display.exp: Likewise.
1245 * gdb.mi/mi2-var-block.exp: Likewise.
1246 * gdb.mi/mi2-var-child.exp: Likewise.
1247 * gdb.mi/mi2-var-cmd.exp: Likewise.
1248 * gdb.mi/mi2-var-display.exp: Likewise.
1249
1250 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1251
1252 * gdb.base/unload.c (main): Make local variable msg const.
1253
1254 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
1255
1256 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
1257 to bug-gnu@prep.ai.mit.edu.
1258 * gdb.mi/mi-disassemble.exp: Likewise.
1259 * gdb.mi/mi-eval.exp: Likewise.
1260 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
1261 default line number.
1262 * gdb.mi/mi-return.exp: Likewise.
1263 * gdb.mi/mi-simplerun.exp: Likewise.
1264 * gdb.mi/mi-stack.exp: Likewise.
1265 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
1266 number with explicit range test.
1267 * gdb.mi/mi-watch.exp: Likewise.
1268 * gdb.mi/mi2-break.exp: Likewise.
1269 * gdb.mi/mi2-cli.exp: Likewise.
1270 * gdb.mi/mi2-disassemble.exp: Likewise.
1271 * gdb.mi/mi2-eval.exp: Likewise.
1272 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
1273 default line number.
1274 * gdb.mi/mi2-return.exp: Likewise.
1275 * gdb.mi/mi2-simplerun.exp: Likewise.
1276 * gdb.mi/mi2-stack.exp: Likewise.
1277 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
1278 number with explicit range test.
1279 * gdb.mi/mi2-watch.exp: Likewise.
1280
1281 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
1282
1283 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
1284 * gdb.cp/m-static.exp: Likewise.
1285 * gdb.cp/rtti.exp: Likewise.
1286
1287 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1288
1289 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
1290
1291 2004-08-14 Eli Zaretskii <eliz@gnu.org>
1292
1293 * ChangeLog: Prefix Local Variables with semi-colons and indent
1294 the reference to older ChangeLog files, to fix fontification in
1295 Emacs.
1296
1297 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
1298
1299 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
1300 * gdb.mi/mi2-break.exp: Likewise.
1301
1302 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
1303
1304 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
1305
1306 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
1307
1308 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
1309
1310 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
1311
1312 * gdb.cp/classes.exp: Remove unused declarations. Just let
1313 test names default instead of providing special names. Remove
1314 extraneous demangler test.
1315
1316 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
1317
1318 * gdb.base/unload.exp: New test for breakpoints in dynamically
1319 loaded libraries.
1320 * gdb.base/unload.c: Ditto.
1321 * gdb.base/unloadshr.c: Ditto.
1322
1323 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1324
1325 * gdb.cp/classes.exp (test_ptype_class_objects): Call
1326 cp_test_ptype_class.
1327 (test_enums): Likewise.
1328
1329 2004-08-10 Andrew Cagney <cagney@gnu.org>
1330
1331 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
1332 files.
1333
1334 2004-08-10 Andrew Cagney <cagney@gnu.org>
1335
1336 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
1337 init_malloc call.
1338
1339 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
1340
1341 * ChangeLog: Add copyright notice. The notice is copied
1342 from emacs 21.3 top level ChangeLog.
1343
1344 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
1345
1346 * lib/cp-support.exp: New file.
1347 * lib/cp-support.exp (cp_test_type_class): New function.
1348 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
1349 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
1350 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
1351 cp_test_ptype_class.
1352
1353 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
1354
1355 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
1356 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
1357 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
1358 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
1359 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
1360 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
1361 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
1362 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
1363 gdb.mi/mi2-watch.exp: Update copyright years.
1364
1365 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1366
1367 * gdb.base/sigaltstack.exp: Provide proper anchoring.
1368
1369 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
1370
1371 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
1372 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
1373 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
1374 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
1375 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
1376 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
1377 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
1378 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
1379 gdb.mi/mi-watch.exp: Update copyright years.
1380
1381 2004-08-08 Daniel Jacobowitz <dan@debian.org>
1382
1383 PR gdb/1738
1384 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
1385 from a breakpoint with a pending signal.
1386
1387 2004-08-08 Daniel Jacobowitz <dan@debian.org>
1388
1389 PR gdb/1736
1390 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
1391 * gdb.base/sigaltstack.exp (finish_test): Consume output until
1392 the prompt.
1393 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
1394
1395 2004-08-08 Daniel Jacobowitz <dan@debian.org>
1396
1397 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
1398
1399 2004-08-08 Daniel Jacobowitz <dan@debian.org>
1400
1401 PR gdb/1736
1402 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
1403 for i?86-*-linux*.
1404
1405 2004-08-08 Daniel Jacobowitz <dan@debian.org>
1406
1407 * gdb.arch/i386-prologue.exp: Compile without debug information.
1408
1409 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
1410
1411 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
1412 rather than asking gdb to search.
1413
1414 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
1415
1416 * gdb.base/gcore.c: Include <string.h>.
1417
1418 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
1419
1420 * gdb.base/gcore.c: Add copyright notice.
1421
1422 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
1423
1424 * gdb.base/freebpcmd.c: Include <stdio.h>.
1425 * gdb.base/long_long.c: Include <string.h>.
1426 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
1427 * gdb.base/siginfo.c: Include <string.h>.
1428 * gdb.base/sigstep.c: Include <string.h>.
1429
1430 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1431
1432 * gdb.base/complex.c: Include <stdlib.h>.
1433
1434 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1435
1436 * gdb.base/complex.c: Add copyright notice.
1437
1438 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1439
1440 * gdb.base/charset.c: Include <stdlib.h>.
1441
1442 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1443
1444 * gdb.base/auxv.c: Include <stdlib.h>.
1445
1446 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1447
1448 * gdb.base/auxv.c: Add copyright notice.
1449
1450 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1451
1452 * gdb.base/coremaker.c: Add copyright notice.
1453 * gdb.base/coremaker2.c: Add copyright notice.
1454
1455 2004-08-04 Andrew Cagney <cagney@gnu.org>
1456
1457 * gdb.base/store.exp: Update copyright.
1458 (check_set, up_set, check_struct, up_struct): Add a prefix to test
1459 names, do not import gdb_prompt.
1460
1461 2004-08-01 Andrew Cagney <cagney@gnu.org>
1462
1463 Fix PR testsuite/1729.
1464 * gdb.base/dump.exp: Add test name to callers of capture_value, do
1465 not use capture_value with value 4.
1466 (capture_value): Add optional test name parameter.
1467 (test_reload_saved_value, test_restore_saved_value): Use $msg as
1468 the prefix, pass to capture_value.
1469
1470 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1471
1472 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
1473 * gdb.arch/i386-prologue.c (standard): New prototype and function.
1474 (main): Call new function.
1475
1476 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
1477
1478 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
1479
1480 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
1481
1482 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
1483
1484 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
1485
1486 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
1487 Accept more values of vtbl pointer. Remove some messages
1488 about "obsolete gcc or gdb".
1489
1490 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
1491
1492 * gdb.cp/classes.exp: Accept more varieties of ptype output.
1493
1494 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
1495
1496 * gdb.base/asm-source.exp: Properly convert target board
1497 debug flags from gcc format to binutils format.
1498
1499 2004-07-28 Mark Kettenis <kettenis@gnu.org>
1500
1501 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
1502 gdb1718". PR backtrace/1718 partially fixed.
1503
1504 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
1505
1506 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
1507
1508 2004-07-26 Nick Clifton <nickc@redhat.com>
1509
1510 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
1511 good default value for a specific architecture is available then
1512 set it to that value. Otherwise default to the -gstabs switch.
1513 Remove the -g... switches from the asm-flags variable. Allow the
1514 target board info to override the value if it wants to. Pass the
1515 switch on the assembler command line.
1516
1517 2004-07-23 Mark Kettenis <kettenis@gnu.org>
1518
1519 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
1520 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
1521 (main): Call new function.
1522
1523 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
1524
1525 Test for PR exp/1715.
1526 * gdb.base/radix.exp: Refactor common procedures. Make all
1527 test names unique. Change XFAIL to KFAIL.
1528
1529 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
1530
1531 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
1532 * gdb.ada/gnat_ada.gin: ... to here.
1533 * configure.in: Use gnat_ada.gin.
1534 * configure: Regenerate.
1535
1536 2004-07-20 Andrew Cagney <cagney@gnu.org>
1537
1538 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
1539 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
1540 XFAILs. Clean up test messages and comments. Check backtraces.
1541 Delete re-sync code.
1542
1543 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1544
1545 Fix PR cli/740.
1546 * gdb.base/annota1.exp: Honor gdb,nosignals.
1547 * gdb.base/annota3.exp: Likewise.
1548
1549 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1550
1551 * lib/java.exp: Update copyright notice.
1552
1553 2004-07-19 Andrew Cagney <cagney@gnu.org>
1554
1555 * gdb.base/selftest.exp: Copy file from here ...
1556 * gdb.gdb/selftest.exp: ... to here.
1557
1558 2004-07-16 Andrew Cagney <cagney@redhat.com>
1559
1560 * lib/insight-support.exp: Delete file.
1561 * lib/java.exp (java_init): Fix copyright.
1562
1563 2004-07-16 Andrew Cagney <cagney@gnu.org>
1564
1565 * gdb.base/restore.c: Append "prologue" to comments marking the a
1566 function's prologue.
1567 * gdb.base/restore.exp: Update copyright, re-indent.
1568 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
1569 callerN" prefix where needed. Update patterns that match a
1570 function's prologue.
1571
1572 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
1573
1574 * gdb.base/restore.c: Add copyright notice.
1575
1576 2004-07-16 Andrew Cagney <cagney@gnu.org>
1577
1578 * gdb.base/logical.exp: Update copyright.
1579 (evaluate): New procedure. Use to re-implement tests using
1580 several tables.
1581
1582 2004-07-14 Martin Hunt <hunt@redhat.com>
1583
1584 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
1585 which fixes some problems where init.tcl was not found.
1586
1587 2004-07-13 Andrew Cagney <cagney@gnu.org>
1588
1589 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
1590 (check_sizeof, check_valueof): Do not include the output in the
1591 test name. Use gdb_test.
1592 (get_valueof): Use gdb_test_multiple.
1593
1594 * gdb.base/step-test.exp: Update copyright. Use
1595 gdb_test_multiple. Ensure that test names do not include
1596 architecture dependent output.
1597
1598 * gdb.gdb/observer.exp: Update copyright.
1599 (setup_test): Use gdb_test_multiple.
1600 (attach_first_observer, attach_second_observer)
1601 (attach_third_observer, detach_first_observer)
1602 (detach_second_observer, detach_third_observer)
1603 (reset_counters, check_counters): Make $message a prefix.
1604 (test_normal_stop_notifications): Add "args" parameter - a list of
1605 init functions to be called. Make $message a prefix,
1606 (test_observer_normal_stop): Change the message prefixes so that
1607 they are unique, pass the attach / detach procedures to
1608 test_normal_stop_notifications.
1609
1610 * gdb.base/signull.exp (test_segv): Prefix all tests with
1611 "${name}". Clean up test messages.
1612
1613 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
1614
1615 * gdb.base/ena-dis-br.exp: Update copyright.
1616 (break_at): New function. Replace send_gdb with gdb_test,
1617 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
1618 ignore count, not stopped at bpt", with KFAIL.
1619
1620 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
1621
1622 * gdb.base/attach.exp: Remove cleanupfile handling.
1623
1624 2004-07-12 Andrew Cagney <cagney@gnu.org>
1625
1626 * gdb.base/annota1.exp: Cleanup corefile test name.
1627 * gdb.base/annota3.exp: Ditto.
1628
1629 2004-07-12 Andrew Cagney <cagney@gnu.org>
1630
1631 * gdb.base/signals.exp: Clean up copyright, re-indent.
1632
1633 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
1634 gdb_test and gdb_test_multiple.
1635
1636 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
1637
1638 * gdb.java/jmain.exp: Fix expected line number for main to
1639 break at. Set XFAIL for break at main test since gcj does not
1640 provide line number info for first statement in main.
1641
1642 2004-07-08 Andrew Cagney <cagney@gnu.org>
1643
1644 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
1645
1646 * gdb.base/sigbpt.exp: Make the common part of each test name a
1647 prefix instead of suffix.
1648
1649 2004-07-07 Bob Rossi <bob_rossi@cox.net>
1650
1651 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
1652 test from test_tbreak_creation_and_listing to
1653 test_file_list_exec_source_file
1654 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
1655 Changed name of test from test_tbreak_creation_and_listing to
1656 test_file_list_exec_source_file
1657
1658 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
1659
1660 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
1661 the jmisc() constructor instead of <init>.
1662 * gdb.java/jmisc1.exp: Ditto.
1663
1664 2004-07-07 Andrew Cagney <cagney@gnu.org>
1665
1666 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
1667 corrupting the PC.
1668
1669 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
1670
1671 * gdb.cp/templates.exp: Accept whitespace change in demangler
1672 output.
1673
1674 2004-07-06 Andrew Cagney <cagney@gnu.org>
1675
1676 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
1677
1678 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
1679
1680 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
1681 * lib/compiler.cc: Likewise.
1682
1683 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
1684
1685 * lib/compiler.cc: Work around string preprocessing problem
1686 with old hp c++ compiler.
1687 * lib/compiler.c: Likewise.
1688
1689 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1690
1691 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
1692 directives to conditionalize symbol prefixing.
1693 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
1694 additional_flags handling. Add underscore prefix for Cygwin.
1695 * gdb.arch/i386-unwind.c: Use preprocessor directives to
1696 conditionalize symbol prefixing.
1697 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
1698 additional_flags handling. Add underscore prefix for Cygwin.
1699
1700 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1701
1702 * gdb.base/bigcore.exp: Skip test on Cygwin.
1703
1704 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
1705
1706 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
1707 formats for "info register". Use gdb_test_multiple. Fix
1708 the "invalid register" test.
1709
1710 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
1711
1712 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
1713 PID for Cygwin. Add Cygwin specific strings to check for in some
1714 tests.
1715 (do_attach_tests): Add a test for user interaction when attaching
1716 to a process with no matching symbol table already loaded.
1717
1718 2004-06-26 Andrew Cagney <cagney@gnu.org>
1719
1720 Test PR java/1567 and PR java/1565.
1721 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
1722 * gdb.java/jmisc2.exp: Delete file.
1723
1724 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
1725
1726 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
1727
1728 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
1729
1730 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
1731 attach process.
1732
1733 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
1734
1735 * gdb.cp/pr-1553.exp: Remove.
1736
1737 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
1738
1739 * gdb.cp/pr-1553.cc: Remove.
1740 * gdb.cp/pr-1553.exp: Disable this test.
1741
1742 2004-06-20 Jim Blandy <jimb@redhat.com>
1743
1744 Fix PR testsuite/1680.
1745 * gdb.arch/i386-sse.exp: Properly quote curly braces in
1746 regular expressions.
1747
1748 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1749
1750 Fix PR testsuite/1679.
1751 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
1752 Issue an UNSUPPORTED result instead.
1753
1754 2004-06-18 Jim Blandy <jimb@redhat.com>
1755
1756 * gdb.base/charset.exp: Only send a control-C if we see a new
1757 prompt and incomplete command.
1758
1759 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
1760
1761 * gdb.cp/pr-574.cc: Add copyright notice.
1762
1763 2004-06-17 Jim Blandy <jimb@redhat.com>
1764
1765 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
1766 cases where the regexp has no groups; this grabs random text from
1767 the previous test suite, whatever that was.
1768
1769 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
1770
1771 * gdb.cp/printmethod.cc: Add copyright notice.
1772
1773 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
1774
1775 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
1776
1777 2004-06-16 Andrew Cagney <cagney@gnu.org>
1778
1779 * gdb.base/signull.c: Update copyright. Include <string.h>.
1780 (bowler): Replace data_pointer with data_read
1781 and data_write cases. Add code_descriptor case.
1782 (zero, desc): New array and pointer.
1783 (data, code): Change to simple pointers.
1784 * gdb.base/signull.exp: Fix probe pattern matching a function
1785 descriptor SIGSEGV. Replace data_pointer with data_read and
1786 data_write tests.
1787
1788 2004-06-16 Andrew Cagney <cagney@gnu.org>
1789
1790 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
1791
1792 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1793
1794 * gdb.base/long_long.c: Add copyright notice.
1795
1796 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1797
1798 * gdb.base/long_long.exp: Remove reference to
1799 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
1800 to gdb_breakpoint and gdb_continue_to_breakpoint.
1801
1802 2004-06-14 Jim Blandy <jimb@redhat.com>
1803
1804 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
1805 endian case.
1806
1807 2004-06-14 Andrew Cagney <cagney@gnu.org>
1808
1809 * gdb.base/gcore.exp (capture_command_output): Delete the always
1810 passing tests containing inferior values.
1811 * gdb.base/ending-run.exp: Do not include the breakpoint address
1812 in the test message. Update copyright.
1813 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
1814 size in the test name, use gdb_test_multiple. Update copyright.
1815
1816 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1817
1818 * gdb.cp/ref-types.cc: Add copyright notice.
1819
1820 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1821
1822 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
1823 hp_aCC_compiler.
1824 * lib/compiler.cc: Likewise.
1825 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
1826 'set' commands. Log diagnostics for other lines. Set
1827 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
1828
1829 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
1830
1831 * gdb.cp/try_catch.cc: Add copyright notice.
1832
1833 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
1834
1835 * gdb.cp/userdef.cc: Add copyright notice.
1836
1837 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
1838
1839 * gdb.cp/virtfunc.cc: Add copyright notice.
1840
1841 2004-06-11 Randolph Chung <tausq@debian.org>
1842
1843 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
1844 problem.
1845
1846 2004-06-10 Andrew Cagney <cagney@gnu.org>
1847
1848 * lib/compiler.cc, lib/compiler.c: Append either
1849 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
1850 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
1851 instead of gcc-3-3.
1852
1853 2004-06-09 Andrew Cagney <cagney@gnu.org>
1854
1855 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
1856 gdb/1455, bug is specific to "long long" and "double".
1857
1858 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
1859 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
1860 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
1861 fixed.
1862
1863 2004-06-09 Andrew Cagney <cagney@gnu.org>
1864
1865 * gdb.base/structs.exp (test_struct_returns): Replace
1866 "return_value_unknown" and "finish_value_unknown" by
1867 "return_value_known" and "finish_value_known". Instead of
1868 "return_value_unknown" iff "finish_value_unknown", check
1869 "return_value_known" implies "finish_value_known".
1870
1871 2004-06-08 Martin Hunt <hunt@redhat.com>
1872
1873 * gdb.base/float.exp: Add pattern for mips targets.
1874
1875 2004-06-08 Randolph Chung <tausq@debian.org>
1876
1877 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
1878 message for unknown architectures more clear.
1879
1880 2004-06-08 Joel Brobecker <brobecker@gnat.com>
1881
1882 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
1883 start the execution of the program.
1884
1885 2004-06-07 Jim Blandy <jimb@redhat.com>
1886
1887 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
1888 * gdb.arch/i386-cpuid.h: New helper file.
1889
1890 2004-06-07 Randolph Chung <tausq@debian.org>
1891
1892 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
1893 has started.
1894
1895 2004-06-04 Roland McGrath <roland@redhat.com>
1896
1897 Fix PR gdb/1647.
1898 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
1899 differently to be robust to output buffering differences.
1900
1901 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
1902
1903 * gdb.threads/pthreads.exp: Update copyright years.
1904 (check_control_c): Change asynchronous 'after' to synchronous.
1905
1906 2004-06-04 Roland McGrath <roland@redhat.com>
1907
1908 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
1909 next gdb prompt.
1910
1911 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
1912
1913 Fix PR gdb/1636.
1914 * gdb.threads/manythreads.exp: Change asynchronous 'after'
1915 calls to synchronous.
1916
1917 2004-05-26 Jim Blandy <jimb@redhat.com>
1918
1919 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
1920
1921 2004-05-24 Randolph Chung <tausq@debian.org>
1922
1923 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
1924 * gdb.asm/pa.inc: New file.
1925
1926 2004-05-22 Mark Kettenis <kettenis@gnu.org>
1927
1928 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
1929
1930 2004-05-21 Joel Brobecker <brobecker@gnat.com>
1931 Daniel Jacobowitz <drow@mvista.com>
1932
1933 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
1934 GDB prompt.
1935
1936 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1937
1938 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
1939 setjmp/longjmp. Use sigaction instead of signal.
1940
1941 2004-05-19 J. Brobecker <brobecker@gnat.com>
1942 Michael Snyder <msnyder@redhat.com>
1943
1944 * gdb.threads/pthread_cond_wait.c: New file.
1945 * gdb.threads/pthread_cond_wait.exp: New testcase.
1946
1947 2004-05-13 Andrew Cagney <cagney@redhat.com>
1948
1949 * gdb.base/signull.exp, gdb.base/signull.c: New files.
1950 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
1951
1952 2004-05-11 Andrew Cagney <cagney@redhat.com>
1953
1954 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
1955 fixed but revealed gdb/1639.
1956
1957 2004-05-10 Andrew Cagney <cagney@redhat.com>
1958
1959 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
1960 func1" and "next to 2nd alarm", kernel bug avoided.
1961
1962 2004-05-10 Daniel Jacobowitz <dan@debian.org>
1963
1964 PR external/1568
1965 * gdb.base/bigcore.exp: Check the size of the dumped core file.
1966 XFAIL if it is smaller than bytes_allocated.
1967 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
1968 (main): Make chunks_allocated unsigned. Correct comment.
1969
1970 2004-05-07 Joel Brobecker <brobecker@gnat.com>
1971
1972 * gdb.arch/powerpc-aix-prologue.c: New file.
1973 * gdb.arch/powerpc-aix-prologue.exp: New file.
1974
1975 2004-05-07 Jim Blandy <jimb@redhat.com>
1976
1977 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
1978 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
1979
1980 2004-05-06 Joel Brobecker <brobecker@gnat.com>
1981
1982 * gdb.base/sep.exp: No longer setup_kfail when the program was
1983 built with dwarf2.
1984
1985 2004-05-05 Jim Ingham <jingham@apple.com>
1986
1987 * gdb.base/pending.exp: Make sure pending breakpoints
1988 preserve the ignore count.
1989
1990 2004-04-27 Jerome Guitton <guitton@gnat.com>
1991
1992 * i386-prologue.exp: Add testcase for jump instruction as first
1993 instruction of the real code.
1994 * i386-prologue.c (jump_at_beginning): New function.
1995
1996 2004-04-28 Mark Kettenis <kettenis@gnu.org>
1997
1998 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
1999 x86_64-*-*.
2000
2001 2004-04-28 Mark Kettenis <kettenis@gnu.org>
2002
2003 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
2004 i*86-*-*.
2005
2006 2004-04-25 Mark Kettenis <kettenis@gnu.org>
2007
2008 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
2009 expression that checks the return type.
2010
2011 2004-04-23 Andrew Cagney <cagney@redhat.com>
2012
2013 * gdb.base/call-sc.exp: New test of scalar call/return values.
2014 * gdb.base/call-sc.c: Ditto.
2015
2016 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2017
2018 * gdb.threads/manythreads.c: Reduce thread stack size.
2019
2020 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
2021
2022 * gdb.threads/manythreads.c: Add copyright notice.
2023
2024 2004-04-23 Andrew Cagney <cagney@redhat.com>
2025
2026 * gdb.base/siginfo.exp: Better handle step out of signal.
2027 * gdb.base/sigstep.exp: Ditto.
2028
2029 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
2030 Daniel Jacobowitz <drow@mvista.com>
2031
2032 * gdb.threads/manythreads.c: New testcase.
2033 * gdb.threads/manythreads.exp: Ditto.
2034
2035 2004-04-22 Jim Blandy <jimb@redhat.com>
2036
2037 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
2038 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
2039
2040 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
2041
2042 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
2043
2044 2004-04-21 Andrew Cagney <cagney@redhat.com>
2045
2046 * gdb.base/sigstep.c: New file.
2047 * gdb.base/sigstep.exp: New file.
2048
2049 2004-04-16 Joel Brobecker <brobecker@gnat.com>
2050
2051 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
2052 call to observer_notify_normal_stop.
2053
2054 2004-04-15 Andrew Cagney <cagney@redhat.com>
2055
2056 * gdb.base/siginfo.c: New file.
2057 * gdb.base/siginfo.exp: New file.
2058
2059 2004-04-12 J. Brobecker <brobecker@gnat.com>
2060
2061 * gdb.base/sep.exp: Fix typo in comment.
2062
2063 2004-04-12 J. Brobecker <brobecker@gnat.com>
2064
2065 * gdb.base/sep.c: New file.
2066 * gdb.base/sep-proc.c: New file.
2067 * gdb.base/sep.exp: New testcase.
2068
2069 2004-04-09 Mark Kettenis <kettenis@gnu.org>
2070
2071 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
2072 support.
2073
2074 2004-04-05 Andrew Cagney <cagney@redhat.com>
2075
2076 * gdb.base/sigaltstack.c: New file.
2077 * gdb.base/sigaltstack.exp: New file.
2078
2079 2004-04-04 Joel Brobecker <brobecker@gnat.com>
2080
2081 * gdb.base/foll-fork.exp: Update the expected output for
2082 "help set follow-fork-mode", to match a change that was made
2083 to the help of this variable on 2004-01-13.
2084
2085 2004-04-01 Joel Brobecker <brobecker@gnat.com>
2086
2087 * lib/ada.exp: Add copyright notice.
2088 * bar.ads: Likewise.
2089 * bar.adb: Likewise.
2090 * null_record.adb: Likewise.
2091 * null_record.exp: Likewise.
2092 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
2093
2094 2004-04-01 Joel Brobecker <brobecker@gnat.com>
2095
2096 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
2097 * configure: Regenerate.
2098
2099 2004-04-01 Joel Brobecker <brobecker@gnat.com>
2100
2101 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
2102 to build the application. Remove the message printed when in
2103 verbose mode, redundant with the UNSUPPORTED message above.
2104
2105 2004-03-31 Joel Brobecker <brobecker@gnat.com>
2106
2107 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
2108 * gdb.ada (null_record.exp): New testcase.
2109
2110 2004-03-31 Joel Brobecker <brobecker@gnat.com>
2111
2112 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
2113
2114 2004-03-31 Joel Brobecker <brobecker@gnat.com>
2115
2116 * gdb.ada: New subdirectory.
2117 * gdb.ada/Makefile.in: New file.
2118 * gdb.ada/gnat_ada.gpr.in: New file.
2119
2120 2004-03-31 Joel Brobecker <brobecker@gnat.com>
2121
2122 * lib/ada.exp: New file.
2123
2124 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
2125
2126 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
2127 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
2128
2129 2004-03-22 Andrew Cagney <cagney@redhat.com>
2130
2131 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
2132 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2133 Problem identified by Ulrich Weigand.
2134
2135 2004-03-17 David Carlton <carlton@kealia.com>
2136
2137 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
2138 PR c++/826.
2139
2140 2004-03-16 Roland McGrath <roland@redhat.com>
2141
2142 * gdb.base/auxv.exp: New file.
2143 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
2144
2145 2004-03-12 David Carlton <carlton@kealia.com>
2146
2147 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
2148 * gdb.cp/pr-1553.cc: Ditto.
2149 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
2150 pass branch.
2151
2152 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
2153
2154 * gdb.cp/templates.exp: Accept more template types.
2155
2156 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
2157
2158 From Corinna Vinschen with modifications.
2159 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
2160 local variable obj_with_enum.
2161 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
2162 results with obj_with_enum.
2163
2164 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
2165
2166 * gdb.cp/classes.cc: New file, copied from misc.cc.
2167 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
2168
2169 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
2170
2171 * gdb.cp/misc.cc: Add copyright notice.
2172
2173 2004-03-05 David Carlton <carlton@kealia.com>
2174
2175 * gdb.cp/rtti.exp: Add 'print *obj3' test.
2176 * gdb.cp/rtti.h: Update copyright.
2177 (namespace n2::n3): New.
2178 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
2179 (n2::n3::func3): New.
2180 (main): Call n2::n3::func3.
2181 * gdb.cp/rtti2.cc: Update copyright.
2182 (n2::create3): New.
2183
2184 2004-03-04 Mark Kettenis <kettenis@gnu.org>
2185
2186 * gdb.asm/openbsd.inc: Fix typo.
2187
2188 2004-03-03 Fred Fish <fnf@redhat.com>
2189
2190 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
2191 "val" instead of unused "size". Update copyright year.
2192
2193 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
2194
2195 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
2196 to use unsigned char.
2197 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
2198 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
2199
2200 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
2201
2202 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
2203 line of output.
2204
2205 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
2206
2207 * gdb.base/relocate.c (dummy): Initialize.
2208
2209 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
2210
2211 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
2212 a breakpoint at exit.
2213
2214 2004-02-27 Fred Fish <fnf@redhat.com>
2215
2216 * gdb.base/chng-syms.exp: Add expect condition to match failing
2217 case that isn't a timeout.
2218
2219 2004-02-27 Andrew Cagney <cagney@redhat.com>
2220
2221 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
2222 support.
2223
2224 2004-02-26 Fred Fish <fnf@redhat.com>
2225
2226 * gdb.arch/gdb1431.c: Remove.
2227 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
2228 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
2229 of "until" incorrectly.
2230
2231 2004-02-26 J. Brobecker <brobecker@gnat.com>
2232
2233 * gdb.cp/class2.cc (empty): New class.
2234 (refer): New function.
2235 (main): Declare an object of type empty and use it.
2236 * gdb.cp/class2.exp: Print the value of an object of type empty.
2237
2238 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2239
2240 * gdb.base/langs.exp: Update query string to match the
2241 new nquery format used for pending breakpoints.
2242
2243 2004-02-26 Andrew Cagney <cagney@redhat.com>
2244
2245 Fix PR i18n/1570.
2246 * gdb.base/charset.c: Update copyright notice.
2247 (main, init_string): Remove the escape character '\e' tests.
2248 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
2249 * gdb.base/charset.exp (valid_host_charset): Ditto.
2250 * gdb.base/setvar.exp: Ditto.
2251
2252 2004-02-24 Andrew Cagney <cagney@redhat.com>
2253
2254 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
2255 mmapped data in core file" PASS and FAIL messages consistent.
2256
2257 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
2258 setting a breakpoint. Work around PR java/1565.
2259
2260 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2261
2262 * lib/gdb.exp (gdb_breakpoint): Update query string to match
2263 new nquery format.
2264 * gdb.base/pending.exp: Ditto.
2265
2266 2004-02-22 Mark Kettenis <kettenis@gnu.org>
2267
2268 * configure.in: Run stabs tests on *BSD.
2269 * configure: Regenerated.
2270
2271 2004-02-21 Mark Kettenis <kettenis@gnu.org>
2272
2273 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
2274
2275 2004-02-20 Fred Fish <fnf@redhat.com>
2276
2277 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
2278 blank in test for "returns short", for consistency with other
2279 "returns xxx" tests. Update copyright year.
2280
2281 2004-02-19 Fred Fish <fnf@redhat.com>
2282
2283 New testcase for PR breakpoint/1558.
2284 * gdb.arch/gdb1558.exp: New file.
2285 * gdb.arch/gdb1558.c: New file.
2286
2287 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
2288
2289 * gdb.base/nodebug.exp: Fix typo.
2290
2291 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2292
2293 Committed by Jim Blandy <jimb@redhat.com>.
2294
2295 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
2296
2297 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
2298
2299 * gdb.base/float.exp: Support s390*-*-* targets.
2300
2301 2004-02-17 Adam Fedor <fedor@gnu.org>
2302
2303 * gdb.base/gdb1555.exp: New file.
2304 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
2305
2306 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
2307
2308 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
2309
2310 2004-02-16 Fred Fish <fnf@redhat.com>
2311
2312 * gdb.arch/gdb1291.c: Remove
2313 * gdb.arch/gdb1291.s: New test input file.
2314 * gdb.arch/gdb1291.exp: Expand test to check case that should not
2315 fail. Test for correct result, known incorrect result, other
2316 failures and timeouts.
2317
2318 2004-02-16 Andrew Cagney <cagney@redhat.com>
2319
2320 * gdb.base/bigcore.exp: New file.
2321 * gdb.base/bigcore.c: New file.
2322
2323 2004-02-13 Andrew Cagney <cagney@redhat.com>
2324
2325 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
2326 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
2327 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
2328 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
2329 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
2330 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
2331 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
2332 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
2333 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
2334 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
2335
2336 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
2337
2338 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
2339 executed is an alloc instruction.
2340
2341 2004-02-11 David Carlton <carlton@kealia.com>
2342
2343 * gdb.cp/breakpoint.exp: New.
2344 * gdb.cp/breakpoint.cc: New.
2345
2346 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
2347
2348 Partial fix for PR gdb/1543.
2349 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
2350 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
2351 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
2352 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
2353 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
2354 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
2355 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
2356 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
2357 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
2358 to bug-gdb@prep.ai.mit.edu .
2359 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
2360 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
2361 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
2362 Likewise.
2363
2364 2004-02-10 Andrew Cagney <cagney@redhat.com>
2365
2366 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
2367 using gdb_internal_error_resync.
2368
2369 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
2370
2371 * gdb.threads/thread-specific.exp: Stop early if no threads are
2372 found.
2373
2374 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
2375
2376 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
2377
2378 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
2379
2380 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
2381 breakpoints.
2382
2383 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
2384
2385 * config/sim.exp (gdb_load): Handle $arg == "".
2386 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
2387 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
2388
2389 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
2390
2391 * gdb.base/maint.exp: Update test to reflect
2392 obstack changes.
2393
2394 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
2395
2396 * gdb.base/pendshr.c (pendfunc): New function that calls
2397 pendfunc1.
2398 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
2399
2400 2004-02-04 Fred Fish <fnf@redhat.com>
2401
2402 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
2403 function symbols and update copyright years.
2404 * gdb.arch/gdb1291.c: Ditto.
2405
2406 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
2407
2408 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
2409
2410 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
2411
2412 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
2413
2414 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
2415
2416 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
2417
2418 2004-02-02 Fred Fish <fnf@redhat.com>
2419
2420 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
2421 remote targets. Update copyright years.
2422
2423 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2424
2425 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
2426 support.
2427 * gdb.base/langs.exp: Fix test which attempts to create
2428 breakpoint on non-existent function to handle new pending
2429 support.
2430 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
2431 a breakpoint.
2432 * gdb.base/pending.exp: New test.
2433 * gdb.base/pending.c: New file.
2434 * gdb.base/pendshr.c: Ditto.
2435
2436 2004-02-02 David Carlton <carlton@kealia.com>
2437
2438 * gdb.cp/overload.exp: Add overloadNamespace tests.
2439 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
2440 (overloadNamespace, XXX): New.
2441 (main): Call XXX::marker2.
2442
2443 2004-02-01 Fred Fish <fnf@redhat.com>
2444
2445 * gdb.base/dump.exp: Use runto_main instead of "runto main".
2446 * gdb.base/finish.exp: Ditto.
2447 * gdb.base/gcore.exp: Ditto.
2448 * gdb.base/huge.exp: Ditto.
2449 * gdb.base/info-proc.exp: Ditto.
2450 * gdb.base/return2.exp: Ditto.
2451 * gdb.threads/gcore-thread.exp: Ditto.
2452
2453 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
2454
2455 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
2456
2457 2004-02-01 Mark Kettenis <kettenis@gnu.org>
2458
2459 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
2460 that opening the file succeeds on OpenBSD.
2461
2462 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
2463
2464 * gdb.threads/thread-specific.c: New file.
2465 * gdb.threads/threads-specific.exp: New test script.
2466 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
2467 to expect_out.
2468
2469 2004-02-01 Mark Kettenis <kettenis@gnu.org>
2470
2471 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
2472 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
2473 only on the "print_small_structs from print_long_arg_list" test.
2474
2475 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
2476
2477 * gdb.base/completion.exp: Kill a stray backslash.
2478
2479 From Jim Ingham <jingham@apple.com>:
2480 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
2481 agrees with the result from sending a tab.
2482
2483 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
2484
2485 * gdb.base/chng-syms.exp: Remove stray newline.
2486
2487 2004-01-31 Mark Kettenis <kettenis@gnu.org>
2488
2489 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
2490 *-*-openbsd*.
2491 * gdb.asm/openbsd.inc: New file.
2492
2493 2004-01-30 Mark Kettenis <kettenis@gnu.org>
2494
2495 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
2496 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
2497 *-*solaris2*. Remove commented out default settings for
2498 asm-flags. Replace gdb_compile with target_link.
2499
2500 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
2501
2502 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
2503 for all tests. Remove old hp-ux and cygnus xfail cases.
2504
2505 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
2506
2507 * gdb.base/chng-syms.exp: New file.
2508 * gdb.base/chng-syms.c: New file.
2509
2510 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
2511
2512 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
2513 Provide arms for current output in all my configurations.
2514
2515 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
2516
2517 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
2518 * lib/compiler.cc: Likewise.
2519 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
2520 get the right preprocessor. Eval the output directly. Remove
2521 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
2522 hp_f77_compiler and hp_f90_compiler completely.
2523 (gdb_preprocess): Delete.
2524 (get_compiler): Delete.
2525
2526 2004-01-24 Mark Kettenis <kettenis@gnu.org>
2527
2528 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
2529 <string.h>.
2530
2531 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
2532
2533 * gdb.mi/mi-stack.exp: Update copyright.
2534
2535 2004-01-23 David Carlton <carlton@kealia.com>
2536
2537 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
2538 test for cp_lookup_transparent_type.
2539 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
2540 call them.
2541
2542 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
2543
2544 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
2545 after -var-update.
2546
2547 2004-01-23 David Carlton <carlton@kealia.com>
2548
2549 * gdb.cp/namespace.cc (C::ensureRefs): New.
2550 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
2551
2552 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
2553
2554 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
2555 case "-stack-list-locals 2".
2556 * gdb.mi/mi-var-child.exp: Test for case
2557 "-var-list-children --all-values NAME".
2558
2559 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
2560
2561 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
2562
2563 2004-01-18 Mark Kettenis <kettenis@gnu.org>
2564
2565 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
2566 used with gdb_test_multiple.
2567
2568 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
2569 read at address 0. This fixes PR testsuite/1504.
2570
2571 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
2572
2573 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
2574 Remove downloading, guessing the host executable, the calls to
2575 gdb_file_cmd and gdb_target_cmd, and "load" support.
2576 (infer_host_exec): New function broken out from gdb_load.
2577 (gdb_load): New wrapper for gdbserver_gdb_load.
2578 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
2579 gdb_target_cmd. Use -target-select.
2580 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
2581 Download binaries to the host. Clear last_mi_remote_file when
2582 we load a new binary.
2583 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
2584 call gdbserver_gdb_load and mi_gdb_target_cmd.
2585
2586 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2587
2588 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
2589 type patterns.
2590
2591 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2592
2593 * gdb.cp/templates.exp: Fix typo in test name of
2594 "print Foo<volatile char*>::foo".
2595
2596 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2597
2598 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
2599
2600 2004-01-16 Ben Elliston <bje@wasabisystems.com>
2601
2602 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
2603 (clean mostlyclean): Remove empty rm.
2604
2605 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2606
2607 * gdb.base/setvar.exp: Add copyright years.
2608
2609 2004-01-14 David Carlton <carlton@bactrian.org>
2610
2611 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
2612 PR c++/1511 and update coment.
2613 * gdb.cp/templates.exp: Update patterns to match current output.
2614 If changes involve something other than whitespace, KFAIL
2615 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
2616
2617 2004-01-14 David Carlton <carlton@kealia.com>
2618
2619 * gdb.cp/namespace.exp: Add tests involving classes defined within
2620 namespaces.
2621 * gdb.cp/namespace.cc (C::CClass): New.
2622 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
2623
2624 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
2625
2626 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
2627 what debug info we have. Print a better message if something goes
2628 wrong while producing the separate debug info file.
2629
2630 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2631
2632 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
2633
2634 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2635
2636 * gdb.base/callfuncs.c: Add copyright notice.
2637
2638 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
2639
2640 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
2641 inheritance. PR gdb/1498, PR gcc/13539.
2642
2643 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
2644
2645 * gdb.threads/gcore-thread.exp: Prefix name of binary with
2646 test specific name.
2647 * gdb.mi/gdb669.exp: Ditto.
2648 * gdb.mi/mi-pthreads.exp: Ditto.
2649 * gdb.mi/mi1-pthreads.exp: Ditto.
2650 * gdb.mi/mi2-pthreads.exp: Ditto.
2651
2652 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2653
2654 * gdb.cp/member-ptr.cc: Add copyright notice.
2655
2656 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2657
2658 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
2659 some patterns for recent versions of gcc and hpacc. Delete
2660 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
2661 Delete tests that access a NULL pointer-to-member-data. This
2662 script is still disabled for gcc.
2663
2664 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
2665
2666 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
2667 escaped correctly.
2668
2669 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
2670
2671 * gdb.base/sepdebug.exp: New file.
2672 * gdb.base/sepdebug.c: New file.
2673 * lib/gdb.exp (separate_debug_filename): New procedure.
2674 (gdb_gnu_strip_debug): New procedure.
2675
2676 2004-01-12 Andrew Cagney <cagney@redhat.com>
2677
2678 * gdb.mi/ChangeLog: Delete file. Renamed to ...
2679 * gdb.mi/ChangeLog-1999-2003: New file.
2680
2681 2004-01-12 Andrew Cagney <cagney@redhat.com>
2682
2683 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
2684 "Renaming a directory to a non-empty directory returns ENOTEMPTY
2685 or EEXIST", treat EBUSY as an XFAIL.
2686
2687 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
2688
2689 * gdb.base/scope.exp: Remove obsolete setup_xfail for
2690 hp_cc_compiler.
2691
2692 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2693
2694 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
2695 decorations.
2696
2697 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2698
2699 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
2700 and "(aCC)" decorations. Remove obsolete doco about old
2701 test results.
2702
2703 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2704
2705 * gdb.cp/exception.exp: Fix typo in doco.
2706
2707 2004-01-09 Mark Kettenis <kettenis@gnu.org>
2708
2709 * gdb.base/gdb1476.exp: Fix typo.
2710
2711 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2712
2713 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
2714 file.
2715
2716 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2717
2718 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
2719 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
2720 Use gdb_compile. Remove restriction on gcc. Add some patterns
2721 for recent version of gdb. Delete second half, which was a copy
2722 of the first half with different build flags. This test is
2723 still disabled because it is still not ready for production.
2724
2725 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2726
2727 * gdb.cp/exception.cc: Add copyright notice.
2728 * gdb.cp/exception.exp: Add a notice that this file is broken
2729 because of line number changes caused by addition of copyright
2730 notice.
2731
2732 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2733
2734 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
2735 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
2736
2737 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2738
2739 * gdb.cp/classes.exp: Accept gnu abi 2.
2740 * gdb.cp/derivation.exp: Likewise.
2741 * gdb.cp/overload.exp: Likewise.
2742 * gdb.cp/virtfunc.exp: Likewise.
2743
2744 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2745
2746 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
2747 semicolon after end of function.
2748
2749 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2750
2751 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
2752 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
2753 boilerplate code for compiling and running the program under
2754 test. Add some string method tests.
2755
2756 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2757
2758 * gdb.cp/bs15503.cc: Add copyright notice.
2759 * gdb.cp/bs15503.exp: Adjust line number.
2760
2761 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2762
2763 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
2764 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
2765
2766 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2767
2768 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
2769 hp_cc_compiler.
2770
2771 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2772
2773 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
2774 * gdb.cp/ctti.exp: Use the marker instead of "next".
2775 With gcc, run further before bailing.
2776
2777 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2778
2779 * gdb.cp/cttiadd.cc: Add copyright notice.
2780 * gdb.cp/cttiadd1.cc: Likewise.
2781 * gdb.cp/cttiadd2.cc: Likewise.
2782 * gdb.cp/cttiadd3.cc: Likewise.
2783
2784 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2785
2786 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
2787 Use gdb_test, gdb_test_multiple. Use floating-point values that
2788 have exact representations in IEEE-ish formats.
2789
2790 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2791
2792 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
2793 compilers. Delete duplicate call to get_compiler_info.
2794 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
2795 * gdb.base/volatile.exp: Likewise.
2796
2797 2004-01-07 Mark Kettenis <kettenis@gnu.org>
2798
2799 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
2800 memory at address 0.
2801
2802 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2803
2804 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
2805 to test for hp-ux assembler. Fix copyright years.
2806
2807 2004-01-07 Andrew Cagney <cagney@redhat.com>
2808
2809 * gdb.base/fileio.c (strerrno): Add "EBUSY".
2810
2811 2004-01-07 Andrew Cagney <cagney@redhat.com>
2812
2813 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
2814 when creating the read-only file. From analysis by Roland McGrath
2815 and Elena Zannoni.
2816
2817 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2818
2819 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
2820
2821 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2822
2823 * gdb.base/cvexpr.c: Be type-safe with function pointers and
2824 data pointers.
2825
2826 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2827
2828 * gdb.cp/m-static.exp: Compile one source file at a time.
2829 Delete unused call to get_compiler_info.
2830
2831 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2832
2833 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
2834 * gdb.base/call-rt-st.exp: Likewise.
2835 * gdb.base/nodebug.exp: Likewise.
2836 * gdb.base/volatile.exp: Likewise.
2837 * gdb.cp/ref-types.exp: Likewise.
2838 * gdb.cp/templates.exp: Likewise.
2839
2840 2004-01-05 Mark Kettenis <kettenis@gnu.org>
2841
2842 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
2843
2844 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
2845
2846 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
2847 hppa*-hp-hpux*.
2848
2849 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2850
2851 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2852 x86_64-*-*.
2853
2854 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2855 sparc64-*-* and sparc*-solaris2*.
2856
2857 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2858
2859 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
2860 return ${tests}" test. The ${tests} already mentions the
2861 filename.
2862
2863 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2864
2865 * gdb.cp/local.exp: Accept gcc abi 2.
2866
2867 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2868
2869 * gdb.cp/templates.exp: Accept gcc abi 2.
2870
2871 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2872
2873 * lib/compiler.cc: Remove supports_template_debugging.
2874 * gdb.cp/templates.exp: Do not test supports_template_debugging.
2875
2876 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2877
2878 * gdb.cp/namespace.exp: Accept gcc abi 2.
2879
2880 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2881
2882 * gdb.cp/method.exp: Accept gcc abi 2.
2883
2884 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2885
2886 * gdb.cp/classes.exp: Generate identical results as old version.
2887 * gdb.cp/derivation.exp: Likewise.
2888 * gdb.cp/overload.exp: Likewise.
2889 * gdb.cp/virtfunc.exp: Likewise.
2890
2891 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2892
2893 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
2894 mysterious bug with sourceware version of expect.
2895
2896 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2897
2898 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
2899 current versions of gcc, including gcc abi 2. Remove gratuitous
2900 restart of test program. Use gdb_test_multiple and gdb_test for
2901 all tests. Add patterns to xfail missing "const" in "const char *"
2902 and kfail PR gdb/1155.
2903
2904 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2905
2906 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
2907 current versions of gcc, including gcc abi 2. Remove gratuitous
2908 restart of test program. Use gdb_test_multiple and gdb_test for
2909 all tests. Add patterns to kfail PR gdb/1498.
2910
2911 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2912
2913 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
2914 current versions of gcc, including gcc abi 2. Use "breakpoint"
2915 and "continue" instead of restarting the target program. Use
2916 gdb_test_multiple and gdb_test for all tests.
2917
2918 2004-01-01 Mark Kettenis <kettenis@gnu.org>
2919
2920 * gdb.asm/asm-source.exp: Update copyright year. Link statically
2921 for *-*-solaris2*.
2922
2923 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2924
2925 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
2926 current versions of gcc, including gcc abi 2. Use "breakpoint"
2927 and "continue" instead of restarting the target program several
2928 times. Use gdb_test_multiple and gdb_test for all tests.
2929
2930 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
2931
2932 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
2933 source files.
2934
2935 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2936
2937 * gdb.base/environ.exp: Handle compiling test case from multiple
2938 source files.
2939
2940 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2941
2942 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
2943
2944 2003-12-17 Jim Blandy <jimb@redhat.com>
2945
2946 * gdb.base/freebpcmd.c: Add copyright notice.
2947
2948 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
2949
2950 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2951
2952 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
2953
2954 2003-12-13 Jim Blandy <jimb@redhat.com>
2955
2956 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
2957
2958 2003-12-12 Kevin Buettner <kevinb@redhat.com>
2959
2960 * gdb.asm/frv.inc: New file.
2961 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
2962
2963 2003-12-09 Fred Fish <fnf@redhat.com>
2964
2965 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
2966 functions to break1.c and leave prototypes behind. Add more
2967 "set breakpoint NN here" comments.
2968 * gdb.base/break1.c: New file.
2969
2970 * gdb.base/break.exp: Handle compiling test case from multiple
2971 source files and change source file references as needed.
2972 * gdb.base/completion.exp: Ditto.
2973 * gdb.base/condbreak.exp: Ditto.
2974 * gdb.base/define.exp: Ditto.
2975 * gdb.base/ena-dis-br.exp: Ditto.
2976 * gdb.base/info-proc.exp: Ditto.
2977 * gdb.base/maint.exp: Ditto.
2978 * gdb.base/until.exp: Ditto.
2979
2980 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
2981 hardcoded line numbers.
2982 * gdb.base/define.exp: Ditto.
2983 * gdb.base/ena-dis-br.exp: Ditto.
2984 * gdb.base/maint.exp: Ditto.
2985 * gdb.base/until.exp: Ditto.
2986
2987 * gdb.base/completion.exp: Use "break1" for completion tests since
2988 "break" is no longer a unique prefix.
2989
2990 2003-12-06 Andrew Cagney <cagney@redhat.com>
2991
2992 * gdb.base/structs.exp (test_struct_returns): When applicable, set
2993 "return_value_unimplemented". When an unimplemented struct return
2994 architecture, report incorrect values as a KFAIL
2995
2996 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2997
2998 * gdb.cp/rtti.exp: Accept new wording of warning from
2999 cp_lookup_rtti_type.
3000
3001 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
3002
3003 Partial fix for PR testsuite/1456.
3004 * gdb.base/scope.exp (test_at_main): Replace references to
3005 gcc_compiled with calls to test_compiler_info.
3006 (test_at_foo): Likewise.
3007 (test_at_bar): Likewise.
3008
3009 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
3010
3011 Partial fix for PR testsuite/1456.
3012 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
3013 to test_compiler_info.
3014
3015 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
3016
3017 * gdb.base/so-impl-ld.exp: Update copyright notice.
3018
3019 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
3020
3021 Partial fix for PR testsuite/1456.
3022 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
3023 to test_compiler_info.
3024
3025 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
3026
3027 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
3028 from current versions of gdb. Clean up regular expressions.
3029 Delete redundant timeout case.
3030
3031 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
3032
3033 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
3034 from current versions of gdb. Clean up regular expressions.
3035 Delete redundant timeout case.
3036
3037 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
3038
3039 Partial fix for PR testsuite/1456.
3040 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
3041 gcc_compiled with call to test_compiler_info.
3042
3043 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
3044
3045 Partial fix for PR testsuite/1456.
3046 * gdb.base/list.exp (test_list_function): Delete unused declaration
3047 of gcc_compiled.
3048
3049 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
3050
3051 Partial fix for PR testsuite/1456.
3052 * gdb.base/complex.exp: Replace reference to gcc_compiled with
3053 call to test_compiler_info.
3054
3055 2003-11-29 Mark Kettenis <kettenis@gnu.org>
3056
3057 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
3058 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
3059 it to create the appropriate note.inc.
3060 * gdb.asm/asmsrc1.s: Include "note.inc".
3061 * gdb.asm/netbsd.inc: New file.
3062 * gdb.asm/empty.inc: New file.
3063
3064 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
3065
3066 Partial fix for PR testsuite/1456.
3067 * gdb.base/constvars.exp: Replace references to gcc_compiled with
3068 calls to test_compiler_info.
3069
3070 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
3071
3072 Partial fix for PR testsuite/1456.
3073 * gdb.base/volatile.exp: Replace references to gcc_compiled with
3074 calls to test_compiler_info.
3075
3076 2003-11-27 Mark Kettenis <kettenis@gnu.org>
3077
3078 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
3079 pattern for the KFAILs.
3080
3081 2003-11-25 Adam Fedor <fedor@gnu.org>
3082
3083 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
3084 * gdb.objc/objcdecode.m: New file.
3085
3086 2003-11-25 Adam Fedor <fedor@gnu.org>
3087
3088 * gdb.objc/nondebug.exp: Test for PR objc/1236.
3089 * gdb.objc/nondebug.m: New file.
3090
3091 2003-11-26 Ben Elliston <bje@wasabisystems.com>
3092
3093 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
3094 NetBSD as it does on FreeBSD. Modelled on a similar change by
3095 Mark Kettenis on 2003-05-30.
3096 (link-flags): Set to "--entry _start" regardless of target.
3097 Special linker flags are to be appended to $link-flags.
3098 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
3099
3100 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
3101
3102 * gdb.cp/method.exp: Accept output of new demangler.
3103
3104 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
3105
3106 * gdb/class2.exp: New file.
3107 * gdb/class2.cc: New file.
3108
3109 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
3110
3111 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
3112 of new demangler.
3113
3114 2003-11-23 Mark Kettenis <kettenis@gnu.org>
3115
3116 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
3117 of gdb_test "run".
3118
3119 2003-11-23 Mark Kettenis <kettenis@gnu.org>
3120
3121 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
3122 "continue" into "run".
3123
3124 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
3125
3126 Partial fix for PR testsuite/1456.
3127 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
3128 call to test_compiler_info.
3129 * gdb.cp/ctti.exp: Likewise.
3130 * gdb.cp/derivation.exp: Likewise.
3131 * gdb.cp/member-ptr.exp: Likewise.
3132 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
3133 reference to gcc_compiled.
3134
3135 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
3136
3137 Fix PR testsuite/1463.
3138 * gdb.base/structs.exp (start_structs_test): Call
3139 get_debug_format before using the debug format.
3140
3141 2003-11-22 Andrew Cagney <cagney@redhat.com>
3142
3143 * lib/gdb.exp (gdb_test_multiple): Add simple example.
3144 * gdb.base/structs.exp: Use gdb_test_multiple.
3145
3146 2003-11-20 Andrew Cagney <cagney@redhat.com>
3147
3148 * gdb.base/structs.exp: Handle and recover from internal errors.
3149 Replace "foo${n}" with "foo<n>" in test messages.
3150
3151 * gdb.base/structs.exp: Update copyright. Rewrite.
3152 * gdb.base/structs.c: Update copyright. Rewrite.
3153
3154 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
3155 resync count exceeded.
3156
3157 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
3158 from the internal error.
3159 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
3160 Original from Jim Blandy.
3161 (gdb_test_multiple): Use gdb_internal_error_resync.
3162
3163 2003-11-19 Andrew Cagney <cagney@redhat.com>
3164
3165 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
3166 KFAIL.
3167
3168 2003-11-17 Mark Kettenis <kettenis@gnu.org>
3169
3170 New testcase for PR backtrace/1435.
3171 * gdb.arch/i386-unwind.exp: New file.
3172 * gdb.arch/i386-unwind.c: New file.
3173
3174 2003-11-17 Andrew Cagney <cagney@redhat.com>
3175
3176 * lib/gdb.exp (compiler_info): New global.
3177 (test_compiler_info): New function.
3178 (get_compiler_info): Set compiler_info.
3179 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
3180 "compiler_info" to gcc-<major>-<minor>.
3181
3182 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
3183
3184 * gdb.trace/configure: Remove.
3185
3186 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
3187
3188 * gdb.base/break.c: Add comments to aid finding line numbers for
3189 breakpoints.
3190 * gdb.base/break.exp: Remove all references to explicit line
3191 numbers.
3192
3193 2003-11-11 Nick Clifton <nickc@redhat.com>
3194
3195 * gdb.base/shreloc.exp: Do not run for targets which do not
3196 support shared objects.
3197
3198 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
3199
3200 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
3201 Don't run tests if nofileio flag is given.
3202
3203 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
3204
3205 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
3206 as well as 'Watchpoint'.
3207
3208 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
3209
3210 Reported by Jim Ingham <jingham@apple.com>:
3211 * gdb.base/annota1.exp: Match at least one occurrence of the
3212 signal handler annotation.
3213
3214 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
3215
3216 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
3217 as well as 'Watchpoint'.
3218
3219 2003-11-05 Michael Chastain <mec@shout.net>
3220
3221 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
3222
3223 2003-11-03 Kris Warkentin <kewarken@qnx.com>
3224
3225 * gdb.arch/gdb1291.c: New test file.
3226 * gdb.arch/gdb1291.exp: New test script.
3227 * gdb.arch/gdb1431.c: New test file.
3228 * gdb.arch/gdb1431.exp: New test script.
3229
3230 2003-10-22 Michael Chastain <mec@shout.net>
3231
3232 * gdb.mi/pthreads.c: Add copyright notice.
3233
3234 2003-10-22 Michael Chastain <mec@shout.net>
3235
3236 * gdb.threads/pthreads.c: Add copyright notice.
3237
3238 2003-10-20 Michael Chastain <mec@shout.net>
3239
3240 * gdb.base/gdb1056.exp: New test script.
3241
3242 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
3243
3244 * gdb.threads/killed.exp: Use gdb_run_cmd.
3245
3246 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
3247
3248 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
3249 create a core file.
3250 * gdb.threads/gcore-thread.exp: Likewise.
3251
3252 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
3253
3254 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
3255 type, based on char type.
3256 (struct bit_flags_short_t): New bitfield type, based on short type.
3257 (init_bit_flags_char): New fuction.
3258 (init_bit_flags_short): Ditto.
3259 (print_bit_flags_char): Ditto.
3260 (print_bit_flags_short): Ditto.
3261 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
3262
3263 2003-10-11 Michael Chastain <mec@shout.net>
3264
3265 * gdb.base/call-rt-st.exp: Update copyright year.
3266
3267 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
3268
3269 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
3270 * gdb.disasm/sh3.s: Ditto.
3271
3272 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
3273
3274 * gdb.threads/switch-threads.exp: New test.
3275 * gdb.threads/switch-threads.c: New source file.
3276
3277 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
3278
3279 * gdb.base/ending-run.exp: Add sh specific case.
3280
3281 2003-10-06 Andrew Cagney <cagney@redhat.com>
3282
3283 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
3284 * gdb.disasm/mn10200.exp: Delete obsolete file.
3285
3286 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
3287
3288 * ChangeLog: Correct an entry command.exp -> commands.exp.
3289 * gdb.base/commands.exp (bp_deleted_in_command_test)
3290 (temporary_breakpoint_commands): Check noargs.
3291
3292 2003-09-25 David Carlton <carlton@kealia.com>
3293
3294 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
3295 of some print tests, where appropriate. Add tests for C::D::cd,
3296 E::ce, F::cXfX, G::XgX.
3297 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
3298
3299 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
3300
3301 * lib/java.exp (java_init): Import target_alias before using it.
3302
3303 2003-09-25 David Carlton <carlton@kealia.com>
3304
3305 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
3306
3307 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
3308
3309 * gdb.base/selftest.exp: Accomodate more instruction reordering
3310 weirdness.
3311
3312 2003-09-17 Michael Chastain <mec@shout.net>
3313
3314 * gdb.cp/gdb1355.exp: New file.
3315 * gdb.cp/gdb1355.c: New file.
3316
3317 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
3318
3319 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
3320 * gdb.asm/sh.inc: New file.
3321
3322 2003-09-11 David Carlton <carlton@kealia.com>
3323
3324 * gdb.cp/namespace.exp: Add tests for namespace types.
3325 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
3326 (test_namespace): New.
3327
3328 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
3329
3330 * gdb.base/relocate.exp: Handle new gdb output at startup.
3331 * gdb.stabs/weird.exp: Ditto.
3332
3333 2003-09-08 Michael Chastain <mec@shout.net>
3334
3335 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
3336
3337 2003-09-07 Michael Chastain <mec@shout.net>
3338
3339 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
3340 'parse error'.
3341
3342 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
3343
3344 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
3345
3346 2003-08-30 Michael Chastain <mec@shout.net>
3347
3348 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
3349 * gdb.gdb/observer.exp: Ditto.
3350 * gdb.gdb/xfullpath.exp: Ditto.
3351
3352 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3353
3354 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
3355 *-*-*bsd*.
3356
3357 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
3358
3359 * gdb.base/dump.exp: Skip for ia64.
3360
3361 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3362
3363 * gdb.asm/asm-source.exp: Add ia64 support.
3364 * gdb.asm/ia64.inc: New file.
3365
3366 2003-08-22 Michael Chastain <mec@shout.net>
3367
3368 * gdb.cp: New directory.
3369 * gdb.cp/*: Copy from gdb.c++/*.
3370 * gdb.c++/*: Remove.
3371 * Makefile.in: Change gdb.c++ to gdb.cp.
3372 * configure.in: Ditto.
3373 * configure: Regnerate.
3374
3375 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3376
3377 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
3378 * gdb.arch/i386-prologue.c (gdb1338): Add function.
3379
3380 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3381
3382 * mi-var-display.exp (-var-list-children weird): Accept function
3383 pointers with argument types.
3384 * mi1-var-display.exp (-var-list-children weird): Likewise.
3385 * mi2-var-display.exp (-var-list-children weird): Likewise.
3386
3387 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3388
3389 * gdb.base/annota3.exp: Add missing newline.
3390
3391 2003-08-06 Michael Chastain <mec@shout.net>
3392
3393 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
3394
3395 2003-08-12 Michael Snyder <msnyder@redhat.com>
3396
3397 * gdb.base/float.exp: Add test for SH.
3398
3399 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3400
3401 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
3402
3403 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
3404
3405 * gdb.base/completion.exp: Remove reduntant completion test
3406 on filename.
3407
3408 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
3409
3410 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
3411 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
3412 gdb.trace/save-trace.exp: Make sure that full pathnames are
3413 escaped correctly.
3414
3415 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
3416
3417 * configure.in: Don't generate config.h from config.hin.
3418 * configure: Regenerate.
3419 * config.hin: Remove file.
3420 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
3421 * gdb.threads/pthreads.c: Ditto.
3422
3423 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
3424
3425 From Kei Sakamoto <sakamoto.kei@renesas.com>:
3426 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
3427 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
3428 Replace ld24 with seth/add3.
3429
3430 2003-08-02 Andrew Cagney <cagney@redhat.com>
3431
3432 * gdb.base/annota3.exp: New file.
3433 * gdb.base/annota3.c: New file.
3434 * gdb.c++/annota3.exp: New file.
3435 * gdb.c++/annota3.cc: New file.
3436
3437 2003-07-29 Michael Chastain <mec@shout.net>
3438
3439 * gdb.threads/tls.c (spin): Check errno only if sem_wait
3440 actually failed.
3441 (do_pass): Likewise.
3442 * gdb.threads/tls.exp: Always initialize no_of_threads.
3443
3444 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
3445
3446 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
3447 pattern.
3448 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
3449 * gdb.threads/tls.exp: Recognize one case of the host library not
3450 supporting TLS.
3451
3452 2003-07-27 Andrew Cagney <cagney@redhat.com>
3453
3454 * gdb.base/fileio.exp: Use SH when running commands using
3455 remote_exec.
3456
3457 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
3458
3459 From Kei Sakamoto <sakamoto.kei@renesas.com>:
3460 * gdb.base/relocate.c (dummy): New padding array.
3461
3462 2003-07-22 Michael Snyder <msnyder@redhat.com>
3463
3464 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3465
3466 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
3467 patterns to be more general, accepting old and new output.
3468 Some output chars (such as '+') also must be quoted.
3469 Some addresses are displayed numerically instead of
3470 symbolically.
3471
3472 2003-07-23 Michael Snyder <msnyder@redhat.com>
3473
3474 * gdb.base/return2.exp: Don't test long-long return.
3475
3476 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
3477 * gdb.disasm/t01_mov.exp: Ditto.
3478 * gdb.disasm/t02_mova.s: Ditto.
3479 * gdb.disasm/t02_mova.exp: Ditto.
3480 * gdb.disasm/t03_add.s: Ditto.
3481 * gdb.disasm/t03_add.exp: Ditto.
3482 * gdb.disasm/t04_sub.s: Ditto.
3483 * gdb.disasm/t04_sub.exp: Ditto.
3484 * gdb.disasm/t05_cmp.s: Ditto.
3485 * gdb.disasm/t05_cmp.exp: Ditto.
3486 * gdb.disasm/t06_ari2.s: Ditto.
3487 * gdb.disasm/t06_ari2.exp: Ditto.
3488 * gdb.disasm/t07_ari3.s: Ditto.
3489 * gdb.disasm/t07_ari3.exp: Ditto.
3490 * gdb.disasm/t08_or.s: Ditto.
3491 * gdb.disasm/t08_or.exp: Ditto.
3492 * gdb.disasm/t09_xor.s: Ditto.
3493 * gdb.disasm/t09_xor.exp: Ditto.
3494 * gdb.disasm/t10_and.s: Ditto.
3495 * gdb.disasm/t10_and.exp: Ditto.
3496 * gdb.disasm/t11_logs.s: Ditto.
3497 * gdb.disasm/t11_logs.exp: Ditto.
3498 * gdb.disasm/t12_bit.s: Ditto.
3499 * gdb.disasm/t12_bit.exp: Ditto.
3500 * gdb.disasm/t13_otr.s: Ditto.
3501 * gdb.disasm/t13_otr.exp: Ditto.
3502
3503 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3504
3505 * gdb.threads/tls.exp :Add kfail for 'info address' case.
3506
3507 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3508
3509 * gdb.threads/tls.c : New file.
3510 * gdb.threads/tls.exp : New file.
3511 * gdb.threads/tls-main.c : New file.
3512 * gdb.threads/tls-shared.c : New file.
3513 * gdb.threads/tls-shared.exp : New file.
3514
3515 2003-07-22 Andreas Schwab <schwab@suse.de>
3516
3517 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
3518
3519 2003-07-20 Andreas Schwab <schwab@suse.de>
3520
3521 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
3522 due to insn reordering.
3523
3524 2003-07-15 Andrew Cagney <cagney@redhat.com>
3525
3526 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
3527
3528 2003-07-15 Michael Chastain <mec@shout.net>
3529
3530 * gdb.base/gdb1250.exp: New file.
3531 * gdb.base/gdb1250.c: New file.
3532
3533 2003-07-09 Michal Ludvig <mludvig@suse.cz>
3534
3535 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
3536 expansion of size_t to 'unsigned long', not only to 'unsigned'.
3537
3538 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
3539
3540 * gdb.threads/tls.c: New file.
3541 * gdb.threads/tls.exp: New file.
3542 * gdb.threads/tls-main.c: New file.
3543 * gdb.threads/tls-shared.c: New file.
3544 * gdb.threads/tls-shared.exp: New file.
3545
3546 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
3547
3548 * gdb.base/annota1.exp: Make sure that we properly escape the
3549 full path of the source file. Xfail more permissive patterns,
3550 due to a compiler debug info problem.
3551
3552 2003-07-07 Andreas Schwab <schwab@suse.de>
3553
3554 * gdb.asm/m68k.inc: New file.
3555 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
3556
3557 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
3558 arguments"): Also match negative number.
3559
3560 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
3561
3562 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3563
3564 * gdb.base/store.c (charest): New typedef.
3565 (add_char): Rename to add_charest, update.
3566 (wack_char): Rename to wack_charest, update types. Return l + r
3567 to keep r live across the call.
3568 (wack_short, wack_int, wack_long, wack_longest, wack_float)
3569 (wack_double, wack_doublest): Return l + r to keep r live across
3570 the call.
3571 * gdb.base/store.exp: Accomodate store.c changes.
3572
3573 2003-06-30 David Carlton <carlton@kealia.com>
3574
3575 * gdb.c++/maint.exp (test_invalid_name): New.
3576 (test_first_component): Add tests for invalid names.
3577
3578 2003-06-29 Michael Chastain <mec@shout.net>
3579
3580 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
3581 output of '<VTT for class>' for virtual base classes.
3582
3583 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3584
3585 * gdb.base/completion.exp: Tab-complete "complet" instead of
3586 "compl".
3587 * gdb.base/complex.exp, gdb.base/complex.c: New files.
3588
3589 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3590
3591 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
3592 * gdb.base/volatile.exp: Likewise.
3593
3594 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3595
3596 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
3597 gdb/1265.
3598
3599 2003-06-28 Michael Chastain <mec@shout.net>
3600 Daniel Jacobowitz <drow@mvista.com>
3601
3602 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
3603 initial line count of 'captured_main' from 26 to 32.
3604 (test_with_self): Allow xmalloc call to be interleaved with the
3605 preceding two lines.
3606
3607 2003-06-24 Joel Brobecker <brobecker@gnat.com>
3608
3609 * gdb.base/bang.exp: New testcase.
3610
3611 2003-06-23 Joel Brobecker <brobecker@gnat.com>
3612
3613 * gdb.base/langs.exp: Add some tests for the "minimal" language
3614 support.
3615
3616 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
3617
3618 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
3619 the testcase.
3620
3621 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3622
3623 * gdb.base/relocate.exp: Test add-symbol-file with a variable
3624 offset.
3625
3626 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3627
3628 * gdb.c++/pr-1210.cc: New file.
3629 * gdb.c++/pr-1210.exp: New file.
3630
3631 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
3632
3633 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
3634 000-exec-continue.
3635
3636 2003-06-15 Mark Kettenis <kettenis@gnu.org>
3637
3638 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
3639 on *-*-*bsd* instead of *-*-freebsd*.
3640
3641 2003-06-14 Andrew Cagney <cagney@redhat.com>
3642
3643 * gdb.base/store.exp: Test longest and doublest. Test all
3644 parameters. Weaken return statement match.
3645 * gdb.base/store.c: Add longest and doublest - aka long long and
3646 long double functions. Put all parameters into local register
3647 variables. Use negative values.
3648
3649 2003-06-14 Andrew Cagney <cagney@redhat.com>
3650
3651 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
3652 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
3653 exit status.
3654 * gdb.base/fileio.exp: Disable target when nointerrupts and
3655 noinferiorio, instead of limiting it to remote. Use remote_exec
3656 instead of system.
3657
3658 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
3659
3660 * gdb.base/float.exp: Add ia64 support.
3661
3662 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
3663
3664 * gdb.base/fileio.exp: Run only on remote targets.
3665
3666 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
3667
3668 * gdb.base/fileio.c: New file, testing File-I/O.
3669 * gdb.base/fileio.exp: Ditto.
3670
3671 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
3672
3673 * gdb.base/shreloc.exp: New file, check symbol values obtained from
3674 shared objects after relocation at load time (gdb PR/1132).
3675 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
3676 as above, part of the shared object relocation test.
3677
3678 2003-06-08 Mark Kettenis <kettenis@gnu.org>
3679
3680 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
3681 fully filled history list.
3682 * gdb.base/gdb_history: New file.
3683
3684 * gdb.base/signals.exp: XFAIL "continue to func1" on
3685 i*86-*-freebsd*.
3686
3687 * gdb.base/attach.exp: When trying to attach to a nonexistent
3688 process, make it possible to specify the PID based on the target,
3689 and do so for *-*-freebsd*.
3690
3691 2003-06-02 Richard Henderson <rth@redhat.com>
3692
3693 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
3694
3695 2003-06-02 Richard Henderson <rth@redhat.com>
3696
3697 * gdb.base/selftest.exp: Next over lim_at_start initialization.
3698
3699 2003-06-02 Richard Henderson <rth@redhat.com>
3700
3701 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
3702
3703 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
3704
3705 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
3706 of globalvar.
3707
3708 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3709
3710 * gdb.asm/asm-source.exp: Check for memory read errors in
3711 disassembler test on *BSD too.
3712
3713 2003-06-01 Richard Henderson <rth@redhat.com>
3714
3715 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
3716 for .frame.
3717 (gdbasm_call): Lose ldgp.
3718 (gdbasm_startup): Add frame information.
3719 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
3720
3721 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3722
3723 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
3724 i?86-*-*.
3725
3726 2003-05-30 Mark Kettenis <kettenis@gnu.org>
3727
3728 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
3729 FreeBSD.
3730
3731 2003-05-29 Richard Henderson <rth@redhat.com>
3732
3733 * gdb.asm/alpha.inc: New file.
3734 * gdb.asm/asm-source.exp: Use it.
3735
3736 2003-05-29 Jim Blandy <jimb@redhat.com>
3737
3738 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
3739 'core.PID'.
3740
3741 2003-05-22 Jim Blandy <jimb@redhat.com>
3742
3743 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
3744 backtrace.
3745
3746 2003-05-20 David Carlton <carlton@math.stanford.edu>
3747
3748 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
3749 this time.
3750
3751 2003-05-19 David Carlton <carlton@bactrian.org>
3752
3753 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
3754 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
3755
3756 2003-05-19 David Carlton <carlton@bactrian.org>
3757
3758 * gdb.c++/namespace.exp: Add namespace scope and anonymous
3759 namespace tests.
3760 Bump copyright date.
3761 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
3762 (main): Call C::D::marker2.
3763 * gdb.c++/namespace1.cc: New file.
3764
3765 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
3766
3767 Roland McGrath <roland@redhat.com>
3768 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
3769 there is no manager thread.
3770
3771 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
3772
3773 * gdb.threads/schedlock.exp: Remove assumption that all threads
3774 will run in a particular small time slice. Also ensure we break
3775 in one of the child threads rather than the main thread.
3776
3777 2003-05-07 Jim Blandy <jimb@redhat.com>
3778
3779 Add support for assembly source testing on the s390x.
3780 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
3781 architecture.
3782 * gdb.asm/s390x.inc: New file.
3783
3784 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
3785 succession of 'if' statements.
3786
3787 2003-05-05 Andrew Cagney <cagney@redhat.com>
3788
3789 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
3790
3791 2003-05-05 Andrew Cagney <cagney@redhat.com>
3792
3793 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
3794 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
3795
3796 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
3797
3798 * gdb.base/charset.exp: Update based on new behavior of set/show
3799 charset commands.
3800
3801 2003-05-01 Andrew Cagney <cagney@redhat.com>
3802
3803 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
3804 variable do not give memory errors.
3805
3806 2003-04-30 Adam Fedor <fedor@gnu.org>
3807
3808 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
3809 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
3810 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
3811 gdb.objc/basicclass.m: : New files
3812
3813 * lib/gdb.exp (gdb_compile_objc): New procedure.
3814
3815 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
3816
3817 * gdb.base/signals.exp: Make backtrace tests more specific.
3818
3819 2003-04-23 David Carlton <carlton@bactrian.org>
3820
3821 * gdb.c++/maint.exp (test_first_component): Add tests for
3822 'operator' in more locations.
3823
3824 2003-04-16 Kevin Buettner <kevinb@redhat.com>
3825
3826 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
3827
3828 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
3829
3830 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
3831 func marke' instead. Update test name.
3832
3833 2003-04-15 David Carlton <carlton@math.stanford.edu>
3834
3835 * gdb.c++/maint.exp: New file.
3836
3837 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
3838
3839 * gdb.threads/schedlock.c: Change type of thread function argument
3840 to long, to avoid warnings on 64-bit platforms.
3841
3842 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
3843
3844 * gdb.base/attach.exp: Add new message from ptrace in case of
3845 attaching to nonexistent process.
3846
3847 2003-04-11 Jim Blandy <jimb@redhat.com>
3848
3849 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3850 gdb.c++/userdef.cc: Place comments on the lines to which the
3851 marker function might return.
3852 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3853 gdb.c++/userdef.exp: Look for those comments to check that we've
3854 returned to the right place, instead of checking line numbers.
3855
3856 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
3857
3858 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
3859 match on sourcefile name, instead of directory name.
3860
3861 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
3862
3863 * gdb.base/completion.exp: Use string_to_regexp to match the
3864 working directory name.
3865
3866 2003-04-09 Jim Blandy <jimb@redhat.com>
3867
3868 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3869 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
3870 after an inferior function call, report the failure, but allow the
3871 test to continue.
3872
3873 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3874
3875 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3876 with -DPROTOTYPES.
3877
3878 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3879
3880 * gdb.base/break.exp: Revert last patch.
3881
3882 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
3883
3884 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3885 with -DPROTOTYPES.
3886
3887 2003-04-02 Andrew Cagney <cagney@redhat.com>
3888
3889 * gdb.base/callfuncs.exp: Make "print add" messages unique.
3890 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
3891 matching directories by the name breakpoint.
3892 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
3893 Make "continue to marker1" consistent.
3894 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
3895 message consistent.
3896 * lib/gdb.exp: Put "the program is no longer running", and "the
3897 program exited" in parenthesis.
3898 * lib/mi-support.exp: Ditto.
3899
3900 2003-04-02 Bob Rossi <bob_rossi@cox.net>
3901
3902 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
3903
3904 2003-03-29 Andrew Cagney <cagney@redhat.com>
3905
3906 * gdb.base/sizeof.c (main): Print the value of '\377'.
3907 * gdb.base/sizeof.exp: Check the sign of '\377'.
3908
3909 2003-03-27 Michael Chastain <mec@shout.net>
3910
3911 * gdb.base/gdb1090.exp: New file.
3912 * gdb.base/gdb1090.cc: New file.
3913
3914 2003-03-27 J. Brobecker <brobecker@gnat.com>
3915
3916 * gdb.gdb/observer.exp: New regression test.
3917
3918 2003-03-27 Michael Chastain <mec@shout.net>
3919
3920 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
3921 * gdb.base/ptype.exp: Likewise.
3922
3923 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
3924
3925 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
3926
3927 2003-03-26 Michael Chastain <mec@shout.net>
3928
3929 * gdb.base/ptype.exp: Actually use some typedef'd types.
3930
3931 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3932
3933 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
3934 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
3935
3936 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3937
3938 * gdb.base/default.exp: Fix regular expression.
3939
3940 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3941
3942 * gdb.base/args.exp: Fix regular expression.
3943
3944 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3945
3946 * gdb.base/help.exp: Allow Win32 child process.
3947
3948 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3949
3950 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
3951 when stepping out of main().
3952
3953 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3954
3955 * gdb.base/default.exp: Check for win32 specific message when calling
3956 "run" without executable.
3957
3958 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3959
3960 * gdb.base/args.exp: Expect .exe in output.
3961
3962 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3963
3964 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
3965 Cygwin native.
3966
3967 2003-03-17 Andrew Cagney <cagney@redhat.com>
3968
3969 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
3970 vector registes.
3971 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
3972 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
3973
3974 2003-03-17 David Carlton <carlton@math.stanford.edu>
3975
3976 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
3977 test, for PR breakpoints/38.
3978 Call test_watchpoint_and_breakpoint.
3979 * gdb.base/watchpoint.c (func3): New function.
3980 (main): Call func3.
3981
3982 2003-03-04 David Carlton <carlton@math.stanford.edu>
3983
3984 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
3985 Garply<Garply<char> >:: garply".
3986 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
3987 with respect to PR c++/1111; note also PR c++/1113.
3988 (test_template_breakpoints): KFAIL "constructor breakpoint" with
3989 respect to PR c++/1062.
3990 KFAIL "destructor breakpoint" with respect to PR c++/1112.
3991
3992 2003-03-03 David Carlton <carlton@math.stanford.edu>
3993
3994 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
3995 with respect to PR c++/57.
3996 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
3997 c++/826.
3998 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
3999 respect to PR c++/57.
4000
4001 2003-03-03 David Carlton <carlton@math.stanford.edu>
4002
4003 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
4004 respect to PR c++/33 into FAILs.
4005
4006 2003-03-03 Michael Chastain <mec@shout.net>
4007
4008 * configure.in: Update copyright years.
4009
4010 2003-03-03 Michael Chastain <mec@shout.net>
4011
4012 * Makefile.in: Update copyright years.
4013
4014 2003-02-28 David Carlton <carlton@math.stanford.edu>
4015
4016 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
4017 print class instead of struct and/or superfluous protection
4018 specifiers, as long as the resulting output is equivalent to the
4019 source code.
4020 Delete FIXME from end of messages on tests that don't need
4021 fixing.
4022
4023 2003-02-28 David Carlton <carlton@math.stanford.edu>
4024
4025 * gdb.c++/templates.exp (do_tests): Allow const in the two
4026 Foo<volatile char *>::foo tests.
4027
4028 2003-02-27 Michael Snyder <msnyder@redhat.com>
4029
4030 * gdb.base/restore.c (main): Return zero, so exit code
4031 will be consistant.
4032
4033 2003-02-26 David Carlton <carlton@math.stanford.edu>
4034
4035 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
4036 char *>::foo" test with respect to PR c++/33. Create a new test
4037 which is identical to that one except that it doesn't put the
4038 space between the "char" and the "*"; KFAIL it, too.
4039
4040 2003-02-26 David Carlton <carlton@math.stanford.edu>
4041
4042 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
4043 template types into either PASSes or KFAILs (corresponding to PR
4044 c++/57). Tweak indentation. Update copyright.
4045
4046 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
4047
4048 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
4049
4050 2003-02-13 Michael Chastain <mec@shout.net>
4051
4052 * gdb.base/exprs.exp: Remove i960 remnants.
4053 * gdb.base/funcargs.exp: Likewise.
4054 * gdb.base/list.exp: Likewise.
4055 * gdb.base/ptype.exp: Likewise.
4056
4057 2003-02-14 David Carlton <carlton@math.stanford.edu>
4058
4059 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
4060 pEe->D::vg()" from XFAIL to KFAIL.
4061
4062 2003-02-13 Jason Molenda (jmolenda@apple.com)
4063
4064 * gdb.base/maint.exp: Update maint print statistics regexp to include
4065 new entries.
4066
4067 2003-02-13 Michael Chastain <mec@shout.net>
4068
4069 * gdb.c++/inherit.exp: Remove call to get_debug_format.
4070
4071 2003-02-12 Michael Chastain <mec@shout.net>
4072
4073 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
4074 * gdb.c++/inherit.exp: Likewise.
4075 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
4076 * gdb.c++/templates.exp: Likewise.
4077 * gdb.c++/virtfunc.exp: Likewise.
4078
4079 2003-02-06 Jason Molenda (jason-cl@molenda.com)
4080
4081 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
4082 why the code is written that way.
4083
4084 2003-02-05 Michael Chastain <mec@shout.net>
4085
4086 * gdb.base/dump.exp: Add missing copyright line.
4087
4088 2003-02-05 Jason Molenda (jason-cl@molenda.com)
4089
4090 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
4091 at the beginning so the breakpoint doesn't get set on the loop.
4092
4093 2003-02-05 Michael Chastain <mec@shout.net>
4094
4095 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
4096 output for configurations with gcc 2.95.3.
4097
4098 2003-02-05 Keith Seitz <keiths@redhat.com>
4099 Andrew Cagney <ac131313@redhat.com>
4100
4101 * gdb.mi/mi-cli.exp: New file.
4102
4103 2003-02-04 Michael Chastain <mec@shout.net>
4104
4105 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
4106 Call perror and then continue.
4107
4108 2003-02-03 Michael Chastain <mec@shout.net>
4109
4110 * gdb.c++/pr-1023.cc: New file.
4111 * gdb.c++/pr-1023.exp: New file.
4112
4113 2003-02-05 Jim Blandy <jimb@redhat.com>
4114
4115 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
4116 it's local to foobar. Check for it there, and check that it's not
4117 present in main.
4118 * gdb.c++/local.cc (marker2): New function.
4119 (foobar): Call marker1.
4120 (main): Call marker2 instead of marker1.
4121
4122 2003-02-04 Andrew Cagney <ac131313@redhat.com>
4123
4124 * gdb.disasm/mn10200.exp: Obsolete file.
4125 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
4126 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
4127 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
4128
4129 2003-02-04 David Carlton <carlton@math.stanford.edu>
4130
4131 * gdb.c++/overload.exp: Test intToChar(1).
4132 * gdb.c++/overload.cc (intToChar): New.
4133 (main): Call intToChar.
4134
4135 2003-02-03 David Carlton <carlton@math.stanford.edu>
4136
4137 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
4138 'might_kfail' arg.
4139 KFAIL some of the continue_to_bp_overloaded calls, according to
4140 PR c++/1025.
4141
4142 2003-02-01 Michael Chastain <mec@shout.net>
4143
4144 * gdb.base/advance.c (marker1): New marker function.
4145 * gdb.base/advance.exp: When the 'advance' command lands on the
4146 return breakpoint, it can legitimately stop on either the
4147 current line or the next line. Accommodate both outcomes.
4148 * gdb.base/until.exp: Likewise.
4149
4150 2003-02-02 Andrew Cagney <ac131313@redhat.com>
4151
4152 2002-11-10 Jason Molenda (jason-cl@molenda.com):
4153 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
4154 now a list, not a tuple.
4155 * gdb.mi/mi-var-display.exp: Ditto.
4156 * gdb.mi/gdb792.exp: Ditto.
4157
4158 2003-02-01 Andrew Cagney <ac131313@redhat.com>
4159
4160 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
4161 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
4162 stack backtraces.
4163 * gdb.mi/mi-syn-frame.c: Part of same.
4164
4165 2003-02-01 Mark Kettenis <kettenis@gnu.org>
4166
4167 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
4168 gdb.mi/mi1-pthreads.exp: Return instead of calling
4169 gdb_suppress_entire_file.
4170
4171 2003-02-01 Mark Salter <msalter@redhat.com>
4172
4173 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
4174
4175 2003-01-31 Mark Salter <msalter@redhat.com>
4176
4177 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
4178 Support empty arg.
4179
4180 2003-01-30 Michael Chastain <mec@shout.net>
4181
4182 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
4183 This was a workaround for a UTF-8 bug in readline 4.3. The bug
4184 has been fixed in gdb/readline on 2003-01-09.
4185
4186 2003-01-29 Michael Snyder <msnyder@redhat.com>
4187
4188 * gdb.base/maint.exp: Allow for leading underscore in symbol.
4189 * gdb.base/display.exp: Allow for leading underscore in symbol.
4190 * gdb.base/args.exp: Skip if target does not support args passing.
4191
4192 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
4193
4194 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
4195 gdb_test. Accept a list of expect arguments as the third
4196 parameter.
4197 (gdb_test): Use it.
4198
4199 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
4200
4201 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
4202 allow for different test tree configurations. Update some
4203 tescases accordingly.
4204 * gdb.arch/altivec-regs.exp: Ditto.
4205 * gdb.asm/asm-source.exp: Ditto.
4206 * gdb.base/advance.exp: Ditto.
4207 * gdb.base/display.exp: Ditto.
4208 * gdb.base/long_long.exp: Ditto.
4209 * gdb.base/mips_pro.exp: Ditto.
4210 * gdb.base/overlays.exp: Ditto.
4211 * gdb.base/relocate.exp: Ditto.
4212 * gdb.base/setshow.exp: Ditto.
4213 * gdb.base/step-line.exp: Ditto.
4214 * gdb.base/step-test.exp: Ditto.
4215 * gdb.base/until.exp: Ditto.
4216 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
4217
4218 2003-01-17 David Carlton <carlton@math.stanford.edu>
4219
4220 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
4221 corresponding to PR c++/945.
4222 Update copyright.
4223
4224 2003-01-17 David Carlton <carlton@math.stanford.edu>
4225
4226 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
4227 corresponding to PR c++/68.
4228
4229 2003-01-17 David Carlton <carlton@math.stanford.edu>
4230
4231 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
4232 (test_paddr_hairy_functions): Call print_addr_2_kfail for
4233 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
4234
4235 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
4236
4237 * gdb.base/break.exp: Fix change of default location, because of
4238 removal of until tests.
4239 * gdb.base/help.exp: Update test for new 'until' help message.
4240 Add test for help on 'advance'.
4241 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
4242
4243 2003-01-15 Mark Kettenis <kettenis@gnu.org>
4244
4245 * gdb.base/default.exp: Adapt "info float" test for recent changes
4246 to that command. Add test for "info vector".
4247 * gdb.base/float.exp: New file. Add test for "info float" that
4248 resembles the old test in gdb.base/default.exp.
4249
4250 2003-01-15 David Carlton <carlton@math.stanford.edu>
4251
4252 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
4253
4254 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
4255
4256 * gdb.base/break.exp: Move the tests of until command from here...
4257 * gdb.base/until.exp: ... to here. New file. Add other tests.
4258 * gdb.base/advance.c: New file.
4259 * gdb.base/advance.exp: New file.
4260
4261 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
4262
4263 * gdb.base/args.c: New file.
4264 * gdb.base/args.exp: New file.
4265
4266 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
4267
4268 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
4269
4270 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
4271
4272 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
4273
4274 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
4275
4276 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
4277 dates.
4278
4279 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4280
4281 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
4282
4283 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4284
4285 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
4286 (ptype &*"foo").
4287 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
4288
4289 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4290
4291 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
4292 * gdb.mi/mi1-console.exp: Likewise.
4293
4294 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4295
4296 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
4297 * gdb.mi/mi1-console.exp: Likewise.
4298
4299 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4300
4301 * gdb.c++/overload.exp: Remove some fixed XFAILs.
4302
4303 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
4304
4305 * gdb.base/detach.exp: New test.
4306
4307 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
4308
4309 * Makefile.in (ALL_SUBDIRS): New variable.
4310 (subdirs, clean, distclean): Use it.
4311 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
4312 regenerating Makefile, since it is generated from the top level.
4313 * gdb.asm/Makefile.in: Likewise.
4314 * gdb.base/Makefile.in: Likewise.
4315 * gdb.c++/Makefile.in: Likewise.
4316 * gdb.disasm/Makefile.in: Likewise.
4317 * gdb.java/Makefile.in: Likewise.
4318 * gdb.mi/Makefile.in: Likewise.
4319 * gdb.threads/Makefile.in: Likewise.
4320 * gdb.trace/Makefile.in: Likewise.
4321
4322 2003-01-09 David Carlton <carlton@math.stanford.edu>
4323
4324 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
4325 Add copyright year 2003.
4326
4327 2003-01-06 Michael Chastain <mec@shout.net>
4328
4329 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
4330 When selecting a thread, 'line' and 'file' are optional.
4331 * gdb.mi/mi1-pthreads.exp: Likewise.
4332
4333 2003-01-06 Andreas Schwab <schwab@suse.de>
4334
4335 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
4336 failures.
4337
4338 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4339
4340 Fix PR gdb/844
4341 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
4342 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
4343
4344 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
4345 instead of calling gdb_suppress_entire_file.
4346 * gdb.threads/print-threads.exp: Likewise.
4347 * gdb.threads/schedlock.exp: Likewise.
4348
4349 * gdb.threads/killed.exp: Return instead of calling
4350 gdb_suppress_entire_file.
4351 * gdb.threads/linux-dp.exp: Likewise.
4352 * gdb.threads/pthreads.exp: Likewise.
4353
4354 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4355
4356 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
4357 stabs.
4358 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
4359 * gdb.base/whatis.exp: Always allow (void) after function names.
4360
4361 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4362
4363 * gdb.c++/casts.exp: Correct regexp.
4364
4365 2003-01-04 Mark Kettenis <kettenis@gnu.org>
4366
4367 * configure.in: Call AC_CONFIG_HEADER. Don't call
4368 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
4369 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
4370 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
4371 aforementioned directories in the AC_OUPUT call.
4372 * config.hin: New file.
4373 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
4374 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
4375 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
4376 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
4377 pass -I$objdir instead of -I$objdir/$subdir in compilation.
4378 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
4379 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
4380 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
4381 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
4382 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
4383 gdb.threads/configure.in, gdb.threads/configure,
4384 gdb.threads/config.in, gdb.trace/configure.in,
4385 gdb.trace/configure: Removed.
4386
4387 2003-01-03 Michael Chastain <mec@shout.net>
4388
4389 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
4390 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
4391
4392 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
4393
4394 * gdb.base/store.exp: Fix regular expressions.
4395
4396 2002-12-28 Mark Kettenis <kettenis@gnu.org>
4397
4398 * configure.in: Rewrite.
4399 * configure: Regenerated.
4400
4401 2003-01-03 David Carlton <carlton@math.stanford.edu>
4402
4403 * gdb.base/psymtab.exp: New file.
4404 * gdb.base/psymtab1.c: Ditto.
4405 * gdb.base/psymtab2.c: Ditto.
4406
4407 2002-12-23 Adam Fedor <fedor@gnu.org>
4408
4409 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
4410
4411 2002-12-23 David Carlton <carlton@math.stanford.edu>
4412
4413 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
4414 and current_directory initialization.
4415
4416 2002-12-22 Jim Blandy <jimb@redhat.com>
4417
4418 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
4419 rather than as part of the output file name.
4420
4421 * gdb.base/attach.exp: There's no need to copy the test program to
4422 /tmp; that was only ever necessary on HP/UX, and this test is
4423 entirely disabled there anyway.
4424
4425 2002-12-21 Jim Blandy <jimb@redhat.com>
4426
4427 * gdb.c++/psmang.exp: Doc fix.
4428
4429 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
4430 test.
4431
4432 2002-12-20 David Carlton <carlton@math.stanford.edu>
4433
4434 * gdb.c++/annota2.exp: KFAIL annotate-quit.
4435
4436 2002-12-18 Michael Chastain <mec@shout.net>
4437
4438 * gdb.c++/annota2.exp: Add copyright year 2002.
4439
4440 2002-12-17 David Carlton <carlton@math.stanford.edu>
4441
4442 * gdb.c++/try_catch.cc: Add marker comments.
4443 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
4444 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
4445 * gdb.c++/m-static.cc: Ditto.
4446 * gdb.c++/m-static1.cc: Ditto.
4447 * gdb.c++/try_catch.cc: Ditto.
4448
4449 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
4450
4451 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
4452 to see whether we are using the new -environment-directory
4453 command which resets via -r or the old version of the command
4454 which may prompt the user. Part of fix for gdb/741.
4455
4456 2002-12-13 Andrew Cagney <ac131313@redhat.com>
4457
4458 * gdb.fortran/types.exp: Update obsolete comment.
4459 * gdb.fortran/exprs.exp: Ditto.
4460 * lib/gdb.exp: Delete obsolete code.
4461 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
4462 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
4463 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
4464 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
4465 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
4466 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
4467 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
4468 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
4469 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
4470 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
4471 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
4472 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
4473 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
4474 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
4475 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
4476 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
4477 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
4478 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
4479 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
4480 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
4481 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
4482 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
4483 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
4484 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
4485 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
4486 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
4487 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
4488 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
4489 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
4490 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
4491 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
4492 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
4493 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
4494 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
4495 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
4496 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
4497 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
4498
4499 2002-12-11 David Carlton <carlton@math.stanford.edu>
4500
4501 * gdb.c++/m-data.exp: Add test for members that shadow global
4502 variables: see PR gdb/804.
4503 * gdb.c++/m-data.cc: Ditto.
4504
4505 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
4506
4507 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
4508
4509 2002-12-06 David Carlton <carlton@math.stanford.edu>
4510
4511 * gdb.base/store.c: Don't declare functions static.
4512
4513 2002-12-04 Andrew Cagney <ac131313@redhat.com>
4514
4515 * gdb.base/store.exp, gdb.base/store.c: New files.
4516
4517 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
4518
4519 * gdb.base/selftest.exp: Update for current gdb.
4520
4521 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
4522
4523 * gdb.base/maint.exp: Only dump symbols from one source file
4524 or objfile.
4525
4526 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
4527
4528 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
4529 function call.
4530
4531 2002-11-25 Jim Blandy <jimb@redhat.com>
4532
4533 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
4534 function appearing in error message.
4535
4536 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
4537
4538 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
4539
4540 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
4541
4542 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
4543 for mi1 and current mi is in correct format. New mi startup message
4544 should be in mi console format. This is part of fix for PR gdb/604.
4545
4546 2002-09-18 Fernando Nasser <fnasser@redhat.com>
4547
4548 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
4549 which explicitly prints the zero offset as "+0".
4550
4551 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
4552
4553 * gdb.threads/schedlock.c (args): Make unsigned.
4554
4555 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
4556
4557 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
4558 numbers. Allow "foo2|selected stack frame".
4559 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
4560 * gdb.asm/asmsrc2.s: Likewise.
4561 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
4562 comments.
4563 * gdb.asm/mips.inc: New file.
4564
4565 2002-10-18 Adam Fedor <fedor@gnu.org>
4566
4567 * gdb.base/default.exp: Update expected output to include 'ObjC'.
4568 * gdb.base/help.exp: Likewise.
4569
4570 2002-10-17 Kevin Buettner <kevinb@redhat.com>
4571
4572 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
4573 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
4574
4575 2002-10-02 Jim Blandy <jimb@redhat.com>
4576
4577 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
4578
4579 2002-10-01 Andrew Cagney <ac131313@redhat.com>
4580
4581 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
4582 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
4583 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
4584 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
4585 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
4586 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
4587 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
4588
4589 2002-09-29 Andrew Cagney <ac131313@redhat.com>
4590
4591 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
4592 * mi0-disassemble.exp, mi0-eval.exp: Delete.
4593 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
4594 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
4595 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
4596 * mi0-var-block.exp, mi0-var-child.exp: Delete.
4597 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
4598
4599 2002-09-27 Kevin Buettner <kevinb@redhat.com>
4600
4601 * gdb.base/annota1.exp (info break): Make directory components of
4602 path optional since not all compilers emit this debug information.
4603
4604 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
4605 step ends up stepping out of the function instead of stopping on
4606 the epilogue.
4607
4608 2002-09-26 Keith Seitz <keiths@redhat.com>
4609
4610 * lib/insight-support.exp (gdbtk_start): Figure out where
4611 the insight executable is based on where gdb is. Use this
4612 executable to start insight instead of gdb.
4613
4614 2002-09-25 Andrew Cagney <cagney@redhat.com>
4615
4616 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
4617
4618 2002-09-24 Andrew Cagney <ac131313@redhat.com>
4619
4620 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
4621 test_isolated_complaints.
4622 (test_empty_complaint): New function.
4623 (test_empty_complaints): New function. Check no output when no
4624 complaints.
4625
4626 2002-09-19 Jim Blandy <jimb@redhat.com>
4627
4628 * gdb.base/charset.exp, gdb.base/charset.c: New files.
4629
4630 2002-09-19 Andrew Cagney <ac131313@redhat.com>
4631
4632 * gdb.gdb/complaints.exp: New file.
4633
4634 2002-09-18 Andrew Cagney <ac131313@redhat.com>
4635
4636 * gdb.base/maint.exp: Check `help maint internal-warning'.
4637
4638 2002-09-18 David Carlton <carlton@math.stanford.edu>
4639
4640 * gdb.c++/m-static.exp: Remove breakpoints depending on line
4641 numbers, and replace them by a single breakpoint after the
4642 constructors are all finished.
4643 Add test 4.
4644 * gdb.c++/m-static.cc: Add test 4.
4645 * gdb.c++/m-static.h: New file.
4646 * gdb.c++/m-static1.cc: New file.
4647
4648 * gdb.c++/printmethod.exp: New file.
4649 * gdb.c++/printmethod.cc: New file.
4650
4651 * gdb.c++/pr-574.exp: New file.
4652 * gdb.c++/pr-574.cc: New file.
4653
4654 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4655
4656 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
4657 embedded targets which never actually exit.
4658
4659 2002-09-18 Fernando Nasser <fnasser@redhat.com>
4660
4661 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
4662 "don't step after run" as unresolved or unsupported, instead of xfail.
4663
4664 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4665
4666 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
4667 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
4668 Add newline to expected string in "step out of main (status wrapper)"
4669 case.
4670
4671 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4672
4673 * lib/gdb.exp (rerun_to_main): Allow restarting application.
4674 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
4675
4676 2002-09-17 Tom Tromey <tromey@redhat.com>
4677
4678 * gdb.base/printcmds.exp (test_print_string_constants): Expect
4679 \000, not \0, in double-quoted string.
4680
4681 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
4682
4683 * gdb.base/commands.exp: Don't expect a "Program exited normally"
4684 string after running the commands execution on breakpoint tests.
4685
4686 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
4687
4688 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
4689
4690 2002-09-12 Joel Brobecker <brobecker@gnat.com>
4691
4692 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
4693
4694 2002-09-10 Keith Seitz <keiths@redhat.com>
4695
4696 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
4697 runto proc.
4698 (mi_run_to_main): Use mi_runto.
4699 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
4700
4701 2002-09-10 Keith Seitz <keiths@redhat.com>
4702
4703 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
4704 regexp for stopping at main. Could have multiple event notifications.
4705 Don't assume that main was declared with no parameters.
4706 (mi_next): Use mi_step_to.
4707 (mi_step): Use mi_next_to.
4708
4709 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
4710
4711 * gdb.base/default.exp: Fix expected string in `info float' test.
4712
4713 2002-09-09 Ben Elliston <bje@redhat.com>
4714
4715 * config/mips.exp: Update comments.
4716 * config/mips-idt.exp: Likewise.
4717 * config/nind.exp: Likewise.
4718 * config/slite.exp: Likewise.
4719 * config/sparclet.exp: Likewise.
4720 * config/udi.exp: Likewise.
4721 * config/vx.exp: Likewise.
4722 * config/vxworks29k.exp: Likewise.
4723
4724 2002-09-05 Jim Blandy <jimb@redhat.com>
4725
4726 * gdb.threads/killed.exp: Fix test failure message.
4727
4728 2002-09-04 Keith Seitz <keiths@redhat.com>
4729
4730 * lib/mi-support.exp: Update copyright.
4731 (mi_gdb_test): Increase the priority of the expected pattern
4732 so that it matches gdb_test.
4733
4734 2002-09-03 Keith Seitz <keiths@redhat.com>
4735
4736 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
4737 Use integer comparison instead of string comparison for testing
4738 whether binary was built.
4739
4740 2002-09-03 Jim Blandy <jimb@redhat.com>
4741
4742 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
4743
4744 2002-08-29 Jim Blandy <jimb@redhat.com>
4745
4746 * gdb.threads/pthreads.exp: Move the portable thread compilation
4747 code into a function in lib/gdb.exp, and call that from here.
4748 * lib/gdb.exp (gdb_compile_pthreads): New function.
4749
4750 2002-08-29 Keith Seitz <keiths@redhat.com>
4751
4752 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
4753 expect_out so that callers can get at it.
4754
4755 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
4756
4757 * gdb.threads/print-threads.c: New file.
4758 * gdb.threads/print-threads.exp: New file.
4759 * gdb.threads/schedlock.c: New file.
4760 * gdb.threads/schedlock.exp: New file.
4761
4762 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4763
4764 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
4765 not altivec.c.
4766
4767 2002-08-17 Mark Kettenis <kettenis@gnu.org>
4768
4769 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
4770 targets. The problem should be fixed now.
4771
4772 2002-08-15 Mark Kettenis <kettenis@gnu.org>
4773
4774 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
4775 2002-07-24 change that removes final dots from error messages.
4776
4777 2002-08-13 Tom Tromey <tromey@redhat.com>
4778
4779 * gdb.base/readline.exp: New file.
4780
4781 2002-08-01 Andrew Cagney <ac131313@redhat.com>
4782
4783 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
4784 supress message.
4785
4786 2002-08-01 Andrew Cagney <cagney@redhat.com>
4787
4788 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
4789 CHILL_FOR_TARGET and CHILL_LIB.
4790 * configure.in (configdirs): Remove gdb.chill.
4791 * configure: Regenerate.
4792 * lib/gdb.exp: Obsolete references to chill.
4793 * gdb.fortran/types.exp: Ditto.
4794 * gdb.fortran/exprs.exp: Ditto.
4795
4796 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4797
4798 * gdb.base/shlib-call.exp (additional_flags): Conditionally
4799 set Irix-specific compile and link flags.
4800
4801 2002-07-29 Kevin Buettner <kevinb@redhat.com>
4802
4803 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
4804 source files. The ``-o'' option doesn't work with the ``-E'' option
4805 when using the Irix compiler.
4806
4807 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
4808
4809 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
4810 Improve support for reusing an exec file. Copy exec file
4811 to target, and run gdbserver on the target instead of on the host.
4812
4813 2002-07-18 Jim Blandy <jimb@redhat.com>
4814
4815 * gdb.base/ending-run.exp: Don't expect to see the program end in
4816 some orderly fashion when we're running on a real stand-alone
4817 board.
4818
4819 * gdb.base/interrupt.exp: Correct logic for skipping tests on
4820 targets that don't support interrupts.
4821
4822 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
4823
4824 * gdb.base/attach.exp: Add patterns to match output from /proc-based
4825 systems.
4826 Move comments in expect statements to inside the actions, so that they
4827 don't get matched against.
4828
4829 2002-07-10 Mark Kettenis <kettenis@gnu.org>
4830
4831 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
4832 function when asleep" test.
4833
4834 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4835
4836 * gdb.base/page.exp: Rewrite to handle problems with very long
4837 `info set' output. Update copyright.
4838
4839 2002-06-26 Andrew Cagney <ac131313@redhat.com>
4840
4841 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
4842 gdb.threads-hp.
4843 * gdb.hp/configure: Regenerate.
4844 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
4845 * gdb.hp/gdb.threads-hp/configure: Delete file.
4846 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
4847
4848 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4849
4850 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
4851 setlocale, bindtextdomain and textdomain.
4852
4853 2002-06-11 Jim Blandy <jimb@redhat.com>
4854
4855 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
4856 preprocessor macro information is present.
4857
4858 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
4859 tests.
4860
4861 2002-06-06 Michael Snyder <msnyder@redhat.com>
4862
4863 * gdb.base/overlays.exp: Record addresses of overlay
4864 functions in TCL variables rather than in GDB variables,
4865 to avoid having GDB convert them to pointers (with loss
4866 of information).
4867
4868 * gdb.base/d10v.ld: Merge in several years worth of
4869 default linker script changes.
4870 * gdb.base/long_long.exp: Add check for sizeof (long double).
4871
4872 2002-06-06 Michal Ludvig <mludvig@suse.cz>
4873
4874 * gdb.asm/asm-source.exp: Add x86-64 target.
4875 * gdb.asm/x86_64.inc: New.
4876
4877 2002-05-30 Michael Chastain <mec@shout.net>
4878
4879 From Benjamin Kosnik <bkoz@redhat.com>:
4880 * gdb.c++/m-static.cc: New file.
4881 * gdb.c++/m-static.exp: New file.
4882
4883 2002-05-28 Michael Snyder <msnyder@redhat.com>
4884
4885 * gdb.base/call-ar-st.exp: Allow for reduced floating point
4886 precision.
4887
4888 2002-05-27 Michael Chastain <mec@shout.net>
4889
4890 From Benjamin Kosnik <bkoz@redhat.com>:
4891 * gdb.c++/m-data.cc: New file.
4892 * gdb.c++/m-data.exp: New file.
4893
4894 2002-05-27 Michael Chastain <mec@shout.net>
4895
4896 From Benjamin Kosnik <bkoz@redhat.com>:
4897 * gdb.c++/try_catch.cc: New file.
4898 * gdb.c++/try_catch.exp: New file.
4899
4900 2002-05-27 Michael Chastain <mec@shout.net>
4901
4902 * gdb.c++/local.exp: Accept more nested types in output.
4903
4904 2002-05-26 Michael Chastain <mec@shout.net>
4905
4906 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
4907
4908 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
4909
4910 * lib/gdb.exp (gdb_wrapper_init): Just because
4911 gdb_wrapper_file exists, this does not mean that the file
4912 should not be rebuilt. That is what gdb_wrapper_initialized
4913 is for.
4914 (default_gdb_init): Reset gdb_wrapper_initialized.
4915
4916 2002-05-23 Michael Snyder <msnyder@redhat.com>
4917
4918 * gdb.base/all-bin.exp: Revise previous patch by just reducing
4919 the precision of the floating point test results.
4920 * gdb.base/call-rt-st.exp: Ditto.
4921
4922 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
4923 * gdb.base/call-rt-st.exp: Ditto.
4924
4925 2002-05-19 Michael Chastain <mec@shout.net>
4926
4927 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
4928
4929 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
4930
4931 * configure.in (configdirs): Add gdb.arch.
4932 * configure: Regenerate.
4933
4934 2002-05-17 Jim Blandy <jimb@redhat.com>
4935
4936 * gdb.base/completion.exp: Recognize the more detailed error
4937 messages produced by the macro expander's lexical analyzer.
4938
4939 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4940
4941 * gdb.arch/altivec-abi.c: New file.
4942 * gdb.arch/altivec-abi.exp: New file.
4943 * gdb.arch/altivec-regs.c: New file.
4944 * gdb.arch/altivec-regs.exp: New file.
4945
4946 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4947
4948 * gdb.base/maint.exp (maint print type): Update for new type
4949 structure.
4950
4951 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4952
4953 * gdb.arch: New directory.
4954 * gdb.arch/configure.in: New file.
4955 * gdb.arch/configure: New file.
4956 * gdb.arch/Makefile.in: New file.
4957
4958 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
4959
4960 * gdb.asm/asm-source.exp: Add v850 as supported target.
4961 * gdb.asm/v850.inc: New file.
4962
4963 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4964
4965 * gdb.c++/annota2.exp (annotate-quit): Add comment.
4966
4967 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4968
4969 * gdb.base/break.exp: Check 'break "marker2"'.
4970
4971 2002-05-10 Michael Snyder <msnyder@redhat.com>
4972
4973 * gdb.base/long_long.exp: Fix typo.
4974
4975 2002-05-10 Jim Blandy <jimb@redhat.com>
4976
4977 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
4978 a bug.
4979
4980 * gdb.base/printcmds.exp (test_integer_literals_rejected):
4981 Recognize more detailed error message produced by the macro
4982 expander's lexical analyzer.
4983 * lib/gdb.exp (test_print_reject): Same.
4984
4985 2002-05-09 Mark Kettenis <kettenis@gnu.org>
4986
4987 * gdb.c++/method.exp: Fix typo.
4988
4989 2002-05-08 Michael Snyder <msnyder@redhat.com>
4990
4991 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
4992 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
4993 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
4994 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
4995 Add iftarget clause for strongarm.
4996
4997 2002-05-06 Michael Snyder <msnyder@redhat.com>
4998
4999 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
5000 (gdb_continue_to_end): Accept output from status wrapper.
5001 * gdb.base/ending-run.exp: Add case for output from status wrapper.
5002 Clean up fail messages to match pass messages.
5003
5004 Enable the "needs_status_wrapper" testsuite feature.
5005 * lib/gdb.exp (gdb_wrapper_init): New procedure.
5006 (gdb_compile): Conditionally call gdb_wrapper_init.
5007 * gdb.base/a2-run.exp: Recognize output from status wrapper.
5008 * gdb.c++/method.exp: Recognize output from status wrapper.
5009
5010 2002-05-06 Ben Elliston <bje@redhat.com>
5011 From Graydon Hoare <graydon@redhat.com>
5012
5013 * config/sid.exp: Include support for "rawsid" protocol.
5014
5015 2002-05-03 Jim Blandy <jimb@redhat.com>
5016
5017 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
5018 * gdb.c++/hang3.C: New file.
5019
5020 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5021
5022 * gdb.base/default.exp: Remove obsolete code.
5023 * gdb.c++/misc.exp: Ditto. Update copyright.
5024 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
5025 * gdb.base/whatis.exp: Ditto. Update copyright.
5026 * gdb.base/scope.exp: Ditto. Update copyright.
5027 * gdb.base/ptype.exp: Ditto. Update copyright.
5028 * gdb.base/printcmds.exp: Ditto. Update copyright.
5029 * gdb.base/opaque.exp: Ditto. Update copyright.
5030 * gdb.base/list.exp: Ditto.
5031 * gdb.base/funcargs.exp: Ditto. Update copyright.
5032 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
5033 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
5034 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
5035 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
5036 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
5037 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
5038
5039 2002-05-02 Michael Snyder <msnyder@redhat.com>
5040
5041 * gdb.base/watchpoint.exp: Add xscale target.
5042 * gdb.base/long_long.exp: Add xscale target.
5043 * gdb.base/default.exp: Add xscale target.
5044
5045 2002-05-01 Jim Blandy <jimb@redhat.com>
5046
5047 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
5048 gdb.c++/hang.exp: New test.
5049
5050 2002-05-01 Fred Fish <fnf@redhat.com>
5051
5052 * gdb.base/completion.exp: Handle completions of "./Make" for
5053 more than one completion possibility, as is the case when we
5054 build and test in the source tree.
5055
5056 2002-04-29 Anthony Green <green@redhat.com>
5057
5058 * gdb.java/jmisc1.exp: New file.
5059 * gdb.java/jmisc2.exp: New file.
5060
5061 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
5062
5063 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
5064
5065 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
5066
5067 * gdb.base/help.exp: Change 'help status' to allow for target
5068 dependent output differences.
5069
5070 2002-04-22 Michael Chastain <mec@shout.net>
5071
5072 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
5073
5074 2002-04-22 Michael Chastain <mec@shout.net>
5075
5076 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
5077
5078 2002-04-17 David S. Miller <davem@redhat.com>
5079
5080 * gdb.asm/sparc64.inc: New file.
5081 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
5082
5083 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
5084
5085 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
5086 instruction file directly into the build tree. Clean up at end of
5087 test.
5088
5089 2002-04-18 David S. Miller <davem@redhat.com>
5090
5091 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
5092 handle 64-bit platforms correctly.
5093 * gdb.base/maint.exp: Likewise.
5094
5095 2002-04-18 Kevin Buettner <kevinb@redhat.com>
5096
5097 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
5098 ``-fpic'' when compiling files comprising a shared library, but
5099 it does need additional linker flags in order to find shared
5100 libraries at run time.
5101
5102 2002-04-18 Kevin Buettner <kevinb@redhat.com>
5103
5104 * gdb.base/cvexpr.c (use): New function.
5105 (main): Invoke use() on all global variables to prevent
5106 some linkers from deleting these otherwise unused symbols.
5107
5108 2002-04-17 Michael Chastain <mec@shout.net>
5109 From David S. Miller <davem@redhat.com>
5110
5111 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
5112 handle 64-bit platforms correctly.
5113
5114 2002-04-12 Michael Snyder <msnyder@redhat.com>
5115 From Jim Blandy <jimb@redhat.com>
5116 * gdb.base/foo.c (foox): Remove section attribute; the linker
5117 script can handle this instead.
5118 * gdb.base/bar.c (barx): Same.
5119 * gdb.base/baz.c (bazx): Same.
5120 * gdb.base/grbx.c (grbxx): Same.
5121
5122 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
5123 manager doesn't automatically unmap overlays unnecessarily.
5124
5125 2002-04-10 Martin M. Hunt <hunt@redhat.com>
5126
5127 * gdb.base/ending-run.exp: Fix pattern for Mips targets
5128 stepping out of main.
5129
5130 2002-04-09 Michael Chastain <mec@shout.net>
5131
5132 * gdb.c++/local.cc (main): Move call to marker1() inside nested
5133 scope so that the nested scope tests will make sense.
5134 * gdb.c++/local.exp: Write patterns that actually work with gcc
5135 (the HP patterns "were never known to work with gcc").
5136 Keep the old aCC patterns too.
5137
5138 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
5139
5140 * gdb.base/attach.exp: Correct target board test.
5141
5142 2002-04-08 Michael Chastain <mec@shout.net>
5143
5144 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
5145 in a const method. Add some xfail and fail cases for configurations
5146 that do not emit the "const ...".
5147
5148 2002-04-07 Michael Chastain <mec@shout.net>
5149
5150 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
5151 Accept "A * const" and "const A * const" as type of "this".
5152 Fix spelling of getFunky throughout. Make messages uniform.
5153
5154 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
5155
5156 Work around for PR gdb/285:
5157 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
5158
5159 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
5160
5161 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
5162 instructions file at run time instead of configure time.
5163 Sometimes we run the test in a directory that is not the one we
5164 configured in.
5165 * gdb.asm/configure.in: Delete creation of symlink.
5166 * gdb.asm/configure: Regenerate.
5167
5168 2002-04-05 J. Brobecker <brobecker@gnat.com>
5169
5170 * gdb.gdb/xfullpath.exp: New test, to exercise the new
5171 xfullpath () function.
5172
5173 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
5174
5175 * gdb.asm/Makefile.in: Correct dependencies.
5176
5177 * gdb.asm/powerpc.inc: New file.
5178 * gdb.asm/asm-source.exp: Add PowerPC.
5179 * gdb.asm/configure.in: Likewise.
5180 * gdb.asm/configure: Regenerated.
5181
5182 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
5183
5184 * gdb.base/relocate.exp: New file.
5185 * gdb.base/relocate.c: New file.
5186
5187 2002-04-04 Fred Fish <fnf@redhat.com>
5188
5189 * gdb.base/step-test.exp: Update comment regarding stopping in
5190 memcpy/bcopy calls inserted as part of the compiler runtime.
5191
5192 2002-04-04 Michael Snyder <msnyder@redhat.com>
5193
5194 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
5195
5196 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
5197
5198 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
5199 (gdb_expect): Remove $notransfer hack.
5200
5201 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
5202
5203 * gdb.c++/classes.exp ("calling method for small class"): Match
5204 updated register output.
5205
5206 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
5207
5208 Fix PR gdb/452
5209 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
5210 when finished. Make gdb_file_cmd send "exec-file" when
5211 appropriate.
5212
5213 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
5214
5215 * gdb.base/attach.exp: Remove extra setup_xfail.
5216
5217 2002-03-26 Michael Snyder <msnyder@redhat.com>
5218
5219 * gdb.base/default.exp: Add tests for dump, append, and restore.
5220 * gdb.base/help.exp: Add tests for dump, append, and restore.
5221 * gdb.base/dump.exp: New file, test dump, append and restore.
5222 * gdb.base/dump.c: New file.
5223
5224 2002-03-27 Michael Snyder <msnyder@redhat.com>
5225
5226 * gdb.base/help.exp: Modify expect strings to reflect
5227 clean-ups in help messages.
5228
5229 2002-03-26 Fred Fish <fnf@redhat.com>
5230
5231 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
5232 have debugging info for those functions and the compiler uses them
5233 internally to copy structs around.
5234
5235 2002-03-26 Fred Fish <fnf@redhat.com>
5236
5237 * gdb.base/list.exp: Revert the change made yesterday and add note
5238 about why we don't list the default lines for remote targets.
5239
5240 2002-03-25 Michael Snyder <msnyder@redhat.com>
5241
5242 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
5243
5244 2002-03-25 Fred Fish <fnf@redhat.com>
5245
5246 * gdb.base/list.exp: This test works on remote targets so remove
5247 the short circuit for remote targets. Update copyright.
5248
5249 2002-03-25 Fred Fish <fnf@redhat.com>
5250
5251 * gdb.base/attach.exp: Fix logic error that was suppressing this
5252 test for all non hppa*-*-hpux* targets, instead of the hp target.
5253 Move comments closer to the suppression point. Also now need to
5254 check that we are running natively.
5255
5256 2002-03-22 Michael Snyder <msnyder@redhat.com>
5257
5258 * gdb.base/default.exp: Add test for gcore. Update copyright.
5259 * gdb.base/help.exp: Add test for gcore. Update copyright.
5260
5261 2002-03-06 Fred Fish <fnf@redhat.com>
5262
5263 * gdb.base/funcargs.c: Remove extraneous ';' character.
5264 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
5265
5266 2002-03-04 Michael Chastain <mec@shout.net>
5267
5268 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
5269 accommodate gcc v3 function signature.
5270 * gdb.mi/mi0-var-cmd-exp: Ditto.
5271
5272 2002-02-24 Andrew Cagney <ac131313@redhat.com>
5273
5274 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
5275 ``GNU/Linux'' or ``Linux kernel''
5276 * testsuite/gdb.threads/pthreads.c: Ditto.
5277
5278 2002-02-24 Michael Chastain <mec@shout.net>
5279
5280 * gdb.threads/pthreads.c (thread1): Add a return statement.
5281 (thread2): Likewise.
5282 (foo): Likewise.
5283
5284 2002-02-23 Michael Chastain <mec@shout.net>
5285
5286 * gdb.threads/linux-dp.c (philosopher): Add a return statement
5287 to placate gcc.
5288
5289 2002-02-23 Michael Chastain <mec@shout.net>
5290
5291 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
5292 test "ptype bint". The test passes on all my stabs configurations.
5293
5294 2002-02-21 Jim Blandy <jimb@redhat.com>
5295
5296 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
5297 filename at a time, and watch for the ones we want to see.
5298
5299 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
5300 types of pointers to prototyped functions.
5301
5302 2002-02-20 Andrew Cagney <ac131313@redhat.com>
5303
5304 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
5305 signed, unsigned and straight char.
5306 (padding_char, padding_short, padding_int, padding_long,
5307 padding_long_long, padding_float, padding_double,
5308 padding_long_double): New global variables.
5309 (fill, fill_structs): New functions.
5310
5311 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
5312 for correctly sized writes. Update copyright.
5313 (get_valueof): New procedure.
5314 (get_sizeof): Call get_valueof.
5315 (check_valueof): New procedure.
5316 (check_padding): New procedure.
5317
5318 2002-02-20 Michael Chastain <mec@shout.net>
5319
5320 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
5321 to setup_xfail. Document some of the remaining calls.
5322
5323 2002-02-18 Michael Chastain <mec@shout.net>
5324
5325 * gdb.c++/userdef.exp: Update copyright year.
5326
5327 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
5328
5329 * gdb.c++/userdef.exp: Test overloaded operators properly.
5330 Remove xfails.
5331
5332 2002-02-14 Michael Snyder <msnyder@redhat.com>
5333
5334 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
5335
5336 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5337
5338 * gdb.base/a2-run.exp: Check for a remote target properly.
5339 * gdb.base/annota1.exp: Likewise.
5340 * gdb.base/list.exp: Likewise.
5341 * gdb.base/reread.exp: Likewise.
5342 * gdb.base/scope.exp: Likewise.
5343 * gdb.base/shlib-call.exp: Likewise.
5344 * gdb.base/term.exp: Likewise.
5345 * gdb.c++/annota2.exp: Likewise.
5346
5347 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
5348
5349 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
5350
5351 2002-02-10 Michael Chastain <mec@shout.net>
5352
5353 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
5354 (call_after_alloca): Ditto.
5355
5356 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
5357
5358 * gdb.base/ending-run.exp: Guard "cont" test with
5359 gdb_skip_stdio_test.
5360
5361 2002-02-06 Jim Blandy <jimb@redhat.com>
5362
5363 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
5364 from here...
5365 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
5366 To here. Disable this test on non-HP platforms. Add big comment.
5367
5368 2002-02-04 Michael Snyder <msnyder@redhat.com>
5369
5370 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
5371 other than d10v and m32r.
5372
5373 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
5374
5375 * gdb.base/default.exp: Rewrite test patterns to reduce time
5376 taken to match them.
5377
5378 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
5379
5380 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
5381 Allow a start function above main.
5382 * gdb.threads/linux-dp.exp: Fix copyright date.
5383
5384 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
5385
5386 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
5387 (check_philosopher_stack): Check for manager thread before checking
5388 for a just-starting thread.
5389
5390 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
5391
5392 From Neil Booth <neil@daikokuya.demon.co.uk>:
5393 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
5394 warnings.
5395
5396 2002-01-21 Fred Fish <fnf@redhat.com>
5397
5398 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
5399 not caller.
5400
5401 2002-01-21 Jim Blandy <jimb@redhat.com>
5402
5403 * gdb.base/reread.exp: Check that GDB properly re-reads the
5404 executable file when it changes while no inferior is running.
5405
5406 2002-01-21 Fred Fish <fnf@redhat.com>
5407
5408 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
5409 optionally accept the "shlib events" variation.
5410
5411 2002-01-21 Jim Blandy <jimb@redhat.com>
5412
5413 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
5414 call `fflush' after every `printf', so that the output is produced
5415 at predictable points, regardless of whatever buffering does (or
5416 doesn't) take place.
5417 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
5418 at different points.
5419
5420 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5421
5422 * gdb.c++/inherit.exp: Update copyright years.
5423 * gdb.c++/method.exp: Likewise.
5424
5425 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5426
5427 * gdb.c++/classes.exp: Update for improved v3 support and skipping
5428 artificial methods/arguments.
5429 * gdb.c++/derivation.exp: Likewise.
5430 * gdb.c++/inherit.exp: Likewise.
5431 * gdb.c++/method.exp: Likewise.
5432 * gdb.c++/virtfunc.exp: Likewise.
5433
5434 2002-01-18 Andrew Cagney <ac131313@redhat.com>
5435
5436 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
5437 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
5438 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
5439 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
5440 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
5441 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
5442
5443 2002-01-17 Jim Blandy <jimb@redhat.com>
5444
5445 * gdb.asm/asm-source.exp (info symbol): Take another shot at
5446 anchoring the pattern matching the entry point symbol's name.
5447
5448 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5449
5450 * gdb.base/maint.exp: Update ``maint internal-error'' to match
5451 continue/quit query. Update copyright.
5452
5453 2002-01-14 Michael Snyder <msnyder@redhat.com>
5454
5455 * gdb.base/gcore.exp: Remove extra debugging output.
5456
5457 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
5458
5459 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
5460 for slightly dubious v2 mangled string.
5461
5462 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
5463
5464 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
5465
5466 2002-01-10 Jason Merrill <jason@redhat.com>
5467
5468 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
5469
5470 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
5471 constructors.
5472 * gdb.c++/derivation.exp: Likewise.
5473 * gdb.c++/templates.exp: Likewise.
5474 * gdb.c++/virtfunc.exp: Likewise.
5475
5476 2002-01-10 Michael Snyder <msnyder@redhat.com>
5477
5478 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
5479
5480 2002-01-08 Michael Snyder <msnyder@redhat.com>
5481
5482 * gdb.base/gcore.exp: New test for generate-core-file command.
5483 * gdb.base/gcore.c: Testcase for above.
5484 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
5485
5486 2002-01-08 Jason Merrill <jason@redhat.com>
5487
5488 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
5489
5490 2002-01-07 Fred Fish <fnf@redhat.com>
5491
5492 * gdb.c++/overload.exp: Remove unconditional xfails for:
5493 print foo_instance1.overloadargs(1)
5494 print foo_instance1.overloadargs(1, 2)
5495 print foo_instance1.overloadargs(1, 2, 3)
5496 print foo_instance1.overloadargs(1, 2, 3, 4)
5497 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
5498 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
5499 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
5500 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
5501 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
5502 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
5503 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
5504 print foo_instance1.overload1arg()
5505 print foo_instance1.overload1arg((char)arg2)
5506 print foo_instance1.overload1arg((signed char)arg3)
5507 print foo_instance1.overload1arg((unsigned char)arg4)
5508 print foo_instance1.overload1arg((int)arg7)
5509 print foo_instance1.overload1arg((unsigned int)arg8)
5510 print foo_instance1.overload1arg((float)arg11)
5511 print foo_instance1.overload1arg((double)arg12)
5512
5513 2002-01-07 Michael Snyder <msnyder@redhat.com>
5514
5515 * gdb.base/huge.exp: New test. Print a very large target data object.
5516 (skip_huge_test): New test variable. Define if you want to skip this
5517 test. The test reads an 8 megabyte data object from the target, so it
5518 might be very time consuming on remote targets with a slow connection.
5519 * gdb.base/huge.c: New file. Test case for above.
5520
5521 2002-01-07 Fred Fish <fnf@redhat.com>
5522
5523 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
5524 g_instance.bfoo, and g_instance.cfoo.
5525
5526 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
5527
5528 * gdb.base/break.c (multi_line_if_conditional): New function.
5529 (multi_ilne_while_conditional): Likewise.
5530 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
5531 IF or WHILE condition puts the breakpoint at the start of
5532 the condition.
5533
5534 * gdb.base/selftest.exp (backtrace through signal handler): Remove
5535 hppa*-*-hpux* expected failure.
5536 * gdb.base/structs.exp (do_function_calls): Similarly.
5537
5538 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
5539 watchpoints.
5540
5541 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5542
5543 Fix PR gdb/66.
5544 * gdb.base/structs.exp: Replace skip for a29k with skip for
5545 gdb,cannot_call_functions.
5546 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
5547 * gdb.base/callfuncs.exp: Ditto.
5548 * gdb.base/call-rt-st.exp: Ditto.
5549 * gdb.base/call-strs.exp: Ditto.
5550 * gdb.base/callfwmall.exp: Ditto.
5551 * gdb.base/scope.exp: Obsolete xfail a29k.
5552 * gdb.c++/misc.exp: Ditto.
5553 * gdb.c++/cplusfuncs.exp: Ditto.
5554 * gdb.base/ptype.exp: Ditto.
5555 * gdb.base/printcmds.exp: Ditto.
5556 * gdb.base/opaque.exp: Ditto.
5557 * gdb.base/list.exp: Ditto.
5558 * gdb.base/funcargs.exp: Ditto.
5559 * gdb.base/default.exp: Ditto.
5560
5561 2002-01-04 Michael Snyder <msnyder@redhat.com>
5562
5563 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
5564 * gdb.base/maint.exp: Add tests for maint info sections options.
5565
5566 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
5567
5568 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
5569
5570 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
5571
5572 * gdb.asm/arm.inc: New file.
5573 * gdb.asm/asm-source.exp: Add arm targets.
5574 * gdb.asm/configure.in: Ditto.
5575 * gdb.asm/configure: Recreated from configure.in.
5576
5577 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
5578
5579 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
5580 with HP's compiler.
5581 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5582 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5583 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5584 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5585
5586 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
5587 either HP's compilers or GCC.
5588
5589 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
5590 a SIGBUS or SIGSEGV.
5591
5592 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
5593
5594 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
5595 can be compiled with either HP's compiler or GCC.
5596
5597 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
5598 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
5599 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
5600
5601 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
5602 to match current gdb output. Update due to using auto-solib-limit
5603 for limiting instead of overloading auto-solib-add.
5604 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
5605 test program.
5606
5607 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
5608 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
5609 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5610 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5611 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5612 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5613 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
5614 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
5615 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
5616 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
5617 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
5618 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
5619 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
5620
5621 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
5622 a SIGTRAP to the inferior.
5623
5624 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
5625
5626 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
5627 Substitute call to target_link by call to gdb_compile.
5628
5629 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
5630
5631 * gdb.base/break.exp: Fix HP specific search string when testing
5632 backtracing in a called function.
5633
5634 * gdb.base/constvars.exp: Only set lang to C++ if we're
5635 compiling the test with HP's compilers.
5636 * gdb.base/volatile.exp: Similarly.
5637
5638 2001-12-19 Jim Blandy <jimb@redhat.com>
5639
5640 * gdb.base/printcmds.exp: Expect the null character to be printed
5641 as '\0', and the '\013' to be printed as '\v'.
5642 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
5643 * gdb.base/setvar.exp: Same.
5644
5645 2001-12-17 Jim Blandy <jimb@redhat.com>
5646
5647 * gdb.base/completion.exp: Rather than completing very long
5648 filenames, which can make the readline library produce output we
5649 don't recognize, cd to the directory first, and then complete
5650 using nice, short relative paths.
5651
5652 * gdb.base/completion.exp: On some systems, there is, in fact, a
5653 variable named `b' in scope, since GDB treats all static
5654 variables as being in scope. So use `no_var_named_this'
5655 instead of `b'.
5656
5657 * gdb.base/corefile.exp: Recognize the message saying that GDB
5658 can't find the core file's registers as a failure.
5659
5660 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
5661
5662 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
5663 test expect string more specific.
5664
5665 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
5666
5667 * gdb.asm/asm-source.exp: Add support for xstormy16.
5668 * gdb.asm/configure.in: Ditto.
5669 * gdb.asm/configure: Rebuild.
5670 * gdb.asm/xstormy16.inc: New file.
5671
5672 2001-12-10 Fred Fish <fnf@redhat.com>
5673
5674 * gdb.base/maint.exp: Update to match changes in type dumping code.
5675
5676 2001-12-10 Jim Blandy <jimb@redhat.com>
5677
5678 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
5679 matching the entry point symbol's name at the beginning of the
5680 line.
5681
5682 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
5683
5684 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
5685 gdb.c++/inherit.exp, gdb.c++/method.exp,
5686 gdb.c++/namespace.exp, gdb.c++/templates.exp,
5687 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
5688 and class layout support.
5689
5690 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
5691
5692 * gdb.c++/classes.exp: Add test for static member function.
5693 * gdb.c++/misc.cc: Add class with static member function.
5694
5695 2001-12-07 Jim Blandy <jimb@redhat.com>
5696
5697 If GDB says it can't find the struct the function returned, report
5698 those tests as `unsupported'.
5699 * gdb.base/call-rt-st.exp (print_struct_call): New function.
5700 Rewrite subsequent tests to use it.
5701
5702 If GDB says it can't find the struct the function returned, report
5703 those tests as `unsupported'.
5704 * gdb.base/structs.exp (call_struct_func): New function.
5705 (do_function_calls): Use call_struct_func to call the functions
5706 returning structs.
5707
5708 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
5709 whether functions are prototyped or not, so we can't possibly pass
5710 arguments to t_float_values2 properly.
5711
5712 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
5713 value of `timeout' for targets other than the mips*tx39-*.
5714
5715 2001-12-06 Michael Snyder <msnyder@redhat.com>
5716
5717 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
5718 and detect whether the start symbol has a leading underscore.
5719
5720 2001-12-04 Jim Blandy <jimb@redhat.com>
5721
5722 * gdb.base/completion.exp: Clarify indentation.
5723
5724 2001-12-03 Jim Blandy <jimb@redhat.com>
5725
5726 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
5727 variables on the S/390, not `.word'.
5728
5729 2001-11-30 Jim Blandy <jimb@redhat.com>
5730
5731 Add assembly-source tests for s390-ibm-linux.
5732 * gdb.asm/s390.inc: New file.
5733 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
5734 the S/390 architecture.
5735 * gdb.asm/configure: Regenerated.
5736
5737 2001-11-30 Michael Snyder <msnyder@redhat.com>
5738
5739 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
5740 next, info source, info sources, info line, global and static
5741 variables, and static functions.
5742 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
5743 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
5744 * gdb.asm/asmsrc1.s: Add a static function and some variables.
5745 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
5746 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
5747 (gdbasm_leave): Restore frame pointer.
5748 (gdbasm_startup): Copy stack set-up from crt0.S.
5749
5750 2001-11-26 Fernando Nasser <fnasser@redhat.com>
5751
5752 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
5753 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
5754 to a local (non-static) variable. Copy tstruct.a to a static buffer
5755 and return a pointer to that buffer.
5756 * gdb.base/callfwmall.c (t_structs_a): Ditto.
5757
5758 2001-11-24 Mark Kettenis <kettenis@gnu.org>
5759
5760 * gdb.asm/configure.in: Fix recognition of ix86 target.
5761 * gdb.asm/configure: Regenerate.
5762
5763 2001-11-21 Michael Snyder <msnyder@redhat.com>
5764
5765 * gdb.asm/sparc.inc: New file.
5766 * gdb.asm/asm-source.exp: Recognize sparc target.
5767 * gdb.asm/configure.in: Recognize sparc target.
5768 * gdb.asm/configure: Regenerate.
5769
5770 2001-11-21 Michael Snyder <msnyder@redhat.com>
5771
5772 * gdb.asm/m32r.inc: New file.
5773 * gdb.asm/asm-source.exp: Recognize m32r target.
5774 * gdb.asm/configure.in: Recognize m32r target.
5775 * gdb.asm/configure: Regenerate.
5776
5777 2001-11-20 Michael Snyder <msnyder@redhat.com>
5778
5779 * gdb.asm/i386.inc: New file.
5780 * gdb.asm/asm-source.exp: Recognize ix86 target.
5781 * gdb.asm/configure.in: Recognize ix86 target.
5782 * gdb.asm/configure: Regenerate.
5783
5784 * gdb.c++/namespace.exp: Fix quotes in output messages.
5785
5786 2001-11-14 Michael Snyder <msnyder@redhat.com>
5787
5788 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
5789 qualifier in a type cast expression, to designate an address
5790 in the instruction space (Harvard architecture).
5791
5792 2001-11-13 Michael Snyder <msnyder@redhat.com>
5793
5794 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
5795 Tests for expressions using 'const' and 'volatile'.
5796
5797 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
5798
5799 * gdb.asm/asm-sources.exp: Allow defining linker flags.
5800
5801 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
5802
5803 * lib/mi-support.exp (mi_run_to_helper): Move comments
5804 outside of gdb_expect.
5805
5806 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
5807
5808 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
5809 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
5810 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
5811 mi0_run_to): New functions.
5812 * gdb.mi/mi-simplerun.exp: Use them.
5813 * gdb.mi/mi0-simplerun.exp: Likewise.
5814 * gdb.mi/mi-var-cmd.exp: Likewise.
5815 * gdb.mi/mi0-var-cmd.exp: Likewise.
5816
5817 2001-11-10 Andrew Cagney <ac131313@redhat.com>
5818
5819 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
5820 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
5821
5822 2001-11-09 Andrew Cagney <ac131313@redhat.com>
5823
5824 * gdb.base/restore.exp: Include $expected value in restored test
5825 message.
5826
5827 2001-11-09 Andrew Cagney <ac131313@redhat.com>
5828
5829 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
5830 implemented.
5831
5832 2001-11-08 Michael Snyder <msnyder@redhat.com>
5833
5834 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
5835 Add pass/fail message for stop at breakpoint in call dummy function.
5836
5837 2001-11-07 Michael Snyder <msnyder@redhat.com>
5838
5839 * gdb.c++/templates.exp (test_template_breakpoints):
5840 If we get an overload menu, but it does not match what
5841 we expect, we still need to issue the "cancel" command.
5842 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
5843 making the whitespace optional. Argument for "new" may be
5844 "unsigned" as well as "unsigned int/long".
5845 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
5846 making the whitespace optional. Also replace "(void) with
5847 "((void|)), making the keyword "void" optional.
5848 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
5849 making the whitespace optional. Also replace "(void) with
5850 "((void|)), making the keyword "void" optional.
5851 * gdb.base/callfuncs.c (t_float_values): This function must
5852 _not_ be prototyped, and the following function (t_float_values2)
5853 must be prototyped (if the compiler supports it), so that GDB
5854 can be tested against both cases. Usually one case involves
5855 promotion of float to double, while the other does not.
5856 * gdb.base/callfwmall.c: Ditto.
5857 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
5858 includes a stack frame for "start".
5859
5860 2001-11-05 Jim Blandy <jimb@redhat.com>
5861
5862 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
5863 pointers are 32 bits long, and that offsets of relocs are always
5864 stored in the data (REL-style), and not in the reloc entry itself
5865 (RELA-style).
5866 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
5867 stabs.
5868
5869 2001-11-01 Michael Snyder <msnyder@redhat.com>
5870
5871 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
5872 and regular expression operators by using quoting.
5873
5874 2001-10-31 Michael Snyder <msnyder@redhat.com>
5875
5876 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
5877 depending on what the symbol table contains.
5878 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
5879 the output of the ptype command. Similarly, accept both "const &"
5880 and "const&".
5881
5882 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
5883
5884 * gdb.base/miscexprs.c (main): Add usage of preprocessor
5885 symbol `STORAGE' to allow to choose the storage class of
5886 the local datastructures.
5887 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
5888 compiler directive.
5889
5890 2001-10-30 Michael Snyder <msnyder@redhat.com>
5891
5892 * gdb.base/jump.exp: Allow it to run for all targets.
5893
5894 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
5895
5896 * gdb.base/call-ar-st.c (print_double_array): Match for loop
5897 with new double_array size.
5898 (main): Change storage class of all local variables to static.
5899 Reduce size of double_array to 9.
5900 * gdb.base/call-ar-st.exp: Increase timeout value.
5901 Change expected output for double array to match new size in
5902 call-ar-st.c.
5903
5904 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
5905
5906 * gdb.base/ending-run.exp: Create identical output when passing
5907 `step to end of run' case. Add regular expression branch satisfying
5908 Stormy16 target.
5909
5910 2001-10-28 Mark Kettenis <kettenis@gnu.org>
5911
5912 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
5913 that we catch the expected failure under Linux/x86.
5914
5915 2001-10-29 Orjan Friberg <orjanf@axis.com>
5916
5917 * gdb.base/setvar.exp: Escape curly braces.
5918 * gdb.stabs/weird.exp: Ditto.
5919
5920 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
5921
5922 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
5923 * gdm.mi/mi0-hack-cli.exp: Likewise.
5924
5925 2001-10-25 Andrew Cagney <ac131313@redhat.com>
5926
5927 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
5928 messages.
5929
5930 2001-10-21 Andrew Cagney <ac131313@redhat.com>
5931
5932 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
5933 checking MI enabled.
5934
5935 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
5936
5937 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
5938
5939 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
5940
5941 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
5942 if gdb child process crashes, just signal an error.
5943
5944 2001-10-02 Jim Blandy <jimb@redhat.com>
5945
5946 * lib/gdb.exp (test_xfail_format): Simplify.
5947
5948 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
5949 front of the variable name `format'. Simplify `if'.
5950
5951 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5952
5953 * gdb.threads/pthreads.exp: Wait for output and delay
5954 before sending ^C.
5955
5956 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5957
5958 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
5959 some incorrect output instead of timing out.
5960 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
5961
5962 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
5963
5964 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
5965 check to allow additional `int'.
5966
5967 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
5968
5969 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
5970 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
5971
5972 2001-09-27 Michael Snyder <msnyder@redhat.com>
5973
5974 * lib/gdb.exp (test_debug_format): New proc.
5975 (setup_xfail_format): Use new proc test_debug_format.
5976 * gdb.base/constvars.exp (local_compiler_xfail_check): New
5977 proc; use new service proc test_debug_format.
5978 Replace all other "gcc_compiled" tests with this test.
5979 * gdb.base/volatile.exp (local_compiler_xfail_check): New
5980 proc; use new service proc test_debug_format.
5981 Replace all other "gcc_compiled" tests with this test.
5982
5983 2001-09-27 Michael Snyder <msnyder@redhat.com>
5984
5985 * gdb.base/cvexpr.exp: New file.
5986 * gdb.base/cvexpr.c: New file
5987 Test for expressions using const and volatile keywords.
5988
5989 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
5990
5991 * gdb.base/constvars.exp: Check for different orders of keywords
5992 and additional "int" strings in output.
5993
5994 2001-09-22 Andrew Cagney <ac131313@redhat.com>
5995
5996 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
5997 responses from "help maint".
5998
5999 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
6000
6001 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
6002 to localhost:NNN instead of :NNN, in case Xvfb is listening
6003 only on TCP.
6004
6005 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
6006
6007 * gdb.base/recurse.exp: When checking leaving the watchpoint
6008 scope, recognize when gdb is in function's epilogue and pass.
6009
6010 2001-09-18 Keith Seitz <keiths@redhat.com>
6011
6012 * lib/insight-support.exp (_gdbtk_export_target_info): Add
6013 support for running tests against sid targets.
6014 (gdbtk_done): Ditto.
6015
6016 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
6017
6018 * gdb.base/ending-run.c (main): Set stdout buffersize
6019 to the same reasonable value for any target.
6020 * gdb.base/ending-run.exp: Add a regular expression
6021 to make testsuite happy on Sanyo Stormy16 target.
6022
6023 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
6024
6025 * gdb.base/display.c (do_loops): Add float variable `f'.
6026 Increment f in loop.
6027 * gdb.base/display.exp: Increment timeout by 60 seconds.
6028 Change float display test to use variable `f'.
6029
6030 2001-09-17 Jim Blandy <jimb@redhat.com>
6031
6032 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
6033 overflowing the limited breakpoint tables on some ROM monitors
6034 (like the ROM68K).
6035
6036 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
6037
6038 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
6039 the "-ac" (disable access control) flag.
6040
6041 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
6042
6043 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
6044 ints.
6045
6046 2001-08-30 Keith Seitz <keiths@redhat.com>
6047
6048 * lib/gdb.exp: Move all insight-related functionality into
6049 separate file.
6050 * lib/insight-support.exp: New file.
6051
6052 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
6053
6054 * config/sid.exp (sid_start): Never set sid verbosity; disable
6055 expect_background {} that consumed its stdout; tolerate </dev/null.
6056 Attempt to set endianness override in "sid" protocol mode. Cleanup.
6057
6058 2001-08-18 Andrew Cagney <ac131313@redhat.com>
6059
6060 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
6061 CLI jump command to start it.
6062 (mi_run_to_main): Fail immediatly when unexpected output.
6063
6064 2001-08-18 Andrew Cagney <ac131313@redhat.com>
6065
6066 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
6067 beginning of function. Fix PR gdb/191.
6068
6069 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
6070
6071 * config/sid.exp (sid_start): Don't warn if we cannot figure out
6072 what to force sid endianness to.
6073
6074 2001-08-15 Keith Seitz <keiths@redhat.com>
6075
6076 * lib/gdb.exp (gdbtk_start): Don't set environment
6077 variables for TCL_LIBRARY and friends. Insight will
6078 now figure these out for itself.
6079
6080 2001-08-02 Michael Snyder <msnyder@redhat.com>
6081
6082 * gdb.base/completion.exp: Remove the symbol "a64l" from
6083 the expect string; this is target-specific, and not related
6084 to what is being tested.
6085
6086 2001-08-02 Dave Brolley <brolley@redhat.com>
6087
6088 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
6089
6090 2001-07-25 Michael Snyder <msnyder@redhat.com>
6091
6092 * gdb.base/consecutive.exp: New file. Test stepping over
6093 breakpoints on consecutive instructions.
6094 * gdb.base/consecutive.c: New file.
6095
6096 * gdb.base/call-rt-st.exp: Use double-backslash to quote
6097 curly braces in regular expressions.
6098
6099 2001-07-25 Michael Snyder <msnyder@redhat.com>
6100
6101 * gdb.base/ending-run.exp: Accept "Program exited normally" as
6102 legitimate output from stepping out of main.
6103
6104 2001-07-22 Keith Seitz <keiths@redhat.com>
6105
6106 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
6107 the empty string, do not run the tests.
6108
6109 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6110
6111 * gdb.base/long_long.exp: Detect size of pointer. Take into
6112 account 2-byte pointers when testing for p/a results.
6113
6114 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6115
6116 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
6117 and defined to 1K for m68hc11.
6118 (random_data): Reduce table to 1K for embedded platforms (68hc11).
6119 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
6120 (sizeof_random_data): New variable to tell the size of the data table;
6121 don't test past this size; always run to main.
6122
6123 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6124
6125 * gdb.base/return2.exp: return of long long and double fails for
6126 68HC11; don't execute these tests on that platform.
6127 * gdb.base/return.exp: Return of a double fails for 68hc11.
6128
6129 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6130
6131 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
6132 tests that print a float.
6133 * call-rt-st.exp: Likewise.
6134
6135 2001-07-12 Mark Kettenis <kettenis@gnu.org>
6136
6137 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
6138 running this test on Linux.
6139
6140 2001-06-24 Michael Chastain <chastain@redhat.com>
6141
6142 * gdb.base/arithmet.exp: Remove some tests to make all test names
6143 unique.
6144
6145 2001-07-03 Michael Snyder <msnyder@redhat.com>
6146
6147 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
6148 the output of the ptype command.
6149
6150 2001-07-02 Michael Snyder <msnyder@redhat.com>
6151
6152 * gdb.base/completion.exp: Don't assume that break.c is the only
6153 source file that may contain functions named "marker".
6154 * gdb.base/corefile.exp: Quote the curly braces in regexp.
6155
6156 2001-06-28 Andrew Cagney <ac131313@redhat.com>
6157
6158 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
6159 of files to delete.
6160
6161 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
6162 * gdb.disasm/h8300s.exp: New file.
6163 gdb.disasm/h8300s.s: Likewise.
6164
6165 2001-06-27 Andrew Cagney <ac131313@redhat.com>
6166
6167 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
6168 empty breakpoint tables.
6169
6170 2001-06-25 Andrew Cagney <ac131313@redhat.com>
6171
6172 * lib/mi-support.exp: Update args=... part of stop-reason
6173 patterns. Accept either a list or a tuple.
6174
6175 2001-06-23 Andrew Cagney <ac131313@redhat.com>
6176
6177 * lib/mi-support.exp: Remove local emacs variable defining
6178 change-log-default-name.
6179
6180 2001-06-22 Michael Chastain <chastain@redhat.com>
6181
6182 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
6183 This is operationally compatible with the previous version.
6184
6185 2001-06-13 Jim Blandy <jimb@redhat.com>
6186
6187 * lib/gdb.exp (gdb_test): Doc fix.
6188
6189 2001-06-10 Michael Chastain <chastain@redhat.com>
6190
6191 * gdb.base/exprs.exp: Remove a duplicate test.
6192
6193 2001-06-06 Jim Blandy <jimb@redhat.com>
6194
6195 * gdb.base/return2.exp (main): Use values to test float and double
6196 returns that are not NaN's, to avoid being confused by IEEE
6197 comparison rules.
6198
6199 2001-06-04 Michael Snyder <msnyder@redhat.com>
6200
6201 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
6202 non-zero if control_c fails. Terminate the test on failure,
6203 rather than wait for 12 more tests to time out.
6204
6205 2001-06-06 Jim Blandy <jimb@redhat.com>
6206
6207 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
6208 Don't forget to match the GDB prompt.
6209
6210 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
6211
6212 2001-06-04 Jim Blandy <jimb@redhat.com>
6213
6214 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
6215 command.
6216
6217 2001-05-31 Kevin Buettner <kevinb@redhat.com>
6218
6219 * gdb.base/annota1.exp (info break): Match four or more spaces
6220 after "Address".
6221
6222 2001-05-31 Michael Chastain <chastain@redhat.com>
6223
6224 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
6225 (dm_type_int_star): Likewise.
6226 (dm_type_long_star): Likewise.
6227 (dm_type_void_star): Likewise.
6228
6229 2001-05-29 Kevin Buettner <kevinb@redhat.com>
6230
6231 * gdb.base/completion.exp (INPUTRC): Set this environment variable
6232 to a known value in order to get consistent results regardless
6233 of the setting of INPUTRC or the presence or contents of .inputrc.
6234
6235 2001-05-24 Michael Snyder <msnyder@redhat.com>
6236
6237 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
6238 Don't require that the main thread and the manager thread are the
6239 first in the list.
6240
6241 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
6242 debugging. If test fails, issue an "unsupported" not a "fail".
6243
6244 2001-05-24 Jim Blandy <jimb@redhat.com>
6245
6246 Don't assume that short is shorter than int.
6247 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
6248 assume that shorts are smaller than ints. On a 16-bit machine,
6249 this isn't true.
6250 ("print unsigned char == (~0)"): Add test that verifies that ~0,
6251 an int, is not equal to ~0 stored in an unsigned char. This tests
6252 the same thing that the previous test meant to, but works on
6253 16-bit machines, too.
6254 ("print unsigned char != (~0)"): Same test, complemented.
6255
6256 2001-05-24 Michael Snyder <msnyder@redhat.com>
6257
6258 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
6259 test for (full_coverage == 0). This makes the test run faster,
6260 and prevents dejagnu getting out of step.
6261
6262 2001-05-23 Kevin Buettner <kevinb@redhat.com>
6263
6264 * gdb.base/finish.exp (finish_void): Revise pattern for
6265 stopping on the call statement to not permit stopping at
6266 the start of the instructions comprising the call sequence.
6267
6268 2001-05-19 Michael Chastain <chastain@redhat.com>
6269
6270 * gdb.base/callfuncs.exp: Make all test names unique.
6271 * gdb.base/commands.exp: Make all test names unique.
6272 * gdb.base/condbreak.exp: Make all test names unique.
6273 * gdb.base/dbx.exp: Make all test names unique.
6274 * gdb.base/default.exp: Make all test names unique.
6275 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
6276 and TIMEOUT messages to their corresponding PASS message.
6277 * gdb.base/ending-run.exp: Make all test names unique.
6278 * gdb.base/long_long.exp: Remove duplicate test.
6279
6280 2001-05-21 Kevin Buettner <kevinb@redhat.com>
6281
6282 * gdb.base/finish.exp (finish_void): Allow "finish" command to
6283 stop on the call statement as well as the statement after the
6284 call.
6285
6286 2001-05-21 Michael Snyder <msnyder@redhat.com>
6287
6288 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
6289
6290 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
6291
6292 * gdb.base/completion.exp: Revamp test. Make it execute on all
6293 platforms.
6294
6295 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
6296
6297 * config/gdbserver.exp (gdb_load): Handle the case
6298 in which the arguments to gdbserver are given in the
6299 baseboard configuration file.
6300 Also handle the case in which the server needs to do a
6301 load.
6302
6303 2001-05-07 Keith Seitz <keiths@cygnus.com>
6304
6305 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
6306 set up the display for testing.
6307 (gdbtk_start): Convert all paths to paths that tcl will like.
6308 Export target information to environment.
6309 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
6310 necessary.
6311 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
6312 (to_tcl_path): New proc to convert a given pathname into
6313 a path acceptible as an argument to a tcl command.
6314 (_gdbtk_export_target_info): New proc to export target info
6315 into the environment for gdbtk testing.
6316 (gdbtk_done): New proc to signal end-of-test.
6317
6318 2001-05-06 Jim Blandy <jimb@redhat.com>
6319
6320 * restore.c: Make the code of caller0 correspond to its comment.
6321
6322 2001-05-03 Michael Snyder <msnyder@redhat.com>
6323
6324 * config/sid.exp (gdb_target_sid): Check for error messages.
6325 On error or timeout, don't make expect exit (which will terminate
6326 all subsequent tests); instead just make gdb exit.
6327 (gdb_load): Check for error messages. On error or timeout,
6328 return a negative value.
6329
6330 2001-04-24 Jim Blandy <jimb@redhat.com>
6331
6332 * gdb.c++/templates.exp: If we see the prompt for the overload
6333 list, but we haven't recognized any of the longer patterns,
6334 arrange for this test to fail, not hang.
6335
6336 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
6337 variations.
6338
6339 2001-04-22 Michael Chastain <chastain@redhat.com>
6340
6341 * gdb.c++/local.exp: Use the 'runto' library function.
6342 * gdb.c++/namespace.exp: Likewise.
6343 * gdb.c++/overload.exp: Likewise.
6344
6345 2001-03-26 Kevin Buettner <kevinb@redhat.com>
6346
6347 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
6348 * gdb.base/step-line.exp: New file. Test step/next in presence of
6349 #line directives.
6350 * gdb.base/step-line.c: New file. Test program for the above.
6351 * gdb.base/step-line.inp: New file. We pretend that this file has
6352 been transformed by some other tool into step-line.c.
6353
6354 2001-03-21 Jim Blandy <jimb@redhat.com>
6355
6356 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
6357 unmangled operator names.
6358
6359 2001-03-20 Jim Blandy <jimb@redhat.com>
6360
6361 * gdb.threads/linux-dp.exp: Recognize an additional message
6362 generated by GDB when it doesn't understand how to debug threads
6363 on the target system.
6364
6365 2001-03-19 Andrew Cagney <ac131313@redhat.com>
6366
6367 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
6368
6369 2001-03-12 Michael Chastain <chastain@redhat.com>
6370
6371 * gdb.c++/derivation.exp: Use the 'runto' library function.
6372
6373 2001-03-12 Michael Chastain <chastain@redhat.com>
6374
6375 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
6376
6377 2001-02-24 Michael Chastain <chastain@redhat.com>
6378
6379 * gdb.c++/ref-types.exp: Change handwritten code to library
6380 function 'runto'.
6381
6382 2001-03-16 Orjan Friberg <orjanf@axis.com>
6383
6384 * gdb.base/signals.exp: Set count to 0 explicitly.
6385
6386 2001-03-15 Mark Salter <msalter@redhat.com>
6387
6388 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
6389 (gdb_target_monitor): Add check of gdb_target_cmd return value.
6390 (gdb_load): Add support for additional target_info: gdb_download_size
6391 and gdb_load_timeout.
6392
6393 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
6394
6395 * gdb.base/annota1.exp: Move test of isnative to earlier in the
6396 file -- to prevent failing when the compile fails but we have no
6397 intention of running the tests anyway.
6398
6399 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
6400 tests if set.
6401
6402 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
6403 integers.
6404
6405 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
6406 * gdb.c++/namespace.exp: Ditto.
6407
6408 2001-03-07 Orjan Friberg <orjanf@axis.com>
6409
6410 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
6411 * gdb.base/pointers.exp: Relax pattern match of decimals.
6412
6413 2001-03-06 Kevin Buettner <kevinb@redhat.com>
6414
6415 * Makefile.in, config/abug.exp, config/cfdbug.exp,
6416 config/cpu32bug.exp, config/dve.exp, config/est.exp,
6417 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
6418 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
6419 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
6420 config/sh.exp, config/sid.exp, config/slite.exp,
6421 config/sparclet.exp, config/udi.exp, config/unknown.exp,
6422 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
6423 config/vxworks.exp, config/vxworks29k.exp,
6424 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
6425 gdb.base/all-bin.exp, gdb.base/annota1.exp,
6426 gdb.base/arithmet.exp, gdb.base/assign.exp,
6427 gdb.base/async.exp, gdb.base/attach.exp,
6428 gdb.base/bitfields.exp, gdb.base/bitops.exp,
6429 gdb.base/break.exp, gdb.base/call-ar-st.exp,
6430 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
6431 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
6432 gdb.base/commands.exp, gdb.base/completion.exp,
6433 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
6434 gdb.base/constvars.exp, gdb.base/corefile.exp,
6435 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
6436 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
6437 gdb.base/ending-run.exp, gdb.base/environ.exp,
6438 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
6439 gdb.base/finish.exp, gdb.base/foll-exec.exp,
6440 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
6441 gdb.base/funcargs.exp, gdb.base/help.exp,
6442 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
6443 gdb.base/logical.exp, gdb.base/long_long.exp,
6444 gdb.base/maint.exp, gdb.base/mips_pro.exp,
6445 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
6446 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
6447 gdb.base/pointers.exp, gdb.base/printcmds.exp,
6448 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
6449 gdb.base/regs.exp, gdb.base/relational.exp,
6450 gdb.base/remote.exp, gdb.base/reread.exp,
6451 gdb.base/restore.exp, gdb.base/return2.exp,
6452 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
6453 gdb.base/selftest.exp, gdb.base/setshow.exp,
6454 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
6455 gdb.base/sigall.exp, gdb.base/signals.exp,
6456 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
6457 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
6458 gdb.base/step-test.exp, gdb.base/structs.c,
6459 gdb.base/structs.exp, gdb.base/structs2.exp,
6460 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
6461 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
6462 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
6463 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6464 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
6465 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
6466 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
6467 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
6468 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
6469 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
6470 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
6471 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
6472 gdb.fortran/types.exp, gdb.java/jmisc.exp,
6473 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
6474 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
6475 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6476 gdb.trace/circ.exp, gdb.trace/collection.exp,
6477 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6478 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6479 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
6480 gdb.trace/report.exp, gdb.trace/save-trace.exp,
6481 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6482 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
6483 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
6484 notices.
6485
6486 2001-02-27 Michael Snyder <msnyder@cygnus.com>
6487
6488 * gdb.base/varargs.c (find_max_double): Fix printf format string:
6489 first arg is int not float.
6490
6491 2001-02-22 Michael Snyder <msnyder@cygnus.com>
6492
6493 * gdb.base/reread.exp: Unsupported for non-native targets;
6494 doesn't work for remote debugging.
6495
6496 2001-02-19 Fernando Nasser <fnasser@redhat.com>
6497
6498 From Drew Moseley <dmoseley@redhat.com>
6499 * gdb.base/ending-run.exp: Properly handle the BSP state when
6500 stepping past the end of main.
6501
6502 2001-02-19 John Moore <jmoore@redhat.com>
6503
6504 * gdb.base/commands.exp (infrun_breakpoint_command_test):
6505 Converted HPUX fix for non-expected items following multiple
6506 step commands into general solution for all platforms.
6507
6508 2001-02-18 Michael Chastain <chastain@redhat.com>
6509
6510 * gdb.c++/classes.exp (do_tests): Change runto statements
6511 from "runto 'foo(void)'" to "runto 'foo'". This makes the
6512 statements demangler agnostic.
6513 * gdb.c++/virtfunc.exp (do_tests): Likewise.
6514 (gdb_virtfunc_restart): Likewise.
6515
6516 2001-02-14 Michael Chastain <chastain@redhat.com>
6517
6518 * gdb.c++/inherit.exp (do_tests): Change runto statements
6519 from "runto 'foo(void)'" to "runto 'foo'". This makes the
6520 statements demangler agnostic.
6521
6522 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
6523
6524 * gdb.threads/pthreads.exp: Unify pass/fail messages for
6525 ``continue to bkpt at common_routine in thread 2'' and ``stopped
6526 before calling common_routine 15 times'' tests.
6527
6528 2001-02-11 Michael Chastain <chastain@redhat.com>
6529
6530 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
6531 Helps the test script figure out which demangler is in use.
6532 (dm_type_foo_ref): Ditto.
6533 (dm_type_int_star): Ditto.
6534 (dm_type_long_star): Ditto.
6535 (dm_type_unsigned_int): Ditto.
6536 (dm_type_void): Ditto.
6537 (dm_type_void_star): Ditto.
6538 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
6539 Probe the gdb demangler and set variables to accommodate
6540 formatting differences.
6541 (info_func_regexp): New function. Same as info_func, but
6542 matches against a regexp.
6543 (info_func): Match against a literal string.
6544 (print_addr_2): New function. Match against a literal string,
6545 which can be different from the input to gdb.
6546 (print_addr): Simply call print_addr_2 with the same argument twice.
6547 (test_lookup_operator_functions): Use demangler formatting variables.
6548 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
6549 the tests in the same order as the C++ class declaration.
6550 (test_paddr_operator_functions): Ditto.
6551 (test_paddr_overloaded_functions): Ditto.
6552 (test_paddr_hairy_functions): Use demangler formatting variables.
6553 Add reference to gdb/19 for related tests.
6554 (do_tests): Call probe_demangler.
6555
6556 2001-01-30 Kevin Buettner <kevinb@redhat.com>
6557
6558 * gdb.c++/templates.cc (printf): Remove unused function definition.
6559
6560 2001-01-26 Felix Lee <flee@redhat.com>
6561
6562 * sid.exp (sid_exit): Pass host, not target, to remote_close.
6563
6564 2001-01-25 matthew green <mrg@redhat.com>
6565
6566 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
6567 up sid.
6568 (sid_exit): Call `remote_pop_conn' after GDB is gone.
6569
6570 2001-01-25 matthew green <mrg@redhat.com>
6571
6572 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
6573 Deprecate $sid_spawn_id.
6574 (sid_exit): Remove code necessary only for `spawn.'
6575
6576 2001-01-25 matthew green <mrg@redhat.com>
6577
6578 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
6579
6580 2001-01-28 Michael Chastain <chastain@redhat.com>
6581
6582 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
6583 to call when tests fail. It takes gdb out of the overloaded
6584 function choice menu back to the main prompt, so that the test
6585 program stays synchronized.
6586 (set_bp_overloaded): New proc to collect all the common
6587 code for setting a breakpoint on an overloaded name. Calls
6588 take_gdb_out_of_choice_menu when needed.
6589 (menu_overload1arg): New variable to collect the repeated
6590 instances of the expected menu for an overloaded name. Change
6591 the regular expression to handle changes in g++ type encoding:
6592 "void" can be either "void" or "", and "unsigned int" can be
6593 either "unsigned int" or "unsigned".
6594 (continue_to_bp_overloaded): Change regular expressions to handle
6595 changes in g++ type encoding.
6596 (no proc): Call take_gdb_out_of_choice_menu when needed.
6597 Remove redundant calls to "info break". Accept either "canceled"
6598 or "cancelled". Change regular expressions in "info break"
6599 calls to handle changes in g++ type encoding. Give all tests
6600 unique strings.
6601
6602 2001-01-17 Ben Elliston <bje@redhat.com>
6603
6604 * config/sid.exp: New file.
6605
6606 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
6607
6608 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
6609
6610 2000-12-21 Michael Snyder <msnyder@cygnus.com>
6611
6612 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
6613 Add a RE to accept a non-ascii char if one is ever presented.
6614
6615 2000-12-20 Fernando Nasser <fnasser@redhat.com>
6616
6617 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
6618
6619 2000-12-18 Michael Snyder <msnyder@cygnus.com>
6620
6621 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
6622 in regexp. One '\' does not suffice on Linux.
6623
6624 2000-12-09 Michael Chastain <chastain@redhat.com>
6625
6626 * gdb.base/break.exp (test_clear_command): Use a marker function
6627 rather than 'main' for the test function. Also move this
6628 test to an execution point where the marker function names are
6629 guaranteed to be bound to functions. (Executing tests after a
6630 'finish' from main runs into name conflicts with local names
6631 in __libc_start_main).
6632
6633 2000-12-07 Michael Snyder <msnyder@cygnus.com>
6634
6635 * gdb.base/finish.exp: New test for gdb's "finish" command.
6636 * gdb.base/return2.exp: New test for gdb's "return" command.
6637 * gdb.base/return2.c: New source file for above.
6638
6639 2000-12-05 Michael Snyder <msnyder@cygnus.com>
6640
6641 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
6642 * gdb.base/miscexprs.exp: Ditto.
6643 * gdb.base/pointers.exp: Ditto.
6644 * gdb.c++/derivation.exp: Ditto.
6645 * gdb.c++/local.exp: Ditto.
6646 * gdb.c++/namespace.exp: Ditto.
6647 * gdb.c++/overload.exp: Ditto.
6648 * gdb.c++/ref-types.exp: Ditto.
6649
6650 2000-12-05 Michael Snyder <msnyder@cygnus.com>
6651
6652 * gdb.base/constvars.exp: Test result of "up" command.
6653 * gdb.base/miscexprs.exp: Ditto.
6654 * gdb.base/pointers.exp: Ditto.
6655 * gdb.base/scope.exp: Ditto.
6656 * gdb.c++/derivation.exp: Ditto.
6657 * gdb.c++/local.exp: Ditto.
6658 * gdb.c++/namespace.exp: Ditto.
6659 * gdb.c++/overload.exp: Ditto.
6660 * gdb.c++/ref-types.exp: Ditto.
6661
6662 2000-11-22 Michael Chastain <chastain@redhat.com>
6663
6664 * mips_pro.exp: Accept either "middle -> top -> main" or
6665 "middle -> main" in the backtrace, because gcc can optimize
6666 tail calls to jumps. Remove setup_xfail for the hppa case.
6667 Add a comment with the original warning messages from PR 3016,
6668 which was filed in 1993, to preserve them for posterity.
6669
6670 2000-11-17 Nick Duffek <nsd@redhat.com>
6671
6672 * lib/gdb.exp (gdb_test): Override timeout with board info.
6673
6674 2000-11-17 Nick Duffek <nsd@redhat.com>
6675
6676 * gdb.base/display.exp: Don't kill running stub. Add "again" to
6677 the second kill and detach messages.
6678
6679 2000-11-17 Nick Duffek <nsd@redhat.com>
6680
6681 * configure.in: Add AC_EXEEXT.
6682 * configure: Regenerate.
6683 * Makefile.in (just-check): Export EXEEXT.
6684 * lib/gdb.exp ($EXEEXT): Import from environment.
6685 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
6686 expect "maint dump-me" on Cygwin.
6687 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
6688 $EXEEXT.
6689
6690 2000-11-17 Nick Duffek <nsd@redhat.com>
6691
6692 * gdb.base/break.exp: Test backtrace and finish from called
6693 function on all platforms, not just HP-UX.
6694
6695 2000-11-03 Michael Snyder <msnyder@cygnus.com>
6696
6697 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
6698 code from gdb_target_monitor, so it can be used independantly
6699 for gdbserver. Also comment out an unnecessary PUTS.
6700
6701 2000-11-03 Michael Snyder <msnyder@cygnus.com>
6702
6703 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
6704 * gdb.base/corefile.exp: Expect the message "Program is being
6705 debugged already" when we send the "corefile" command, since
6706 the preceeding gdb_load may have connected gdb to a remote target.
6707 * gdb.base/display.exp: Disable hardware watchpoints if new
6708 board info variable "no_hardware_watchpoints" is true.
6709 Replace single-letter commands with more readable ones.
6710 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
6711 if new board info variable "no_hardware_watchpoints" is true.
6712 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
6713 to see if stdio (printf) testing is possible.
6714 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
6715 board info variable "no_hardware_watchpoints" is true. Use new
6716 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
6717
6718 2000-11-13 Fernando Nasser <fnasser@redhat.com>
6719
6720 From Orjan Friberg <orjanf@axis.com>:
6721 * gdb.base/printcmds.exp: Escape curly braces followed by a number
6722 in array print pattern match.
6723
6724 2000-11-09 Fernando Nasser <fnasser@redhat.com>
6725
6726 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
6727 spelling "cancelled" to U.S. spelling "canceled" to match changes
6728 made to gdb.
6729 * gdb.c++/ovldbreak.exp: Ditto.
6730
6731 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6732
6733 * gdb.base/callfuncs.c (main): Moved to end of file, call
6734 t_double_values to initialize the FPU before inferior calls are made.
6735 * gdb.base/callfuncs.exp: Test for register preservation after calling
6736 inferior functions. Add tests for continuining, finishing and
6737 returning from a stop in a call dummy.
6738
6739 2000-10-24 Michael Snyder <msnyder@cygnus.com>
6740
6741 * gdb.base/commands.exp: Break up long lines, and re-indent.
6742
6743 2000-10-19 Michael Snyder <msnyder@cygnus.com>
6744
6745 * config/gdbserver.exp: Rewritten from the ground up, to make it
6746 compatible with the current dejagnu tree, and to make it work with
6747 the new "gdbserver" in libremote.
6748
6749 2000-10-16 Michael Snyder <msnyder@cygnus.com>
6750
6751 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
6752 * gdb.base/varargs.exp: Skip entire test if no printf support.
6753 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
6754 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
6755
6756 2000-10-13 Michael Snyder <msnyder@cygnus.com>
6757
6758 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
6759 no floating point support.
6760 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
6761 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
6762 * gdb.base/call-rt-st.exp: Ditto.
6763 * gdb.base/call-strs.exp: Ditto.
6764
6765 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
6766
6767 * gdb.base/sizeof.c: include <stdio.h>.
6768
6769 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
6770 'finish', otherwise uncaptured gdb_prompt would potentially
6771 throw remaining test points out of sync.
6772
6773 2000-07-26 Scott Bambrough <scottb@netwinder.org>
6774
6775 * gdb.base/recurse.exp: Run tests for all targets.
6776 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
6777 gnu-oldld case on ARM.
6778 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
6779 for ARM targets.
6780
6781 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
6782
6783 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
6784 * gdb.java/configure: Rebuild.
6785
6786 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
6787
6788 * gdb.java/jv-exp.exp: New file.
6789
6790 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
6791
6792 * configure: Rebuilt.
6793 * configure.in (configdirs): Add gdb.java.
6794 * gdb.java/jmisc.java: New file.
6795 * gdb.java/jmisc.exp: New file.
6796 * gdb.java/Makefile.in: New file.
6797 * gdb.java/configure: Rebuilt.
6798 * gdb.java/configure.in: New file.
6799 * lib/java.exp: New file.
6800
6801 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
6802
6803 * gdb.base/exprs.exp: Test casts to a pointer including over and
6804 underflow.
6805
6806 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
6807
6808 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
6809 and the compilers sizes.
6810
6811 2000-07-09 Nick Duffek <nsd@redhat.com>
6812
6813 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
6814 (use_methods): New function.
6815 (main): Call use_methods().
6816 * gdb.c++/classes.exp (test_method_param_class): New procedure.
6817 (do_tests): Call test_method_param_class.
6818
6819 2000-07-09 Nick Duffek <nsd@redhat.com>
6820
6821 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
6822 spelling.
6823 (test_enums): New procedure. Move enum tests from end of script
6824 to here. Set breakpoint on function name instead of line number.
6825 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
6826 (enums2): New marker function.
6827 (enums1): New function.
6828 (main): Call enums1(). Move enum tests to enums1().
6829
6830 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
6831
6832 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
6833 compile/link program. Update line numbers.
6834 * gdb.asm/d10v.inc: Define ``startup''.
6835 * gdb.asm/asmsrc1.s: Add definition of _start.
6836
6837 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
6838
6839 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
6840
6841 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6842
6843 * gdb.base/maint.exp: Add 'maint print architecture' item to output
6844 of 'help maint print' command.
6845
6846 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
6847
6848 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
6849 they use gdb_expect_list.
6850
6851 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
6852
6853 * gdb.base/commands.exp: Use ``set remote
6854 memory-read-packet-size'' instead of ``set endian big'' to test
6855 long commands.
6856
6857 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
6858
6859 * gdb.c++/templates.exp (do_tests): Make all of these work under
6860 g++, and stop skipping them.
6861
6862 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
6863 work under g++.
6864
6865 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
6866 initialization.
6867
6868 2000-06-02 Michael Snyder <msnyder@cygnus.com>
6869
6870 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
6871 the regular expression: accept an (almost) arbitrary sequence of
6872 "frames-invalid" and "breakpoints-invalid" messages both before
6873 and after the "starting" message.
6874
6875 2000-06-02 Michael Snyder <msnyder@cygnus.com>
6876
6877 * gdb.c++/local.exp: This test has never been known to work with g++.
6878
6879 2000-05-18 Michael Snyder <msnyder@cygnus.com>
6880
6881 * gdb.base/annota1.exp (annotate-signal-handler-caller):
6882 Relax the regular expression a little, make it pass on Solaris 8.
6883
6884 2000-05-12 Kevin Buettner <kevinb@redhat.com>
6885
6886 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
6887 a call, do not require that gdb stop on the line after the call.
6888 Instead, it is permissible for gdb to stop on the line of the
6889 call itself.
6890
6891 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
6892
6893 * gdb.base/break.exp (bp on small function, optimized file):
6894 Add a second pass pattern. The behavior differs here between stabs
6895 and dwarf for one-line functions. Stabs preserves two line symbols
6896 (one before the prologue and one after) with the same line number,
6897 but dwarf regards these as duplicates and discards one of them.
6898 Therefore the address after the prologue (where the breakpoint is)
6899 has no exactly matching line symbol, and GDB reports the breakpoint
6900 as if it were in the middle of a line rather than at the beginning.
6901
6902 2000-05-08 Michael Snyder <msnyder@cygnus.com>
6903
6904 * gdb.base/interrupt.exp: Make "pass" message say "send"
6905 rather than "send_gdb" (for consistancy).
6906
6907 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6908
6909 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
6910 * gdb.c++/templates.cc: Properly check for GCC version number.
6911 * lib/compiler.cc: Likewise
6912
6913 2000-04-28 Michael Snyder <msnyder@cygnus.com>
6914
6915 * gdb.base/break.exp: When compiled with -O2 optimization,
6916 gdb may not stop at the first line of main, due to code motion.
6917
6918 2000-04-26 Michael Snyder <msnyder@cygnus.com>
6919
6920 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
6921 This test depends on parsing the printf output from the target.
6922 Since the sparclet stub doesn't do stdio, this will never work.
6923 * gdb.base/call-rt-st.exp: ditto.
6924 * gdb.base/call-strs: ditto.
6925
6926 2000-04-24 Michael Snyder <msnyder@cygnus.com>
6927
6928 * gdb.base/miscexprs.exp: make sizeof long array test portable.
6929
6930 * gdb.base/ending-run.exp: After connecting to a remote target,
6931 but before running, the target will appear to be in a random
6932 location. Specify both a file and a line for breakpoints.
6933 Also, the function that calls main may be called 'init'
6934 rather than 'start'.
6935
6936 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6937
6938 * gdb.base/help.exp: Update output for add-symbol-file command.
6939
6940 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
6941
6942 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6943 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
6944
6945 2000-04-07 J.T. Conklin <jtc@redback.com>
6946
6947 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
6948
6949 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
6950
6951 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
6952
6953 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
6954 values that can be represented exactly.
6955 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
6956 above change, and to not check against the directory part of the source
6957 file name.
6958 (step into print_long_arg_list): Likewise.
6959 (print print_small_structs from print_long_arg_list): Likewise.
6960 (print print_long_arg_list): Likewise.
6961
6962 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6963
6964 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
6965
6966 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
6967
6968 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
6969
6970 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
6971
6972 * gdb.base/commands.exp (deprecated_command_test): Add test for
6973 deprecate with no arguments.
6974
6975 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
6976
6977 * gdb.base/break.exp: Add new test for setting breakpoints on
6978 optimized code so we can test breakpoints work even when function
6979 prologues may be optimized away
6980
6981 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6982
6983 From David Whedon <dwhedon@gordian.com>
6984 * gdb.base/commands.exp : Added command deprecator tests.
6985
6986 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
6987
6988 * gdb.base/help.exp: Added test for new apropos command.
6989
6990 2000-03-21 Kevin Buettner <kevinb@redhat.com>
6991
6992 * gdb.base/pointers.c (usevar): New function.
6993 (main): Make sure that global variables v_int_pointer2, rptr,
6994 and y are all referenced someplace in the program by calling
6995 usevar() on them. [Some linkers delete symbols which are
6996 never referenced. The space remains, but there's no way to
6997 get a (symbolic) handle on the variable from the debugger.]
6998
6999 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7000
7001 * gdb.base/printcmds.c: Add typedeffed arrays.
7002
7003 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
7004 procedure to test arrays that are typedef'd.
7005
7006 2000-03-13 James Ingham <jingham@leda.cygnus.com>
7007
7008 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
7009 the library directories.
7010
7011 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
7012
7013 * configure.in (configdirs): Add sub directory gdb.mi.
7014 * configure: Re-generate.
7015
7016 * gdb.mi: New directory.
7017
7018 2000-02-25 Scott Bambrough <scottb@netwinder.org>
7019
7020 * gdb.base/long_long.exp: Correct test suite failure when printing
7021 a long long value as a double on ARM platforms.
7022
7023 2000-02-16 Jim Blandy <jimb@redhat.com>
7024
7025 * gdb.base/break.exp ("breakpoint line number"): Make sure the
7026 default source file is set properly before running this test.
7027
7028 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7029
7030 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
7031 gdbtk/library directory, not in gdbtcl2.
7032
7033 2000-02-04 Jim Blandy <jimb@redhat.com>
7034
7035 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
7036 backslash from regexp pattern.
7037
7038 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
7039 procedure. Use it to run all the "continue to bp overloaded"
7040 tests. Note that this changes the names of the tests slightly.
7041 If the breakpoint hit message includes a hex PC value, because
7042 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
7043 from the real source code, still consider that a pass.
7044
7045 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
7046 XFAIL here if the breakpoint message contains a hex address. Note
7047 similar change on 1999-11-02.
7048
7049 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
7050
7051 * gdb.base/ptype.exp: Establish a default source file before
7052 calling get_debug_format.
7053
7054 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
7055
7056 * gdb.base/watchpoint.exp: Remove duplication of test messages.
7057
7058 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
7059
7060 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
7061 of successive stepi commands -- while in the prologue we should see
7062 the function entry bracket.
7063
7064 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
7065
7066 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
7067 reach __change_mode() when stepping through the end of main().
7068
7069 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
7070
7071 * gdb.base/default.exp: Fix expected pattern.
7072 * gdb.base/help.exp: Same.
7073
7074 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7075
7076 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
7077 Don't use xfail's because that affects only the following test.
7078
7079 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
7080 solaris or linux.
7081
7082 * gdb.base/selftest.exp: Update to reflect changes to main.c.
7083
7084 2000-01-07 Michael Snyder <msnyder@cygnus.com>
7085
7086 * gdb.base/display.exp: Some yacc parsers like to say
7087 "A syntax error" rather than "A parse error". Accept both.
7088
7089 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
7090
7091 * gdb.base/default.exp: Remove OS dependent string from "target
7092 remote" test.
7093 * gdb.base/help.exp: Same for "help target remote" test.
7094
7095 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7096
7097 From Jim Kingdon <kingdon@redhat.com>:
7098
7099 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
7100 prompt (cleanup rather than necessity, but still might keep output
7101 from spilling to next test).
7102
7103 2000-01-02 Fred Fish <fnf@cygnus.com>
7104
7105 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
7106 AIX, which defines them in <sys/types.h>.
7107
7108 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
7109
7110 * gdb.base/default.exp: Match arm* etc instead of arm in "info
7111 float" test.
7112
7113 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
7114
7115 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
7116
7117 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
7118 outermost frame disallowed".
7119
7120 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
7121
7122 * gdb.base/setvar.exp: New tests for setting the value of a struct
7123 with a constant list.
7124
7125 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
7126
7127 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
7128 require the user to type a cast before setting the value of a struct.
7129
7130 1999-12-06 Jim Blandy <jimb@cygnus.com>
7131
7132 * gdb.base/default.exp: Expect the new 'info float' command on
7133 all i386 platforms.
7134
7135 * gdb.threads/linux-dp.exp: Expand our ability to recognize
7136 LinuxThreads libraries that don't support debugging.
7137
7138 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
7139
7140 * gdb.base/remote.c: Fill the buffer with truely random data.
7141 Change the buffer type to ``unsigned char'' to simplify size
7142 arithmetic.
7143
7144 * gdb.base/remote.exp: Reduce download numbers by one. Typical
7145 stub only handles 400-1 byte packets. Verify that the download
7146 worked.
7147
7148 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
7149
7150 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
7151 tests, using UNRESOLVED for the untested cases. Also, does not wait
7152 for a timeout if the prompt was received before a recognizable pattern.
7153
7154 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
7155
7156 * lib/gdb.exp (gdb_expect_list): Fix spelling.
7157
7158 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7159
7160 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
7161 watchpoints.
7162
7163 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
7164
7165 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
7166
7167 * gdb.c++/local.exp: Be more flexible in recognizing local class
7168 name mangling. Don't allow horribly truncated method names.
7169 * gdb.c++/derivation.exp: Expect protected inheritance.
7170 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
7171 * gdb.c++/virtfunc.exp: Likewise.
7172 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
7173 when printing a nested enum.
7174
7175 1999-11-22 Jim Blandy <jimb@cygnus.com>
7176
7177 * gdb.base/step-test.exp: Properly await GDB's response to setting
7178 a breakpoint on the call to large_struct_by_value.
7179
7180 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
7181 just because we have debug info for the `start' function.
7182
7183 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
7184
7185 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
7186 "Unknown signal" messages, which indicate (on LinuxThreads) that
7187 GDB doesn't know how to debug threads on this system. This is
7188 better than hanging while philosopher 0 dumps chatter into gdb.log.
7189
7190 1999-11-18 Tom Tromey <tromey@cygnus.com>
7191
7192 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
7193
7194 1999-11-18 Fred Fish <fnf@cygnus.com>
7195
7196 * gdb.base/coremaker2.c: Add sample program for generating
7197 cores that is more self contained than coremaker.c. Eventually
7198 I'll add more code to this and tie it into the testsuite.
7199
7200 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
7201
7202 * gdb.base/dollar.exp: Remove, now in gdb.hp.
7203
7204 1999-11-10 Jimmy Guo <guo@cup.hp.com>
7205
7206 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
7207 from $srcdir/lib/.
7208 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
7209 and gdb.c++/.
7210
7211 * gdb.c++/derivation.exp: remove redundant get compiler info code.
7212
7213 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
7214 'continue with watch' test point.
7215
7216 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
7217
7218 Merged from p2linux-990323-branch:
7219
7220 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
7221
7222 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
7223
7224 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
7225 {limit,fixed}''. Test ``set download-write-size''.
7226
7227 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
7228
7229 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
7230 gdb_expect_list.
7231
7232 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
7233
7234 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
7235
7236 1999-11-03 Mark Salter <msalter@cygnus.com>
7237
7238 * gdb.base/break.exp: Fix "stub continue" pattern.
7239
7240 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
7241
7242 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
7243
7244 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
7245
7246 * gdb.base/display.exp ("finish"): Add timeout clause.
7247
7248 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
7249 plain prompt clause, so this doesn't have to time out in order to
7250 fail.
7251
7252 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
7253 breakpoint hit messages include an address.
7254
7255 * gdb.base/display.exp: Don't forget to escape parens in regular
7256 expressions. Unix regexp notatation sucks.
7257
7258 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7259
7260 * gdb.base/annota1.exp: Test for annotate-signalled: change output
7261 order for 'signalled' message.
7262
7263 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
7264
7265 From Jimmy Guo <guo@cup.hp.com>:
7266 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
7267 * gdb.base/annota1.c: Add code for tests to work with.
7268
7269 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
7270
7271 * gdb.base/remote.exp: New test for remote downloading settings.
7272 * gdb.base/remote.c: New file with large .data.
7273
7274 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
7275
7276 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
7277 for LinuxThreads support, merged from the Code Fusion branch.
7278
7279 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
7280
7281 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
7282 containing exp_continue into a while within an expect. Don't
7283 attempt a start more than three times. Check return value from
7284 gdb_load.
7285
7286 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
7287
7288 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
7289 a pass case.
7290
7291 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
7292
7293 * gdb.base/break.c (main): Added a statement that we can step
7294 off of.
7295 * gdb.base/break.exp: Added tests for setting a breakpoint
7296 at an offset and stepping onto a breakpoint.
7297
7298 1999-10-01 Fred Fish <fnf@cygnus.com>
7299
7300 * gdb.base/help.exp (help add-symbol-file): Update to match current
7301 gdb output.
7302
7303 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
7304
7305 * gdb.base/break.exp: Code locations are in hex, don't forget!
7306 (For HP-UX.)
7307
7308 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
7309
7310 * condbreak.exp: Use break.c as test program.
7311 * condbreak.c: Remove, redundant with break.c.
7312
7313 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
7314
7315 * config/monitor.exp (gdb_target_monitor): Disable X- and
7316 Z-packets if the target needs it.
7317
7318 1999-09-13 James Ingham <jingham@leda.cygnus.com>
7319
7320 * gdb.c++/overload.exp: Added tests for listing overloaded
7321 functions with function pointers in the arg, explicitly calling
7322 out the version you want.
7323
7324 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
7325
7326 * long_long.exp: Add variations of test cases that work for
7327 targets with 16-bit ints and 32-bit doubles.
7328
7329 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
7330
7331 * break.c (main): Compare a possibly-uninitialized argc with an
7332 unlikely value that fits in 16 bits.
7333
7334 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7335
7336 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
7337 0xfeeb, don't want negative numbers if ints are 16 bits.
7338
7339 * lib/gdb.exp (skip_cplus_tests): New proc.
7340 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
7341 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
7342 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
7343 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
7344 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
7345 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
7346 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
7347 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
7348
7349 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
7350
7351 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
7352
7353 * gdb.base/corefile.exp (up): Allow a parameter to appear
7354 in the frame that we're going up to.
7355
7356 From Jim Blandy <jimb@cygnus.com>:
7357
7358 * gdb.base/default.exp (info float): Expect some output now.
7359
7360 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
7361 returning floating-point values to fail on the x86.
7362 * gdb.base/callfwmall.exp (do_function_calls): Same.
7363
7364 * gdb.base/list.exp (test_listsize): Correct expectations for
7365 listing line 1 with listsize 2. Also, listing a single line
7366 works now, as does listing three lines. [Kevin's note: There
7367 were a number of other cases fixed too where the expectations
7368 differed...]
7369
7370 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
7371
7372 * gdb.base/selftest.exp: Add case for when version prints as
7373 constant string instead of char pointer.
7374
7375 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
7376
7377 * gdb.base/ending-run.exp: Add Solaris case for what happens when
7378 stepping out of main.
7379
7380 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
7381 G++ used.
7382
7383 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
7384 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
7385
7386 * gdb.c++/ovldbreak.exp: Update match string in test that
7387 includes a warning of multiple breakpoints.
7388
7389 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
7390
7391 * gdb.base/display.exp: Improve precision of step-after-finish
7392 added yesterday.
7393
7394 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
7395 test.
7396
7397 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
7398 configs when using G++, not just hppa*.
7399
7400 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7401
7402 * gdb.base/async.c: New file.
7403 * gdb.base/async.exp: New file.
7404
7405 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
7406
7407 * gdb.base/break.exp: Tweak PA specific tests to properly handle
7408 PA64.
7409
7410 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
7411
7412 * gdb.base/display.exp: "finish" can leave us mid-line on many
7413 targets, deal with it. Add a small constant to main, instead of
7414 1000 since main+1000 may not be a valid address in the target.
7415
7416 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
7417 on hpux11.
7418
7419 * gdb.base/attach.exp: Handle another hpux11 error message variant
7420 when attaching to a process that does not exist.
7421
7422 1999-08-19 J.T. Conklin <jtc@redback.com>
7423
7424 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
7425 characters in 'continue to 1241' test.
7426
7427 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7428
7429 * gdb.base/call-ar-st.exp: Add a shorter match case for the
7430 stop in print_long_arg_list, define and use a whitespace
7431 variable in print_small_structs test, add an XFAIL for Solaris.
7432 * gdb.base/dbx.exp: XFAIL func commands until somebody is
7433 interested enough to fix.
7434
7435 1999-08-13 Keith Seitz <keiths@cygnus.com>
7436
7437 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
7438 (dbx_gdb_load): Remove. Use gdb_load instead, since that
7439 proc knows about targets other than the natives.
7440 (test_assign): Use "gdb_run_cmd" to "run" the target.
7441 Check that we've actually hit the breakpoint at main.
7442 When we attempt to assign a value to a local variable, check
7443 that the variable is in the current scope, i.e., don't use
7444 a test with an empty result.
7445
7446 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
7447
7448 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
7449 command.
7450
7451 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
7452
7453 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7454 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
7455 gdb.compat, gdb.threads-hp.
7456 gdb.hp/configure, gdb.hp/configure.in: New files.
7457 gdb.hp/Makefile.in: Recurse into new subdirs.
7458 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
7459 gdb.hp/gdb.objdbg: New directory, tests for debugging info
7460 in object files.
7461 gdb.hp/tools: New directory, aux tools for HP-specific tests.
7462
7463 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
7464
7465 * gdb.base/display.exp: Help expect by putting a newline in the
7466 funky printf, remove a bogus p/a test.
7467
7468 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7469
7470 * gdb.base/display.exp: Make sure that when we say 'run', we are
7471 connected to the target. This is necessary when running not
7472 natively.
7473
7474 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
7475
7476 * gdb.base/step-test.exp: Removed some extraneous messages.
7477
7478 * gdb.base/long_long.exp: Don't run memory examination tests
7479 on little-endian targets (they will need a different set of
7480 results to match).
7481
7482 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
7483
7484 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
7485 until somebody decides to fix GDB.
7486
7487 * gdb.base/long_long.c: Stop compiler complaint by specifying long
7488 constant as "ULL".
7489 * gdb.base/long_long.exp: Loosen x/c test, add partial result
7490 matches for a couple x/2 commands.
7491
7492 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
7493
7494 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
7495 by merging in ref-types2 tests.
7496 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
7497
7498 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7499 * gdb.c++/Makefile.in: Add standard actions.
7500 (EXECUTABLES): Rename from PROGS, update list.
7501 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
7502 from gdb.hp.
7503 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
7504 foo and bar locals.
7505 * gdb.c++/anon-union.exp: Fix tests to match.
7506 * gdb.c++/classes.exp: Run if HP compiler used, add extra
7507 expect matches to handle output variations.
7508 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
7509 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
7510 output, add HP alternatives for new and delete prints.
7511 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
7512 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
7513 * gdb.c++/demangle.exp: Use $style when reporting failure.
7514 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
7515 * gdb.c++/inherit.exp: Run if HP compiler used, add some
7516 match alternatives.
7517 * gdb.c++/local.exp: Add match alternatives or xfails for HP
7518 compilers.
7519 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
7520 * gdb.c++/method.exp: Add match alternatives.
7521 * gdb.c++/misc.cc: Add bool types.
7522 * gdb.c++/misc.exp: Add tests for bool types.
7523 * gdb.c++/overload.exp: Add xfails.
7524 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
7525 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
7526 add some more template parameter tests (only for HP currently).
7527 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
7528 * gdb.c++/virtfunc.cc: Add return type and value for main.
7529 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
7530 match alternatives.
7531
7532 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7533
7534 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
7535
7536 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
7537
7538 * gdb.base/signals.exp: Don't expect getting a backtrace from
7539 within a signal handler to fail on Linux.
7540
7541 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
7542
7543 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7544 * lib/gdb.exp: Remove some gratuitious semicolons.
7545 (delete_breakpoints): Increase timeout.
7546 (gdb_expect): Add -notransfer option.
7547 (gdb_test): Use -notransfer option.
7548 (get_compiler_info): Add f77 case.
7549 (get_compiler): New proc, split out from gdb_preprocess, add f77
7550 case.
7551 (gdb_preprocess): Call get_compiler.
7552
7553 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
7554 * gdb.base/attach.exp, gdb.base/display.exp,
7555 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
7556 gdb.base/long_long.exp, gdb.base/printcmds.exp,
7557 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
7558 third arg to gdb_test.
7559 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
7560 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
7561 HP-UX xfails, add others.
7562 * gdb.base/completion.exp: Reflect name change of self-test.
7563 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
7564 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
7565 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
7566 HP failure number.
7567 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
7568 useless HP-UX 10.30 references.
7569 * gdb.base/maint.exp: Loosen matches.
7570 * gdb.base/pointers.c (main): Declare more_code.
7571 * gdb.base/pointers.exp: Match on output of a `next'.
7572 * gdb.base/structs.c: Add prototypes.
7573 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
7574 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
7575
7576 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7577
7578 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
7579 command.
7580
7581 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7582
7583 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
7584 Fix run to main failures. Watchpoint can be hardware watchpoint.
7585
7586 * gdb.base/annota1.exp: Clean up some more, in case printf has
7587 debug info. Deal with lack of signal hanlder info in stack.
7588
7589 From Jim Kingdon <kingdon@redhat.com>:
7590 * gdb.base/annota1.exp: If printf has debug info, deal with it.
7591
7592 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
7593
7594 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
7595 gdb.base/foll-vfork.exp: Don't run for crosses.
7596
7597 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
7598
7599 * gdb.base/configure.in: Check for gdbvars.exp instead of
7600 a1-selftest.exp.
7601 * gdb.base/configure: Re-generate.
7602
7603 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
7604
7605 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
7606 in trying to run first and name is too long.
7607
7608 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
7609 pointers2.c and pointers2.exp, respectively.
7610 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
7611 doschk happier.
7612
7613 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
7614
7615 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
7616 callfuncs2.c and callfuncs2.exp.
7617
7618 * gdb.base/list.exp: Remove mistaken xfails.
7619 * gdb.base/list0.h: Add optional prototypes.
7620
7621 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
7622
7623 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
7624 calling malloc.
7625 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
7626 * ptype.exp: Move test for get_debug_format to before its first
7627 use.
7628
7629 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7630
7631 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
7632 * gdb.base/annota2.cc, annota2.exp: Move from here.
7633 * gdb.c++/annota2.cc, annota2.exp: To here.
7634 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
7635
7636 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7637
7638 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
7639 a consistent format.
7640
7641 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
7642
7643 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7644 * lib/gdb.exp (get_compiler_info): Add detection for assorted
7645 HP compilers, also set the globals $true and $false.
7646
7647 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
7648 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
7649 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
7650 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
7651 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
7652 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
7653 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
7654 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
7655 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
7656 whatis.c} Add C++ compatible function definitions and return
7657 types, add includes for library functions.
7658 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
7659 * gdb.base/step-test.c (myglob): Rename from glob.
7660 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
7661 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
7662 files, move here from gdb.hp.
7663 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
7664 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
7665 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
7666 Adjust line numbers in regexps.
7667
7668 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
7669 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
7670 instead of 0/1.
7671
7672 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
7673 foll-vfork.exp: New files, move here from gdb.hp.
7674 * gdb.base/page.exp: New file, test of pagination command.
7675
7676 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
7677 recursion test.
7678 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
7679
7680 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
7681 gdb.base/solib.exp: Fix compiler invocation process.
7682
7683 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
7684 HP-UX 11, turn off overload resolution explicitly.
7685 * gdb.base/commands.exp: Set argument list explicitly, add
7686 watchpoint test.
7687 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
7688 them work.
7689 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
7690 expressions properly.
7691 * gdb.base/corefile.exp: Loosen the match slightly.
7692 * gdb.base/default.exp: Allow "Error accessing memory" message
7693 also.
7694 * gdb.base/display.exp: Skip over x/0 j if PA64.
7695 * gdb.base/funcargs.exp: Add xfails for HP-UX.
7696 * gdb.base/interrupt.exp: Ditto.
7697 * gdb.base/langs.exp: Add symbolic matches governed by compiler
7698 in use.
7699 * gdb.base/list.exp: Add xfails for HP-UX.
7700 * gdb.base/long_long.exp: Refine some of the numeric matches.
7701 * gdb.base/mips_pro.exp: Xfail on HP-UX.
7702 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
7703 * gdb.base/nodebug.exp: Succeed on more varieties of output.
7704 * gdb.base/opaque.exp: Remove some HP-UX xfails.
7705 * gdb.base/ptype.exp: Succeed on more varieties of output.
7706 * gdb.base/scope.exp: Add xfails for HP-UX.
7707 * gdb.base/sect-cmd.exp: Add more cases.
7708 * gdb.base/setvar.exp: Add xfails for HP-UX.
7709 * gdb.base/shlib-call.exp: Loosen some matches slightly.
7710 * gdb.base/signals.exp: Match on void symbolically.
7711 * gdb.base/step-test.exp: Add case for PA64.
7712 * gdb.base/term.exp: Add exit and restart.
7713 * gdb.base/twice.exp: Clean up after self.
7714 * gdb.base/varargs.exp: Disable overload resolution explicitly.
7715 * gdb.base/whatis.exp: Allow more ways to pass tests.
7716
7717 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
7718 no longer useful.
7719
7720 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
7721
7722 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
7723 list of patterns.
7724 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
7725 print_double_array(double_array)", "continuing to breakpoint
7726 1018", "print print_double_array(array_d)" and "continuing to
7727 1034" tests.
7728
7729 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7730
7731 * Makefile.in: Add empty html and install-html targets.
7732
7733 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
7734
7735 * config/mt-*: Remove, these haven't been used since 1996.
7736
7737 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
7738
7739 * gdb.base/call-strs.c, gdb.base/ending-run.c,
7740 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
7741 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
7742
7743 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
7744
7745 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
7746 simpler match case for the ptype of the big class.
7747
7748 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7749
7750 * gdb.exp: Fix test for gdb_prompt existence.
7751
7752 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7753
7754 * gdb.exp (gdb_test): Add fail after calls to perror.
7755
7756 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7757
7758 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
7759
7760 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7761
7762 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
7763
7764 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
7765
7766 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
7767 malloc() is linked in.
7768
7769 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
7770
7771 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
7772 step at end.
7773
7774 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
7775
7776 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
7777
7778 * gdb.java/jv-print.exp: New file. (Our first Java test!)
7779
7780 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
7781
7782 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
7783 * gdb.base/mips_pro.exp: Likewise.
7784
7785 1999-06-02 Keith Seitz <keiths@cygnus.com>
7786
7787 * gdb.c++/templates.cc: Change all "new" operators to throw
7788 an exception.
7789 * gdb.c++/cplusfuncs.cc: Likewise.
7790
7791 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
7792
7793 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
7794
7795 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
7796 * gdb.base/ending-run.exp: When stepping out of main, accept a
7797 step into an arbitrary assembler file.
7798
7799 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7800
7801 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
7802 "breakpoint-invalid" to be printed.
7803 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
7804 number of "frames-invalid" and "breakpoint-invalid" to be printed.
7805 * gdb.base/annota2.cc: Initialize a.x to 0.
7806
7807 1999-05-17 Keith Seitz <keiths@cygnus.com>
7808
7809 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
7810 when "skip_float_tests" set.
7811 Ditto for "print print_double_array(array_d)", "print print_small_structs",
7812 "print print_ten_doubles", and "step into print_long_arg_list".
7813 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
7814 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
7815 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
7816 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
7817 "skip_float_tests" is set.
7818 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
7819 when "skip_float_tests" set.
7820
7821 1999-05-06 Keith Seitz <keiths@cygnus.com>
7822
7823 * gdb.base/annota2.cc: Include stdio.h.
7824
7825 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
7826
7827 * gdb.base/crossload.exp: Remove, this has been disabled ever
7828 since BFD stopped including all targets, and cross-GDB gets
7829 plenty of testing anyway.
7830 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
7831 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
7832 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
7833 * gdb.base/README: Remove, was doc for this.
7834 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
7835 needed.
7836
7837 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7838
7839 * gdb.base/call-ar-st.exp: Fix one regular expression in test
7840 output.
7841
7842 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
7843 * gdb.base/annota2.exp: New file. More annotation tests.
7844 * gdb.base/annota1.c: New file. Source file for annota1.exp.
7845 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
7846
7847 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
7848
7849 * config/cfdbug.exp: New file.
7850
7851 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
7852
7853 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
7854 Marcus Daniel's and Dale Hawkins's demangler crashes.
7855
7856 * gdb.c++/demangle.exp (test_gnu_style_demangling,
7857 test_lucid_style_demangling, test_arm_style_demangling,
7858 test_hp_style_demangling): Try Tom Tromey's core-dumping
7859 identifier under each demangling style.
7860
7861 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
7862
7863 * gdb.c++/demangle.exp: Include the current demangling style
7864 in all test names.
7865 (current_demangling_style): New global variable.
7866 (set_demangling_style, test_demangling_core, test_demangling,
7867 test_demangling_exact): New functions.
7868 (test_gnu_style_demangling, test_lucid_style_demangling,
7869 test_arm_style_demangling, test_hp_style_demangling): Use those,
7870 instead of calling gdb_test and gdb_test_exact directly.
7871 (catch_demangling_errors): New function, which reports errors
7872 signalled by the demangling test functions in an orderly way.
7873 (do_tests): Use catch_demangling_errors.
7874
7875 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
7876
7877 * gdb.base/signals.exp (test_handle_all_print): Use () for
7878 grouping in expressions, not {}.
7879
7880 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
7881 initialized yet.
7882
7883 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
7884
7885 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
7886 are listed.
7887
7888 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
7889
7890 * gdb.stabs/weird.exp: Test for CC being defined before
7891 looking at its value.
7892
7893 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
7894
7895 * gdb.base/call-ar-st.exp: Remove stray '#'.
7896 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
7897 "short int" and "long int".
7898 * gdb.c++/overload.cc: Cast the string added in the previous
7899 change, to mollify finicky HP compiler.
7900 * gdb.hp/reg-test.exp (testfile): Fix file name.
7901 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
7902
7903 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
7904 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
7905 alternate form of enum ptype.
7906
7907 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
7908
7909 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
7910 * gdb.hp/*.exp: Change all to run compiler probe only after
7911 passing skip_hp_tests, so as not to waste time on guaranteed
7912 failure.
7913
7914 * gdb.c++/overload.cc: Pass string instead of char addr, always
7915 init ccpfoo.
7916 * gdb.c++/templates.cc: Fix syntax error.
7917
7918 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7919
7920 * gdb.base/commands.exp: Add test for correct position of '>'
7921 when issuing the 'commands' command after a 'while' or 'if'
7922 command.
7923
7924 1999-03-18 James Ingham <jingham@cygnus.com>
7925
7926 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
7927
7928 * gdb.c++/method.exp: It was testing an uninitialized int on the
7929 stack and assuming it was positive.
7930
7931 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
7932
7933 * gdb.base/step-test.exp: Catch a case where finish is broken and
7934 keep it from killing the rest of the tests.
7935 Use gdb_continue_to_end.
7936
7937 * gdb.base/sigall.exp: use gdb_continue_to_end.
7938
7939 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
7940
7941 * gdb.base/display.exp: use runto_main, not run.
7942
7943 * gdb.base/default.exp: Check for the current error message in the
7944 r abbreviation test.
7945 Add strongarm to the targets that know info float.
7946
7947 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7948 run which doesn't work with monitors.
7949
7950 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
7951
7952 * gdb.base/break.exp: use the gdb_continue_to_end proc.
7953
7954 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
7955 program. Traps the case (in Cygmon) when the program never really
7956 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7957 more places, so I used my name. Sorry Mark...
7958
7959 * config/monitor.exp (gdb_target_monitor): added another
7960 target_info parameter: remotebinarydownload. This will set the
7961 remotebinarydownload flag if this is causing some boards trouble.
7962
7963 1999-03-18 Mark Salter <msalter@cygnus.com>
7964
7965 * lib/gdb.exp (continue_to_exit): New function.
7966
7967 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
7968 * gdb.base/ending-run.exp: Ditto.
7969 * gdb.base/step-test.exp: Ditto.
7970
7971 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
7972
7973 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
7974 (suggested by Art Haas <ahaas@neosoft.com>).
7975
7976 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
7977
7978 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7979
7980 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
7981
7982 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
7983 descriptions of types (short unsigned int vs unsigned short, etc).
7984
7985 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
7986
7987 * gdb.base/call-strs.exp: Don't assume that `step' will step over
7988 a call to strlen; sometimes we do have sources.
7989
7990 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7991
7992 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
7993 character, so GDB won't print garbage after its end.
7994
7995 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
7996 breakpoint there instead. Sometimes GCC emits memcpy to handle
7997 the large structures being passed by value, so we step into that
7998 instead of sum_array_print, which obscures what we're really testing.
7999 * gdb.base/step-test.exp: However, we do want a test that notices
8000 the bizarre steps into memcpy, so do that here. Add check for
8001 stepping into function calls that pass large structures by value.
8002 ("Is that a noun clause, or are you just happy to see me?")
8003 Remove all references to specific line numbers.
8004 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
8005 New type and function.
8006 (main): Call large_struct_by_value, passing it a large struct by value.
8007 * lib/gdb.exp (gdb_get_line_number): New function.
8008
8009 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
8010 more portable.
8011
8012 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
8013
8014 * lib/gdb.exp: Doc fixes.
8015
8016 1999-03-05 Nick Clifton <nickc@cygnus.com>
8017
8018 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
8019
8020 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
8021
8022 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
8023 commands. They're not germane to this test, and they don't work
8024 that way on remote targets.
8025
8026 1999-03-01 James Ingham <jingham@cygnus.com>
8027
8028 * Changelog entries merged over from gdb development branch.
8029
8030 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
8031
8032 * lib/gdb.exp (gdbtk_analyze_results): Generic function
8033 for outputting results of test run.
8034
8035 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
8036
8037 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
8038
8039 1999-02-25 Felix Lee <flee@cygnus.com>
8040
8041 * lib/gdb.exp (debug_format): initialize
8042
8043 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
8044
8045 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
8046 * gdb.base/call-rt-st.c: Ditto.
8047
8048 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
8049
8050 * gdb.threads/pthreads.exp (horiz): New variable.
8051 (test_startup): Fix regexps that capture thread numbers.
8052
8053 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
8054
8055 * gdb.base/smoke.exp: Disambiguate two test case names (both
8056 called ``print'').
8057
8058 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
8059
8060 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
8061 compilation.
8062
8063 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
8064
8065 * gdb.base/miscexprs.exp: Change patterns to match GDB's
8066 actual output formatting.
8067 * gdb.base/smoke.exp: GDB removes leading 0's.
8068 * gdb.base/volatile.exp: Don't check type of remuneration;
8069 that variable is no longer defined in constvars.c.
8070 * gdb.base/step-test.c (main): Exit with explicit exit code.
8071 * gdb.base/step-test.exp: Remove two nexti checks--they are
8072 not portable.
8073
8074 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
8075
8076 * gdb.base/help.exp ("help delete display"): Fix test to match
8077 gdb's output.
8078
8079 * gdb.base/long_long.c (known_types): Initialize values to zero.
8080 * gdb.base/long_long.exp: Step one more line
8081 so 'dec' is initialized in "get to known place". GDB removes
8082 leading zeros. Explicitly ask for hex formatting. Use
8083 unique test case names.
8084
8085 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8086
8087 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
8088
8089 * gdb.c++/method.exp: Add missing close brace.
8090
8091 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
8092
8093 * gdb.base/maint.exp: Use 'set height 0' to disable page
8094 prompting, not 'set height 400'.
8095
8096 Fix a bunch of timeouts.
8097 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
8098 four separate tests, so expect doesn't take forever to match a ton
8099 of text against a regexp with lots of .* forms.
8100 ("maint print psymbols", "maint print symbols"): Make some of
8101 these greps more selective, so that expect doesn't try to wade
8102 through huge piles of output and time out.
8103
8104 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
8105
8106 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
8107 tests: one which doesn't expect shlib events to be reported, and
8108 another which does, but is XFAIL for all platforms other than
8109 HP/UX.
8110
8111 * gdb.base/break.exp: Teach the test suite that the `catch
8112 fork', `catch vfork', and `catch exec' commands produce error
8113 messages on platforms that don't provide these features.
8114
8115 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
8116
8117 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
8118 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
8119 (shortening names from solib_threshold.exp etc), won't run on
8120 anything but HP-UX for the foreseeable future.
8121 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
8122 reflect move.
8123
8124 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
8125
8126 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8127 gdb.trace/Makefile.in (clean): Remove all test executables.
8128
8129 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
8130
8131 * gdb.base/shlib-call.exp: add test cases to verify that gdb
8132 successfully re-sets breakpoints in shared libraries.
8133 * gdb.base/shmain.c (main): return 0, don't fall off the end.
8134
8135 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8136
8137 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
8138 and compiled w/o GCC.
8139
8140 * gdb.hp/watch-cmd.exp: ditto.
8141
8142 * gdb.hp/watch-hp.exp: ditto.
8143
8144 * gdb.hp/xdb1.exp: ditto.
8145
8146 * gdb.hp/xdb2.exp: ditto.
8147
8148 * gdb.hp/dbx.exp: ditto.
8149
8150 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
8151
8152 * constvars.c: Remove C++-isms.
8153 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
8154 with GCC.
8155
8156 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
8157
8158 The following changes are part of the HP merge.
8159
8160 * gdb.base/break.exp: new tests to verify that catchpoints for
8161 fork, vfork, and exec don't trigger inappropriately.
8162
8163 * gdb.base/opaque.exp: compile one file at a time, then link.
8164
8165 * gdb.base/signals.exp: be more restrictive about which hppa
8166 systems receive a setup_xfail. new tests.
8167
8168 * gdb.base/solib_threshold.build: new file.
8169 * gdb.base/solib_threshold.exp: new file.
8170 * gdb.base/solib_threshold.link_opts: new file.
8171 * gdb.base/solib_threshold.mk: new file.
8172 * gdb.base/gen_solib_threshold.c: new file.
8173
8174 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
8175 tests. New tests for enums inside classes.
8176
8177 * gdb.c++/compiler.cc: indicate support of template debugging.
8178
8179 * gdb.c++/demangle.exp: run hp style demangling tests.
8180
8181 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
8182 tests.
8183
8184 * gdb.c++/misc.cc: changes to support new tests.
8185
8186 * gdb.c++/templates.cc: changes to support HP's compiler; changes
8187 to support new tests.
8188
8189 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
8190 gcc, then skip these tests.
8191
8192 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
8193
8194 The following files are part of the HP merge; some had longer
8195 names at HP, but have been renamed to be no more than 14
8196 characters in length.
8197
8198 * gdb.hp/ambiguous.cc: new file.
8199 * gdb.hp/ambiguous.exp: new file.
8200 * gdb.hp/attach.exp: new file.
8201 * gdb.hp/attach2.exp: new file.
8202 * gdb.hp/classes-hp.exp: new file.
8203 * gdb.hp/ctti.exp: new file.
8204 * gdb.hp/ctti-add.cc: new file.
8205 * gdb.hp/ctti-add1.cc: new file.
8206 * gdb.hp/ctti-add2.cc: new file.
8207 * gdb.hp/ctti-add3.cc: new file.
8208 * gdb.hp/dbx.exp: new file.
8209 * gdb.hp/exception.cc: new file.
8210 * gdb.hp/exception.exp: new file.
8211 * gdb.hp/foll-exec.c: new file.
8212 * gdb.hp/foll-exec.exp: new file.
8213 * gdb.hp/foll-fork.c: new file.
8214 * gdb.hp/foll-fork.exp: new file.
8215 * gdb.hp/foll-vfork.c: new file.
8216 * gdb.hp/foll-vfork.exp: new file.
8217 * gdb.hp/inherit-hp.exp: new file.
8218 * gdb.hp/more-steps.exp: new file.
8219 * gdb.hp/namespace.cc: new file.
8220 * gdb.hp/namespace.exp: new file.
8221 * gdb.hp/optimize.exp: new file.
8222 * gdb.hp/pxdb.c: new file.
8223 * gdb.hp/pxdb.exp: new file.
8224 * gdb.hp/quicksort.exp: new file.
8225 * gdb.hp/reg-test.exp: new file.
8226 * gdb.hp/reg-test.s: new file.
8227 * gdb.hp/sized-enum.c: new file.
8228 * gdb.hp/sized-enum.exp: new file.
8229 * gdb.hp/start-stop.exp: new file.
8230 * gdb.hp/templ-hp.cc: new file.
8231 * gdb.hp/templ-hp.exp: new file.
8232 * gdb.hp/thr-lib.c: new file.
8233 * gdb.hp/thr-lib.exp: new file.
8234 * gdb.hp/thr-lib.h: new file.
8235 * gdb.hp/thr-liblib.c: new file.
8236 * gdb.hp/virtfun-hp.c: new file.
8237 * gdb.hp/virtfun-hp.exp: new file.
8238 * gdb.hp/watch-cmd.exp: new file.
8239 * gdb.hp/watch-hp.exp: new file.
8240 * gdb.hp/xdb1.exp: new file.
8241 * gdb.hp/xdb2.exp: new file.
8242 * gdb.hp/xdb3.exp: new file.
8243
8244 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
8245
8246 The following files are part of the HP merge; some had longer
8247 names at HP, but have been renamed to be no more than 14
8248 characters in length.
8249
8250 * gdb.base/ss.h: new file.
8251 * gdb.base/call-ar-st.c: new file.
8252 * gdb.base/call-ar-st.exp: new file.
8253 * gdb.base/call-rt-st.c: new file.
8254 * gdb.base/call-rt-st-exp: new file.
8255 * gdb.base/call-strs.exp: new file.
8256 * gdb.base/ena-dis-br.exp: new file.
8257 * gdb.base/environ.exp: new file.
8258 * gdb.base/long_long.exp: new file.
8259 * gdb.base/sect-cmd.exp: new file.
8260 * gdb.base/shlib-cl2.exp: new file.
8261 * gdb.base/smoke.exp: new file.
8262 * gdb.base/so-impl-ld.c: new file.
8263 * gdb.base/so-impl-ld.exp: new file.
8264 * gdb.base/so-indr-cl.c: new file.
8265 * gdb.base/so-indr-cl.exp: new file.
8266 * gdb.base/varargs.exp: new file.
8267 * gdb.base/volatile.exp: new file.
8268 * gdb.base/whatis-exp.exp: new file.
8269 * gdb.base/display.exp: new file.
8270 * gdb.c++/derivation.exp: new file.
8271 * gdb.c++/local.exp: new file.
8272 * gdb.c++/member-ptr.exp: new file.
8273 * gdb.c++/overload.exp: new file.
8274 * gdb.c++/ovldbreak.exp: new file.
8275 * gdb.c++/ref-types.exp: new file.
8276 * gdb.c++/ref-types2.exp: new file.
8277 * gdb.c++/userdef.exp: new file.
8278
8279 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8280
8281 * gdb.base/default.exp: Reflect wording change in remote.c.
8282
8283 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
8284
8285 * gdb.base/help.exp: Update to reflect current text.
8286
8287 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
8288
8289 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
8290 they're stack variables and contain garbage.
8291 * gdb.c++/anon-union.exp: new file.
8292
8293 The following changes were made by David Taylor
8294 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
8295 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
8296 in changes by HP.
8297
8298 * gdb.base/bitops.exp: new file.
8299 * gdb.base/default.exp: change expected messages for catch and
8300 info catch tests to reflect HP merge changes.
8301 * gdb.base/enable-disable-break.exp
8302 * gdb.base/ending-run.c: new file.
8303 * gdb.base/long_long.c: new file.
8304 * gdb.base/maint.exp: new file.
8305 * gdb.base/pointers2.exp: new file.
8306 * gdb.base/shlib-call2.exp: new file.
8307 * gdb.base/solib.exp: new file.
8308 * gdb.base/step-test.c: new file.
8309 * gdb.c++/anon-union.cc: new file.
8310 * gdb.c++/local.cc: new file.
8311 * gdb.c++/member-pointer.cc: new file.
8312 * gdb.c++/method.cc: new file.
8313 * gdb.c++/ref-types.cc: new file.
8314 * gdb.c++/ref-types2.cc: new file.
8315 * gdb.c++/userdef.cc: new file.
8316
8317 * gdb.base/scope.exp: compile one file at a time, then link.
8318 * gdb.base/langs.exp: ditto.
8319 * gdb.base/list.exp: ditto.
8320
8321 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
8322
8323 The following changes were made by David Taylor
8324 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
8325 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
8326 in changes by HP.
8327
8328 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
8329 skip tests. When compiling pass c++ flag to gdb_compile.
8330 * gdb.c++/
8331
8332 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
8333 test for on hppa*-*-hpux*; use args to see if c++ was specified.
8334 (skip_hp_tests): new function.
8335 (gdb_preprocess): new function.
8336
8337 * configure.in (hpdir): decide whether to configure gdb.hp.
8338 * configure: regenerated.
8339
8340 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
8341 to delete on clean.
8342 (EXECUTABLES): update to reflect new additions.
8343 * gdb.base/commands.exp: update message expected.
8344 * gdb.base/default.exp: add copyright notice.
8345 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
8346 * gdb.base/help.exp: update messages to reflect current text.
8347 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
8348 targets for recurse tests.
8349 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
8350 skip this file.
8351
8352 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
8353 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
8354 compilation.
8355 * gdb.c++/misc.exp: ditto.
8356 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
8357 run the tests. tell gdb_compile that it's a c++ compilation.
8358
8359 * gdb.threads/pthreads.exp: fix typo in message.
8360
8361 * gdb.base/all-bin.exp: new file.
8362 * gdb.base/arithmet.exp: new file.
8363 * gdb.base/assign.exp: new file.
8364 * gdb.base/completion.exp: new file.
8365 * gdb.base/cond-expr.exp: new file.
8366 * gdb.base/condbreak.exp: new file.
8367 * gdb.base/define.exp: new file.
8368 * gdb.base/dollar.exp: new file.
8369 * gdb.base/environment.exp: new file.
8370 * gdb.base/eval-skip.exp: new file.
8371 * gdb.base/jump.exp: new file.
8372 * gdb.base/logical.exp: new file.
8373 * gdb.base/pointers.exp: new file.
8374 * gdb.base/relational.exp: new file.
8375 * gdb.base/section_command.exp: new file.
8376 * gdb.base/whatis-expr.exp: new file.
8377
8378 * gdb.base/all-types.c: new file.
8379 * gdb.base/call-array-struct.c: new file.
8380 * gdb.base/call-return-struct.c: new file.
8381 * gdb.base/call-strings.c: new file.
8382 * gdb.base/callfuncs2.c: new file.
8383 * gdb.base/condbreak.c: new file.
8384 * gdb.base/constvars.c: new file.
8385 * gdb.base/display.c: new file.
8386 * gdb.base/int-type.c: new file.
8387 * gdb.base/jump.c: new file.
8388 * gdb.base/miscexprs.c: new file.
8389 * gdb.base/pointers.c: new file.
8390 * gdb.base/pointers2.c: new file.
8391 * gdb.base/shmain.c: new file.
8392 * gdb.base/shr1.c: new file.
8393 * gdb.base/shr2.c: new file.
8394 * gdb.base/solib.c: new file.
8395 * gdb.base/solib1.c: new file.
8396 * gdb.base/solib2.c: new file.
8397 * gdb.base/varargs.c: new file.
8398 * gdb.c++/derivation.cc: new file.
8399 * gdb.c++/overload.cc: new file.
8400 * gdb.c++/ovldbreak.cc: new file.
8401 * gdb.hp/attach.c: new file.
8402 * gdb.hp/attach2.c: new file.
8403 * gdb.hp/average.c: new file.
8404 * gdb.hp/compiler.c: new file.
8405 * gdb.hp/compiler.cc: new file.
8406 * gdb.hp/execd-program.c: new file.
8407 * gdb.hp/follow-exec.c: new file.
8408 * gdb.hp/follow-fork.c: new file.
8409 * gdb.hp/follow-vfork-and-exec.c: new file.
8410 * gdb.hp/misc-hp.cc: new file.
8411 * gdb.hp/more-steps.c: new file.
8412 * gdb.hp/optimize.c: new file.
8413 * gdb.hp/quicksort.c: new file.
8414 * gdb.hp/run-hp.c: new file.
8415 * gdb.hp/start-stop.c: new file.
8416 * gdb.hp/sum.c: new file.
8417 * gdb.hp/templates-hp.cc: new file.
8418 * gdb.hp/thread-local-in-lib.c: new file.
8419 * gdb.hp/thread-local-in-lib.h: new file.
8420 * gdb.hp/thread-local-in-lib.lib.c: new file.
8421 * gdb.hp/vforked-program.c: new file.
8422 * gdb.hp/virtfunc-hp.cc: new file.
8423 * gdb.hp/watchpoint-hp.c: new file.
8424 * gdb.hp/xdb.c: new file.
8425 * gdb.hp/xdb0.c: new file.
8426 * gdb.hp/xdb0.h: new file.
8427 * gdb.hp/xdb1.c: new file.
8428
8429 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
8430
8431 The following change was made by Edith Epstein
8432 <eepstein@cygnus.com> as part of a project to merge in changes
8433 originally made by HP; HP did not create ChangeLog entries.
8434
8435 * gdb.c++/demangle.exp: changed the expected output for some
8436 ARM-style mangling -- removed second reference to datatype.
8437 For example, maint demangle __dt__11T1__pt__2_cFv
8438 T1<char>::~T1<char>(void)
8439 becomes,
8440 maint demangle __dt__11T1__pt__2_cFv
8441 T1<char>::~T1(void)
8442
8443 (test_hp_style_demangling): new hp specific demangling test cases.
8444
8445 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
8446
8447 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
8448 * gdb.trace/backtrace.exp: Likewise.
8449 * gdb.trace/circ.exp: Likewise.
8450 * gdb.trace/collection.exp: Likewise.
8451 * gdb.trace/deltrace.exp: Likewise.
8452 * gdb.trace/infotrace.exp: Likewise.
8453 * gdb.trace/limits.exp: Likewise.
8454 * gdb.trace/packetlen.exp: Likewise.
8455 * gdb.trace/passc-dyn.exp: Likewise.
8456 * gdb.trace/passcount.exp: Likewise.
8457 * gdb.trace/report.exp: Likewise.
8458 * gdb.trace/save-trace.exp: Likewise.
8459 * gdb.trace/tfind.exp: Likewise.
8460 * gdb.trace/tracecmd.exp: Likewise.
8461 * gdb.trace/while-dyn.exp: Likewise.
8462 * gdb.trace/while-stepping.exp: Likewise.
8463
8464 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
8465
8466 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
8467
8468 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
8469
8470 From Brendan Kehoe:
8471 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
8472 int return types.
8473
8474 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
8475
8476 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
8477 remote dos host testing right.
8478
8479 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
8480
8481 * gdb.base/corefile.exp: remove some xfails.
8482
8483 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
8484
8485 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
8486 have different timestamps.
8487
8488 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
8489
8490 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
8491 gdb.base/default.exp: Replace "exec" with "executable".
8492
8493 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
8494
8495 * gdb.base/default.exp: Change else if to elseif from previous
8496 delta.
8497
8498 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
8499
8500 * gdb.base/default.exp: Add brace missing from previous delta.
8501
8502 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
8503
8504 * gdb.base/default.exp: Support test for info float for all
8505 varieties of arm toolchain.
8506
8507 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
8508
8509 * gdb.trace/*.exp: remove "remote_download" command.
8510
8511 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
8512
8513 * gdb.trace/*.exp: remove -gdwarf from compile.
8514
8515 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
8516
8517 * gdb.trace/configure.in(AC_INIT): typo
8518 * gdb.trace/configure: regenerated
8519
8520 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
8521
8522 * config/m68k-emc.exp: New file.
8523 * lib/<emc-support.exp trace-support.exp}: New files.
8524 * configure.in: add new test directory gdb.trace.
8525 * gdb.trace/{configure configure.in Makefile.in}: New files.
8526 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
8527 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
8528 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
8529 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
8530 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
8531 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
8532 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
8533
8534 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
8535
8536 * gdb.c++/classes.exp: Change all regular expressions to match
8537 arbitrary combinations of newline/carriage-return, so that they
8538 will work equally well on Unix and Windows.
8539 * gdb.c++/inherit.exp: ditto.
8540 * gdb.c++/virtfunc.exp: ditto.
8541
8542 1998-08-11 Dawn Perchik <dawn@cygnus.com>
8543
8544 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
8545
8546 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
8547
8548 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
8549 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
8550 to use a0-a3/d0-d3 as needed.
8551
8552 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
8553
8554 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
8555 * gdb.disasm/am33.exp: Corresponding changes.
8556
8557 1998-07-11 Felix Lee <flee@cygnus.com>
8558
8559 * gdb.base/callfuncs.exp: add cmp10 test.
8560 * gdb.base/callfuncs.c (cmp10): new function.
8561
8562 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
8563
8564 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
8565 into two parts to get around a synchronization problem in expect.
8566
8567 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
8568
8569 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
8570
8571 * configure.in: Add options for gdbtk testsuite.
8572
8573 * configure: Regenerate.
8574
8575 * gdb.gdbtk: New directory to hold gdbtk tests.
8576
8577 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8578
8579 * gdb.fortran/types.exp: Escape brackets in expect patterns
8580 for test_float_literal_types_accepted tests.
8581 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
8582 before run test.
8583
8584 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
8585
8586 * am33.exp: Just compile, do not link the testcase.
8587 * am33.s: Add ".am33" pseudoop to force am33 mode.
8588
8589 1998-06-25 Felix Lee <flee@cygnus.com>
8590
8591 * gdb.base/setshow.exp: make sure $pc is sane.
8592
8593 * gdb.stabs/weird.exp: split expect patterns properly.
8594
8595 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
8596
8597 * gdb.disasm/am33.s: New disassembler testfile for the am33.
8598 * gdb.disasm/am33.exp: Run it.
8599
8600 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
8601
8602 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
8603 match processing (and eliminate spurious timeouts when running).
8604
8605 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
8606
8607 * gdb.base/signals.exp (test_handle_all_print): put back Mach
8608 exception test, but conditionalize it on target [mach | gnu].
8609
8610 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
8611
8612 * gdb.base/overlays.exp: fixup compile line for linker script.
8613
8614 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
8615
8616 * gdb.fortran/types.exp: don't guess at float size.
8617
8618 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
8619
8620 * gdb.base/exprs.exp: delete test that depends on int size.
8621
8622 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
8623
8624 * config/sim.exp: Removed checks for target triplets.
8625 (gdb_target_sim): Use gdb,target_sim_options.
8626
8627 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
8628
8629 * gdb.base/reread.exp: New file.
8630 * gdb.base/reread1.c: New file.
8631 * gdb.base/reread2.c: New file.
8632
8633 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
8634
8635 * config/sim.exp: Use 'target sim -sparclite' when running
8636 SPARClite programs.
8637
8638 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
8639
8640 * gdb.base/structs2.exp: New file.
8641 * gdb.base/structs2.c: New file.
8642
8643 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
8644
8645 * gdb.asm/common.inc: New file.
8646 * gdb.asm/d10v.inc: New file.
8647 * asm-source.exp: Pass -I's to gas to find .inc files.
8648 Update line numbers in expected output.
8649 * asmsrc1.s: Rewrite.
8650 * asmsrc2.s: Rewrite.
8651 * configure.in: Create arch.inc symlink.
8652 * configure: Regenerate.
8653 * Makefile.in (distclean): Delete arch.inc.
8654
8655 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
8656
8657 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
8658 (t_enum_value2): ditto
8659 (t_enum_value3): ditto
8660 (main): ditto
8661 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8662
8663 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
8664 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
8665 change.
8666 Use gdb_test instead of send_gdb/gdb_expect sequences.
8667
8668 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
8669
8670 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
8671 not void.
8672
8673 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
8674
8675 * gdb.base/branches.c: Code with lots of loops and
8676 subroutines. Used to test gdbs ability to single step through PC
8677 changes, especially to test mips-tdep.c:mips_next_pc
8678
8679 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
8680
8681 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
8682 more rigorous EGCS C++ error checking.
8683
8684 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8685
8686 * gdb.base/help.exp: Clean up `help set args' and `help show args'
8687 tests.
8688 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
8689 function when asleep.
8690 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
8691 for i*86 Linux and SVR4 signal handling problems.
8692 Remove linux xfail for `next to handler in signals_tests_1', fixed
8693 by recent infrun.c change.
8694 Limit backtrace to 10 frames to avoid timeout problems with infinite
8695 stack backtraces.
8696 Adjust expect pattern in `handle all print' test to match Apr 28 1997
8697 target.[ch] change.
8698
8699 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
8700
8701 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
8702 for a newline from gdb before continuing.
8703 (default_gdb_exit): Just look for y or n.
8704 (gdb_test): Detect abnormal exit from GDB running on DOS; if
8705 it does, fail the rests of the tests in the file.
8706
8707 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
8708
8709 * config/cygmon.exp: New file.
8710
8711 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
8712
8713 * gdb.base/list.exp: Fix problem with "list default lines around
8714 main" test on remote targets.
8715
8716 * gdb.base/scope.exp: Fix problem with filelocal_bss before
8717 run test on remote targets.
8718
8719 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
8720
8721 * gdb.asm: New directory.
8722 * configure.in: Configure it.
8723 * configure: Regenerate.
8724 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
8725 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
8726
8727 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
8728
8729 * config/mn10300-eval.exp: New file to support MN10300 eval board.
8730
8731 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
8732
8733 * gdb.base/overlays (several files): Merge the two overlay
8734 managers into one. Change variables (foox, barx, bazx, grbxx)
8735 back into ints but force them to load in their proper sections.
8736
8737 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
8738
8739 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
8740 on-chip insn memory and IMAP1 to upper 128k.
8741 (D10VCopy): Handle memory regions crossing 16k boundaries.
8742 (D10VCopy): Transfer data in 32 bit chunks.
8743
8744 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
8745
8746 * gdb.base/overlays.c (main): Exit normally when result is
8747 correct.
8748
8749 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
8750 map. Include space for printf in .text segment.
8751
8752 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
8753 updated d10v memory VMA/LMA map.
8754 (D10VCopy): Call D10VTranslate.
8755
8756 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
8757
8758 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
8759
8760 * gdb.base/bar.c (barx, bar): Change variable to small array so
8761 that it won't be put into the .sdata - small data -
8762 section. Update reference.
8763 * gdb.base/baz.c (bazx, baz): Ditto.
8764 * gdb.base/foo.c (foox, foo): Ditto.
8765 * gdb.base/grbx.c (grbxx, grbx): Ditto.
8766
8767 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
8768 to be arrays.
8769
8770 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
8771
8772 * gdb.base/overlays.exp: fix up and get working again.
8773 Add tests for backtraces from an overlay function.
8774
8775 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
8776
8777 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
8778 "calling function with watchpoint enabled".
8779
8780 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
8781
8782 * gdb.base/break.exp (test_next_with_recursion): Remove
8783 gdb_suppress_tests for d10v-*-*.
8784 * lib/gdb.exp (gdb_suppress_tests): Disable this function
8785 pending review of whether it is useful or not.
8786
8787 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
8788
8789 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
8790
8791 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
8792
8793 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
8794 * config/dve.exp: New file to support Densan boards.
8795
8796 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
8797
8798 * gdb.base/interrupt.exp: Document problem of simulators, signals,
8799 reads and BSD.
8800
8801 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
8802
8803 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
8804 response.
8805
8806 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
8807
8808 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
8809
8810 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
8811 test.
8812
8813 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
8814 target_sizeof_long and target_bigendian_p.
8815 (structs_by_value, structs_by_reference): Check values according
8816 to targets word size and endianess.
8817
8818 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
8819
8820 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
8821 output.
8822
8823 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
8824
8825 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
8826 Update test of set args help to match source change.
8827
8828 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
8829
8830 * gdb.base/default.exp: Expect help system output to be in
8831 alphabetical order.
8832 * gdb.base/help.exp: Ditto.
8833
8834 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
8835
8836 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
8837 "i*86-pc-linux-gnu*".
8838 * gdb.base/interrupt.exp: Ditto.
8839 * gdb.base/corefile.exp: Ditto.
8840
8841 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
8842 define vxworks when building the testcase.
8843
8844 * gdb.base/ptype.exp: Fix testnames to be unique.
8845 * gdb.base/radix.exp: Ditto.
8846 * gdb.base/term.exp: Ditto.
8847 * gdb.base/whatis.exp: Ditto.
8848 * gdb.c++/classes.exp: Ditto.
8849
8850 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
8851
8852 * gdb.base/callfuncs.exp: Fix indentation.
8853
8854 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
8855 suppress_flag has been set.
8856 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
8857 target feature.
8858
8859 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
8860
8861 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
8862 the testcase.
8863
8864 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
8865 set_debug_traps() and breakpoint().
8866 * gdb.c++/misc.cc (main): Ditto.
8867 * gdb.c++/templates.cc (main): Ditto.
8868 * gdb.c++/virtfunc.cc (main): Ditto.
8869
8870 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
8871
8872 * lib/gdb.exp(gdb_step_for_stub): New function.
8873 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
8874 exists, reload the executable and do a "continue" instead of
8875 doing a jump.
8876 (runto_main): Use gdb_step_for_stub.
8877
8878 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
8879 tests to have unique names.
8880 * gdb.base/callfuncs.exp: Ditto.
8881 * gdb.base/commands.exp: Ditto.
8882 * gdb.base/default.exp: Ditto.
8883 * gdb.base/help.exp: Ditto.
8884 * gdb.base/list.exp: Ditto.
8885 * gdb.base/opaque.exp: Ditto.
8886 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
8887 similar tests.
8888
8889 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
8890 * gdb.c++/cplusfuncs.cc: Ditto.
8891 * gdb.c++/virtfunc.cc: Ditto.
8892
8893 * config/monitor.exp: Keep track of the last file we saw, rather
8894 than trying to get the info from gdb.
8895
8896 * gdb.fortran/types.exp: Move comment to previous line.
8897
8898 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
8899
8900 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
8901 target mode.
8902
8903 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
8904
8905 From Bob Manson:
8906 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
8907 string from GDB when it connects.
8908
8909 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
8910
8911 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
8912
8913 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
8914 if we can't get a debug format from GDB (we may be testing an
8915 older GDB). Use a 10 second timeout when checking for the format.
8916
8917 * gdb.stabs/weird.exp: Fix quoting.
8918
8919 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
8920
8921 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
8922
8923 * config/arm-ice.exp: New file.
8924
8925 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
8926
8927 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
8928 until it has been modified to work with the new testsuite.
8929
8930 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
8931 testcase won't compile, cause all of the testcases in the file to
8932 fail instead.
8933
8934 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
8935 (gdb_clear_suppressed): New procedure.
8936 (gdb_stop_suppressing_tests): Only clear suppress_flag if
8937 it contains a positive value.
8938
8939 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
8940
8941 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
8942
8943 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
8944
8945 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
8946
8947 * lib/gdb.exp (setup_xfail_format): New function.
8948 (get_debug_format): New function to get debug format.
8949 (debug_format): New global variable to hold last value set
8950 by get_debug_format.
8951 * gdb.base/list.exp: Call get_debug_format and expect some
8952 tests to fail for DWARF 1 and COFF formats.
8953 * gdb.c++/ptype.exp: Ditto.
8954 * gdb.c++/classes.exp: Ditto.
8955 * gdb.c++/cplusfuncs.exp: Ditto.
8956 * gdb.c++/inherit.exp: Ditto.
8957 * gdb.c++/templates.exp: Ditto.
8958 * gdb.c++/virtfunc.exp: Ditto.
8959
8960 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
8961
8962 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
8963 host doesn't have a currently-open connection.
8964
8965 * config/sparclet.exp: Cleanups and fixes to make it generic for
8966 any gdb stub target. Handle cases where gdb doesn't respond when
8967 interrupted in a sane fashion.
8968
8969 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
8970 same thing in a totally different way.
8971
8972 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
8973 setting "timeout".
8974 (gdb_start): We set the global gdb_prompt variable in
8975 default_gdb_init now.
8976
8977 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
8978
8979 * gdb.base/printcmds.exp: Fix "check for floating addition"
8980 regexp to accept results within approx +/- .01 of exact value.
8981 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
8982
8983 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
8984
8985 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
8986 properly.
8987 (gdb_expect): Add optional timeout parameter, and add timeout
8988 value to various calls.
8989 (gdb_suppress_tests): Only give one warning message per group.
8990
8991 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
8992
8993 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
8994 global variables. Handle getting a value for $timeout more
8995 gracefully.
8996
8997 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8998
8999 * lib/gdb.exp: Close connection to remote host if gdb doesn't
9000 initialize.
9001 (default_gdb_init): New procedure; allow gdb_init to be overridden
9002 by a target configuration file.
9003 (gdb_expect): Pass the timeout to remote_expect.
9004
9005 * config/monitor.exp(gdb_load): Fix typo in regexp.
9006
9007 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
9008
9009 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
9010
9011 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
9012
9013 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
9014 here. Call gdb_target_exec before rebooting the target, to make
9015 sure the connection to the target is closed.
9016 (gdb_load): Pass the name of the executable to gdb_target_monitor.
9017 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
9018 Also detect "Timeout reading from remote" error.
9019
9020 * config/gdbserver.exp: Pass the executable being loaded to
9021 gdb_target_monitor. Don't call gdb_file_cmd here; let
9022 gdb_target_monitor do it.
9023
9024 * gdb.disasm/hppa.exp: Don't use exec_output.
9025
9026 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
9027
9028 * gdb.base/list.exp: If we're debugging a non-native target,
9029 try to set the pc register to point to the start of the
9030 program before doing the first list command.
9031
9032 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
9033 test_calls after restarting.
9034
9035 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
9036 reloading.
9037
9038 * gdb.base/watchpoint.exp: Fix typo.
9039
9040 * gdb.base/setshow.exp: Check for use_gdb_stub.
9041
9042 * gdb.base/break.exp: Fix continue until exit test for the gdb
9043 stub case.
9044 * gdb.base/langs.exp: Ditto.
9045
9046 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
9047 gdb_load_offset. If we weren't given a file to load, figure out
9048 what the current file is and use it.
9049
9050 * config/i386-bozo.exp: New file.
9051
9052 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
9053
9054 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
9055 feature.
9056
9057 * config/proelf.exp: New entry.
9058
9059 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
9060
9061 * lib/gdb.exp: Remove spurious .* patterns at the beginning
9062 of regexps.
9063
9064 * gdb.base/watchpoint.exp: Don't run the test_stepping
9065 tests if gdb can't call functions on the target.
9066
9067 * gdb.base/setshow.exp: Don't run the set prompt tests if
9068 the board has gdb_prompt set.
9069
9070 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
9071
9072 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
9073 * gdb.base/commands.exp: Likewise.
9074 * gdb.base/setshow.exp: Likewise.
9075
9076 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
9077
9078 * config/monitor.exp(gdb_start): Look for gdb_prompt target
9079 feature.
9080
9081 * config/i960.exp: New file.
9082
9083 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
9084
9085 * gdb.base/funcargs.exp: Check for gdb,short_int target
9086 feature instead of looking for explicit target triplets.
9087
9088 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
9089
9090 * gdb.base/printcmds.exp: add a couple more tests a la
9091 "p 123DEADBEEF", to check parse_number.
9092 * top.c: change "to enable to enable" to "to enable" in a couple
9093 of help strings.
9094
9095 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
9096
9097 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
9098 on the mn10300.
9099
9100 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
9101
9102 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
9103 where the test executable is run with explicit args.
9104 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
9105
9106 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
9107
9108 * gdb.base/run.c: Use FAKEARGV to build test executable that
9109 does not require a command line arg, since most simulators
9110 don't currently support passing such an arg into the simulated
9111 program.
9112 * gdb.base/commands.exp: Change tests to insert the proper
9113 value as the arg to the first recursive factorial call. Change
9114 compilation line to define FAKEARGV at compile time.
9115
9116 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
9117
9118 * gdb.base/recurse.exp: Enable these tests for the mn10300.
9119 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
9120 function with watchpoint enabled" test.
9121
9122 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
9123
9124 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
9125 Don't call gdb_test when the command doesn't return to a gdb prompt.
9126
9127 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
9128 "Tests restarted" messages.
9129
9130 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
9131
9132 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
9133
9134 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
9135
9136 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
9137 for INFO SYMBOL; add help tests for OVERLAY commands.
9138 * gdb.base/default.exp: add tests for INFO SYMBOL command;
9139 add tests for OVERLAY commands
9140 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
9141 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
9142 * gdb.base/sigall.c: add usestubs code frag
9143 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
9144
9145 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
9146
9147 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
9148 failures.
9149 (gdb_stop_suppressing_tests): Note that tests have restarted.
9150
9151 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
9152
9153 * config/h8300.exp: New file.
9154
9155 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
9156
9157 * gdb.base/setshow.exp: Check for the existence of a
9158 feature, not its value.
9159
9160 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
9161
9162 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
9163
9164 * gdb.base/scope.exp: It's now init0(), not init().
9165
9166 * gdb.base/scope0.c: For now, change init() to be init0().
9167
9168 * config/monitor.exp: Use gdb_serial in preference to serial
9169 or netport.
9170
9171 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
9172 and it's not already set.
9173
9174 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
9175
9176 * gdb.base/setshow.exp: Only test the run command if the target
9177 isn't using a stub and if it supports argument passing.
9178
9179 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
9180
9181 * config/udi.exp(gdb_start): Make sure UDICONF is set
9182 properly before starting gdb.
9183
9184 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
9185
9186 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
9187 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
9188 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
9189
9190 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
9191
9192 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
9193 specialized code to reboot the board, use remote_reboot instead.
9194
9195 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
9196
9197 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
9198
9199 * config/monitor.exp: Make sure we disconnect from the target.
9200 Also, try a reboot/reload cycle instead of failing if the
9201 load fails.
9202
9203 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
9204
9205 * gdb.base/default.exp: Don't set match_max.
9206 * gdb.base/help.exp: Ditto.
9207 * gdb.base/list.exp: Ditto.
9208 * gdb.base/signals.exp: Ditto.
9209
9210 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
9211 set, use remote_ld to download the testcase instead of
9212 the GDB loader.
9213
9214 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
9215
9216 * config/vr5000.exp: New file.
9217
9218 * config/monitor.exp(gdb_target_monitor): Add pattern for
9219 "Ending remote" to detect errors in connecting.
9220
9221 * gdb.base/setshow.exp: Add .* within auto language test.
9222
9223 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
9224 target feature.
9225
9226 * config/monitor.exp(gdb_load): Check for a failure when loading,
9227 and reboot the board if necessary.
9228
9229 * gdb.base/setvar.exp(test_set): Handle multiple prints within
9230 a set of tests. Remove print.* from the patterns being checked.
9231
9232 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
9233
9234 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
9235 refer to gdb_spawn_id.
9236
9237 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
9238 longer used.
9239 * config/sparclet.exp: Ditto.
9240 * config/sparclet-old.exp: Ditto.
9241 * config/slite.exp: Ditto.
9242 * config/sim.exp: Ditto.
9243 * gdb.base/funcargs.exp: Ditto.
9244
9245 * lib/gdb.exp:Remove references to gdb_spawn_id.
9246 (gdb_expect): Move to remote.exp.
9247
9248 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
9249
9250 * config/monitor.exp: Detect the "Couldn't establish connection"
9251 message from GDB.
9252
9253 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
9254
9255 * gdb.base/bitfields.exp: Use runto instead of explicit
9256 gdb_run_cmd/gdb_expect sequences.
9257
9258 * gdb.base/break.exp(text_next_with_recursion): Add match for
9259 gdb_expect call.
9260
9261 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
9262 We also need to handle the "A program is being debugged already"
9263 prompt from gdb. Use gdb_test to set the baud rate.
9264
9265 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
9266 to 20000. Really. I mean it.
9267
9268 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
9269
9270 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
9271 fails. If suppress_flag is set, skip perror message about not
9272 being able to send to GDB.
9273 (send_gdb): If suppress_flag is set, don't try to send commands to
9274 GDB.
9275 (gdb_expect): If suppress_flag is set, always fail immediately.
9276 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
9277 (gdb_init): Call gdb_stop_suppressing_tests.
9278 (default_gdb_exit): Ditto.
9279 (default_gdb_start): Ditto.
9280
9281 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
9282 gdb_stop_suppressing_tests as appropriate.
9283 * gdb.base/break.exp: Ditto.
9284 * gdb.base/callfuncs.exp: Ditto.
9285 * gdb.base/commands.exp: Ditto.
9286 * gdb.base/exprs.exp: Ditto.
9287 * gdb.base/funcargs.exp: Ditto.
9288 * gdb.base/list.exp: Ditto.
9289 * gdb.base/recurse.exp: Ditto.
9290 * gdb.base/scope.exp: Ditto.
9291 * gdb.base/structs.exp: Ditto.
9292 * gdb.c++/inherit.exp: Ditto.
9293
9294 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
9295
9296 * config/vr4300.exp: New file.
9297
9298 * gdb.*/*.exp: Call gdb_expect instead of expect.
9299
9300 * lib/gdb.exp(gdb_expect): New function.
9301
9302 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
9303
9304 * lib/gdb.exp(gdb_init): New function.
9305
9306 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
9307 for each individual variable set.
9308
9309 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
9310 name.
9311
9312 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
9313
9314 * gdb.base/scope.exp: Use gdb_test.
9315
9316 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
9317 aborting; the testsuite driver will do that for us (see
9318 gdb_finish). Also, use gdb_test in a few more places.
9319
9320 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9321
9322 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
9323
9324 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
9325
9326 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
9327 and "add_tests" are not at the same address.
9328
9329 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
9330
9331 * gdb.base/ptype.exp: Use gdb_test.
9332
9333 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
9334
9335 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
9336 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
9337 left in. No longer expect them to fail.
9338
9339 * gdb.stabs/*.mt; Deleted, no longer used.
9340 * gdb.stabs/configure.in: Remove references to target makefile
9341 frags.
9342 * gdb.stabs/configure: Rebuilt.
9343
9344 * gdb.disasm/*.mt: Deleted, no longer used.
9345 * gdb.disasm/configure.in: Remove references to target makefile
9346 frags. Use "sh3.s" as the unique filename for this directory.
9347 * gdb.disasm/configure: Rebuilt.
9348
9349 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
9350 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
9351 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
9352
9353 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
9354
9355 * config/udi.exp: Use mondfe,name instead of remote_host.
9356
9357 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
9358
9359 * gdb.base/watchpoint.exp: Don't expect a failure when calling
9360 a function with a watchpoint enabled on the mn10200.
9361
9362 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
9363 before trying to create it!
9364
9365 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
9366
9367 * config/vx.exp: Use hostname instead of netport.
9368
9369 * config/vxworks.exp: New file.
9370
9371 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
9372
9373 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
9374 gdb before assuming everything worked. Send a ^C if a timeout
9375 occurs.
9376
9377 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
9378 $gdb_spawn_id directly.
9379 (gdb_run_cmd): Try _start as well as start. Use the target feature
9380 gdb,start_symbol as the symbol to start from when jumping.
9381
9382 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
9383
9384 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
9385 redundant) test.
9386
9387 * gdb.base/recurse.exp: Relax final value test for 'b' so that
9388 it doesn't lose for 16bit integer systems.
9389
9390 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
9391
9392 * gdb.fortran/types.exp: If the target doesn't support "double"
9393 data types, then expect "real" types to only be 4 bytes.
9394
9395 * gdb.c++/virtfunc.exp: Expect failure for virtual function
9396 call tests if the target doesn't support inferior function calls.
9397
9398 * gdb.base/printcmds.exp: Allow minor deviation in FP values
9399 in printf tests.
9400
9401 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
9402
9403 * gdb.base/help.exp: Disable "help set", "help show", and
9404 "help support". Simplify regexp for "help stack".
9405
9406 * gdb.base/default.exp: Set match_max to 5000 and the timeout
9407 to 60 seconds. Temporarily set match_max to 15000 around the
9408 "info copying" test.
9409
9410 * gdb.base/nodebug.exp: Don't try to do an inferior function
9411 call if the target doesn't support them.
9412 * gdb.base/printcmds.exp: Likewise.
9413 * gdb.base/setvar.exp: Likewise.
9414 * gdb.base/structs.exp: Likewise.
9415 * gdb.c++/templates.exp: Likewise.
9416 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
9417
9418 * gdb.base/recurse.exp: Enable for the mn10200.
9419
9420 * configure.in: Do configure gdb.stabs directory for *-*-elf
9421 targets.
9422 * configure: Rebuilt.
9423
9424 * gdb.base/break.exp: Check for gdb,noresults before testing
9425 exit status and/or results from the target.
9426 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
9427 * lib/gdb.exp: Remove old (now bogus) initialization of
9428 noinferior, noargs, noresults and nosignals.
9429
9430 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
9431
9432 * config/sh.exp: New file.
9433
9434 * config/slite.exp: Try to connect multiple times to the board
9435 before rebooting. Only send a "monitor run" if need_monitor_run
9436 is set.
9437
9438 * gdb.base/break.exp: Don't do the "stub continue" test if
9439 the target has gdb_stub set.
9440
9441 * gdb.base/callfuncs.exp: Increase the timeout.
9442
9443 * gdb.base/interrupt.exp: Don't even try to compile the testcase
9444 if the target has gdb,noinferiorio set.
9445
9446 * gdb.base/list.exp: Increase match_max to 10000 characters.
9447
9448 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
9449
9450 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
9451 target.
9452
9453 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
9454
9455 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
9456
9457 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
9458 trying to delete the copy of gdb. Catch the file delete so we
9459 don't die if the delete fails; also, the file should be copied to
9460 the host, not to the build.
9461
9462 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
9463
9464 * lib/gdb.exp(gdb_test): Surround the result pattern with
9465 parenthesis in case it contains multiple regexps separated
9466 with |.
9467
9468 * gdb.base/watchpoint.exp: Use gdb_test.
9469 * gdb.base/default.exp: Ditto.
9470
9471 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
9472
9473 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
9474
9475 * gdb.base/scope.exp: Use gdb_test.
9476 * gdb.c++/classes.exp: Ditto.
9477 * gdb.c++/inherit.exp: Ditto.
9478
9479 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
9480
9481 * gdb.base/crossload.exp: Don't use execute_anywhere, use
9482 remote_exec instead.
9483 * gdb.base/corefile.exp: Don't be ridiculous.
9484 * gdb.base/*.c: Add missing stub invocations.
9485
9486 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
9487
9488 * config/slite.exp: Miscellaneous fixes.
9489
9490 * lib/gdb.exp: Fix runto.
9491
9492 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
9493 the target.
9494
9495 * gdb.base/watchpoint.exp: Fix regexp.
9496
9497 * lib/gdb.exp(default_gdb_exit): Add a catch to the
9498 close and wait commands, as the descriptor may now be
9499 invalid. Always call "remote_close host".
9500
9501 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
9502
9503 Major rewrite for testsuite revision.
9504
9505 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
9506 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
9507 instead of relying on spawn_id to always contain a valid
9508 spawn id.
9509 (get_compiler_info): New procedure to build the ${binfile}.ci
9510 file, instead of replicating this in N different places.
9511 (gdb_compile): New procedure.
9512
9513 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
9514 appropriate arguments) instead of compile. Use gdb_test in a lot
9515 more places. Use send_gdb instead of send. Always run gdb_start
9516 at the start of a testcase, as this is no longer done magically.
9517
9518 config/*-gdb.exp: Rename without the -gdb suffix.
9519
9520 config/mips.exp: Use remote_close instead of exit_remote_shell.
9521 config/monitor.exp: Use target_info instead of looking at
9522 baud, timeout, etc.
9523 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
9524
9525 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9526
9527 * gdb.c++/templates.exp (test_ptype_of_templates),
9528 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
9529 Update expect patterns for destructors and assignment operators
9530 to match corresponding c-typeprint.c changes.
9531 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
9532 to destructor breakpoint test, GDB should be able to set the
9533 destructor breakpoint without specifying arguments.
9534
9535 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
9536
9537 * gdb.threads/pthreads.exp: Change result for failure to compile due
9538 to lack of pthreads runtime support from an error to simply an
9539 unsupported test, per dejagnu standards.
9540
9541 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9542
9543 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
9544 where GDB exits to reduce pattern match time.
9545 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
9546
9547 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
9548
9549 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
9550
9551 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
9552 * gdb.base/default.exp: ditto.
9553 * gdb.base/nodebug.exp: ditto.
9554 * gdb.base/printcmds.exp: ditto.
9555 * gdb.base/ptype.exp: ditto.
9556 * gdb.base/setvar.exp: ditto.
9557 * gdb.base/structs.exp: ditto.
9558 * gdb.base/setshow.c: Guard against uninitialized values of argc.
9559
9560 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
9561
9562 * configure, */configure: Rebuild with autoconf 2.12.
9563
9564 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
9565
9566 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
9567 use new i*86-pc-linux*-gnu quads.
9568 * gdb.base/corefile.exp: Ditto.
9569 * gdb.base/signals.exp: Ditto.
9570 * gdb.base/sigall.exp: Ditto.
9571 * gdb.base/interrupt.exp: Ditto.
9572
9573 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
9574 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
9575 RedHat 4.0.
9576
9577 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
9578 linux. This allows the test case to at least compile on latest
9579 linux, but still not run due to missing the threads runtime library.
9580
9581 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9582
9583 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
9584 directory to search gdb directory. Accept and step over conditional
9585 stack alignment code. Consume $prompt in failure cases.
9586 Reset timeout to $oldtimeout instead of some arbitrary value.
9587 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
9588 timeout problems with infinite stack backtraces.
9589 * gdb.base/ptype.exp (ptype struct link, union tu_link):
9590 Accept function parameters for linkfunc member.
9591
9592 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
9593
9594 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
9595 (CXXFLAGS): Remove, unreferenced.
9596 (B_OPTIONS): Add for -B options and add code to initialize with
9597 previous -B options and also add -B option to pick up cross compiled
9598 runtime.
9599 (TARGET_INCLUDES): Add for -I options and add code to initialize when
9600 doing cross compiles.
9601 (target_alias): Declare global.
9602 (xgcc): Set variable to full path of gcc in build tree. Use findfile
9603 to verify that gcc exists in build tree, and if so set CC to that
9604 gcc and to use B_OPTIONS and TARGET_INCLUDES.
9605
9606 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
9607
9608 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
9609 ptype test for anonymous union. Fixup testcase to match
9610 current gcc debug output.
9611
9612 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
9613
9614 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
9615 force argument to an unsigned long type.
9616
9617 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
9618
9619 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
9620 tests and anonymous union print/ptype tests.
9621 * gdb.base/list.exp (test_forward-search): Increase timeout by
9622 5 minutes for the "search extremely long line" case.
9623 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
9624 completely optional and that the pass/fail messages use the command as
9625 the message if that third arg is a null string.
9626 (gdb_test_exact): Arrange that a null string pattern means match a
9627 null string output rather than any output, which might include random
9628 errors.
9629 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
9630 backtrace test.
9631 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
9632 always failing and failure is now exposed by gdb.exp changes.
9633
9634 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
9635
9636 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
9637 weren't being noted.
9638
9639 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9640
9641 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
9642 * gdb.stabs/weird.exp: Remove v_comb xfails.
9643
9644 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
9645
9646 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
9647 list.exp scope.exp watchpoint.exp]
9648 Make all timeout error msgs explicitly say "(timeout)".
9649
9650 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
9651
9652 * config/monitor.exp: Increase download timeout to 1000 seconds.
9653
9654 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
9655
9656 * config/m32r.exp: Increase timeout to 120 seconds.
9657
9658 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
9659
9660 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
9661 and accept older ordering as obsolescent gcc or gdb.
9662 * gdb.c++/templates.exp: Ditto.
9663 * gdb.c++/virtfunc.exp: Ditto.
9664
9665 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
9666
9667 * gdb.base/coremaker.c: Add code to mmap some data so we
9668 can check that it ends up in the core file.
9669 * gdb.base/corefile.exp: Add test to read mmapped data
9670 from core file.
9671
9672 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
9673
9674 * config/m32r.exp: New file.
9675
9676 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
9677
9678 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
9679 that cflags can contains -gstabs, and work correctly for other tests.
9680
9681 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
9682
9683 * gdb.base/setshow.exp: New file, tests show and set.
9684 * gdb.base/setshow.c: New file, tests show and set.
9685 * gdb.base/help.exp: Add test for help set|show annotate.
9686 * gdb.base/default.exp: Add test for set|show annotate.
9687
9688 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
9689
9690 * testsuite/gdb.base/break.exp: Make backtrace from factorial
9691 errors unique.
9692 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
9693 explicitly.
9694
9695 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
9696
9697 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
9698 and width commands. This is done elsewhere.
9699 * (gdb_start): Don't call gdb_start_sim here. That's already
9700 done in gdb_load. This fixes lots of failures in default.exp.
9701
9702 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
9703
9704 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9705 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
9706 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
9707 in the same we we treat other failures (since it may be an expected
9708 condition), rather than as an error.
9709 * gdb.base/signals.exp (test_handle_all_print): Revert back to
9710 old test format.
9711
9712 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
9713
9714 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
9715 (distclean maintainer-clean realclean): No need to remove files
9716 twice. Nuke the duplicates.
9717 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
9718 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
9719 Remove config.h along with other config files.
9720
9721 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
9722
9723 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
9724 "p func1 ()" and note that rests of tests are skipped.
9725 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
9726 setup_xfails for "print func2::coremaker_local".
9727 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
9728 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
9729 affected by the previous run test.
9730 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
9731 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
9732 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
9733 "pass int powerset tuple" and "pass modeless int powerset tuple".
9734 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
9735 "real write 4" and "real write 8".
9736 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
9737 setup_xfails for "print vs1 after tuple assign 2",
9738 "print \$i after tuple assign 2", and
9739 "print vs2 after tuple assign 2".
9740 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
9741 meaningful error message and return -1 so the caller can
9742 suppress further tests and avoid a cascade of errors.
9743
9744 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
9745
9746 * gdb.base/a1-selftest.exp: Tweak tests to account for new
9747 format for printing version.
9748 * gdb.base/default.exp: Ditto.
9749 * gdb.base/interrupt.exp: Fix problem with cascade of
9750 errors if child process dies while calling a function.
9751
9752 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
9753
9754 * Makefile.in (VPATH): Add
9755 * Makefile.in (Makefile, config.status): Fix rules so things get
9756 remade when necessary.
9757
9758 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
9759
9760 * Makefile.in (just-check): Add path to sibling expect dir
9761 to environment variable specified by RPATH_ENVVAR.
9762
9763 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
9764
9765 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
9766 (just-check): Add shared library paths for libstdc++, tk,
9767 tcl, bfd, and opcodes to the environment variable specified
9768 in RPATH_ENVVAR.
9769 * configure.in: Add support to recognize --enable-shared flag
9770 and generate correct value for RPATH_ENVVAR.
9771 * configure: Regenerated with autoconf.
9772
9773 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
9774
9775 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
9776 include all osf versions.
9777 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
9778 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
9779 when target is linux. When failing to build pthreads test
9780 executable, give more meaningful message.
9781 * gdb.threads/pthreads.c: Hpux also uses old definition of second
9782 arg for pthread_create.
9783
9784 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
9785
9786 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
9787 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
9788 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
9789 and -lpthreads (everybody else).
9790 (test_startup): Fail gracefully if threads are not supported.
9791 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
9792 "p/c array_index("abcdef",2)" when not gcc compiled.
9793 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
9794 "print func2::coremaker_local" when not gcc compiled.
9795 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
9796 "ptype on opaque struct tagname (statically)",
9797 "ptype on opaque struct tagname (dynamically) 1", and
9798 "ptype on opaque struct tagname (dynamically) 2"
9799 for not compiled with gcc.
9800 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
9801 backtrace when compiled with gcc.
9802 * lib/gdb.exp (runto_main): Return result of "runto main" rather
9803 than always return success.
9804
9805 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
9806
9807 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
9808
9809 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
9810
9811 * gdb.base/structs.exp: Undo last change.
9812
9813 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
9814
9815 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
9816 encapsulate all the steps/nexts done during self test, starting
9817 at main, and makes them less sensitive to optimization issues.
9818 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
9819 signal handler" test.
9820 * gdb.threads/pthreads.exp: Only run this for native configs.
9821 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
9822 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
9823 tests.
9824 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
9825 for "runto test_calls(void)" test.
9826
9827 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
9828
9829 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
9830 and don't expect address info in breakpoint confirmations.
9831
9832 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
9833
9834 * gdb.base/list.exp (test_forward_search): Increase timeout
9835 temporarily by 60 seconds for searching extremely long line,
9836 and then reset to old value when done. Increase expect input
9837 buffer to 10000.
9838
9839 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
9840
9841 * gdb.base/list.exp (test_forward_search): Fix to handle very
9842 long source line without overflowing expect's input buffer.
9843
9844 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
9845
9846 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
9847 "buffer_full".
9848
9849 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
9850 "buffer_full".
9851
9852 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
9853 "buffer_full".
9854
9855 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
9856 "buffer_full".
9857
9858 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
9859
9860 * configure.in (configdirs): Add gdb.threads.
9861 * configure: Regenerated with autoconf.
9862 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
9863 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
9864 * gdb.threads/configure: New, generated with autoconf.
9865
9866 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
9867
9868 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
9869
9870 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
9871
9872 * gdb.base/signals.exp (test_handle_all_print): Test separately for
9873 each signal's status in the output of "handle all print".
9874 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
9875 the \r\n sequence that immediately precedes the gdb prompt.
9876 * gdb.base/a1-selftest.exp: Save original timeout and restore
9877 after test.
9878
9879 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
9880
9881 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
9882 symbol.
9883
9884 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9885
9886 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
9887
9888 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
9889
9890 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
9891 timeout by 60 seconds.
9892
9893 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
9894
9895 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
9896 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
9897 error return.
9898
9899 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
9900
9901 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
9902 gdb initialization, also report how long dejagnu waited. Restore
9903 old timeout before doing error return. Temporarily increase timeout
9904 by 3 minutes to allow for slow startups over heavy NFS use.
9905
9906 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
9907
9908 * lib/gdb.exp: Report timeout value for verbosity level 2.
9909 * config/gdbserver.exp: Ditto.
9910 * config/hppro.exp: Ditto.
9911 * config/mips-gdb.exp: Ditto.
9912 * config/monitor.exp: Ditto.
9913 * config/netware.exp: Ditto.
9914 * config/sim-gdb.exp: Ditto.
9915 * config/slite-gdb.exp: Ditto.
9916 * config/udi-gdb.exp: Ditto.
9917 * config/unix-gdb.exp: Ditto.
9918 * config/vx-gdb.exp: Ditto.
9919 * gdb.base/a1-selftest.exp: Ditto.
9920 * gdb.base/a2-run.exp: Ditto.
9921 * gdb.base/break.exp: Ditto.
9922 * gdb.base/corefile.exp: Ditto.
9923 * gdb.base/list.exp: Ditto.
9924 * gdb.base/recurse.exp: Ditto.
9925 * gdb.base/scope.exp: Ditto.
9926 * gdb.base/signals.exp: Ditto.
9927
9928 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9929
9930 * gdb.threads/Makefile.in (docdir): Removed.
9931
9932 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9933
9934 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
9935 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
9936 @srcdir@.
9937 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
9938 autoconf 2.5 or higher.
9939 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
9940
9941 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
9942
9943 * configure: Regenerated.
9944 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
9945 avoid name clashes with SunOS headers.
9946
9947 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
9948
9949 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
9950
9951 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
9952
9953 * gdb.base/callfuncs.exp: Finish last change -- make sure the
9954 prototype information ends up in the compiler info file.
9955
9956 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
9957
9958 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
9959 attempting to regenerate it. Eliminate use of a temporary file
9960 and just generate the info file directly. Source it immediately,
9961 for consistency of use.
9962 * gdb.base/corefile.exp: Ditto
9963 * gdb.base/exprs.exp: Ditto.
9964 * gdb.base/funcargs.exp: Ditto.
9965 * gdb.base/langs.exp: Ditto.
9966 * gdb.base/list.exp: Ditto.
9967 * gdb.base/mips_pro.exp: Ditto.
9968 * gdb.base/nodebug.exp: Ditto.
9969 * gdb.base/opaque.exp: Ditto.
9970 * gdb.base/ptype.exp: Ditto.
9971 * gdb.base/scope.exp: Ditto.
9972 * gdb.base/setvar.exp: Ditto.
9973 * gdb.base/signals.exp: Ditto.
9974 * gdb.base/whatis.exp: Ditto.
9975 * gdb.c++/templates.exp: Ditto.
9976 * gdb.c++/virtfunc.exp: Ditto.
9977 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
9978 whether or not to add -lstdc++ to the compile command line args.
9979
9980 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9981
9982 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
9983 it got fixed by the recent lookup_minimal_symbol_by_pc change.
9984 Increase timeout, a lot of single stepping might be needed if the
9985 target has no hardware watchpoints.
9986
9987 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
9988
9989 * gdb.base/break.exp: Ignore compiler warnings when compiling
9990 break.c.
9991 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
9992 * gdb.base/default.exp: Add h8300 xfails. Handle messages
9993 from remote-sim.
9994 * gdb.base/exprs.exp: Add h8300 xfails.
9995 * gdb.base/funcargs.exp: Likewise.
9996 * gdb.base/nodebug.exp: Likewise.
9997 * gdb.base/printcmds.exp: Likewise.
9998 * gdb.base/ptype.exp: Likewise.
9999 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
10000 h8300 xfails.
10001 * gdb.base/return.exp: Handle float/double precision problems
10002 on the h8300.
10003 * gdb.base/funcargs.c: Explicitly make last constant argument to
10004 call_after_alloca_subr an unsigned long type.
10005 * gdb.base/return.c: Include stdio.h.
10006
10007 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10008
10009 * config/abug.exp: New file for the older Motorola Bug monitor
10010 that runs on the mvme13x series VME boards.
10011 * config/monitor.exp: Use the new config array for target settings
10012 if they exist.
10013
10014 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
10015
10016 * sim-gdb.exp: Make the SH simulator allocate less space when
10017 it is targeted.
10018
10019 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
10020
10021 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
10022 test.
10023
10024 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
10025
10026 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
10027 "rs6000-*-*" for "list function in include file" when gcc compiled.
10028 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
10029 for "p ctable1[120]".
10030 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
10031 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
10032 Remove setup_xfail for "rs6000-*-*" for
10033 "print 'scope0.c'::filelocal before run".
10034 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
10035 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
10036 since some compilers don't allow both options to be given
10037 on the same command line. Create object file and move it.
10038
10039 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
10040
10041 * gdb.base/corefile.exp: Always regenerate the core file, since
10042 we always regenerate the coremaker program. Detect special case
10043 where registers cannot be read from core file.
10044
10045 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
10046
10047 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10048 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
10049 * gdb.c++/templates.exp: Only match on basename of file since
10050 some formats like xcoff don't encode directory information.
10051 * gdb.stabs/weird.exp: Use the right sed script for powerpc
10052 and rs6000 AIX xcoff targets.
10053 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
10054 * configure: Regenerate.
10055 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
10056 here, rather than in distclean.
10057
10058 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
10059
10060 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
10061 defined, and use it to compile the test case with -O2. The
10062 native compilation still uses no optimization.
10063 * gdb.base/mips_pro.c: Remove inline assembly code since
10064 it is compiled PIC by default, which results in assembler
10065 warnings that make the testsuite think the compilation
10066 was unsuccessful.
10067
10068 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
10069
10070 * gdb.c++/misc.exp: Add note to message for
10071 "print s.a for foo struct" that this is a known gcc 2.7.2
10072 and earlier bug.
10073
10074 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
10075
10076 * gdb.base/break.exp: Fix pattern for matching "Delete all
10077 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
10078 setup_xfail for deleting all breakpoints test. Fix various
10079 timeout messages to include "(timeout)".
10080 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
10081 for "p t_float_values2(3.14159,float_val2)".
10082 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
10083 for "continue to call2g" when gcc compiled.
10084 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
10085 "up to foo in langs.exp", "show language at foo in langs.exp",
10086 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
10087 and "show language at fsub in langs.exp".
10088 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
10089 "list line 1 in include file", "list message for lines past EOF",
10090 "list function in include file", "list list0.h:foo", and
10091 "list filename:function; nonexistant function".
10092 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
10093 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
10094 and "ptype t_char_array" to be for native cc only.
10095
10096 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
10097
10098 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
10099 setup_xfail for "print coremaker_bss", "print coremaker_ro",
10100 "print func2::coremaker_local", and "backtrace in corefile.exp".
10101
10102 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
10103
10104 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
10105 "bt in signals.exp". This problem only appears when running
10106 the testsuite, and then only intermittently.
10107
10108 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
10109
10110 * gdb.base/return.exp (return_tests): Differentiate between
10111 two tests of continuing.
10112
10113 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10114
10115 * */Makefile.in (maintainer-clean): Remove config.log.
10116 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
10117 * gdb.c++/Makefile.in (PROGS): Add inherit.
10118 (clean): Remove *.ci.
10119
10120 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
10121
10122 * gdb.c++/misc.cc: Add test code from Mike Stump.
10123 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
10124
10125 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
10126
10127 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
10128 to "alpha-*-osf2*" and add comment.
10129 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
10130 setup_xfail for "step over execarg initialization" and
10131 "step over corearg initialization".
10132 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
10133 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
10134 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
10135 gcc compiled for "print coremaker_bss", "print coremaker_ro",
10136 "print func2::coremaker_local", and "backtrace in corefile.exp".
10137 * gdb.base/signals.exp: Build and source signals.ci.
10138 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
10139 to be for gcc only.
10140 * lib/gdb.exp: Move verbose statements outside conditionals.
10141
10142 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10143
10144 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
10145 Feb 3 procfs.c change.
10146
10147 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
10148
10149 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
10150
10151 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
10152
10153 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
10154 from dejagnu's apparent default of 10 seconds, which gives random
10155 results when running the tests over NFS on moderately loaded systems.
10156 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
10157
10158 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
10159
10160 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
10161 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
10162 result reports.
10163
10164 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
10165
10166 * configure.in (CY_AC_PATH_TCLH): Remove.
10167 * configure: Regenerate.
10168
10169 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
10170
10171 * gdb.c++/Makefile.in (clean): Add missing '{'.
10172
10173 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
10174
10175 * lib/gdb.exp: Provide a default value for noinferior.
10176
10177 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
10178 Load libgloss.exp.
10179
10180 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
10181
10182 * gdb.disasm/hppa.exp: Compile directly into an executable, use
10183 the executable, not the .o to run the tests from.
10184
10185 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
10186
10187 * gdb.base/break.exp: Don't test for program exit or exit status
10188 if $noresults if nonzero.
10189 * gdb.base/langs.exp: Likewise.
10190 * gdb.base/watchpoint.exp: Likewise.
10191
10192 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
10193 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
10194 trying to compile the testcase.
10195
10196 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
10197
10198 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
10199 * gdb.base/signals.exp (continue to handler): Likewise.
10200
10201 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
10202
10203 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
10204
10205 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
10206
10207 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
10208
10209 * gdb.base/corefile.exp: Recognize "not found" as failure
10210 when trying to determine if a core file was generated.
10211 If no core file was generate the first time, try again without
10212 the ulimit -c to work around braindamaged shells.
10213
10214 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
10215
10216 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
10217 [] tests with "test" and enclose string in quotes.
10218 * gdb.stabs/configure: Rebuild
10219
10220 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
10221
10222 Changes in sync with expect:
10223 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
10224 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
10225 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
10226 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
10227 argument to AC_REQUIRE.
10228 * configure: Regenerated.
10229
10230 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
10231
10232 * gdb.base/corefile.exp: When generating a core, discard any
10233 error messages about ulimit not found and the "core dumped"
10234 message from the shell that runs the coredumper.
10235
10236 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
10237
10238 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
10239
10240 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
10241 which sed script to run. Expect failure for v_comb test
10242 on PA targets too.
10243
10244 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
10245
10246 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
10247 "print func2::coremaker_local" and for "backtrace in corefile.exp"
10248
10249 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
10250
10251 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
10252 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
10253 "sparc-sun-solaris*" xfails for "p v_comb".
10254 * lib/gdb.exp (default_gdb_start): Fix typo.
10255 * gdb.base/corefile.exp: Allow "Core was generated by ..."
10256 messages to not include the full program name that caused
10257 the core dump since some systems (such as solaris) apparently
10258 truncate this path to about 80 characters.
10259 When generating a core file first try increasing the core file
10260 size limit to unlimited since some systems may default it to
10261 zero, and it is harmless to try it. Move the test for failing
10262 to generate a core file to where it will actually get executed.
10263 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
10264 new gdb result from g++ debug info improvements and make old
10265 pattern obsolescent. Also account for size_t differences
10266 (may be int or long).
10267 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
10268 initialization before function call is placed in the delay slot
10269 and thus appears to be skipped over by commands such as "next".
10270
10271 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
10272
10273 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
10274
10275 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
10276
10277 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
10278 input source file; fix code to compile test to deal with this
10279 convention.
10280 * gdb.c++/*.exp: Likewise.
10281
10282 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
10283
10284 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
10285 "bt in signals.exp".
10286
10287 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
10288
10289 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
10290 "step over execarg initialization" and
10291 "step over corearg initialization".
10292
10293 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
10294
10295 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
10296 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
10297
10298 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
10299
10300 From Rob Savoye (rob@poseidon.cygnus.com)
10301 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
10302 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
10303 configure.in}, gdb.disasm/{Makefile.in, configure.in},
10304 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
10305 configure.in}: Major reworking for autoconfig.
10306 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
10307 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
10308 New files.
10309 * config/unix-gdb.exp: Make GDB global.
10310 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
10311 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
10312 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
10313 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
10314 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
10315 term.exp, twice.exp, watchpoint.exp, whatis.exp},
10316 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
10317 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
10318 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
10319 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
10320 pr-8136.exp, result.exp, string.exp, tuples.exp},
10321 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
10322 to returns as necessary, arrange for test to compile own testcase
10323 executable.
10324 * lib/gdb.exp: Changes for testsuite to compile own test cases.
10325
10326 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
10327
10328 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
10329 clear_xfail at end of test which might not call either pass or fail.
10330 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
10331 "backtrace through signal handler".
10332
10333 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10334
10335 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
10336 continuing from a job control stop signal.
10337 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
10338
10339 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
10340
10341 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
10342 * gdb.base/corefile.exp: Likewise.
10343 * gdb.base/funcargs.exp: Likewise.
10344
10345 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
10346
10347 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
10348 * config/monitor.exp: Add support for setting baud rate.
10349
10350 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
10351
10352 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
10353 i*86-*-linux* xfails for "backtrace through signal handler".
10354 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
10355 "print func2::coremaker_local".
10356 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
10357 alpha-dec-osf2* xfail for
10358 "delete all breakpoints when none".
10359
10360 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
10361
10362 * gdb.base/break.exp: Change test that deletes all breakpoints
10363 when no user breakpoints are installed. A post 4.15 change
10364 causes gdb to no longer prompt in this case.
10365
10366 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
10367
10368 * gdb.base/return.exp (return_tests): Change xfail for test
10369 "correct value returned double test" to stop xfailing at
10370 Solaris 2.5. Apparently the bug has been fixed.
10371
10372 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
10373
10374 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
10375 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
10376
10377 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
10378
10379 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
10380 * gdb.disasm/hppa.s: Corresponding changes.
10381
10382 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
10383
10384 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
10385 makefile fragment.
10386 * config/mt-hpux: Deleted.
10387
10388 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
10389
10390 * Many files: When warning about suppressed tests due to a
10391 nonexistant test binary, avoid incrementing the warning count.
10392
10393 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
10394
10395 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
10396
10397 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10398
10399 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
10400 "sparc-*-solaris2*".
10401
10402 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10403
10404 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
10405 Add global and local variables and initialize them.
10406 * gdb.base/corefile.exp: Test correct mapping of corefile sections
10407 by printing variables. Remove rs6000 and powerpc xfails, BFD now
10408 extracts the file name and terminating signal from the core file.
10409 * TODO: Remove note about tests for correct mapping of corefile.
10410 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
10411 from optimizing it away.
10412 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
10413 handles common blocks.
10414
10415 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
10416
10417 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
10418 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
10419
10420 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
10421
10422 * Makefile.in (maintainer-clean): New target, synonym for
10423 realclean.
10424 * gdb.base/Makefile.in (maintainer-clean): Likewise.
10425 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
10426 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
10427 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
10428 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
10429 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
10430
10431 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
10432
10433 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
10434 xfails when not gcc compiled for "print foo::funclocal".
10435 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
10436 "print foo::funclocal at foo",
10437 "print 'scope1.c'::foo::funclocal at foo",
10438 "print foo::funclocal_bss at foo",
10439 "print 'scope1.c'::foo::funclocal_bss at foo",
10440 "print foo::funclocal_ro at foo",
10441 "print 'scope1.c'::foo::funclocal_ro at foo",
10442 "print bar::funclocal at foo" and
10443 "print 'scope1.c'::bar::funclocal at foo".
10444 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
10445 gcc compiled for "print foo::funclocal at bar".
10446 Expand all messages to ensure that they identify that
10447 the test is at bar().
10448 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
10449 gcc compiled for:
10450 "ptype on opaque struct pointer (statically)",
10451 "ptype on opaque struct tagname (statically)",
10452 "ptype on opaque struct pointer (dynamically) 1",
10453 "ptype on opaque struct tagname (dynamically) 1",
10454 "ptype on opaque struct pointer (dynamically) 2" and
10455 "ptype on opaque struct tagname (dynamically) 2
10456 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
10457 gcc compiled for:
10458 "p datalocal"
10459 "whatis datalocal",
10460 "ptype datalocal",
10461 "p bsslocal",
10462 "whatis bsslocal", and
10463 "ptype bsslocal".
10464 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
10465 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
10466 when not gcc compiled.
10467 * gdb.base/funcargs.exp (float_and_integral_args): Add
10468 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
10469 compiled.
10470 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
10471 "backtrace from call6a" when not gcc compiled.
10472 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
10473 "backtrace from call7a" when not gcc compiled.
10474 * gdb.base/callfuncs.exp (do_function_calls):
10475 Add "hppa*-*-hpux*" xfail when not gcc compiled for
10476 "p t_char_array_values(char_array_val2,char_array_val1)",
10477 "p t_char_array_values(char_array_val1,char_array_val2)",
10478 "p t_char_array_values("carray 1","carray 2")",
10479 "p t_char_array_values("carray 1",char_array_val2)",
10480 "p t_char_array_values(char_array_val1,"carray 2")",
10481 "p sum_args(1,{2})",
10482 "p sum_args(2,{2,3})",
10483 "p sum_args(3,{2,3,4})",
10484 "p sum_args(4,{2,3,4,5})"
10485 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
10486 "backtrace in corefile.exp" when not gcc compiled.
10487
10488 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10489
10490 * gdb.base/signals.exp: Rewrite `handle all print' test as
10491 a procedure. Accept blanks or TABs as whitespace, increase
10492 timeout and expect input buffer size for the large output
10493 from the command. Remove "i*86-*-bsdi2.0" xfail.
10494
10495 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10496
10497 * gdb.base/setvar.exp: Add new testcases for truncation when
10498 assigning invalid values to bitfields.
10499
10500 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
10501
10502 * gdb.base/callfuncs.exp (do_function_calls): Remove
10503 mips-sgi-irix* xfail for
10504 "call inferior func with struct - returns char *"
10505 and fix test so that an optional (unsigned char *) cast is
10506 accepted in the result.
10507
10508 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
10509
10510 * gdb.base/funcargs.exp (float_and_integral_args): Remove
10511 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
10512 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
10513 * gdb.base/signals.exp: Remove duplicate "handle all print" test
10514 that accidentally got checked in.
10515
10516 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
10517
10518 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
10519 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
10520 compiled test.
10521 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
10522 Add mips-sgi-irix5* xfail for not gcc compiled.
10523 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
10524 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
10525 "p top", "whatis top", "p middle", and "whatis middle".
10526 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
10527 "whatis signed char" for not gcc compiled.
10528 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
10529 "set variable signed char=-1 (-1)" and
10530 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
10531 * gdb.base/funcargs.exp (float_and_integral_args):
10532 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
10533 Add mips-sgi-irix* xfail when not gcc compiled for
10534 "continue to call2b".
10535 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
10536 "continue to call2g".
10537 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
10538 "backtrace from call6a"
10539 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
10540 "backtrace from call7k".
10541 Add mips-sgi-irix5* xfail when not gcc compiled for
10542 "backtrace from call7a".
10543 (localvars_after_alloca): Fix gdb_test cmds for
10544 "print * after runto ...".
10545 Remove rs6000-*-* xfails for
10546 "print i after runto localvars_after_alloca" and
10547 "print l after runto localvars_after_alloca"
10548 for all compilers.
10549 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
10550 when not compiled with gcc, for:
10551 "print signed char == (minus)",
10552 "print signed char != (minus)",
10553 "print signed char < (minus)",
10554 "print signed char > (minus)".
10555 * gdb.base/callfuncs.exp (do_function_calls):
10556 Add mips-sgi-irix* xfail, when compiled with native compiler, for
10557 "call inferior func with struct - returns char *".
10558 * gdb.base/return.exp (return_tests): Change xfail for
10559 "correct value returned double test" to include Solaris 2.4.
10560 * gdb.base/funcargs.exp (float_and_integral_args):
10561 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
10562
10563 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10564
10565 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
10566 enumeration bitfields if compiling with GNU C.
10567 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
10568 to empty' prompt.
10569
10570 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
10571
10572 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
10573 test for PRO targets.
10574
10575 * gdb.base/funcargs.exp: Avoid ever setting more than 8
10576 breakpoints in the inferior at any given time by making
10577 two groups of breakpoints for call2*, call6* and call7*
10578 tests.
10579
10580 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10581
10582 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
10583 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
10584 from optimizing it away.
10585 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
10586 "call inferior func with struct".
10587
10588 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
10589
10590 * configure.in: Only configure gdb.chill for particular targets.
10591
10592 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
10593
10594 * gdb.base/Makefile.in: Add action to .c.o transformation
10595 rule that generates a .ci file for each .o file and remove
10596 explicit .c.o rules except for callfuncs.o.
10597 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
10598 generates a .ci file for each .o file and remove explicit
10599 .cc.o rules.
10600 (clean): Remove *.tmp *.ci files.
10601 (EXECUTABLES): Remove templ-info.exp.
10602 * gdb.base/compiler.c: New file.
10603 * gdb.c++/compiler.cc: New file
10604 * gdb.base/scope.exp: Source gdb.base/scope.ci.
10605 Change rs6000-*-* xfail for
10606 "print 'scope0.c'::filelocal_ro" and
10607 "print 'scope1.c'::filelocal" and
10608 "print 'scope1.c'::filelocal_bss" and
10609 "print 'scope1.c'::filelocal_ro" and
10610 "print 'scope1.c'::foo::funclocal" and
10611 "print 'scope1.c'::foo::funclocal_ro" and
10612 "print 'scope1.c'::bar::funclocal" and
10613 "print 'scope0.c'::filelocal_ro" and
10614 "print 'scope1.c'::filelocal at foo" and
10615 "print 'scope1.c'::filelocal_bss at foo" and
10616 "print 'scope1.c'::filelocal_ro at foo" and
10617 "print 'scope1.c'::foo::funclocal at foo" and
10618 "print 'scope1.c'::foo::funclocal_bss at foo" and
10619 "print 'scope1.c'::foo::funclocal_ro at foo" and
10620 "print 'scope1.c'::bar::funclocal at foo" and
10621 "print 'scope0.c'::filelocal_ro" and
10622 "print 'scope1.c'::filelocal" and
10623 "print 'scope1.c'::filelocal_bss" and
10624 "print 'scope1.c'::filelocal_ro" and
10625 "print 'scope1.c'::foo::funclocal" and
10626 "print 'scope1.c'::foo::funclocal_bss" and
10627 "print 'scope1.c'::foo::funclocal_ro" and
10628 "print 'scope1.c'::bar::funclocal" and
10629 "print 'scope1.c'::bar::funclocal_bss"
10630 to only be xfail'd when not compiled with gcc.
10631 Add rs6000-*-* xfail for
10632 "print 'scope0.c'::filelocal_bss before run"
10633 when compiled with gcc.
10634 (test_at_main): Add rs6000-*-* xfail for
10635 "print filelocal_ro in test_at_main"
10636 when compiled with gcc.
10637 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
10638 Add rs6000-*-aix* xfail for
10639 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
10640 "ptype t_char_array", not compiled with gcc.
10641 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
10642 xfail for "list foo (in include file)" when gcc compiled.
10643 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
10644 (integral_args): Add rs6000-*-* xfail for
10645 "run to call0a" if not compiled with gcc.
10646 (unsigned_integral_args): Add rs6000-*-* xfail for
10647 "run to call1a" if not compiled with gcc.
10648 (float_and_integral_args): Add rs6000-*-* xfail for
10649 "run to call2a" if not compiled with gcc and for
10650 "continue to call2b" for any compiler.
10651 Add rs6000-*-* xfail to
10652 "print f1 after run to call2a" for gcc compiled.
10653 (discard_and_shuffle): Add rs6000-*-* xfail for
10654 "run to call6a".
10655 (shuffle_round_robin): Add rs6000-*-* xfail for
10656 "backtrace from call7a" if not compiled with gcc.
10657 Add rs6000-*-* xfail for
10658 "backtrace from call7b" if compiled with gcc.
10659 (call_after_alloca): Add rs6000-*-* xfail for
10660 "print c in call_after_alloca" and
10661 "print s in call_after_alloca" and
10662 "backtrace from call_after_alloca_subr"
10663 if not compiled with gcc.
10664 (localvars_in_indirect_call): Add rs6000-*-* xfail for
10665 "print c in localvars_in_indirect_call" and
10666 "print c in localvars_in_indirect_call" and
10667 "backtrace in indirectly called function" and
10668 "stepping into indirectly called function"
10669 if not compiled with gcc.
10670 (localvars_after_alloca): Add rs6000-*-* xfail for
10671 "print c after runto localvars_after_alloca" and
10672 "print s after runto localvars_after_alloca" and
10673 "print i after runto localvars_after_alloca" and
10674 "print l after runto localvars_after_alloca"
10675 for all compilers.
10676 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
10677 than whatis-info.exp.
10678 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
10679 than opaque-info.exp.
10680 Setup rs6000-*-* xfail for
10681 "ptype on opaque struct pointer (statically)" and
10682 "ptype on opaque struct pointer (dynamically)" when
10683 not compiled with gcc.
10684 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
10685 rather than callf-info.exp.
10686 (do_function_calls): Add clear_xfail for rs6000-*-* for
10687 "p t_float_values2(3.14159,float_val2)". Seems to work
10688 fine there, both with xlc and gcc. Need to find out what
10689 it is doing right and fix other platforms.
10690 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
10691 "call inferior func with struct - returns int",
10692 "call inferior func with struct - returns long",
10693 "call inferior func with struct - returns float",
10694 "call inferior func with struct - returns double",
10695 "call inferior func with struct - returns char *",
10696 but only if not gcc compiled (presumes xlc compiled).
10697 Change rs6000-*-* xfails for
10698 "call inferior func with struct - returns char" and
10699 " call inferior func with struct - returns short" to only
10700 xfail if not using gcc.
10701 (clean mostlyclean): Remove *.ci and *.tmp files.
10702 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
10703 than templ-info.exp.
10704 * gdb.base/langs.exp: Source gdb.base/langs.ci.
10705 Add rs6000-*-* xfail for "up to foo in langs.exp"
10706 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
10707 when not gcc compiled.
10708
10709 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10710
10711 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
10712 * gdb.base/corefile.exp: Likewise.
10713 * gdb.base/list.exp: Likewise.
10714 * gdb.base/scope.exp: Likewise.
10715 * gdb.base/siganls.exp: Likewise.
10716
10717 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
10718 compiler output.
10719 * gdb.base/whatis.exp: Likewise.
10720
10721 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
10722
10723 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
10724 failure (opcode table has been fixed to match reality).
10725
10726 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
10727
10728 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
10729 "call inferior func with struct - returns char",
10730 "call inferior func with struct - returns short"
10731
10732 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
10733 "print 'scope0.c'::filelocal at main",
10734 "print 'scope0.c'::filelocal_bss in test_at_main",
10735 "print 'scope0.c'::filelocal at foo",
10736 "print 'scope0.c'::filelocal_bss in test_at_foo",
10737 "print 'scope0.c'::filelocal at bar",
10738 "print 'scope0.c'::filelocal_bss in test_at_bar"
10739
10740 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
10741 in source file 1". This bug seems to have been fixed with both
10742 gcc and native cc (was native assembler bug?).
10743
10744 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
10745
10746 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
10747 "backtrace through signal handler" to "i*86-*-sysv4*".
10748 * gdb.base/signals.exp: Add xfail for "'next' behaved as
10749 continue" case. Add "known SVR4 bug" to fail message.
10750 Add "i*86-*-bsdi2.0" xfail for "handle all print".
10751 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
10752 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
10753 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
10754 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
10755 "up to foo in langs.exp", "show language at foo in
10756 langs.exp", "up to cppsub_ in langs.exp", "show
10757 language at cppsub_ in langs.exp", "up to fsub in
10758 langs.exp", and "show language at fsub in langs.exp".
10759 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
10760 "bactrace in corefile.exp".
10761 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
10762 "call inferior function with struct - returns float" and
10763 "call inferior function with struct - returns double".
10764
10765 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
10766
10767 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
10768 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
10769 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
10770 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
10771
10772 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
10773
10774 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
10775 (or overriden) "CHILL" macro rather then bare "gcc".
10776 Also look for ../../gcc/xgcc since that is what we will
10777 actually need, not "Makefile". Remove following assignment
10778 of CHILL to CHILL_FOR_TARGET because that results in
10779 recursive definition.
10780
10781 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
10782
10783 * gdb.base/corefile.exp: Change xfail for backtrace in
10784 corefile.exp from linuxaout to all linux.
10785 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
10786 cases where we miss the breakpoint at the signal handler
10787 for some reason. Setup xfail for linuxoldld/linuxaout and
10788 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
10789 hitting SIGURG breakpoint.
10790 * gdb.base/signals.exp: Setup xfail for "next" acting like
10791 continue to add linuxoldld. Setup xfail for all linux for
10792 "next to handler in signals_tests_1", "backtrace in
10793 signals_tests_1", "continue to func1", "pass SIGUSR1",
10794 and continue to handler".
10795
10796 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10797
10798 * Update all FSF addresses except those in COPYING* files.
10799
10800 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
10801
10802 * gdb.base/a2-run.exp: Change messages to be more explicit about
10803 the status of args, and quote binfile in results.
10804
10805 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
10806
10807 * gdb.base/callfuncs.exp: Add tests for passing structs to
10808 inferior functions and return various types.
10809 * gdb.base/callfuncs.c: Add functions to receive a struct
10810 and return a member of the struct, in various types.
10811
10812 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10813
10814 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
10815
10816 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10817
10818 * config/vxworks29k.exp: New file, sources vxworks.exp.
10819
10820 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10821
10822 * config/gdbremote.exp: New file. Testing framework using
10823 gdbserver.
10824
10825 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
10826
10827 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
10828 "call function when asleep" and "send end of file".
10829 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
10830 for "backtrace in corefile.exp".
10831 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
10832 for "backtrace through signal handler".
10833 * gdb.base/corefile.exp: Make sure we actually generate a core file
10834 before trying the core tests. Some systems allow the user to suppress
10835 generation of core files and default to that (linux for example).
10836 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
10837 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
10838
10839 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10840
10841 * gdb.threads: New directory with some crude multi-threaded
10842 gdb tests (step.exp and step2.exp).
10843 * config/mt-lynx (STEP_EXECUTABLE): Define.
10844 (THREADFLAGS): Define.
10845
10846 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
10847
10848 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
10849
10850 * gdb.base/signals.exp: Disable whole file for lynx until
10851 further notice.
10852
10853 * gdb.base/signals.exp: xfail test where "next" acts like
10854 "continue" for lynx.
10855
10856 * gdb.base/interrupt.exp: xfail test for calling function while
10857 inferior is asleep for lynx.
10858
10859 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
10860 than one cr-lf after each command.
10861
10862 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10863
10864 * configure.in: Reinstate setting of stabsdirs variable, fix
10865 typo in setting up configdirs for native builds.
10866
10867 * gdb.base/return.exp: Fix typo in return double test.
10868 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
10869 compiler from optimizing them away.
10870
10871 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
10872
10873 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
10874 sequences to be echo'd by gdb when using gdb_test.
10875 * gdb.chill/chexp.exp: Likewise.
10876 * gdb.fortran/exprs.exp: Likewise
10877
10878 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10879
10880 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
10881 after the inferior gdb has started.
10882
10883 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
10884 after each command.
10885 * gdb.base/funcargs.exp: Likewise.
10886 * gdb.base/gdbvars.exp: Likewise.
10887 * gdb.base/interrupt.exp: Likewise.
10888 * gdb.base/list.exp: Likewise.
10889 * gdb.base/watchpoint.exp: Likewise.
10890 * gdb.c++/demangle.exp: Likewise.
10891 * gdb.c++/inherit.exp: Likewise.
10892 * gdb.chill/chexp.exp: Likewise.
10893 * gdb.fortran/exprs.exp: Likewise.
10894
10895 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
10896 test if we can't handle IO to/from the inferior.
10897
10898 * gdb.c++/misc.exp: Always check for a program already being
10899 started after sending a "run" command to gdb.
10900
10901 * gdb.base/twice.exp: Start with a fresh gdb.
10902
10903 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
10904 only depend on gdb's expression code, not the chill runtime.
10905
10906 * gdb.base/return.c: Put return values into variables so we
10907 can have gdb print them rather than depending on the program
10908 to print them.
10909 * gdb.base/return.exp: Corresponding changes.
10910
10911 * lib/gdb.exp: Provide default value for noinferiorio.
10912 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
10913 the inferior.
10914
10915 * gdb.base/break.exp: Always check for a program already being
10916 started after sending a "run" command to gdb.
10917 (text_next_with_recursion): Don't check the output from the
10918 program's printf statement. Instead just make sure the program
10919 exited.
10920
10921 * gdb.base/commands.exp: Protect tests which need arguments with
10922 $noargs conditionals.
10923
10924 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10925
10926 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
10927 of structure member arrays to match gdb/valops.c:value_addr change.
10928
10929 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
10930
10931 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
10932 cases.
10933
10934 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
10935
10936 * configure.in (configdirs): Remove gdb.chill from default list
10937 of subdirs and then add it back in only if doing a native build.
10938 The current chill compiler does not yet work in any cross build.
10939 * Revert all signal changes from Jul 6.
10940 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
10941 for sh-hms targets, allowing these tests to link, with no other
10942 changes. Testing is suppressed by setting "nosignals" in site.exp.
10943
10944 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
10945
10946 * configure.in (signaldirs): Define and add to configdirs for all
10947 targets except some specific ones that are known to not support signals.
10948 Also clean up formatting.
10949 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
10950 (signals, sigall): Remove rules to build.
10951 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
10952 Moved to new gdb.signals directory.
10953 * gdb.signals: New test directory.
10954 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
10955 signals.c signals.exp}: New or moved files.
10956
10957 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
10958
10959 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
10960
10961 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
10962
10963 * gdb.base/return.exp: Xfail `return double' test failure
10964 on at least Solaris 2.3 and handle future/past versions on
10965 a case by case basis as appropriate. Also update message
10966 to include i*86 failures.
10967
10968 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10969
10970 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
10971
10972 * lib/gdb.exp: Fix comment which erroneously identified
10973 gdb_file_cmd as gdb_load (the 19 May change was in fact to
10974 gdb_file_cmd not gdb_load).
10975 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
10976
10977 * gdb.base/setvar.exp: Make test names consistent between pass and
10978 fail cases. Use gdb_test more.
10979
10980 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10981
10982 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
10983
10984 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10985
10986 * gdb.base/help.exp: Fix expected help string for `show commands'.
10987
10988 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
10989
10990 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
10991
10992 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
10993 of a text section.
10994
10995 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
10996
10997 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
10998 that loop eventually terminates. Fix Connection refused logic so
10999 that testsuite will expire nicely.
11000
11001 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
11002
11003 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
11004 config/rom68k.exp: New tcl glue for the appropriate monitors.
11005 These all just end up calling monitor.exp.
11006 * config/monitor.exp (gdb_target_monitor): Handle `Connection
11007 refused' by retrying. Cleanup some timeout issues.
11008 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
11009 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
11010 callers don't have to set/restore global timeout variable.
11011
11012 * The following set of changes centralizes management of the global
11013 timeout variable. This way, it can be set in one target dependent
11014 place instead of dozens of places scattered throughout the test suite.
11015 If you need to lengthen a timeout, then you should either set timeout
11016 in one of the config/{target}.exp files, or multiply it by a factor.
11017 Setting it to an absolute value is always going to lose for some
11018 targets.
11019 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
11020 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
11021 * gdb.base/funcargs.exp: Don't set timeout.
11022 * gdb.base/list.exp (test_forward_search): Only use local timeout.
11023 * gdb.base/printcmds.exp (test_print_string_constants
11024 test_print_array_constants): Don't set timeout.
11025 * gdb.base/ptype.exp: Don't set timeout.
11026 * gdb.base/recurse.exp: Don't set timeout.
11027 * gdb.base/return.exp: Don't set timeout.
11028 * gdb.base/watchpoint.exp: Don't set timeout.
11029 * gdb.c++/classes.exp (do_tests): Don't set timeout.
11030 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
11031
11032 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
11033
11034 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
11035
11036 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11037
11038 * lib/gdb.exp: Disable chill tests for irix5.
11039
11040 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11041
11042 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
11043 each test pass or fail.
11044
11045 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11046
11047 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
11048 xlc not gcc.
11049
11050 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
11051
11052 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
11053
11054 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
11055
11056 * config/est.exp: Fix copyright and comments. Remove dead code.
11057 Use targetname, serialport and baud variables instead of fixed
11058 constants.
11059 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
11060 * config/cpu32bug.exp: New file to support cpu32bug monitors.
11061
11062 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11063
11064 * gdb.base/watchpoint.exp: Don't run
11065 test_watchpoint_triggered_in_syscall for sunos.
11066
11067 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11068
11069 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
11070 they don't seem to exist. Do include stdio.h.
11071
11072 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11073
11074 * gdb.base/a1-selftest.exp: Add alpha xfail.
11075
11076 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11077
11078 * gdb.base/watchpoint.c (main): Prompt before calling read().
11079 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
11080 Revise accordingly. Remove cruft about sending "123" several
11081 times, until it gets noticed. Clean up the "print buf[0]" stuff
11082 so that it passes or fails, and waits for prompts in the usual way.
11083
11084 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11085
11086 * gdb.base/recurse.exp: Fix comment.
11087
11088 * TODO: Remove item about printing variables in nodebug.exp. Add
11089 item about enabling tests which are only run on some targets.
11090
11091 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
11092 fail, make test names unique, use new gdb_test convention
11093 regarding pattern, use gdb_test more, etc.).
11094
11095 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
11096 fail, make test names unique, etc.).
11097
11098 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11099
11100 * gdb.base/nodebug.c: Change return type of top and middle to
11101 short.
11102 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
11103 are fixed by the recent mdebugread.c changes. Allow `short ()'
11104 as type for top and middle.
11105
11106 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11107
11108 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
11109 nearly as I can tell, the whole thing was an accident in Stu's
11110 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
11111 to replace a send/expect pair with gdb_test, but ended up only
11112 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
11113 of 30 Mar 1995 took care of it, but left this vestigial comment
11114 which I am now nuking.
11115
11116 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11117
11118 * gdb.base/break.exp: Look for different line number for
11119 breakpoint at main depending on usestubs.
11120
11121 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11122
11123 * gdb.base/list.exp: Adjust some alternate expect patterns to
11124 match recent list0.c change. Add alternate expect pattern for
11125 output from `list default lines around main' for optimizing
11126 compilers.
11127
11128 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11129
11130 * lib/gdb.exp: If nosignals is not set, set it to 0.
11131
11132 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
11133
11134 * config/slite-gdb.exp: Responds to load symbol table prompt.
11135 * gdb.base/break.exp: Adjust line number, fix rerun.
11136 * gdb.base/langs0.c: Add #ifdef usestubs.
11137
11138 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
11139
11140 * gdb.base/list.exp: Adjust line contents after adding new lines in
11141 list0.c. Also fix a syntax error.
11142
11143 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
11144 * gdb.base/break.exp: ditto.
11145 * gdb.base/list.exp: ditto.
11146 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
11147 * gdb.base/run.c: ditto.
11148 * gdb.base/list0.c: ditto.
11149 * gdb.base/funcargs.c: ditto.
11150
11151 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
11152
11153 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
11154 $targetname, $serialport and $baud instead of hardwired variables.
11155 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
11156 target doesn't support signals.
11157
11158 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
11159
11160 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
11161
11162 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11163
11164 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
11165 Don't rely on the value of an auto variable before it has been
11166 initialized. Use gdb_test more.
11167
11168 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11169
11170 * lib/gdb.exp (default_gdb_version): A version number must start
11171 with a digit, but other than that contains all characters up to
11172 the first whitespace character.
11173
11174 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11175
11176 * gdb.base/commands.exp (breakpoint_command_test): New tests.
11177
11178 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11179
11180 * gdb.c++/*.exp: Warn if executable does not exist. The original
11181 reason for skipping the warning was that configure.in sometimes
11182 intentionally skipped building the executables but the tcl code
11183 had no way of knowing. That (a) was always bogus with respect to
11184 error handling, (b) is no longer true (right now there is no way
11185 to skip C++ tests).
11186
11187 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
11188
11189 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11190
11191 * gdb.base/list.exp: Add expect patterns for output from
11192 SunPRO compiled executables.
11193 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
11194 types.
11195
11196 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11197
11198 * gdb.base/break.exp (test_next_with_recursion): Accept any line
11199 number (we are already testing that the correct source line text
11200 gets printed).
11201
11202 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
11203 that is what is intended, but something needed to be done to get
11204 sunos4 native working again.
11205
11206 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
11207
11208 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
11209 apparently went with a (very) old xfail.
11210
11211 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
11212
11213 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
11214 runto_main is a proc in gdb.exp that will do 'step' for target use
11215 stubs.
11216 * gdb.base/exprs.exp: ditto.
11217 * gdb.base/interrupt.exp: ditto.
11218 * gdb.base/opaque.exp: ditto.
11219 * gdb.base/printcmds.exp: ditto.
11220 * gdb.base/ptype.exp: ditto.
11221 * gdb.base/scope.exp: ditto.
11222 * gdb.base/setvar.exp: ditto.
11223 * gdb.base/signals.exp: ditto.
11224 * gdb.base/twice.exp: ditto.
11225 * gdb.c++/classes.exp: ditto.
11226 * gdb.c++/inherit.exp: ditto.
11227 * gdb.c++/templates.exp: ditto.
11228 * gdb.base/break.exp: no run and hit main for stubs. Change line
11229 numbers for breakpoints and info breakpoint.
11230 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
11231 breakpoint().
11232 * gdb.base/callfuncs.c: ditto.
11233 * gdb.base/exprs: ditto.
11234 * gdb.base/interrupt.c: ditto.
11235 * gdb.base/opaque0.c: ditto.
11236 * gdb.base/printcmds.c: ditto.
11237 * gdb.base/ptype.c: ditto.
11238 * gdb.base/scope0.c: ditto.
11239 * gdb.base/setvar.c: ditto.
11240 * gdb.base/signals.c: ditto.
11241 * gdb.base/twice.c: ditto.
11242 * gdb.c++/misc.cc: ditto.
11243 * gdb.c++/templates.cc: ditto.
11244
11245 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11246
11247 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
11248
11249 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
11250 somewhere between `read' and `main.c'. I'm pretty sure the
11251 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
11252 and it isn't particularly useful.
11253
11254 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
11255
11256 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11257
11258 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
11259
11260 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
11261
11262 * config/mt-slite: add LIBS and -nostdlib.
11263 * config/slite-gdb.exp: add this new file to support sparclite target.
11264
11265 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
11266
11267 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
11268
11269 * gdb.base/a2-run.exp: Change argument to istarget from
11270 "*-*-vxworks" to "*-*-vxworks*".
11271 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
11272
11273 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
11274
11275 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
11276 will not runto main but do a 'step' to step out of breakpoint().
11277 * config/mt-slite: add -Dusestubs.
11278
11279 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11280
11281 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
11282 instead of just @.
11283
11284 * gdb.base/signals.exp: Add test for "handle all print".
11285 * TODO: Remove "handle all print". Also remove item about
11286 checking copyright date (I don't like the idea of a spurious FAIL
11287 based on when we run the tests).
11288
11289 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
11290 for SunOS4 (reason for failure not investigated). Remove
11291 redundant test for $binfile.
11292
11293 * gdb.base/nodebug.c (array_index): Call malloc.
11294
11295 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
11296
11297 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
11298
11299 * gdb.base/recurse.exp: Update gdb_test invocation to use new
11300 conventions and slightly simplify the matching regexp.
11301
11302 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11303
11304 * gdb.base/break.exp: Update gdb_test invocation to use new
11305 convention.
11306
11307 * lib/gdb.exp: If noargs is not set, set it to 0.
11308
11309 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
11310 tests unique.
11311
11312 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
11313
11314 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11315
11316 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
11317 one argument of type "<non-float parameter>".
11318
11319 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
11320
11321 * config/rom68k.exp: New file to support Motorola IDP board.
11322 * gdb.base/a2-run.exp: Skip this file if noargs is set.
11323 * gdb.base/break.c: Change things around so that this program
11324 doesn't depend upon args. This is necessary to make remote
11325 targets work (in general, they can't take args).
11326 * gdb.base/break.exp: Don't try to send args to program. Don't
11327 expect output. Also, replace lots of code with gdb_test.
11328
11329 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11330
11331 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
11332 printing of '\'' (which is what the comment says we are testing,
11333 even though we were not), not '''.
11334 (test_integer_literals_rejected): Test that printing ''' is an error.
11335
11336 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
11337 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
11338 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
11339 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
11340 Use gdb_test not test_print_accept.
11341 * lib/gdb.exp: Remove test_print_accept.
11342
11343 * gdb.base/signals.exp (signal_tests_1): Make pass message
11344 consistent with fail message.
11345
11346 * gdb.base/whatis.exp: Remove xfails for printing char vs.
11347 unsigned char; the bug (PR 1821) is fixed.
11348
11349 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
11350
11351 * gdb.base/scope.exp (test_at_localscopes): Call pass for
11352 successful tests--makes xfailing them work right.
11353
11354 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11355
11356 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
11357 only \r\n, not .*. The test can pass .* as the last thing in
11358 $pattern if that is what it wants. In addition to providing this
11359 flexibility, this change should speed up pattern matching in cases
11360 where the pattern already ended with .* (there were a number of
11361 them). This change also helps catch bad patterns--in the old
11362 scheme the typo "char \*" instead of "char \\*" would pass. Now
11363 it is caught.
11364 * Many .exp files: Update callers.
11365
11366 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
11367 clearer and does not spuriously match multiple ('s. Likewise for
11368 ) and *.
11369
11370 * gdb.base/nodebug.exp: Test ability to call a function and pass
11371 it a string (even with no debugging info).
11372
11373 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
11374 "p '\'", which is the same as "p ''" once tcl gets done with
11375 quoting, to "p '\\'", which I suspect is what is intended (one
11376 backslash gets sent to GDB).
11377
11378 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
11379
11380 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11381
11382 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
11383 1817) was fixed literally years ago.
11384
11385 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11386
11387 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
11388 test, it causes stepping out of call_after_alloca_subr with
11389 optimizing compilers.
11390 (localvars_in_indirect_call): Consume GDB prompt if `finish'
11391 fails.
11392
11393 * gdb.c++/templates.exp: Source templ-info.exp only if
11394 the templates executable exists.
11395
11396 * gdb.c++/misc.cc (class Contains_static_instance,
11397 class Contains_nested_static_instance),
11398 gdb.c++/classes.exp (test_static_members): Test printing of
11399 a class that contains a static instance of the class.
11400
11401 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11402
11403 * gdb.base/langs2.c (cppsub_): Don't prototype.
11404 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
11405 only, I believe).
11406
11407 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11408
11409 * lib/gdb.exp (skip_chill_tests): New procedure.
11410
11411 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
11412
11413 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
11414
11415 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
11416 each expect pattern. Cuts runtime from 12 to about 4 seconds.
11417
11418 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11419
11420 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
11421
11422 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
11423 disassemble 8, not 16, instructions for part 4.
11424
11425 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
11426 support the latter anymore.
11427
11428 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
11429 -DNO_PROTOTYPES.
11430 * gdb.base/callfuncs.c: Control use of prototypes based on
11431 NO_PROTOTYPES, not __STDC__.
11432 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
11433 t_float_values2 tests if prototypes in use.
11434
11435 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
11436 t_double_values): When checking differences against DELTA, check
11437 that difference is within the range (-DELTA,DELTA), not just
11438 (-infinity,DELTA).
11439
11440 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
11441
11442 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
11443 'file' command firts, then 'target', then 'load', this is due to gdb
11444 target set up.
11445 * config/mips-gdb.exp: Fix a couple regular exp bugs.
11446
11447 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
11448
11449 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
11450 FP load/store variants.
11451 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
11452
11453 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
11454
11455 * gdb.base/term.exp: Do not give a warning if not native, it is
11456 not an abnormal condition.
11457
11458 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
11459
11460 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
11461 t_char_array".
11462
11463 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
11464
11465 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
11466 are getting the version number.
11467
11468 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
11469 if not native, it is not an abnormal condition.
11470
11471 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11472
11473 * lib/gdb.exp: Just use "file exists", rather than undocumented
11474 dejagnu procedure "findfile".
11475
11476 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11477
11478 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
11479 (LDFLAGS): Set to -Xlinker -Ur.
11480
11481 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
11482 Removed, these values are set by lib/gdb.exp.
11483
11484 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
11485
11486 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11487
11488 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
11489 of replicating gdb startup code.
11490
11491 * config/mt-vxworks (LDFLAGS): Set to -r.
11492 (CFLAGS_FOR_TARGET): Removed.
11493
11494 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
11495 (gdb) and gdb for vxworks uses (vxgdb).
11496
11497 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
11498 executable is not in the tree and host != target, use sed and
11499 program_transform_name to determine the gdb name used by the
11500 target.
11501
11502 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
11503 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
11504
11505 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11506
11507 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
11508 floats, chars, and shorts where there are ANSI-style function
11509 definitions.
11510
11511 * gdb.base/langs.exp, gdb.base/langs*: New test.
11512 * gdb.base/Makefile.in: Build it.
11513 * TODO: Remove item about checking that C names don't get C++
11514 demangling applied; this test tests it.
11515
11516 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11517
11518 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
11519 went with the const70 xfail. The xfail went away a year ago.
11520
11521 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
11522
11523 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
11524 for hp300.
11525
11526 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
11527
11528 * gdb.base/a1-selftest.exp: Don't run on hp300.
11529
11530 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11531
11532 * Makefile.in (site.exp): Set host_alias and target_alias as well
11533 as host_triplet and target_triplet.
11534
11535 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11536
11537 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
11538
11539 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
11540 places as other ecoff systems).
11541
11542 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
11543 ultrix.
11544
11545 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11546
11547 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
11548 remove them.
11549 * gdb.base/nodebug.exp: Accept "function" in addition to "text
11550 variable and "variable" in addition to "data variable".
11551 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
11552
11553 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
11554 2.
11555 * gdb.base/list1.c (long_line): Add additional statement at start
11556 of function.
11557 * gdb.base/list.exp (test_forward_search): Update line number to
11558 reflect new statement.
11559
11560 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11561
11562 * gdb.base/signals.exp: Reinitialize searched source directories
11563 after gdb_start call.
11564
11565 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
11566
11567 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
11568 * gdb.stabs/Makefile.in: Likewise.
11569
11570 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
11571 change. Instead split the tests into smaller pieces.
11572 * gdb.disasm/hppa.s: Corresponding changes.
11573
11574 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11575
11576 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11577 Quote ^C when passing it to stty. For some shells ^ is a pipe.
11578
11579 * gdb.base/funcargs.exp: Modify many tests so that every test
11580 either passes or fails. Make some test names unique.
11581
11582 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11583
11584 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11585 Call stty to set interrupt character.
11586
11587 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
11588 for HP assembler versus GNU assembler based on actual behavior of
11589 $(CC), rather than assuming that $(AS) is always the GNU assembler.
11590
11591 * TODO: Suggest a few more stepping tests.
11592
11593 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
11594
11595 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
11596 restart GDB for h8300 after a continue.
11597 (return): Add pattern to match a29k-udi behavior.
11598 * gdb.base/nodebug.exp: Remove obsolete comment.
11599 * gdb.base/regs.exp: New file, testing of register displays.
11600 * gdb.base/return.exp: Fix typo in reference to $objdir.
11601 * gdb.base/whatis.exp: Always start with a fresh GDB.
11602
11603 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11604
11605 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
11606 higher, these tests generate a lot of output.
11607
11608 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11609
11610 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
11611 code following the catch silently ignored some errors; without the
11612 catch they should be thrown like any other tcl error. Also, the
11613 catch used "" instead of {} which meant all the callers who wanted
11614 to include one of the characters "[]$ had to quote it an extra time.
11615 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
11616 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
11617 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
11618 Remove extra quoting.
11619
11620 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
11621
11622 * gdb.base/commands.exp: Make test names unique; every test either
11623 passes or fails. Update some comments.
11624
11625 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
11626
11627 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11628
11629 The following fixes a FAIL caused by the fact that the alpha stabs
11630 configuration didn't use the ".if alpha" code in weird.def.
11631 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
11632 bit pointer, so the 32 bit version works even on the alpha.
11633 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
11634 Remove the stuff which allowed us to have separate versions for
11635 alpha and everything else.
11636
11637 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
11638 regexp which "info func operator\[\](" is supposed to match. Fix
11639 string to send to GDB. Note that GDB still doesn't work right. Add a
11640 new test for "info func .perator\[\](" which GDB does handle correctly.
11641
11642 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
11643
11644 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11645
11646 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
11647 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
11648 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
11649 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
11650 it makes the tests harder to understand and confuses test-o-matic.
11651 The preferred style is that each test provides a PASS or a FAIL,
11652 and has a unique message (e.g. "continue #54" not just "continue")
11653 which is the same for the pass and the fail.
11654 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
11655 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
11656 to lib/gdb.exp.
11657 * gdb.base/printcmds.exp: Use test_print_accept. Remove
11658 prt_accept which was basically the same thing. Likewise for
11659 test_print_reject and prt_reject.
11660 * lib/gdb.exp (test_print_reject): Add some more error message
11661 patterns to match from the former printcmds.exp (prt_reject).
11662 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
11663 One defect of the passcount stuff is that some of it failed to
11664 report XPASS where appropriate.
11665 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
11666 stuff before and after arg in expected pattern.
11667 (test_paddr_operator_functions): Re-do test without print_addr_of;
11668 this is the only test which seems to want extra stuff there.
11669
11670 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11671
11672 * gdb.base/nodebug.exp: Update new tests to reflect improved
11673 wording of gdb output.
11674
11675 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
11676 and "ptype" work on variables in files compiled without -g.
11677 Replaces commented out "maint print msymbol" tests.
11678
11679 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11680
11681 * gdb.base/setvar.c (dummy): Call malloc.
11682
11683 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
11684 losing with the irix4 sed.
11685
11686 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
11687 ALRM" on irix4.
11688
11689 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11690
11691 * TODO: Remove items about corefile.exp testing new exec-file and
11692 backtrace; both are now done. Add items about printing enums.
11693
11694 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11695
11696 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
11697 "get signal $thissig" test fails.
11698
11699 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
11700
11701 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11702
11703 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
11704 compiler warning with dec alpha compiler.
11705
11706 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
11707 extra \n from gdb_test call (this explains why the prompt test
11708 that I removed yesterday was there).
11709 (user_defined_command_test): Remove extra \n and prompt test.
11710
11711 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
11712 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
11713 doesn't exist.
11714 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
11715 Also remove alpha workaround, which turns out to be because
11716 SIGABRT == SIGLOST.
11717
11718 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
11719
11720 * gdb.base/help.exp: Don't test "help show".
11721
11722 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11723
11724 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
11725 "set print address" is on.
11726 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
11727 pass prompt to gdb_test; gdb_test already looks for the prompt.
11728
11729 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
11730
11731 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
11732 was a vestige of the manual TESTSTRATEGY, and the purpose of it
11733 was to make sure that gdb can read a core file. But (a) the "read
11734 the corefile" part didn't make it to a1-selftest.exp, we just
11735 delete the corefile after creating it, and (b) we test reading
11736 corefiles in corefile.exp anyway. Also, this test left around a
11737 xgdb process on Solaris.
11738
11739 * gdb.base/corefile.exp: Also test backtrace.
11740
11741 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
11742
11743 * gdb.base/commands.exp: Test a simple user defined command with
11744 arguments and if/while statements; verify the full user command is
11745 printed by "show user".
11746
11747 * gdb.base/commands.exp: Test if/while commands as part of a
11748 breakpoint command list; verify they appear in breakpoint
11749 information.
11750
11751 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11752
11753 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
11754 than by dividing by zero.
11755
11756 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
11757
11758 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
11759 performing an inferior call with watchpoints enabled.
11760 * gdb.base/watchpoint.c (main): Delete second unnecessary read
11761 call.
11762
11763 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11764
11765 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
11766 of "file" command.
11767
11768 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
11769 Add additional pattern for when "int operator int(void);" appears
11770 in a different order.
11771
11772 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11773
11774 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
11775
11776 * gdb.base/help.exp: Replace most of docstrings for "info signals"
11777 and "signal" with ".*".
11778
11779 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11780
11781 * TODO: Add note about "handle all nostop".
11782
11783 * gdb.base/{sigall.c, sigall.exp}: New test.
11784 * gdb.base/Makefile.in: Add it.
11785
11786 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11787
11788 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
11789 when invoking GDB, suppresses any windowing interface.
11790
11791 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
11792
11793 * config/sim-gdb: New file, simulator testing support.
11794
11795 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
11796
11797 * gdb.base/interrupt.exp: Test calling func1 twice.
11798
11799 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
11800
11801 * gdb.base/list.exp (test_forward_search): Set timeout higher
11802 when we'll be getting lots of output from gdb.
11803
11804 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
11805 "init_malloc" to after the expect statement. Run it if that
11806 regexp is taken, but also for two others which happen if source
11807 cannot be found.
11808
11809 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11810
11811 * gdb.base/printcmds.exp: New test, for printing register before
11812 program is running.
11813
11814 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11815
11816 * gdb.base/list.exp: Correct some alternate expect patterns
11817 to reflect changes in list1.c.
11818
11819 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11820
11821 * TODO: Add item regarding large frames.
11822
11823 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
11824
11825 * TODO: Remove item about enabling return.exp; it
11826 is enabled. Suggest a few more "return" tests.
11827
11828 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11829
11830 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
11831 anonymous unions.
11832
11833 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11834
11835 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
11836 and pr-5646.o, so "make" is the same as "make all", not "make
11837 pr-4975.o".
11838
11839 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
11840
11841 * gdb.base/list.exp: Adjust expectations to reflect changes in
11842 list1.c.
11843 (test_forward_search): New test proc.
11844 * gdb.base/list1.c (long_line): New function, has long source line.
11845
11846 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
11847
11848 * gdb.base/a1-selftest.exp: Change initial stepping to know about
11849 additional line of code that was added.
11850
11851 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
11852
11853 * gdb.disasm/hppa.s: Break the large branching tests into smaller
11854 tests so as not to overflow expect's input buffers.
11855 * gdb.disasm/hppa.exp: Corresponding changes.
11856
11857 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11858
11859 Beginnings of template debugging tests.
11860 * gdb.c++/templ-info.cc: New file to test for template
11861 debugging capability of the compiler.
11862 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
11863 templ-info.cc.
11864 * gdb.c++/templates.cc: Add explicit template instantiations
11865 to enable compiling with -fno-implicit-templates. Add destructor
11866 and 'value' method to T5 class for template tests.
11867 * gdb.c++/templates.exp: Add testcases for printing of template
11868 types, setting breakpoints on template methods and calling a
11869 template method.
11870
11871 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
11872
11873 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
11874 branch target since some assemblers (gas-2.5) may emit a
11875 relocation for the branch instead of resolving it in the
11876 assembler.
11877
11878 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11879
11880 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
11881 through signal handler.
11882
11883 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11884
11885 * configure.in (*-*-netware): Use config/mt-netware.
11886
11887 * config/mt-netware: New file.
11888 * config/mt-i386-netware: Removed, separate configs for different
11889 netware architectures are no longer needed now that we have
11890 --with-headers.
11891
11892 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11893
11894 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
11895 by the recent changes to use ANSI C arithmetic conversions.
11896
11897 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11898
11899 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
11900 bug involving using inferior_pid to figure out whether to select a
11901 frame.
11902
11903 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
11904
11905 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
11906 match the current disassembler output.
11907
11908 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
11909
11910 * gdb.fortran/exprs.exp: Expect VOID instead of void.
11911 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
11912 types, expect "int" as type of integer values (for now).
11913
11914 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
11915
11916 * gdb.base/commands.exp: New tests for if/while commands.
11917
11918 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
11919
11920 * lib/gdb.exp (runto): Replace sub-pattern for hex value
11921 by .*, since hex values have different syntax in Chill mode.
11922
11923 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11924
11925 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
11926 linefeed from expect pattern for repeated types with indices > 9.
11927
11928 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
11929
11930 First part of Fortran test suite.
11931 * gdb.fortran: New directory.
11932 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
11933
11934 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11935
11936 * gdb.base/default.exp: Update expect pattern for load command
11937 without arguments.
11938
11939 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11940
11941 * configure.in: Change i386 to i[345]86.
11942 * gdb.base/configure.in: Likewise.
11943 * gdb.c++/configure.in: Likewise.
11944 * gdb.chill/configure.in: Likewise.
11945
11946 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
11947
11948 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
11949 patterns, since that is not a valid context for comments.
11950
11951 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
11952
11953 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
11954 repeated types and repeated types with indices > 9.
11955
11956 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11957
11958 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
11959 2417; old bug has been fixed.
11960
11961 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
11962
11963 * gdb.base/interrupt.exp: When trying to wake up the inferior,
11964 send the newline ourselves instead of assuming gdb_test will do
11965 so when passed an empty input string.
11966
11967 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
11968 stabs testcode.
11969
11970 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11971
11972 * lib/gdb.exp (gdb_test): Don't send anything if the first
11973 argument is an empty string. This makes cases where we want to
11974 match output that is already in expect's buffers (for example,
11975 matching a breakpoint after gdb_run_cmd has been called) work
11976 reliably.
11977
11978 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11979
11980 * config/netware.exp: New file.
11981
11982 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11983
11984 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
11985 the -B and -L prefixes so we can find the debugging stub.
11986
11987 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
11988 there and we are using the gcc from the tree.
11989
11990 * gdb.base/types.c: Removed.
11991
11992 * gdb.base/configure.in: Look for makefile fragments in ../config.
11993 Recognize i386-*-netware.
11994 * gdb.c++/configure.in: Likewise.
11995
11996 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11997
11998 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
11999 the correct TCL syntax.
12000
12001 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12002
12003 * gdb.base/opaque.exp: use runto instead of messing around with
12004 breakpoints. Simplify by using gdb_test.
12005
12006 * gdb.base/bitfields.exp: restart between tests on netware targets
12007 because breakpoints aren't relocated after target death. Run
12008 processes to completion.
12009
12010 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
12011
12012 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
12013
12014 * Makefile.in: Remove extra tabs that confuse some versions
12015 of "make". Use the newly built gdb to test with by default,
12016 rather than the first one in the tester's search path.
12017
12018 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
12019
12020 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
12021
12022 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
12023 condition help.
12024
12025 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12026
12027 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
12028
12029 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
12030 running.
12031 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
12032 * gdb.base/funcargs.exp: Likewise.
12033
12034 * gdb.base/bitfields.exp: Simplify by using gdb_test.
12035 * gdb.base/funcargs.exp: Likewise.
12036
12037 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
12038 message is "".
12039
12040 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12041
12042 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
12043 return,signals,twice}.exp: Handle non-existant binaries
12044 consistantly.
12045
12046 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
12047 * gdb.base/Makefile.in: Don't try to generate a core dump, we
12048 might testing a cross development system.
12049
12050 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12051
12052 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
12053 runtest script is relative to ${srcdir}, not ${rootdir}.
12054
12055 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
12056
12057 * gdb.base/signals.exp: Allow for optionality of breakpoint
12058 address.
12059
12060 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12061
12062 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
12063
12064 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12065
12066 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
12067 for size_t definition.
12068 * gdb.c++/templates.cc: Likewise
12069
12070 * config/mt-i386-netware: New file.
12071
12072 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
12073 defined.
12074
12075 * gdb.base/Makefile.in: Added support for systems that name core
12076 files by appending "core" to the program name.
12077 * gdb.base/a1-selftest.exp: Likewise.
12078
12079 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12080
12081 * gdb.base/return.exp: Add comment and message for `return double'
12082 test failure on Sparc Solaris.
12083
12084 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
12085
12086 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
12087
12088 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12089
12090 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
12091 from optimizing them away.
12092 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
12093 patterns to include default constructors and assignment operators,
12094 to match gcc versions beyond 2.5.8. Accept any cplus demangling
12095 character in the output of the virtual base pointer.
12096
12097 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12098
12099 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
12100 expression match in print_addr_of to avoid unintented matches.
12101 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
12102 versions up to 2.5.8.
12103
12104 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12105
12106 * gdb.base/list.exp: Tweak alternate pattern for listing of an
12107 included file to run under newer versions of expect.
12108 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
12109 consecutive >'s in templates to accomodate recent cplus-dem.c change.
12110 Remove xfail for the virtual table of BDDHookV.
12111
12112 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12113
12114 * lib/gdb.exp (string_to_regexp): Set a default result.
12115 (default_gdb_start): Fix misleading message.
12116
12117 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
12118
12119 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
12120 Remove all CC, etc definitions.
12121 * config/mt-hpux: New file.
12122 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
12123 (CFLAGS, LDFLAGS): Define.
12124 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
12125
12126 * Makefile.in (site.exp): Don't insert host_os, etc.
12127 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
12128 (distclean): Check existence of subdir.
12129 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
12130 * gdb.base/Makefile.in: General cleanup and simplification.
12131 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
12132 to build executables. Use default rule to build .o files.
12133 (EXPECT, RUNTEST, CC): Fix relative pathname.
12134 (site.exp): Don't insert host_os, etc.
12135 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
12136 and/or SIGUSR1 defined.
12137 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
12138 * gdb.c++/Makefile.in: General cleanup and simplification.
12139 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
12140 (CFLAGS): Remove.
12141 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
12142
12143 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
12144
12145 * gdb.base/recurse.exp: Misc changes to get tests running again
12146 after Kung's changes to the watchpoint code.
12147 * gdb.base/watchpoint.exp: Likewise.
12148
12149 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
12150
12151 * lib/gdb.exp (string_to_regexp): Convert {\} also.
12152
12153 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12154
12155 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
12156 * lib/gdb.exp (default_gdb_start): Define.
12157 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
12158 gdb.base/funcargs.exp, gdb.base/opaque.exp,
12159 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
12160 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
12161 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
12162 Don't call gdb_target_udi in between tests.
12163
12164 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12165
12166 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
12167 (which was basically just a local version of the same thing). In
12168 addition to avoiding duplication, gdb_test_exact is faster.
12169 * lib/gdb.exp (gdb_test_exact): Fix typo.
12170
12171 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
12172 don't give an error.
12173
12174 * gdb.base/term.exp: Call delete_breakpoints before starting.
12175
12176 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
12177 (t10): Add comment.
12178
12179 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
12180
12181 Reorganization of the GDB Test Suite.
12182
12183 * gdb.base: New directory, contains all the basic tests.
12184 * gdb.c++: New directory, tests specific to C++.
12185 * gdb.chill: New directory, tests specific to Chill.
12186 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
12187 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
12188 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
12189 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
12190 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
12191 t30-31 to chill).
12192 * */gdbme.*: Rename to match appropriate expect scripts.
12193 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
12194 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
12195 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
12196 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
12197 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
12198 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
12199 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
12200 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
12201 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
12202 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
12203 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
12204 gdb.c++/virtfunc.cc: New names of C++ files.
12205 * gdb.chill/chillvars.ch: New name of Chill file.
12206 * gdb.base/configure.in, gdb.c++/configure.in,
12207 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
12208 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
12209 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
12210 * configure.in (configdirs): Update to reflect directory changes.
12211 (target_abbrev): No longer define for any configuration.
12212 * Makefile.in: Cosmetic improvements to header comments.
12213
12214 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12215
12216 Various changes to gdb.t31:
12217
12218 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
12219 * gdbme.ch: Make all key-words and predefineds be upper-case.
12220 * chillvars.exp: Expect key-words and predefinds in upper-case.
12221
12222 * chillvars.exp: Use gdb_test_exact many places.
12223 Change expected output for arrays (which now includes index labels).
12224
12225 * pr-5020.exp, gdme.ch (module PR_5020):
12226 New test, for PR-5020.
12227
12228 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
12229
12230 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
12231 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
12232
12233 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
12234
12235 * Makefile.in: Fix bit-rot in definitions of CHILL,
12236 CHILL_FOR_TARGET and Chill_LIB.
12237 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
12238 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
12239 CHILL, and CHILL_LIB.
12240
12241 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
12242
12243 * Revert the previous changes. Please see Rob's directory
12244 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
12245
12246 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
12247
12248 * Makefile.in, configure.in, config/mips-gdb.exp,
12249 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
12250 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
12251 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
12252 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
12253 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
12254 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
12255 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
12256 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
12257 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
12258 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
12259 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
12260 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
12261 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
12262 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
12263 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
12264 changes from 94Q1.
12265
12266 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
12267
12268 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
12269 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
12270 Rob's new testing fragments.
12271
12272 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
12273
12274 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
12275 lib/gdb.exp: Replace error proc calls with perror.
12276
12277 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
12278
12279 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
12280 version also, match on casted version strings, and match on
12281 gdb startup case where the line numbers might be messed up.
12282
12283 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
12284
12285 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
12286 (CFLAGS): Delete it from here.
12287
12288 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
12289
12290 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
12291
12292 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
12293
12294 * Makefile.in (RUNTEST): Default to just "runtest".
12295
12296 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12297
12298 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
12299 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
12300 the code has been restructured.
12301
12302 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12303
12304 * gdb.t00/default.exp (set write): Allow any number of \r and/or
12305 \n, not just one of each.
12306
12307 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
12308 /bin/cc gives a warning if you do.
12309
12310 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
12311
12312 * gdb.t24/demangle.exp: change expect pattern of
12313 __t10ListS_link1ZUiRCUiPT0
12314
12315 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12316
12317 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
12318 on local variables in recursive functions.
12319
12320 * gdb.t07/Makefile.in: Build the new test.
12321
12322 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12323
12324 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
12325 directly. Instead compare the return values from actual calls.
12326
12327 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
12328
12329 * Makefile.in (check): Set TCL_LIBRARY for runtest.
12330
12331 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12332
12333 * From Peter Schauer with minor modifications.
12334 * gdb.t15/return.exp (return_tests): Handle targets where "return"
12335 stops in mid-line in the caller. Add xfail for returning a float
12336 value on X86 targets.
12337
12338 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12339
12340 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
12341 to avoid expect lossage.
12342 (fmem_LRbug_tests): Likewise.
12343 * gdb.disasm/hppa.s: Corresponding changes.
12344
12345 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
12346 conditions to work with latest dejagnu/expect.
12347
12348 * gdb.t15/funcargs.exp (finish from indirect call): No longer
12349 expected to fail on the PA.
12350 (backtrace in call with trampolines): Explicitly require main
12351 to be frame #1 (no trampolines should show up in backtrace).
12352
12353 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
12354 "continue -expect".
12355 * gdb.t06/break.exp: Likewise.
12356 * gdb.t07/watchpoint.exp: Likewise.
12357 * gdb.t13/bitfields.exp: Likewise.
12358 * gdb.t15/{funcargs,return}.exp: Likewise.
12359 * gdb.stabs/weird.exp: Likewise.
12360 * config/{mips,udi}-gdb.exp: Likewise.
12361
12362 * hppa.sed: Enclose comments within a sed command to avoid
12363 losing with the old OSF1 sed.
12364
12365 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12366
12367 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
12368 sequent dynix.
12369 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
12370 * gdb.t15/funcargs.exp: Conditionally step again to really
12371 finish from marker_call_with_trampolines. Handle the case where
12372 the first step from within call_with_trampolines already steps
12373 us back to main.
12374 * gdb.t15/gdbme.c: Add comment to closing brace of
12375 call_with_trampolines for funcargs.exp.
12376
12377 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12378
12379 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
12380 Fix typo(s).
12381
12382 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12383
12384 * gdb.t07/gdbme.c: More code for watchpoint testing.
12385
12386 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
12387 "Hardware watchpoint" throughout file.
12388 (test_watchpoint_triggered_in_syscall): New test.
12389 (test_complex_watchpoint): New test.
12390
12391 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12392
12393 * gdbme.c (call_with_trampolines): New function to try and step
12394 into. Tests trampoline problems on the PA.
12395
12396 * funcargs.exp (localvars_in_indirect_call): No longer expect
12397 stepping into indirect call to fail on PAs.
12398 (test_stepping_over_trampolines): New test.
12399
12400 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12401
12402 * TODO: Add suggestions for static member function tests, and
12403 completion tests.
12404
12405 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12406
12407 * TODO: Add suggestions for "p/a" tests.
12408
12409 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
12410 (default_gdb_exit): Replace all the hair with sending "quit" to
12411 the process with a simple close.
12412
12413 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12414
12415 * TODO: Add suggestions for shared library tests.
12416
12417 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12418
12419 * TODO: Add suggestions for x/s tests.
12420
12421 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12422
12423 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
12424 "enable once", and "enable breakpoints once" with ".*".
12425
12426 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12427
12428 * TODO: Add suggestions about structure passing tests.
12429
12430 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12431
12432 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
12433 the primary1 test, use work around if __GNUC__ < 2.
12434 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
12435 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
12436 Test for bad output rather than waiting for timeout. Issue
12437 second continue only if first continue failed.
12438
12439 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12440
12441 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
12442 operator[] test with gdb_test because the old code didn't seem to
12443 be getting the quoting right with the new dejagnu.
12444
12445 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
12446
12447 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
12448 one from the path.
12449 * Makefile.in: Use a fresh expect if there is one, use runtest
12450 from the src tree if there is one.
12451
12452 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12453
12454 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
12455 next over recursive call. Revise the tests from that point on
12456 (which had been skipped) to match GDB's actual (correct) output.
12457
12458 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
12459 with next over a breakpoint whose condition is false.
12460
12461 * gdb.t00/help.exp: Comment out "help set print" tests just like
12462 (and for same reason as) "help set" test.
12463
12464 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12465
12466 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
12467 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
12468
12469 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12470
12471 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
12472 necessary gdb_target_udi.
12473
12474 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
12475
12476 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
12477 1838 and 2417; they are fixed.
12478
12479 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
12480 gdb.t03/ptype.exp (ptype structure, ptype union):
12481 Remove xfails; the test is looser than when the xfails were added.
12482
12483 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
12484 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
12485
12486 * gdb.t01/run.exp: Only run shell test if isnative.
12487
12488 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
12489 since "run" automatically loads if necessary. Call gdb_target_udi
12490 after the "file" since "file" kills any execution target.
12491
12492 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
12493 GDB. GDB doesn't work that way (not anymore at least) on UDI.
12494 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
12495 argument for UDI.
12496
12497 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12498
12499 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
12500
12501 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
12502
12503 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12504
12505 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
12506 properly quoting regexps. This makes the second argument to
12507 demangle a fixed string, which matches the callers, instead of a
12508 shell-style pattern which is what the previous implementation
12509 used. Update some of the callers.
12510
12511 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12512
12513 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
12514 (comib_nullified_tests): Fix typo.
12515 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
12516 strings. No longer expected to fail.
12517
12518 * gdb.disasm/hppa.s (addib_tests): Fix typo.
12519 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
12520 strings. No longer expected to fail.
12521
12522 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
12523 string. No longer expected to fail.
12524
12525 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12526
12527 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
12528 No longer expected to fail.
12529
12530 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
12531 string. No longer expected to fail.
12532
12533 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12534
12535 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
12536 only in the names (I probably got most of them). I was even
12537 generous with some which differed in underscores in names, and
12538 probably missed a few, and I *still* was able to remove almost a
12539 third of the file with almost no impact on testsuite coverage.
12540
12541 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12542
12543 * gdb.t00/default.exp: Match udi_attach error message as well as
12544 the one from child_attach.
12545
12546 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
12547
12548 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
12549
12550 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
12551 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
12552
12553 * Move test with enums and partial symbols back to
12554 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
12555 Reverts the change of 26 May 93. Per today's change to
12556 stabs.texinfo, the behavior that weird.exp was expecting was
12557 unreasonable; what is important is that the compiler+gdb get
12558 things right, which happens with a recent gcc. Also fix the test
12559 to deal with native compilers which put out the stab gdb can't
12560 deal with.
12561
12562 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12563
12564 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
12565 in the names. The main thing these accomplish is to slow things down.
12566 Many more such duplicates surely remain.
12567
12568 * gdb.t00/help.exp: Comment out "help support" test just like
12569 (and for same reason as) "help set" test.
12570
12571 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
12572
12573 * gdb.t06/break.exp: Remove setup_xfails for
12574 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
12575 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
12576 about known bug in gcc to include up through 2.5.8.
12577 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
12578 well as "_vb$".
12579 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
12580 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
12581 with latest gcc and gdb.
12582 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
12583 well as "_vb$".
12584
12585 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12586
12587 * configure.in (hppa*-*-*): Also configure and build stabs-only
12588 tests.
12589
12590 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12591
12592 * gdb.t10/hppa.mt: A makefile fragment for the PA.
12593 * gdb.t10/configure.in (hppa*-*-*): Use it.
12594
12595 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12596
12597 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
12598
12599 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12600
12601 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
12602 versions prior to 1.13.5.
12603
12604 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12605
12606 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
12607 the prompt is at the start of a line.
12608
12609 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12610
12611 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
12612 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
12613 in the copr tests now.
12614 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
12615 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
12616 expected to fail.
12617
12618 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
12619
12620 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
12621 gdb.t31/chillvars.exp, lib/gdb.exp:
12622 Tweak to run under either version of expect.
12623 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
12624 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
12625 * gdb.t11/list.exp: Remove extraneous whitespace.
12626
12627 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12628
12629 * gdb.t16/printcmds.exp (test_print_strings): Accept
12630 "(unsigned char *) " before the string.
12631
12632 * TODO: Add notes about printing of fancy types and GDB expressions.
12633
12634 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
12635
12636 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
12637 * gdb.t06/configure.in: Don't try to compile signals test program
12638 if doing mips-idt-ecoff.
12639
12640 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
12641
12642 * Most .exp files: Tweak to run under either version of expect.
12643
12644 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12645
12646 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
12647 xfails; I'm not sure why they are failing, but not because of PR 1806.
12648
12649 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
12650
12651 * config/unix-gdb.exp: Remove gdb_unload cause it's already
12652 defined in lib/gdb.exp.
12653
12654 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12655
12656 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
12657 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
12658 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
12659 have to be typeless.
12660
12661 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12662
12663 * TODO: Add suggestion for copyright year test.
12664
12665 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
12666
12667 * configure.in (*-*-lynxos*): Add stabs tests.
12668
12669 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12670
12671 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
12672 so insert a tab before any assembler directive in column zero.
12673
12674 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
12675 stores.
12676 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
12677 stores.
12678 (fpu_short_memory_tests): Likewise.
12679
12680 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12681
12682 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
12683 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
12684 .stabs directives in comments.
12685
12686 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12687
12688 * TODO: New file, describing tests we could write.
12689 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
12690
12691 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12692
12693 * gdb.t06/signals.exp: Add kludge to force re-sync.
12694
12695 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
12696 to xgdb instead of gdb, get out of gdb.
12697
12698 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
12699
12700 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
12701 for info.
12702
12703 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12704
12705 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
12706 * gdb.stabs/configure.in (hppa*-*-*): Use it.
12707 * gdb.stabs/hppa.sed: New sed script for the PA.
12708
12709 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12710
12711 * gdb.stabs: Re-write weird.def and configuration to use sed
12712 instead of cpp. sed is portable and POSIX; cpp is neither.
12713
12714 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12715
12716 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
12717
12718 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12719
12720 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
12721
12722 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12723
12724 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
12725 "_vb$".
12726 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
12727 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
12728
12729 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12730
12731 * lib/gdb.exp: Comment out code which depends on non-existent
12732 `transform' procedure.
12733
12734 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
12735
12736 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
12737 * lib/gdb.exp: Transform tool name.
12738 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
12739 1.1's new error handling system.
12740
12741 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12742
12743 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
12744
12745 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12746
12747 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
12748 They made pattern matching so slow that timeouts happened on
12749 heavily loaded systems. Now any output from "show print" which
12750 gets us back to the GDB prompt is a PASS.
12751
12752 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
12753
12754 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
12755
12756 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12757
12758 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
12759
12760 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
12761 It is not from PR 3220.
12762
12763 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12764
12765 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
12766 just started failing because they depended on the order the
12767 subcommands are presented, or exact docstring text. This kind of
12768 test is a pain and has minimal benefit.
12769
12770 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12771
12772 * gdb.t09/corefile.exp: At end of test, use "core" command with
12773 no arguments.
12774
12775 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
12776
12777 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
12778 17}/Makefile.in: Make it possible to run the testsuite with Sun
12779 make and CC = cross gcc by adding explicit build rules for .o
12780 files.
12781
12782 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12783
12784 * gdb.t15/funcargs.exp: Don't put comments on same line as
12785 setup_xfail (@#$*%& tcl braindamage!).
12786
12787 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12788
12789 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
12790
12791 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
12792
12793 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
12794 * gdb.t20/inherit.exp: remove three dumplicate entries.
12795
12796 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12797
12798 * gdb.t06/break.exp: For "next over recursive call", fail on any
12799 incorrect output, not just on "factorial (value=2)".
12800
12801 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12802
12803 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
12804 working now. Add an xfail if accesing a bss variable causes
12805 a memory error if the target is not yet run.
12806
12807 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12808
12809 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
12810 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
12811 name of __st* demangling (2 strings). Did Kung really get the
12812 more than 95 others right without testing them?
12813
12814 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
12815
12816 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
12817
12818 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
12819
12820 * configure.in (configdirs): Add gdb.disasm
12821 * gdb.disasm: New directory for GDB disassembler tests.
12822 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
12823
12824 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12825
12826 * gdb.t00/help.exp: Don't test "help set".
12827
12828 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
12829 from within expect statements. None of these happen anymore and
12830 they cause regressions to be silently unnoticed.
12831
12832 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
12833 messages) about known failures with gcc cygnus-2.4.5-930417.
12834
12835 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
12836 comp-info.exp so it gets built if it doesn't exist.
12837
12838 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
12839 it is no longer used.
12840 * gdb.t13/comp-info.c: Removed.
12841
12842 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12843
12844 * gdb.t06/signals.exp: Add xfail for sun3.
12845
12846 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12847
12848 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
12849 relevant because ^C doesn't get sent but failure can be reproduced
12850 interactively).
12851
12852 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12853
12854 * gdb.stabs/alpha.mt: New configuration file for alpha.
12855 * gdb.stabs/configure.in: Use it.
12856 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
12857 sharing with alpha.mt, redefine long to word via preprocessor.
12858 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
12859 for alpha.
12860 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
12861 native cc.
12862 * gdb.t00/teststrategy.exp: Change expect string so that we
12863 consume the `(xgdb)' from the command echo and from the gdb prompt.
12864 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
12865 gdb currently compares all values as long, so this failure probably
12866 applies to any configuration where LONGEST is bigger than a target int.
12867 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
12868 with gcc.
12869 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
12870 to handle opaque pointers, gcc is.
12871 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
12872 as first argument. Include <sys/types.h> and change all operator
12873 new definitions to use size_t.
12874 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
12875 now that we use size_t.
12876
12877 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12878
12879 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
12880 a long or float array cast all array members to the same type.
12881 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
12882 with 64 bit longs.
12883 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
12884 on alpha.
12885 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
12886
12887 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12888
12889 * gdb.t24 (demangle.exp): Constructors of templates have names like
12890 vector<int>::vector(int) not vector<int>::vector<int>(int). See
12891 section 14.6 of the ARM.
12892
12893 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
12894 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
12895 accomplish little and slow down the testsuite.
12896
12897 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
12898 Accept spaces various places.
12899
12900 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12901
12902 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
12903 with watchpoint enabled.
12904
12905 * Makefile.in: Remove definition of CC and remove the second
12906 definition of CXX (the "CXX = gcc" one remains). These definitions
12907 were causing backquotes to be expanded within backquotes, which
12908 doesn't work.
12909
12910 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12911
12912 * gdb.t17/callfuncs.exp: Add "return 0" to end.
12913
12914 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12915
12916 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
12917 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
12918 by mips cc and contains no stabs entries.
12919
12920 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
12921
12922 * config/vx-gdb.exp: Use fake device to load files rather than
12923 NFS.
12924 * lib/gdb.exp: New proc to do "file" command.
12925 * config/unix-gdb.exp: Use new "file" proc.
12926
12927 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12928
12929 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
12930 Rework board rebooting slightly.
12931 (gdb_exit): Don't exit from the remote shell; there isn't one.
12932 * gdb.stabs/weird.exp: If a program is being debugged already,
12933 kill it.
12934 * gdb.t04/setvar.exp: Stop and restart gdb.
12935 * gdb.t05/expr.exp: Likewise.
12936 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
12937 restart gdb and reload the program.
12938 * gdb.t08/opaque.exp: Likewise.
12939 * gdb.t12/scope.exp: Likewise.
12940 * gdb.t13/bitfields.exp: Likewise.
12941 * gdb.t15/funcargs.exp: Likewise.
12942 * gdb.t20/classes.exp: Likewise.
12943 * gdb.t03/ptype.exp: Increase timeout.
12944 * gdb.t16/printcmds.exp (test_print_string_constants,
12945 test_print_array_constants): Likewise.
12946 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
12947 * gdb.t20/classes.exp (do_tests): Likewise.
12948 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
12949
12950 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
12951
12952 * gdb.stabs: Renamed *wierd* to *weird*.
12953
12954 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12955
12956 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
12957 for timeout. Add "known gcc 2.4.5 bug" to failure message.
12958
12959 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12960
12961 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
12962 (do_tests): Remove xfail for whatis on one_var and two_var.
12963
12964 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
12965
12966 * Makefile.in: Made cross building work better by adding
12967 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
12968
12969 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12970
12971 * gdb.t15/{return.c,return.exp,Makefile.in}:
12972 New test, currently commented out.
12973
12974 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
12975
12976 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
12977 still running and removes the leftover named socket so GDb can do
12978 clean restarts.
12979
12980 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
12981
12982 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
12983 console, not GDB.
12984 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
12985 cross testing works better with "make check"
12986 * config/unix-gdb: Use default procedures for exit and version.
12987 * config/vx-gdb.exp: Cleaned up and massaged back to working order
12988 with the newest VxWorks.
12989
12990 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12991
12992 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
12993 old form.
12994
12995 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
12996 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
12997
12998 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
12999
13000 * config/unix-gdb.exp: Remove this version of gdb_exit
13001 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
13002 Rob says he'll look at it when he gets back to testing boards.
13003
13004 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
13005
13006 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
13007 an expected fail for certain ptype commands.
13008
13009 * gdb.t20/classes.exp: Update expected results of "ptype class
13010 Base1" to account for the constructor that now appears in the type.
13011
13012 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
13013
13014 * configure.in (configdirs): Restore gdb.t04, which mysteriously
13015 disappeared from list.
13016 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
13017 "alldone" proc with call to cleanup and exit.
13018 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
13019 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
13020 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
13021 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
13022 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
13023 "alldone" proc with simple returns that suppress remaining
13024 tests. The alldone proc went away many months ago.
13025
13026 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13027
13028 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
13029
13030 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
13031
13032 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13033
13034 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
13035 as vax gdb will display them.
13036
13037 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13038
13039 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
13040 optimizers.
13041
13042 * scope.exp: Change "bad value for localval" messages so each one
13043 is unique.
13044
13045 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
13046 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
13047
13048 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
13049
13050 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13051
13052 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
13053 doesn't exist (due to optimization).
13054
13055 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13056
13057 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
13058 contains \r because the filename is long.
13059
13060 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
13061 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
13062
13063 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13064
13065 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
13066 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
13067 Ultrix.
13068 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
13069 int tests.
13070 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
13071
13072 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
13073
13074 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
13075
13076 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
13077 to match does not match the passing case but still matches the
13078 failing case.
13079
13080 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13081
13082 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
13083
13084 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
13085
13086 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
13087 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
13088 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
13089 Remove various versions of gdb_exit.
13090 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
13091 gdb_exit.
13092 * config/unix-gdb.exp: gdb_exit remains here, and should override
13093 the generic version, since it's doing a lot of wierd stuff that
13094 the other versions aren't. FIXME, fold it in, or abandon this
13095 version.
13096
13097 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13098
13099 * gdb.t24/demangle.exp: Add tests for PR 3220.
13100
13101 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13102
13103 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
13104
13105 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
13106
13107 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
13108 "i386-*-*". Works for i486 as well.
13109
13110 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
13111 bug, and expand domain of xfail to all SVR4 systems, since the
13112 actual problem is likely to be in generic SVR4 /proc support.
13113
13114 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13115
13116 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
13117
13118 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
13119
13120 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
13121 xfails for other systems. Match a missing 'Continuing.' as an
13122 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
13123
13124 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
13125 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
13126 Only issue warning for missing executables if -all option is used.
13127
13128 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
13129 file if -all option is used. It's like an unpredictable XFAIL.
13130
13131 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13132
13133 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
13134 for dynamically linked binaries.
13135
13136 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
13137
13138 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13139
13140 * gdb.t20/inherit.exp: Change message for "print tagless struct"
13141 to state that this is a known bug in old versions of g++.
13142
13143 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13144
13145 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
13146 while waiting for `Continuing'.
13147
13148 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
13149
13150 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
13151 in text, data, and bss.
13152 * gdb.t10/nodebug.c: Add local and global test variables for
13153 initialized and uninitialized data.
13154
13155 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13156
13157 * config/unix-gdb.exp (gdb_exit): Add "wait".
13158
13159 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13160
13161 * gdb.t06/signals.exp: xfail the continue from the handler for all
13162 targets.
13163
13164 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
13165 function with watchpoints enabled, the i386 call dummy starts with
13166 a call.
13167
13168 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
13169 386 bsd names its corefiles.
13170
13171 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
13172
13173 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
13174 compilers don't grok it.
13175 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
13176 with small octal ints rather than character constants, which
13177 are signed and might not fit if first promoted to int.
13178
13179 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
13180
13181 * gdb.t09/Makefile.in (clean): Remove corefile.
13182
13183 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13184
13185 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
13186
13187 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13188 and Jim Kingdon (kingdon@cygnus.com)
13189
13190 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
13191 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
13192 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
13193
13194 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13195
13196 * gdb.t17/interrupt.exp: Add xfail for hppa.
13197
13198 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13199
13200 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
13201 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
13202 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
13203 to determine signed-ness of bitfields and use the result to setup
13204 the xfail.
13205 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
13206 * gdb.t15/funcargs.exp: Use them to step until the second indirect
13207 call line is reached if necessary.
13208
13209 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13210
13211 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
13212
13213 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13214
13215 * gdb.t06/break.exp: Also test `clear' command.
13216
13217 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13218
13219 * gdb.t00/teststrategy.exp: Remove extra quote.
13220
13221 * gdb.t07/watchpoint.exp: Change xfail for calling function with
13222 watchpoint enabled to be for all non-68k machines.
13223
13224 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
13225
13226 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13227
13228 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
13229 targets use aout.mt instead of ecoff.mt as gas understands
13230 standard aout format.
13231
13232 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13233
13234 * lib/gdb.exp (runto): Don't insist that function we are running to
13235 was compiled with -g.
13236
13237 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
13238
13239 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
13240 to get back into the read system call.
13241 Accept leading newline in case where we woke it up.
13242
13243 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13244
13245 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
13246 to make the stabs test work on ecoff systems using gcc and -with-stabs.
13247 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
13248 enable ecoff configuration.
13249
13250 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13251
13252 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
13253
13254 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13255
13256 * gdb.t16/printcmds.exp: Add another printf test.
13257
13258 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
13259
13260 * configure.in: If configured -with-stabs on any target, add
13261 stabsdirs to configdirs.
13262
13263 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13264
13265 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
13266 fun" so pattern does not match the command itself.
13267
13268 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13269
13270 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
13271
13272 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13273
13274 * gdb.t17/interrupt.exp: Test for more things.
13275
13276 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13277
13278 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
13279 compiler arranges the code and line numbers.
13280
13281 * gdb.t17/interrupt.exp: Don't send \n after ^C.
13282
13283 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13284
13285 * gdb.t00/help.exp: Increase expect input buffer size.
13286
13287 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13288
13289 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
13290
13291 * gdb.t07/watchpoint.exp: Add xfail for hppa.
13292
13293 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
13294
13295 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
13296 [0-9]*, not just [0-9].
13297
13298 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13299
13300 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
13301
13302 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
13303
13304 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13305
13306 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
13307
13308 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13309
13310 * gdb.t06/signals.c: Add xfails for sun3.
13311
13312 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
13313
13314 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
13315 test_stepping tests.
13316
13317 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13318
13319 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
13320
13321 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
13322
13323 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
13324 rather than actually putting it through cpp twice.
13325
13326 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
13327
13328 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
13329
13330 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
13331 no longer needed.
13332
13333 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13334
13335 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
13336
13337 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
13338 C++ features prints as "struct", make it a pass, not an xfail.
13339
13340 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13341
13342 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
13343 Don't require VA to print as "class" rather than "struct".
13344
13345 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
13346
13347 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
13348
13349 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13350
13351 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
13352
13353 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13354
13355 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
13356 order.
13357
13358 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13359
13360 * gdb.t16/printcmds.exp: Add printf tests.
13361
13362 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
13363
13364 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
13365
13366 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
13367
13368 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
13369 pass counts, to counteract any existing or future setup_xfails.
13370
13371 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13372
13373 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
13374 {BEGIN,END}_COMMON for common block instead of STAB.
13375 * gdb.stabs/wierd.exp: Add xfail for rs6000.
13376
13377 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
13378 intp_var should be N_GSYM not N_LSYM.
13379 wierd-aout.S: Use a label for the value of the N_SO.
13380 wierd.def: Remove all backslashes.
13381 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
13382
13383 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13384
13385 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
13386 get the expected next to inheritance3.
13387
13388 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13389
13390 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
13391 now that gcc-2.4 gets it right.
13392
13393 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13394
13395 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
13396
13397 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
13398 generating comp-info.exp which works for cross-compilation.
13399
13400 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
13401
13402 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
13403 "*-*-sysv4.*".
13404
13405 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
13406
13407 * gdb.t01/run.exp: Start with a fresh gdb.
13408 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
13409 SVR4.x.
13410
13411 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
13412
13413 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
13414 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
13415 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
13416 Makefile.in (distclean, realclean): Remove gdbme.c from list of
13417 things to remove.
13418
13419 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
13420
13421 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
13422 test cases from bug reports.
13423
13424 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
13425
13426 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
13427 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
13428 avoid spurious xfails.
13429 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
13430 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
13431 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
13432
13433 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
13434
13435 * gdb.t00/teststrategy.exp: Rework to provide more useful
13436 description of each test, fix problem with systems that define
13437 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
13438 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
13439 results for "next over recursive call" so timeouts aren't taken
13440 by error.
13441
13442 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
13443
13444 * gdb.t12/scope.exp: Test printing of variables before run.
13445
13446 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
13447 printed in wrong order due to sorting.
13448
13449 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
13450
13451 * gdb.t00/teststrategy.exp: Fix expected results for printing
13452 user entered string constant. Is array of char, prints with no
13453 address.
13454
13455 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
13456 commands.
13457 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
13458 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
13459 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
13460 of struct of char arrays.
13461 * gdb.t00/radix.exp: New tests for radix commands.
13462
13463 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
13464
13465 * gdb.t16/printcmd.exp: Print a variable before running program
13466 (with xfail for AIX).
13467
13468 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
13469
13470 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
13471
13472 * gdb.t16/printcmd.exp: Don't print variables before running program.
13473
13474 * gdb.t06/break.exp: Don't require envp argument to main.
13475
13476 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
13477
13478 * gdb.t02/whatis.exp, gdb.t11/list.exp:
13479 Add xfails for rs6000.
13480
13481 * gdb.t02/whatis.exp: Change other tests not to re-test something
13482 we already tested.
13483
13484 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
13485 each type used has a variable of that type.
13486
13487 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
13488
13489 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
13490
13491 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13492
13493 * configure.in: change srctrigger to be a file, not a directory
13494
13495 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
13496
13497 * configure.in (mips-idt-ecoff*): Added trailing '*'.
13498
13499 * gdb.t11/list.exp: Fixed a couple of typos.
13500
13501 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
13502
13503 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
13504 is fixed and PR is closed.
13505 * gdb.t16 (gdbme.c): Add simple test string variable.
13506 * gdb.t16 (printcmds.exp): Add tests with simple test string
13507 variable, primarily for boundaries on "set print elements".
13508
13509 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
13510
13511 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
13512 Make leading 0's optional and don't expect a tab in the middle
13513 of the number.
13514
13515 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
13516
13517 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
13518 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
13519 don't end command passed to gdb_test with newline.
13520
13521 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
13522 signed keyword away, don't expect signed bitfields to be signed.
13523
13524 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
13525 printing with only as many 1's as are in the field as well as printing
13526 with 32 1's (see comment).
13527
13528 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
13529
13530 * gdb.t00/default.exp: Start with a fresh gdb.
13531 * configure.in (configdirs): Remove gdb.t31 until the chill
13532 compiler works again. It no longer is able to find chillrt0
13533 since it isn't in libchill.a anymore.
13534 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
13535 wierd.o, make more modular.
13536 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
13537 spurious newlines that caused problems.
13538
13539 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13540
13541 * Move test with enums and partial symbols from gdb.t03/ptype.exp
13542 to gdb.stabs/wierd.exp since GCC has worked around the bug.
13543 gdb.stabs/wierd.{exp,def}: Many new tests.
13544
13545 * gdb.t00/default.exp: update info line for new message.
13546
13547 * gdb.t02/{whatis.exp,gdbme.c}:
13548 Test that "char *" doesn't print as "caddr_t".
13549
13550 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13551
13552 * gdb.t00/help.exp: Use .* in place of some help messages which
13553 just changed.
13554 gdb.t00/default.exp: Update "info frame" test for new message.
13555 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
13556 Remove some xfails
13557
13558 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13559
13560 * gdb.t03/{gdbme.c,ptype.exp}:
13561 Add tests for typedef'd struct and union without tags.
13562 Also check "whatis" on a variable of a typedef'd enum without a tag.
13563
13564 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
13565 PRMS 1823; the bug still exists but isn't reproduced by this test
13566 anymore), and remove rs6000 XFAIL (the bug is fixed).
13567
13568 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
13569 duplicated from whatis.exp. For those that are left, accept
13570 "long", "long int", or "int" for long variables (whatis.exp already
13571 has an XFAIL for "int", so no need to fail it here).
13572
13573 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
13574 Deal with GCC's names for types now that GDB uses the compiler's names.
13575
13576 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
13577 setup_xfail's for sunos4. If we #defined the signed keyword away,
13578 don't expect GDB to know that char it is signed.
13579
13580 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
13581
13582 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
13583
13584 * configure.in (configdirs): Add gdb.t24 for C++ tests that
13585 should work on any system, regardless of debugging format.
13586 * gdb.t21/demangle.exp: Move to gdb.t24.
13587 * gdb.t24/demangle.exp: Move from gdb.t21.
13588 * gdb.t24/{Makefile.in, configure.in}: New files.
13589
13590 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13591
13592 * configure.in: Do gdb.stabs and C++ tests only for stabs.
13593 * gdb.stabs: New directory.
13594
13595 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13596
13597 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
13598 not just "Quit anyway?".
13599
13600 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
13601
13602 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
13603 that all setup_xfails are immediately followed by clear_xfails.
13604
13605 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
13606
13607 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
13608 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
13609 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
13610 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
13611 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
13612 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13613 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13614 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
13615 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
13616 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
13617 gdb.t31/chillvars.exp, lib/gdb.exp:
13618 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
13619 bug-gdb@prep.ai.mit.edu.
13620
13621 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
13622
13623 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
13624 with 0.0, not integer 0.
13625
13626 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
13627
13628 * gdb.t06/break.exp: Update for "Kill the program" message change.
13629
13630 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
13631
13632 * Makefile.in (GDBFLAGS): Set to -nx.
13633 * Makefile.in (site.exp): Use GDBFLAGS.
13634
13635 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13636
13637 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
13638 Makefiles.
13639 (check): depend on just-check.
13640 (just-check): added so that tests can be run without a noop
13641 build pass.
13642
13643 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13644
13645 Switch to using configure's configdirs.
13646 * Makefile.in (Makefile): add configure.in dependency.
13647 (SUBDIRS): removed redundant assignment.
13648 * configure.in: switch subdirs assignment to configdirs.
13649 * gdb.t*/configure.in: new files.
13650
13651 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
13652
13653 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
13654 works.
13655
13656 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
13657
13658 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
13659 in explicit rules. Apparently this is not supported by some makes.
13660
13661 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
13662
13663 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
13664
13665 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13666
13667 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
13668 disappeared.
13669
13670 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13671
13672 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
13673
13674 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
13675
13676 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
13677 watchpoint problem that is now fixed.
13678 * gdb.t30/chexp.exp: Remove setup_xfail for printing
13679 uninitialized convenience variables.
13680 * gdb.t31/chillvars.exp: Fix expected patterns for printing
13681 structures.
13682
13683 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13684
13685 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
13686 which causes expect to get out of sync with gdb on long output
13687 from help set.
13688 * gdb.t09/corefile.exp: Make expected pattern for core file
13689 failing signal and frame output format less sun specific.
13690
13691 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
13692
13693 * gdb.t31/chillvars.exp: Add and remove initial dummy
13694 breakpoint, so that symbol table is forced in.
13695 (Needed at least on Sunos4, though it seems not SVR4.)
13696 * gdb.t31/chillvars.exp: Update for changed output format.
13697
13698 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
13699
13700 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
13701
13702 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
13703
13704 * Makefile.in: Added --srcdir when invoking runtest, removed the
13705 need for a local config file. (optional now)
13706
13707 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
13708
13709 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
13710 failure count used to force early termination. Add some more
13711 expected failures for gnu style demangling.
13712
13713 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13714
13715 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
13716 pmi variable from gdb.t20/gdbme to get optimized away.
13717 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
13718 Check for written corefile upon timeout _and_ eof.
13719
13720 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13721
13722 * config/unix-gdb.exp: Add missing return 0.
13723
13724 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13725
13726 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
13727 test termination.
13728
13729 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
13730
13731 * configure.in (subdirs): Put back gdb.t17 which mysteriously
13732 disappeared.
13733
13734 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
13735
13736 * gdb.t10/crossload.exp: Disable the i860-elf test until such
13737 time as i860 support works.
13738
13739 * gdb.t15/funcargs.exp: Fix expected outputs to include
13740 "backtrace 100\r" rather than just "backtrace\r", to match last
13741 change.
13742
13743 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
13744
13745 * config/udi-gdb.exp (gdb_exit): Remove close command.
13746 (gdb_target_udi): New procedure to set the UDI target.
13747 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
13748 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
13749 Added waits for prompts after several question responses. Added
13750 some more responses used by a29k-amd-udi-gdb.
13751 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
13752 pass different arguments, restart UDI connection after program
13753 completion.
13754 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
13755 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13756 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
13757 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
13758 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
13759 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
13760 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13761 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
13762 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
13763 after program completion.
13764 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
13765 compiled with a SELECT_VECS setting.
13766 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
13767 infinite recursion.
13768
13769 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
13770 Added checks for COFF results, and made them expected failures for
13771 all targets. It would be better to make them expected failures
13772 for COFF targets only.
13773
13774 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13775
13776 * Makefile.in: add null dvi target, don't bother to recurse
13777 through test directories for info and install-info; rename
13778 $(datadir) to be dejagnu instead of deja-gnu
13779
13780 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
13781
13782 * gdb.t31/gdbme.ch: Re-enable code that previously caused
13783 compiler to coredump.
13784 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
13785 code.
13786
13787 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
13788
13789 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
13790 coredump.
13791 * gdb.t31/chillvars.exp: Comment out tests that depend on that
13792 code.
13793
13794 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
13795
13796 * gdb.t03/ptype.exp: tests for return code from gdb_test.
13797 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
13798 which in a shell. Deletes xgdb when done.
13799 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
13800 Tests the return from the "set height" or "set width" commands.
13801 Added a few return codes where needed.
13802
13803 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
13804
13805 * Makefile.in (SUBDIRS): Add gdb.t17.
13806 * configure.in (subdirs): Add gdb.t17.
13807 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
13808 files to test gdb's calling of functions in the inferior with
13809 the correct arguments and gdb's ability to retrieve any
13810 result returned.
13811
13812 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
13813
13814 * config/unix-gdb.exp (gdb_exit): Remove close commands that
13815 may be called after gdb goes away. Previous versions of expect
13816 needed these to avoid file descriptor leaks, but they cause
13817 errors with the current revision of expect.
13818 * gdb.t00/gdbvars.exp: Use -re on expected output after
13819 setting sevenbit-strings.
13820 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
13821 to set sevenbit-strings consistent across tests.
13822 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
13823 set sevenbit-strings consistent across tests.
13824
13825 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
13826
13827 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
13828 expected output to match current "expect" expectations.
13829
13830 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
13831
13832 * gdb.t00/default.exp: Change expected output for default "source"
13833 command, to match new gdb behavior which requires a filename to
13834 source.
13835
13836 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
13837
13838 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
13839 expected fail for i486-*-* that misses the marker2 function.
13840 * gdb.t10/crossload.exp (bfddefault): Allow successful
13841 recognition of a format to pass even if no symbols are found.
13842 Explicitly catch failures where the format is not recognized
13843 or is ambiguous, and add the reason to the fail message.
13844 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
13845 the cause is and invalid target and add reason to failure message.
13846 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
13847 elf32-i386, elf32-sparc, and elf32-i860.
13848 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
13849 Set up expected failure for 'filename'::variable scope resolution,
13850 which is now apparently broken on all targets.
13851 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
13852 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
13853 gdb.t23/templates.exp: Change failure for missing binfile into
13854 just a warning.
13855 gdb.t21/demangle.exp: Change all cfront references to 'arm'
13856 references.
13857
13858 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
13859
13860 * gdb.t00/default.exp: Add expected output for default "source"
13861 command, to match new gdb behavior.
13862 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
13863
13864 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
13865
13866 * config/*-gdb.exp: returns an error, rather than exiting on
13867 internal errors.
13868
13869 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
13870
13871 * gdb.t03/gdbme.c: Add pointer to struct variable.
13872 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
13873 referencing struct members.
13874
13875 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
13876
13877 * configure.in (mips-idt-ecoff): New target.
13878 * config/mips-gdb.exp: New file for remote board using MIPS remote
13879 debugging protocol.
13880
13881 * Redid configuration scheme. Removed gdb.t*/configure.in.
13882 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
13883 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
13884 distclean targets. Built executables via .o files. Adjusted
13885 tests to account for source files in $(srcdir) rather than
13886 $(objdir).
13887 * lib/gdb.exp (runto): Don't expect () after the function name,
13888 because it may have arguments.
13889
13890 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
13891
13892 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
13893 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
13894 expected failures for mips-idt-* and mips-sgi-*.
13895 * gdb.t00/default.exp (attach): Kill process if requested.
13896 * gdb.t00/help.exp (help target core, help target): Accept a gdb
13897 that does not read core files.
13898 * gdb.t01/run.exp: Removed checks for exit status code.
13899 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
13900 it is linked in.
13901 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
13902 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
13903 appropriate, rather than doing it by hand.
13904 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
13905 execution.
13906 * gdb.t10/crossload.exp: Kill existing program if needed.
13907 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
13908 appropriate, rather than doing it by hand. Always increase
13909 timeout for this test, not just for VxWorks.
13910
13911 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
13912
13913 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
13914 of Chill STRUCT types and STRUCT values.
13915 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
13916 than "char".
13917 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
13918 struct2): New struct definitions and initializations to test
13919 simple Chill STRUCT types.
13920
13921 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
13922
13923 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
13924 the null byte at the end of strings.
13925 * gdb.t00/default.exp: Make show version insensitive to copyright
13926 date.
13927 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
13928 to avoid dependencies on target char signedness.
13929 * gdb.t16/printcmds.exp: Update expected results for explicitly
13930 unsigned char.
13931 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
13932 now work.
13933 * gdb.t21/demangle.exp: Add many more patterns for template
13934 demangling, most of them being expected failures.
13935 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
13936 string we are matching for, to match on the whole string.
13937 * gdb.t21/demangle.exp: Add many new test strings to demangle,
13938 and fix a whole bunch that had incorrect expected output but were
13939 passing anyway because of the bug in "proc demangle".
13940 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
13941 type.
13942 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
13943
13944 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
13945
13946 * gdb/testsuite: made modifications to testcases, etc., to allow
13947 them to work properly given the reorganization of deja-gnu and the
13948 relocation of the testcases from deja-gnu to a "tool" subdirectory.
13949
13950 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
13951
13952 * gdb/testsuite: Initial creation of gdb/testsuite.
13953 Migrated dejagnu testcases and support files for testing nm to
13954 gdb/testsuite from deja-gnu. These files were moved "as is"
13955 with no modifications. This migration is part of a major overhaul
13956 of dejagnu. The modifications to these testcases, etc., which
13957 will allow them to work with the new version of dejagnu will be
13958 made in a future update.
13959
13960 For additional changes see gdb.mi/ChangeLog-1999-2003.
13961 \f
13962 ;; Local Variables:
13963 ;; mode: change-log
13964 ;; left-margin: 8
13965 ;; fill-column: 74
13966 ;; version-control: never
13967 ;; End:
13968
13969 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13970 2003, 2004, 2005 Free Software Foundation, Inc.
13971 Copying and distribution of this file, with or without modification,
13972 are permitted provided the copyright notice and this notice are preserved.
This page took 0.321158 seconds and 4 git commands to generate.